]> granicus.if.org Git - flex/commitdiff
adjust to automake's idea of the world
authorWill Estes <wlestes@users.sourceforge.net>
Tue, 24 Jul 2001 16:44:35 +0000 (16:44 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Tue, 24 Jul 2001 16:44:35 +0000 (16:44 +0000)
autogen.sh

index ad375af0a60b66abf4d69183b4b451562502e908..362fa44d716ee2f6864c6eb91f37d0a2cd99cd48 100755 (executable)
 
 # If you see no configure script, then run ./autogen.sh to create it
 # and procede with the "normal" build procedures.
-for i in . tests
+
+aclocal && autoheader && automake -a && autoconf
+
+for i in tests
 do
-    cd $i
-    autoheader && autoconf
-    cd .
+(    cd $i
+    aclocal && autoheader && autoconf
+)
 done