[mapguide-commits] r5972 - in trunk/MgDev: . Server/src/Core

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jul 5 22:16:59 EDT 2011


Author: hubu
Date: 2011-07-05 19:16:58 -0700 (Tue, 05 Jul 2011)
New Revision: 5972

Modified:
   trunk/MgDev/Server/src/Core/Makefile.am
   trunk/MgDev/configure
   trunk/MgDev/configure.in
Log:
Update FDO to 3.7.0

Modified: trunk/MgDev/Server/src/Core/Makefile.am
===================================================================
--- trunk/MgDev/Server/src/Core/Makefile.am	2011-07-05 17:21:29 UTC (rev 5971)
+++ trunk/MgDev/Server/src/Core/Makefile.am	2011-07-06 02:16:58 UTC (rev 5972)
@@ -96,7 +96,7 @@
   -ldwftk \
   -ldwfemap \
   -lexpat \
-  -lFDO-3.6.0 \
+  -lFDO-3.7.0 \
   -lExpressionEngine \
   -lxalanMsg \
   -lxalan-c \

Modified: trunk/MgDev/configure
===================================================================
--- trunk/MgDev/configure	2011-07-05 17:21:29 UTC (rev 5971)
+++ trunk/MgDev/configure	2011-07-06 02:16:58 UTC (rev 5972)
@@ -20088,10 +20088,10 @@
 fi;
 
 if test $custom_inc = "DEFAULT"; then
-    map_fdo_include="/usr/local/fdo-3.6.0/include"
+    map_fdo_include="/usr/local/fdo-3.7.0/include"
     if test -d $map_fdo_include; then
-        { echo "$as_me:$LINENO: Building with default location of FDO include files at /usr/local/fdo-3.6.0/include" >&5
-echo "$as_me: Building with default location of FDO include files at /usr/local/fdo-3.6.0/include" >&6;}
+        { echo "$as_me:$LINENO: Building with default location of FDO include files at /usr/local/fdo-3.7.0/include" >&5
+echo "$as_me: Building with default location of FDO include files at /usr/local/fdo-3.7.0/include" >&6;}
     else
         { { echo "$as_me:$LINENO: error: the default FDO include path $map_fdo_include is not a valid directory. Please use the custom option" >&5
 echo "$as_me: error: the default FDO include path $map_fdo_include is not a valid directory. Please use the custom option" >&2;}
@@ -20119,10 +20119,10 @@
 fi;
 
 if test $custom_lib = "DEFAULT"; then
-    map_fdo_lib="/usr/local/fdo-3.6.0/lib"
+    map_fdo_lib="/usr/local/fdo-3.7.0/lib"
     if test -d $map_fdo_lib; then
-        { echo "$as_me:$LINENO: Building with default location of FDO libraries at /usr/local/fdo-3.6.0/lib" >&5
-echo "$as_me: Building with default location of FDO libraries at /usr/local/fdo-3.6.0/lib" >&6;}
+        { echo "$as_me:$LINENO: Building with default location of FDO libraries at /usr/local/fdo-3.7.0/lib" >&5
+echo "$as_me: Building with default location of FDO libraries at /usr/local/fdo-3.7.0/lib" >&6;}
     else
         { { echo "$as_me:$LINENO: error: the default FDO lib path $map_fdo_lib is not a valid directory. Please use the custom option" >&5
 echo "$as_me: error: the default FDO lib path $map_fdo_lib is not a valid directory. Please use the custom option" >&2;}

Modified: trunk/MgDev/configure.in
===================================================================
--- trunk/MgDev/configure.in	2011-07-05 17:21:29 UTC (rev 5971)
+++ trunk/MgDev/configure.in	2011-07-06 02:16:58 UTC (rev 5972)
@@ -54,7 +54,7 @@
 fi
 
 dnl *******************************************************
-dnl FDO 3.6.0 Configuration
+dnl FDO 3.7.0 Configuration
 dnl Include / lib paths
 dnl *******************************************************
 # custom Fdo path specification
@@ -65,9 +65,9 @@
         [custom_inc=DEFAULT])
 
 if test $custom_inc = "DEFAULT"; then
-    map_fdo_include="/usr/local/fdo-3.6.0/include"
+    map_fdo_include="/usr/local/fdo-3.7.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.6.0/include])
+        AC_MSG_NOTICE([Building with default location of FDO include files at /usr/local/fdo-3.7.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
@@ -87,9 +87,9 @@
         [custom_lib=DEFAULT])
 
 if test $custom_lib = "DEFAULT"; then
-    map_fdo_lib="/usr/local/fdo-3.6.0/lib"
+    map_fdo_lib="/usr/local/fdo-3.7.0/lib"
     if test -d $map_fdo_lib; then
-        AC_MSG_NOTICE([Building with default location of FDO libraries at /usr/local/fdo-3.6.0/lib])
+        AC_MSG_NOTICE([Building with default location of FDO libraries at /usr/local/fdo-3.7.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



More information about the mapguide-commits mailing list