Code

bootstrap.sh: Reordered commands.
authorSebastian Harl <sh@tokkee.org>
Thu, 15 Oct 2009 20:30:21 +0000 (22:30 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 15 Oct 2009 20:30:21 +0000 (22:30 +0200)
… according to Christopher S. Morrison's autogen.sh (see
<http://buildconf.brlcad.org/>).

bootstrap.sh

index b4bfe58f151d060a0b1b4fc9579ddd348d6d7083..df3c10e2e209a6713ca9246a397c004afc6980ae 100755 (executable)
@@ -9,8 +9,9 @@ fi
 set -ex
 
 aclocal --force
-autoheader --force
 $libtoolize --automake --copy --force
-automake --add-missing --copy --foreign
+aclocal
 autoconf --force --warnings=all
+autoheader --force
+automake --add-missing --copy --foreign