[geos-commits] r2635 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Sep 30 10:14:00 EDT 2009


Author: strk
Date: 2009-09-30 10:14:00 -0400 (Wed, 30 Sep 2009)
New Revision: 2635

Modified:
   trunk/autogen.sh
Log:
Don't use non-standard escape sequences with 'echo'


Modified: trunk/autogen.sh
===================================================================
--- trunk/autogen.sh	2009-09-28 10:35:23 UTC (rev 2634)
+++ trunk/autogen.sh	2009-09-30 14:14:00 UTC (rev 2635)
@@ -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