[mapguide-commits] r9417 - trunk/MgDev
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Mon Dec 3 14:29:44 PST 2018
Author: jng
Date: 2018-12-03 14:29:44 -0800 (Mon, 03 Dec 2018)
New Revision: 9417
Modified:
trunk/MgDev/configure.in
Log:
Add subdir-options to AM_INIT_AUTOMAKE so automake can shut up about it
Modified: trunk/MgDev/configure.in
===================================================================
--- trunk/MgDev/configure.in 2018-12-02 08:03:39 UTC (rev 9416)
+++ trunk/MgDev/configure.in 2018-12-03 22:29:44 UTC (rev 9417)
@@ -7,7 +7,7 @@
AC_INIT(mapguide,3.3.0,http://mapguide.osgeo.org)
AC_CONFIG_SRCDIR(configure.in)
AM_INIT_AUTOMAKE
-AM_INIT_AUTOMAKE([1.9 tar-pax])
+AM_INIT_AUTOMAKE([1.9 tar-pax subdir-objects])
# Enable silent rules if supported. Allows for less verbose output while still displaying any compiler/linker warnings/errors
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
More information about the mapguide-commits
mailing list