Author: jberry
Date: Tue Jun  7 15:34:50 2005
New Revision: 189463

URL: http://svn.apache.org/viewcvs?rev=189463&view=rev
Log:
regen.


Modified:
    xerces/c/branches/jberry/3.0-unstable/Makefile.in
    xerces/c/branches/jberry/3.0-unstable/configure
    xerces/c/branches/jberry/3.0-unstable/lib/Makefile.in
    xerces/c/branches/jberry/3.0-unstable/obj/Makefile.in
    xerces/c/branches/jberry/3.0-unstable/samples/Makefile.in
    xerces/c/branches/jberry/3.0-unstable/src/Makefile.in
    xerces/c/branches/jberry/3.0-unstable/tests/Makefile.in

Modified: xerces/c/branches/jberry/3.0-unstable/Makefile.in
URL: 
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/Makefile.in?rev=189463&r1=189462&r2=189463&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/Makefile.in (original)
+++ xerces/c/branches/jberry/3.0-unstable/Makefile.in Tue Jun  7 15:34:50 2005
@@ -61,6 +61,7 @@
        $(top_srcdir)/m4/xerces_mutexmgr_selection.m4 \
        $(top_srcdir)/m4/xerces_netaccessor_selection.m4 \
        $(top_srcdir)/m4/xerces_no_threads.m4 \
+       $(top_srcdir)/m4/xerces_path_delimiters.m4 \
        $(top_srcdir)/m4/xerces_pretty_make.m4 \
        $(top_srcdir)/m4/xerces_transcoder_selection.m4 \
        $(top_srcdir)/configure.ac

Modified: xerces/c/branches/jberry/3.0-unstable/configure
URL: 
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/configure?rev=189463&r1=189462&r2=189463&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/configure (original)
+++ xerces/c/branches/jberry/3.0-unstable/configure Tue Jun  7 15:34:50 2005
@@ -24318,37 +24318,6 @@
 
 
 
-
-
-# Things we've got to conditionally compile:
-#
-#      Transcoder
-#      MsgLoader
-#      NetAccessor
-#      File
-#      Mutex
-#      Timer
-#
-#      Specify location of libraries
-#      --with-curl=<location>
-#      --with-icu=<location>
-#      --with-libwww=<location>
-#
-#      Enable netaccessor selection:
-#      --enable-netaccessor-curl
-#      --enable-netaccessor-libwww
-#      --enable-netaccessor-socket
-#      --enable-netaccessor-cfurlaccessor
-#      --enable-netaccessor-winsock
-#
-#      Enable msgloader selection:
-#      --enable-msgloader-memory
-#      --enable-msgloader-icu
-#      --enable-msgloader-msgcatalog
-#      --enable-msgloader-msgfile
-#      --enable-msgloader-win32
-#
-
 ######################################################
 # Look for availability of available packages
 ######################################################
@@ -24384,6 +24353,27 @@
 fi
 
 
+
+
+
+               echo "$as_me:$LINENO: checking for which path delimiter 
characters to accept" >&5
+echo $ECHO_N "checking for which path delimiter characters to accept... 
$ECHO_C" >&6
+
+                               path_delims=/
+
+               case $host_os in
+               msdos* | windows* | cygwin* | mingw*)
+
+cat >>confdefs.h <<\_ACEOF
+#define XERCES_PATH_DELIMITER_BACKSLASH 1
+_ACEOF
+
+                       path_delims="${path_delims}\\"
+                       ;;
+               esac
+
+               echo "$as_me:$LINENO: result: $path_delims" >&5
+echo "${ECHO_T}$path_delims" >&6
 
 
 

Modified: xerces/c/branches/jberry/3.0-unstable/lib/Makefile.in
URL: 
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/lib/Makefile.in?rev=189463&r1=189462&r2=189463&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/lib/Makefile.in (original)
+++ xerces/c/branches/jberry/3.0-unstable/lib/Makefile.in Tue Jun  7 15:34:50 
2005
@@ -79,6 +79,7 @@
        $(top_srcdir)/m4/xerces_mutexmgr_selection.m4 \
        $(top_srcdir)/m4/xerces_netaccessor_selection.m4 \
        $(top_srcdir)/m4/xerces_no_threads.m4 \
