summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-04-08 13:13:13 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-04-08 13:13:13 +0000
commita18c8b7b0d397c120c0ff306a07fc45d9e4ba510 (patch)
treedb1b91740e6f38b1078c11674228d0c6b9f9df38 /autogen.sh
parent4ba8595d1eb3470c75adc41cd9c3a05690544a1d (diff)
test suite changes
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/autogen.sh b/autogen.sh
index c21056d..00aeaa0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -31,10 +31,3 @@
touch ChangeLog
aclocal -I m4 && autoheader && automake -a && autoconf
-
-for i in tests
-do
-( cd $i
- aclocal && autoheader && autoconf
-)
-done