[geos-commits] r2660 - branches/3.1
svn_geos at osgeo.org
svn_geos at osgeo.org
Mon Oct 5 17:48:29 EDT 2009
Author: pramsey
Date: 2009-10-05 17:48:29 -0400 (Mon, 05 Oct 2009)
New Revision: 2660
Modified:
branches/3.1/autogen.sh
Log:
Remove tab characters in favour of spaces.
Modified: branches/3.1/autogen.sh
===================================================================
--- branches/3.1/autogen.sh 2009-10-05 21:36:17 UTC (rev 2659)
+++ branches/3.1/autogen.sh 2009-10-05 21:48:29 UTC (rev 2660)
@@ -71,7 +71,7 @@
LTOPTS="--force --copy"
echo "* Running ${LIBTOOLIZE} (${LIBTOOLIZE_VER})"
-echo "\tOPTIONS = ${LTOPTS}"
+echo " OPTIONS = ${LTOPTS}"
${LIBTOOLIZE} ${LTOPTS} || giveup
echo "* Running $ACLOCAL (${ACLOCAL_VER})"
@@ -81,7 +81,7 @@
${AUTOHEADER} || giveup
echo "* Running ${AUTOMAKE} (${AUTOMAKE_VER})"
-echo "\tOPTIONS = ${AMOPTS}"
+echo " OPTIONS = ${AMOPTS}"
${AUTOMAKE} ${AMOPTS} || giveup
echo "* Running ${AUTOCONF} (${AUTOCONF_VER})"
More information about the geos-commits
mailing list