From 16a7a3b6342b899d2a72f506fa2cb736ff34643a Mon Sep 17 00:00:00 2001 From: Bob Friesenhahn Date: Sat, 11 Dec 2004 16:41:34 +0000 Subject: [PATCH] Alter execution order in autogen.sh --- ChangeLog | 6 ++++++ autogen.sh | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 08c953a7..41d62a80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-12-11 Bob Friesenhahn + + * autogen.sh: aclocal and autoheader should be executed after + libtoolize. Also add '-I .' to aclocal invocation to check + current directory for macros. + 2004-12-10 Andrey Kiselev * libtiff/tif_dirwrite.c: Always write TIFFTAG_SUBIFD using LONG type diff --git a/autogen.sh b/autogen.sh index 22149381..04c82754 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,8 +1,8 @@ #!/bin/sh set -x -aclocal +libtoolize --force --install --copy +aclocal -I . autoheader -libtoolize --automake --copy automake --foreign --add-missing --copy autoconf