[geos-commits] r2278 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Mar 19 12:45:19 EDT 2009


Author: pramsey
Date: 2009-03-19 12:45:18 -0400 (Thu, 19 Mar 2009)
New Revision: 2278

Modified:
   trunk/autogen.sh
Log:
Fix spellingn mistake.


Modified: trunk/autogen.sh
===================================================================
--- trunk/autogen.sh	2009-03-19 16:19:14 UTC (rev 2277)
+++ trunk/autogen.sh	2009-03-19 16:45:18 UTC (rev 2278)
@@ -21,7 +21,7 @@
     fi
 done
 if [ ! $ACLOCAL ]; then
-    echo "Missingn aclocal!"
+    echo "Missing aclocal!"
     exit
 fi
 
@@ -32,7 +32,7 @@
     fi
 done
 if [ ! $AUTOMAKE ]; then
-    echo "Missingn automake!"
+    echo "Missing automake!"
     exit
 fi
 
@@ -44,7 +44,7 @@
     fi
 done
 if [ ! $LIBTOOLIZE ]; then
-    echo "Missingn libtoolize!"
+    echo "Missing libtoolize!"
     exit
 fi
 



More information about the geos-commits mailing list