[geos-commits] r3122 - trunk
svn_geos at osgeo.org
svn_geos at osgeo.org
Mon Nov 29 04:32:49 EST 2010
Author: strk
Date: 2010-11-29 01:32:49 -0800 (Mon, 29 Nov 2010)
New Revision: 3122
Modified:
trunk/configure.in
Log:
Add support for 'maintainer mode'
Modified: trunk/configure.in
===================================================================
--- trunk/configure.in 2010-11-29 09:32:43 UTC (rev 3121)
+++ trunk/configure.in 2010-11-29 09:32:49 UTC (rev 3122)
@@ -36,6 +36,7 @@
CAPI_VERSION="$CAPI_VERSION_MAJOR.$CAPI_VERSION_MINOR.$CAPI_VERSION_PATCH"
AM_INIT_AUTOMAKE([geos], [$VERSION], [no-define])
+AM_MAINTAINER_MODE
AM_CONFIG_HEADER([include/config.h])
AM_CONFIG_HEADER([include/geos/platform.h])
AC_PROG_CC
@@ -459,6 +460,7 @@
src/operation/polygonize/Makefile
src/operation/predicate/Makefile
src/operation/relate/Makefile
+ src/operation/sharedpaths/Makefile
src/operation/union/Makefile
src/operation/valid/Makefile
src/planargraph/Makefile
More information about the geos-commits
mailing list