[geos-commits] r3004 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Jun 18 05:52:07 EDT 2010


Author: strk
Date: 2010-06-18 09:52:07 +0000 (Fri, 18 Jun 2010)
New Revision: 3004

Modified:
   trunk/autogen.sh
Log:
Add -Woverride option to automake invocation, to catch Makefile.am errors (there's one)


Modified: trunk/autogen.sh
===================================================================
--- trunk/autogen.sh	2010-06-16 10:39:52 UTC (rev 3003)
+++ trunk/autogen.sh	2010-06-18 09:52:07 UTC (rev 3004)
@@ -64,7 +64,7 @@
 fi
 LIBTOOLIZE_VER=`${LIBTOOLIZE} --version | grep -E "^.*[0-9]\.[0-9]" | sed 's/^.* //'`
 
-AMOPTS="--add-missing --copy"
+AMOPTS="--add-missing --copy -Woverride"
 if test "$OSTYPE" = "IRIX" -o "$OSTYPE" = "IRIX64"; then
    AMOPTS=$AMOPTS" --include-deps";
 fi



More information about the geos-commits mailing list