[geos-commits] r2533 - in trunk: . tests/bigtest

svn_geos at osgeo.org svn_geos at osgeo.org
Thu May 28 10:38:40 EDT 2009


Author: mloskot
Date: 2009-05-28 10:38:40 -0400 (Thu, 28 May 2009)
New Revision: 2533

Modified:
   trunk/configure.in
   trunk/tests/bigtest/
Log:
Fixed aclocal warnings for mixing cache-id's in configure.in.

Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2009-05-27 19:11:05 UTC (rev 2532)
+++ trunk/configure.in	2009-05-28 14:38:40 UTC (rev 2533)
@@ -125,14 +125,14 @@
 # -pedantic: ISO does not support long long
 # we add -Wno-long-long to avoid those messages
 WARNFLAGS=""
-AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -pedantic], [dummy_pedantic], [-pedantic], [], [WARNFLAGS="$WARNFLAGS -pedantic"], [])
-AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -Wall], [dummy_wall], [-Wall], [], [WARNFLAGS="$WARNFLAGS -Wall"], [])
-AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -ansi], [dummy_ansi], [-ansi], [], [WARNFLAGS="$WARNFLAGS -ansi"], [])
-AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -Wno-long-long], [dummy_no_long_long], [-Wno-long-long], [], [WARNFLAGS="$WARNFLAGS -Wno-long-long"], [])
+AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -pedantic], [dummy_cv_pedantic], [-pedantic], [], [WARNFLAGS="$WARNFLAGS -pedantic"], [])
+AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -Wall], [dummy_cv_wall], [-Wall], [], [WARNFLAGS="$WARNFLAGS -Wall"], [])
+AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -ansi], [dummy_cv_ansi], [-ansi], [], [WARNFLAGS="$WARNFLAGS -ansi"], [])
+AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -Wno-long-long], [dummy_cv_no_long_long], [-Wno-long-long], [], [WARNFLAGS="$WARNFLAGS -Wno-long-long"], [])
 
 # To make numerical computation more stable, we use --ffloat-store
 NUMERICFLAGS=""
-AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -ffloat-store], [dummy_ffloat_store], [-ffloat-store], [], [NUMERICFLAGS="$NUMERICFLAGS -ffloat-store"], [])
+AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -ffloat-store], [dummy_cv_ffloat_store], [-ffloat-store], [], [NUMERICFLAGS="$NUMERICFLAGS -ffloat-store"], [])
 
 DEFAULTFLAGS="${WARNFLAGS} ${NUMERICFLAGS}"
 


Property changes on: trunk/tests/bigtest
___________________________________________________________________
Name: svn:ignore
   - TestSweepLineSpeed
Makefile
Makefile.in
.deps
.libs
   + bug234
TestSweepLineSpeed
Makefile
Makefile.in
.deps
.libs




More information about the geos-commits mailing list