Commit in SimDist on MAIN
aclocal.m4+21.2 -> 1.3
configure+161.4 -> 1.5
packages/xerces/GNUmakefile.in+2-21.1 -> 1.2
+20-2
3 modified files


SimDist
aclocal.m4 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- aclocal.m4	25 Oct 2005 17:52:45 -0000	1.2
+++ aclocal.m4	25 Oct 2005 22:47:04 -0000	1.3
@@ -197,6 +197,8 @@
 
 AC_SUBST(xerces_configure_args)
 
+SIM_ADD_CONFIG_FILE($sim_packages_dir/xerces/patch.sh)
+
 ])
 
 AC_DEFUN(OS_SHARED_LIBS_VAR, [

SimDist
configure 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- configure	25 Oct 2005 17:52:45 -0000	1.4
+++ configure	25 Oct 2005 22:47:04 -0000	1.5
@@ -2187,6 +2187,22 @@
 
 
 
+#echo "add config file: $sim_packages_dir/xerces/patch.sh"
+
+if test -z $sim_packages_dir/xerces/patch.sh
+then
+  { { echo "$as_me:$LINENO: error: \"Missing config file to add.\"" >&5
+echo "$as_me: error: \"Missing config file to add.\"" >&2;}
+   { (exit 1); exit 1; }; }
+fi
+
+config_files="$config_files"$sim_packages_dir/xerces/patch.sh" "
+#echo "after add config_files:"$config_files
+
+
+
+
+
 
 
 # set which variable to use for runtime location of shared libs

SimDist/packages/xerces
GNUmakefile.in 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- GNUmakefile.in	20 Oct 2005 00:08:14 -0000	1.1
+++ GNUmakefile.in	25 Oct 2005 22:47:04 -0000	1.2
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/SimDist/packages/xerces/GNUmakefile.in,v 1.1 2005/10/20 00:08:14 jeremy Exp $
+# $Header: /cvs/lcd/SimDist/packages/xerces/GNUmakefile.in,v 1.2 2005/10/25 22:47:04 jeremy Exp $
 #
 # Build rules for CLHEP package.
 #
@@ -25,7 +25,7 @@
 	cd $(xerces_build_dir) && $(MAKE)
 
 src:
-	cd $(xerces_package_dir) && rm -rf $(xerces_version) && ./src.sh
+	cd $(xerces_package_dir) && rm -rf $(xerces_version) && ./src.sh && ./patch.sh
 
 clean:
 	cd $(xerces_build_dir) && $(MAKE) clean
CVSspam 0.2.8