OK, didn't like that. libtoolize alters config.guess and config.sub,

but removing them breaks build. Run libtoolize by hand and add the resultants
to svn?


git-svn-id: http://svn.osgeo.org/postgis/trunk@3927 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Paul Ramsey 2009-03-22 06:30:17 +00:00
parent bed733daa2
commit c60284b23e

View file

@ -47,8 +47,8 @@ fi
# #
# Run the actual autotools routines. # Run the actual autotools routines.
# #
echo "Running libtoolize --force --copy" #echo "Running libtoolize --force --copy"
$LIBTOOLIZE --force --copy #$LIBTOOLIZE --force --copy
echo "Running aclocal -I macros" echo "Running aclocal -I macros"
$ACLOCAL -I macros || giveup $ACLOCAL -I macros || giveup
echo "Running autoconf" echo "Running autoconf"