summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorwlestes <wlestes>2002-04-08 13:13:13 +0000
committerwlestes <wlestes>2002-04-08 13:13:13 +0000
commite2628f63691814bb87a9b177c120de935a07e763 (patch)
treebfc028615574be9013b32963784678b23c42dade /autogen.sh
parent544aa027035697831a154f0037797bd7585e1ae0 (diff)
downloadflex-e2628f63691814bb87a9b177c120de935a07e763.tar.gz
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