From: Sebastian Harl Date: Thu, 15 Oct 2009 20:30:21 +0000 (+0200) Subject: bootstrap.sh: Reordered commands. X-Git-Url: https://git.tokkee.org/?p=template.git;a=commitdiff_plain;h=80dd99e3e1a9c0188199996cc788d75182772561 bootstrap.sh: Reordered commands. … according to Christopher S. Morrison's autogen.sh (see ). --- diff --git a/bootstrap.sh b/bootstrap.sh index b4bfe58..df3c10e 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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