reverse the automake/autoconf order.. for fun

This commit is contained in:
Dana Jansens 2002-11-07 07:00:39 +00:00
parent 2a26eddc8d
commit ab88b1b9cd

View file

@ -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