Alter execution order in autogen.sh

This commit is contained in:
Bob Friesenhahn 2004-12-11 16:41:34 +00:00
parent 7fdf1b02bc
commit 16a7a3b634
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2004-12-11 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
* 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 <dron@remotesensing.org>
* libtiff/tif_dirwrite.c: Always write TIFFTAG_SUBIFD using LONG type

View File

@ -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