[geos-commits] r2294 - trunk
    svn_geos at osgeo.org 
    svn_geos at osgeo.org
       
    Mon Mar 23 16:03:04 EDT 2009
    
    
  
Author: mloskot
Date: 2009-03-23 16:03:04 -0400 (Mon, 23 Mar 2009)
New Revision: 2294
Modified:
   trunk/autogen.sh
Log:
autogen.sh: Fixed typo in tab character.
Modified: trunk/autogen.sh
===================================================================
--- trunk/autogen.sh	2009-03-23 17:08:14 UTC (rev 2293)
+++ trunk/autogen.sh	2009-03-23 20:03:04 UTC (rev 2294)
@@ -81,7 +81,7 @@
 ${AUTOHEADER} || giveup
 
 echo "* Running ${AUTOMAKE} (${AUTOMAKE_VER})"
-echo "\OPTIONS = ${AMOPTS}"
+echo "\tOPTIONS = ${AMOPTS}"
 ${AUTOMAKE} ${AMOPTS} || giveup
 
 echo "* Running ${AUTOCONF} (${AUTOCONF_VER})"
    
    
More information about the geos-commits
mailing list