]> granicus.if.org Git - curl/commitdiff
made the automake line re-build from _all_ Makefile.am files in the source tree
authorDaniel Stenberg <daniel@haxx.se>
Wed, 30 May 2001 10:29:39 +0000 (10:29 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 30 May 2001 10:29:39 +0000 (10:29 +0000)
buildconf

index b6ec7e2d5b8a322b20b61e320b56cac35cf3bada..742d38a7485a55a51c7f5be0132acda7568e4963 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -5,7 +5,9 @@ die(){
        exit
 }
 
-automake Makefile || die "The command 'automake Makefile' failed"
+MAKEFILES=`find . -name Makefile.am | sed 's/\.am$//'`
+
+automake $MAKEFILES || die "The command 'automake $MAKEFILES' failed"
 aclocal           || die "The command 'aclocal' failed"
 autoheader        || die "The command 'autoheader' failed"
 autoconf          || die "The command 'autoconf' failed"