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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Mar 28 22:50:54 EDT 2012


Author: hubu
Date: 2012-03-28 19:50:54 -0700 (Wed, 28 Mar 2012)
New Revision: 6555

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

Modified: trunk/MgDev/Server/src/Core/Makefile.am
===================================================================
--- trunk/MgDev/Server/src/Core/Makefile.am	2012-03-21 05:51:35 UTC (rev 6554)
+++ trunk/MgDev/Server/src/Core/Makefile.am	2012-03-29 02:50:54 UTC (rev 6555)
@@ -97,7 +97,7 @@
   -ldwftk \
   -ldwfemap \
   -lexpat \
-  -lFDO-3.7.0 \
+  -lFDO-3.8.0 \
   -lExpressionEngine \
   -lxalanMsg \
   -lxalan-c \

Modified: trunk/MgDev/configure
===================================================================
--- trunk/MgDev/configure	2012-03-21 05:51:35 UTC (rev 6554)
+++ trunk/MgDev/configure	2012-03-29 02:50:54 UTC (rev 6555)
@@ -20088,10 +20088,10 @@
 fi;
 
 if test $custom_inc = "DEFAULT"; then
-    map_fdo_include="/usr/local/fdo-3.7.0/include"
+    map_fdo_include="/usr/local/fdo-3.8.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.7.0/include" >&5
-echo "$as_me: Building with default location of FDO include files at /usr/local/fdo-3.7.0/include" >&6;}
+        { echo "$as_me:$LINENO: Building with default location of FDO include files at /usr/local/fdo-3.8.0/include" >&5
+echo "$as_me: Building with default location of FDO include files at /usr/local/fdo-3.8.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.7.0/lib"
+    map_fdo_lib="/usr/local/fdo-3.8.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.7.0/lib" >&5
-echo "$as_me: Building with default location of FDO libraries at /usr/local/fdo-3.7.0/lib" >&6;}
+        { echo "$as_me:$LINENO: Building with default location of FDO libraries at /usr/local/fdo-3.8.0/lib" >&5
+echo "$as_me: Building with default location of FDO libraries at /usr/local/fdo-3.8.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	2012-03-21 05:51:35 UTC (rev 6554)
+++ trunk/MgDev/configure.in	2012-03-29 02:50:54 UTC (rev 6555)
@@ -54,7 +54,7 @@
 fi
 
 dnl *******************************************************
-dnl FDO 3.7.0 Configuration
+dnl FDO 3.8.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.7.0/include"
+    map_fdo_include="/usr/local/fdo-3.8.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.7.0/include])
+        AC_MSG_NOTICE([Building with default location of FDO include files at /usr/local/fdo-3.8.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.7.0/lib"
+    map_fdo_lib="/usr/local/fdo-3.8.0/lib"
     if test -d $map_fdo_lib; then
-        AC_MSG_NOTICE([Building with default location of FDO libraries at /usr/local/fdo-3.7.0/lib])
+        AC_MSG_NOTICE([Building with default location of FDO libraries at /usr/local/fdo-3.8.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