Alter execution order in autogen.sh
This commit is contained in:
parent
7fdf1b02bc
commit
16a7a3b634
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user