summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-05-16 19:26:42 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2013-05-16 19:26:42 +0200
commit919586f8d86ceed1f979967a453f4812fc10d80b (patch)
treef2cf0a54b778b64dccdbeb2ef0b90056bbd01211 /autogen.sh
parentbc7d41279222dbd07f8e6f02f067347d10c69f33 (diff)
parent1dcb87f400b36f773942562db901e134d14ef8ed (diff)
Merge branch 'master' of http://git.drumgizmo.org/drumgizmo
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh23
1 files changed, 0 insertions, 23 deletions
diff --git a/autogen.sh b/autogen.sh
index a1557f4..45ef969 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -51,21 +51,6 @@ if [ "$DIE" -eq 1 ]; then
exit 1
fi
-# Create testfiles
-TESTDIRS="src plugingui drumgizmo lv2"
-echo "Creating unittest Makefiles:"
-for d in $TESTDIRS
-do
- echo "Checking $d"
- if [ ! -f $d/Makefile.am.test ]
- then
- echo " didn't find it, touching."
- touch $d/Makefile.am.test
- else
- echo " found it."
- fi
-done
-
aclocalinclude="$ACLOCAL_FLAGS"; \
(echo $_echo_n " + Running aclocal: $_echo_c"; \
aclocal $aclocalinclude; \
@@ -84,11 +69,3 @@ aclocalinclude="$ACLOCAL_FLAGS"; \
echo "done.")
rm -f config.cache
-
-for d in $TESTDIRS
-do
- if [ -f $d/Makefile.am.test ]
- then
- rm $d/Makefile.am.test
- fi
-done \ No newline at end of file