[geos-commits] r2246 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Sun Jan 18 19:12:34 EST 2009


Author: pramsey
Date: 2009-01-18 19:12:34 -0500 (Sun, 18 Jan 2009)
New Revision: 2246

Modified:
   trunk/autogen.sh
Log:
Fix error left behind from testing.


Modified: trunk/autogen.sh
===================================================================
--- trunk/autogen.sh	2009-01-18 23:28:14 UTC (rev 2245)
+++ trunk/autogen.sh	2009-01-19 00:12:34 UTC (rev 2246)
@@ -14,7 +14,7 @@
 
 OSTYPE=`uname -s`
 
-for aclocal in aclocal alocal-1.10 alocal-1.9; do
+for aclocal in aclocal aclocal-1.10 aclocal-1.9; do
     ACLOCAL=`which $aclocal 2>/dev/null`
     if test -x "${ACLOCAL}"; then
         break;



More information about the geos-commits mailing list