From 80dd99e3e1a9c0188199996cc788d75182772561 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 15 Oct 2009 22:30:21 +0200 Subject: [PATCH] bootstrap.sh: Reordered commands. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit … according to Christopher S. Morrison's autogen.sh (see ). --- bootstrap.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.30.2