summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuiere <hub@figuiere.net>2008-01-13 14:50:22 -0500
committerHubert Figuiere <hub@figuiere.net>2008-01-13 14:50:22 -0500
commit1eec04bfbf6b30e0780d0044063d8c593786706c (patch)
tree7a335e983e4da83b72f2cd18a9b9cf4c1e46b73d
parentfbd326442288287b1f295074529f05512afd7525 (diff)
* autogen.sh: re-order commands in autogens.sh
-rw-r--r--ChangeLog2
-rwxr-xr-xautogen.sh4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ed54281..be5b264 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* autogen.sh: Don't run autoheader. (Closes #14049)
+ * autogen.sh: re-order commands in autogens.sh
+
=== 1.99.7 ===
2008-01-12 Hubert Figuiere <hub@figuiere.net>
diff --git a/autogen.sh b/autogen.sh
index 7367d46..04caa99 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -29,11 +29,11 @@ ACLOCAL=aclocal
cd $topsrcdir
rm -f autogen.err
+$LIBTOOLIZE --force
$ACLOCAL -I m4 >> autogen.err 2>&1
-$AUTOMAKE --add-missing --copy --foreign
-$LIBTOOLIZE --force
#autoheader --force
+$AUTOMAKE --add-missing --copy --foreign
$AUTOCONF
cd $builddir