[geos-commits] r3737 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Dec 6 00:23:10 PST 2012


Author: strk
Date: 2012-12-06 00:23:10 -0800 (Thu, 06 Dec 2012)
New Revision: 3737

Modified:
   trunk/configure.in
Log:
See if AC_CONFIG_HEADERS makes winnie happier

... and also how many other builds it breaks, if any

Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2012-12-06 08:04:36 UTC (rev 3736)
+++ trunk/configure.in	2012-12-06 08:23:10 UTC (rev 3737)
@@ -36,8 +36,7 @@
 
 AM_INIT_AUTOMAKE([geos], [$VERSION], [no-define])
 AM_MAINTAINER_MODE
-AM_CONFIG_HEADER([include/config.h])
-AM_CONFIG_HEADER([include/geos/platform.h])
+AC_CONFIG_HEADERS([include/config.h] [include/geos/platform.h])
 AC_PROG_CC
 
 dnl use libtool ----------------------------------------------------------



More information about the geos-commits mailing list