[mapguide-commits] r8891 - trunk/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Mar 16 05:01:38 PDT 2016


Author: jng
Date: 2016-03-16 05:01:38 -0700 (Wed, 16 Mar 2016)
New Revision: 8891

Modified:
   trunk/MgDev/configure.in
Log:
Bump FDO back to 4.1.0, as FDO trunk is already "stamped" to this version

Modified: trunk/MgDev/configure.in
===================================================================
--- trunk/MgDev/configure.in	2016-03-16 11:23:08 UTC (rev 8890)
+++ trunk/MgDev/configure.in	2016-03-16 12:01:38 UTC (rev 8891)
@@ -85,7 +85,7 @@
 AC_SUBST(httpd_src)
 
 dnl *******************************************************
-dnl FDO 4.0.0 Configuration
+dnl FDO 4.1.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.0.0/include"
+    map_fdo_include="/usr/local/fdo-4.1.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.0.0/include])
+        AC_MSG_NOTICE([Building with default location of FDO include files at /usr/local/fdo-4.1.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.0.0/lib"
+    map_fdo_lib="/usr/local/fdo-4.1.0/lib"
     if test -d $map_fdo_lib; then
-        AC_MSG_NOTICE([Building with default location of FDO libraries at /usr/local/fdo-4.0.0/lib])
+        AC_MSG_NOTICE([Building with default location of FDO libraries at /usr/local/fdo-4.1.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.0.0/nls/%N"
+map_fdo_nls="/usr/local/fdo-4.1.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