[mapguide-commits] r7981 - trunk/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Feb 24 15:22:42 PST 2014


Author: jng
Date: 2014-02-24 15:22:42 -0800 (Mon, 24 Feb 2014)
New Revision: 7981

Modified:
   trunk/MgDev/configure.in
Log:
FDO version update

Modified: trunk/MgDev/configure.in
===================================================================
--- trunk/MgDev/configure.in	2014-02-23 09:29:17 UTC (rev 7980)
+++ trunk/MgDev/configure.in	2014-02-24 23:22:42 UTC (rev 7981)
@@ -85,7 +85,7 @@
 AC_SUBST(httpd_src)
 
 dnl *******************************************************
-dnl FDO 3.8.1 Configuration
+dnl FDO 3.9.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-3.8.1/include"
+    map_fdo_include="/usr/local/fdo-3.9.0/include"
     if test -d $map_fdo_include; then
-        AC_MSG_NOTICE([Building with default location of FDO include files at /usr/local/fdo-3.8.1/include])
+        AC_MSG_NOTICE([Building with default location of FDO include files at /usr/local/fdo-3.9.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-3.8.1/lib"
+    map_fdo_lib="/usr/local/fdo-3.9.0/lib"
     if test -d $map_fdo_lib; then
-        AC_MSG_NOTICE([Building with default location of FDO libraries at /usr/local/fdo-3.8.1/lib])
+        AC_MSG_NOTICE([Building with default location of FDO libraries at /usr/local/fdo-3.9.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-3.8.1/nls/%N"
+map_fdo_nls="/usr/local/fdo-3.9.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