[mapguide-commits] r9162 - trunk/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Apr 20 17:01:32 PDT 2017


Author: jng
Date: 2017-04-20 17:01:32 -0700 (Thu, 20 Apr 2017)
New Revision: 9162

Modified:
   trunk/MgDev/configure.in
Log:
Update configure.in to match new baseline version numbers

Modified: trunk/MgDev/configure.in
===================================================================
--- trunk/MgDev/configure.in	2017-04-20 12:22:37 UTC (rev 9161)
+++ trunk/MgDev/configure.in	2017-04-21 00:01:32 UTC (rev 9162)
@@ -4,7 +4,7 @@
 # Variables
 # Following are the makefile directories
 #----------------------------------------------------------------------
-AC_INIT(mapguide,3.1.0,http://mapguide.osgeo.org)
+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])
@@ -85,7 +85,7 @@
 AC_SUBST(httpd_src)
 
 dnl *******************************************************
-dnl FDO 4.1.0 Configuration
+dnl FDO 4.2.0 Configuration
 dnl Include / lib paths
 dnl *******************************************************
 # custom Fdo path specification
@@ -96,9 +96,9 @@
         [custom_inc=DEFAULT])
 
 if test $custom_inc = "DEFAULT"; then
-    map_fdo_include="/usr/local/fdo-4.1.0/include"
+    map_fdo_include="/usr/local/fdo-4.2.0/include"
     if test -d $map_fdo_include; then
-        AC_MSG_NOTICE([Building with default location of FDO include files at /usr/local/fdo-4.1.0/include])
+        AC_MSG_NOTICE([Building with default location of FDO include files at /usr/local/fdo-4.2.0/include])
     else
         AC_MSG_ERROR([the default FDO include path $map_fdo_include is not a valid directory. Please use the custom option])
     fi
@@ -118,9 +118,9 @@
         [custom_lib=DEFAULT])
 
 if test $custom_lib = "DEFAULT"; then
-    map_fdo_lib="/usr/local/fdo-4.1.0/lib"
+    map_fdo_lib="/usr/local/fdo-4.2.0/lib"
     if test -d $map_fdo_lib; then
-        AC_MSG_NOTICE([Building with default location of FDO libraries at /usr/local/fdo-4.1.0/lib])
+        AC_MSG_NOTICE([Building with default location of FDO libraries at /usr/local/fdo-4.2.0/lib])
     else
         AC_MSG_ERROR([the default FDO lib path $map_fdo_lib is not a valid directory. Please use the custom option])
     fi
@@ -132,7 +132,7 @@
         AC_MSG_ERROR([the specified FDO library path $custom_lib is not a valid directory])
     fi
 fi
-map_fdo_nls="/usr/local/fdo-4.1.0/nls/%N"
+map_fdo_nls="/usr/local/fdo-4.2.0/nls/%N"
 AC_SUBST(map_fdo_include)
 AC_SUBST(map_fdo_lib)
 AC_SUBST(map_fdo_nls)



More information about the mapguide-commits mailing list