+       $(top_srcdir)/m4/xerces_path_delimiters.m4 \
        $(top_srcdir)/m4/xerces_pretty_make.m4 \
        $(top_srcdir)/m4/xerces_transcoder_selection.m4 \
        $(top_srcdir)/configure.ac

Modified: xerces/c/branches/jberry/3.0-unstable/obj/Makefile.in
URL: 
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/obj/Makefile.in?rev=189463&r1=189462&r2=189463&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/obj/Makefile.in (original)
+++ xerces/c/branches/jberry/3.0-unstable/obj/Makefile.in Tue Jun  7 15:34:50 
2005
@@ -78,6 +78,7 @@
        $(top_srcdir)/m4/xerces_mutexmgr_selection.m4 \
        $(top_srcdir)/m4/xerces_netaccessor_selection.m4 \
        $(top_srcdir)/m4/xerces_no_threads.m4 \
+       $(top_srcdir)/m4/xerces_path_delimiters.m4 \
        $(top_srcdir)/m4/xerces_pretty_make.m4 \
        $(top_srcdir)/m4/xerces_transcoder_selection.m4 \
        $(top_srcdir)/configure.ac

Modified: xerces/c/branches/jberry/3.0-unstable/samples/Makefile.in
URL: 
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/samples/Makefile.in?rev=189463&r1=189462&r2=189463&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/samples/Makefile.in (original)
+++ xerces/c/branches/jberry/3.0-unstable/samples/Makefile.in Tue Jun  7 
15:34:50 2005
@@ -79,6 +79,7 @@
        $(top_srcdir)/m4/xerces_mutexmgr_selection.m4 \
        $(top_srcdir)/m4/xerces_netaccessor_selection.m4 \
        $(top_srcdir)/m4/xerces_no_threads.m4 \
+       $(top_srcdir)/m4/xerces_path_delimiters.m4 \
        $(top_srcdir)/m4/xerces_pretty_make.m4 \
        $(top_srcdir)/m4/xerces_transcoder_selection.m4 \
        $(top_srcdir)/configure.ac

Modified: xerces/c/branches/jberry/3.0-unstable/src/Makefile.in
URL: 
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/src/Makefile.in?rev=189463&r1=189462&r2=189463&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/src/Makefile.in (original)
+++ xerces/c/branches/jberry/3.0-unstable/src/Makefile.in Tue Jun  7 15:34:50 
2005
@@ -147,6 +147,7 @@
        $(top_srcdir)/m4/xerces_mutexmgr_selection.m4 \
        $(top_srcdir)/m4/xerces_netaccessor_selection.m4 \
        $(top_srcdir)/m4/xerces_no_threads.m4 \
+       $(top_srcdir)/m4/xerces_path_delimiters.m4 \
        $(top_srcdir)/m4/xerces_pretty_make.m4 \
        $(top_srcdir)/m4/xerces_transcoder_selection.m4 \
        $(top_srcdir)/configure.ac

Modified: xerces/c/branches/jberry/3.0-unstable/tests/Makefile.in
URL: 
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/tests/Makefile.in?rev=189463&r1=189462&r2=189463&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/tests/Makefile.in (original)
+++ xerces/c/branches/jberry/3.0-unstable/tests/Makefile.in Tue Jun  7 15:34:50 
2005
@@ -78,6 +78,7 @@
        $(top_srcdir)/m4/xerces_mutexmgr_selection.m4 \
        $(top_srcdir)/m4/xerces_netaccessor_selection.m4 \
        $(top_srcdir)/m4/xerces_no_threads.m4 \
+       $(top_srcdir)/m4/xerces_path_delimiters.m4 \
        $(top_srcdir)/m4/xerces_pretty_make.m4 \
        $(top_srcdir)/m4/xerces_transcoder_selection.m4 \
        $(top_srcdir)/configure.ac



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to