]> granicus.if.org Git - postgis/commitdiff
OK, didn't like that. libtoolize alters config.guess and config.sub,
authorPaul Ramsey <pramsey@cleverelephant.ca>
Sun, 22 Mar 2009 06:30:17 +0000 (06:30 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Sun, 22 Mar 2009 06:30:17 +0000 (06:30 +0000)
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

autogen.sh

index 1b7b473cea9dc6610debc3803d0bc2c5a721862b..d45073040b90c9b194aac6b37518fec621a4167a 100755 (executable)
@@ -47,8 +47,8 @@ fi
 #
 # Run the actual autotools routines.
 # 
-echo "Running libtoolize --force --copy"
-$LIBTOOLIZE --force --copy
+#echo "Running libtoolize --force --copy"
+#$LIBTOOLIZE --force --copy
 echo "Running aclocal -I macros"
 $ACLOCAL -I macros || giveup
 echo "Running autoconf"