reverse the automake/autoconf order.. for fun
authorDana Jansens <danakj@orodu.net>
Thu, 7 Nov 2002 07:00:39 +0000 (07:00 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 7 Nov 2002 07:00:39 +0000 (07:00 +0000)
bootstrap

index f3de338..ed12d05 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -6,8 +6,8 @@ sh() {
 
 sh aclocal
 sh autoheader
-sh autoconf
 sh automake --foreign --include-deps --add-missing
+sh autoconf
 
 echo
 echo You are now ready to run ./configure