You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by jb...@apache.org on 2005/05/29 17:05:52 UTC

svn commit: r178963 - in /xerces/c/branches/jberry/3.0-unstable: ./ lib/ obj/ samples/ src/ src/xercesc/util/ tests/

Author: jberry
Date: Sun May 29 08:05:52 2005
New Revision: 178963

URL: http://svn.apache.org/viewcvs?rev=178963&view=rev
Log:
Rename Xerces_autoconf_config.h --> Xerces_autoconf_config.hpp since it's cpp. Just trying to confuse you...

Added:
    xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/Xerces_autoconf_config.hpp.in
      - copied, changed from r178960, xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/Xerces_autoconf_config.h.in
Removed:
    xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/Xerces_autoconf_config.h.in
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/configure.ac
    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.am
    xerces/c/branches/jberry/3.0-unstable/src/Makefile.in
    xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/   (props changed)
    xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/XercesDefs.hpp
    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=178963&r1=178962&r2=178963&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/Makefile.in (original)
+++ xerces/c/branches/jberry/3.0-unstable/Makefile.in Sun May 29 08:05:52 2005
@@ -38,7 +38,7 @@
 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
 	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
 	$(top_srcdir)/configure \
-	$(top_srcdir)/src/xercesc/util/Xerces_autoconf_config.h.in \
+	$(top_srcdir)/src/xercesc/util/Xerces_autoconf_config.hpp.in \
 	config/compile config/config.guess config/config.sub \
 	config/depcomp config/install-sh config/ltmain.sh \
 	config/missing config/mkinstalldirs
@@ -71,7 +71,7 @@
  configure.lineno configure.status.lineno
 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 CONFIG_HEADER = config.h \
-	$(top_builddir)/src/xercesc/util/Xerces_autoconf_config.h
+	$(top_builddir)/src/xercesc/util/Xerces_autoconf_config.hpp
 CONFIG_CLEAN_FILES =
 SOURCES =
 DIST_SOURCES =
@@ -287,18 +287,18 @@
 	rm -f stamp-h1
 	touch $@
 
-src/xercesc/util/Xerces_autoconf_config.h: src/xercesc/util/stamp-h2
+src/xercesc/util/Xerces_autoconf_config.hpp: src/xercesc/util/stamp-h2
 	@if test ! -f $@; then \
 	  rm -f src/xercesc/util/stamp-h2; \
 	  $(MAKE) src/xercesc/util/stamp-h2; \
 	else :; fi
 
-src/xercesc/util/stamp-h2: $(top_srcdir)/src/xercesc/util/Xerces_autoconf_config.h.in $(top_builddir)/config.status
+src/xercesc/util/stamp-h2: $(top_srcdir)/src/xercesc/util/Xerces_autoconf_config.hpp.in $(top_builddir)/config.status
 	@rm -f src/xercesc/util/stamp-h2
-	cd $(top_builddir) && $(SHELL) ./config.status src/xercesc/util/Xerces_autoconf_config.h
+	cd $(top_builddir) && $(SHELL) ./config.status src/xercesc/util/Xerces_autoconf_config.hpp
 
 distclean-hdr:
-	-rm -f config.h stamp-h1 src/xercesc/util/Xerces_autoconf_config.h src/xercesc/util/stamp-h2
+	-rm -f config.h stamp-h1 src/xercesc/util/Xerces_autoconf_config.hpp src/xercesc/util/stamp-h2
 
 mostlyclean-libtool:
 	-rm -f *.lo

Modified: xerces/c/branches/jberry/3.0-unstable/configure
URL: http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/configure?rev=178963&r1=178962&r2=178963&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/configure (original)
+++ xerces/c/branches/jberry/3.0-unstable/configure Sun May 29 08:05:52 2005
@@ -1570,7 +1570,7 @@
    { (exit 1); exit 1; }; }
 fi
 
-                    ac_config_headers="$ac_config_headers config.h src/xercesc/util/Xerces_autoconf_config.h"
+                    ac_config_headers="$ac_config_headers config.h src/xercesc/util/Xerces_autoconf_config.hpp"
 
                                                             ac_config_files="$ac_config_files Makefile lib/Makefile src/Makefile obj/Makefile tests/Makefile samples/Makefile"
 
@@ -26175,7 +26175,7 @@
   "samples/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/Makefile" ;;
   "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
   "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
-  "src/xercesc/util/Xerces_autoconf_config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/xercesc/util/Xerces_autoconf_config.h" ;;
+  "src/xercesc/util/Xerces_autoconf_config.hpp" ) CONFIG_HEADERS="$CONFIG_HEADERS src/xercesc/util/Xerces_autoconf_config.hpp" ;;
   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    { (exit 1); exit 1; }; };;

Modified: xerces/c/branches/jberry/3.0-unstable/configure.ac
URL: http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/configure.ac?rev=178963&r1=178962&r2=178963&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/configure.ac (original)
+++ xerces/c/branches/jberry/3.0-unstable/configure.ac Sun May 29 08:05:52 2005
@@ -28,7 +28,7 @@
 AC_CONFIG_LIBOBJ_DIR([xercesc/compat])
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_MACRO_DIR([m4])
-AC_CONFIG_HEADERS([config.h src/xercesc/util/Xerces_autoconf_config.h])
+AC_CONFIG_HEADERS([config.h src/xercesc/util/Xerces_autoconf_config.hpp])
 AC_CONFIG_FILES([Makefile lib/Makefile src/Makefile obj/Makefile tests/Makefile samples/Makefile])
 
 # Check the target system

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=178963&r1=178962&r2=178963&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/lib/Makefile.in (original)
+++ xerces/c/branches/jberry/3.0-unstable/lib/Makefile.in Sun May 29 08:05:52 2005
@@ -87,7 +87,7 @@
 	$(ACLOCAL_M4)
 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 CONFIG_HEADER = $(top_builddir)/config.h \
-	$(top_builddir)/src/xercesc/util/Xerces_autoconf_config.h
+	$(top_builddir)/src/xercesc/util/Xerces_autoconf_config.hpp
 CONFIG_CLEAN_FILES =
 LTLIBRARIES = $(noinst_LTLIBRARIES)
 am__DEPENDENCIES_1 = @LTLIBOBJS@

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=178963&r1=178962&r2=178963&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/obj/Makefile.in (original)
+++ xerces/c/branches/jberry/3.0-unstable/obj/Makefile.in Sun May 29 08:05:52 2005
@@ -86,7 +86,7 @@
 	$(ACLOCAL_M4)
 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 CONFIG_HEADER = $(top_builddir)/config.h \
-	$(top_builddir)/src/xercesc/util/Xerces_autoconf_config.h
+	$(top_builddir)/src/xercesc/util/Xerces_autoconf_config.hpp
 CONFIG_CLEAN_FILES =
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 am__vpath_adj = case $$p in \

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=178963&r1=178962&r2=178963&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/samples/Makefile.in (original)
+++ xerces/c/branches/jberry/3.0-unstable/samples/Makefile.in Sun May 29 08:05:52 2005
@@ -87,7 +87,7 @@
 	$(ACLOCAL_M4)
 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 CONFIG_HEADER = $(top_builddir)/config.h \
-	$(top_builddir)/src/xercesc/util/Xerces_autoconf_config.h
+	$(top_builddir)/src/xercesc/util/Xerces_autoconf_config.hpp
 CONFIG_CLEAN_FILES =
 am__EXEEXT_1 = CreateDOMDocument$(EXEEXT) DOMCount$(EXEEXT) \
 	DOMPrint$(EXEEXT) EnumVal$(EXEEXT) MemParse$(EXEEXT) \

Modified: xerces/c/branches/jberry/3.0-unstable/src/Makefile.am
URL: http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/src/Makefile.am?rev=178963&r1=178962&r2=178963&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/src/Makefile.am (original)
+++ xerces/c/branches/jberry/3.0-unstable/src/Makefile.am Sun May 29 08:05:52 2005
@@ -42,7 +42,7 @@
 
 src_libraries +=					libutil.la
 libutil_ladir =						${includedir}
-nobase_libutil_la_HEADERS =			${util_headers} ../xerces_hdr_config.h
+nobase_libutil_la_HEADERS =			${util_headers}
 libutil_la_SOURCES =				${util_sources}
 
 src_libraries +=					libdom.la
@@ -657,6 +657,7 @@
 	xercesc/util/ValueVectorOf.hpp \
 	xercesc/util/XercesDefs.hpp \
 	xercesc/util/XercesVersion.hpp \
+	xercesc/util/Xerces_autoconf_config.hpp \
 	xercesc/util/XMemory.hpp \
 	xercesc/util/XML256TableTranscoder.hpp \
 	xercesc/util/XML88591Transcoder.hpp \

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=178963&r1=178962&r2=178963&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/src/Makefile.in (original)
+++ xerces/c/branches/jberry/3.0-unstable/src/Makefile.in Sun May 29 08:05:52 2005
@@ -143,7 +143,7 @@
 	$(ACLOCAL_M4)
 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 CONFIG_HEADER = $(top_builddir)/config.h \
-	$(top_builddir)/src/xercesc/util/Xerces_autoconf_config.h
+	$(top_builddir)/src/xercesc/util/Xerces_autoconf_config.hpp
 CONFIG_CLEAN_FILES =
 LTLIBRARIES = $(noinst_LTLIBRARIES)
 libcfurl_la_LIBADD =
@@ -872,7 +872,7 @@
 	$(am__append_9) $(am__append_10) $(am__append_11) \
 	$(am__append_12) $(am__append_13)
 libutil_ladir = ${includedir}
-nobase_libutil_la_HEADERS = ${util_headers} ../xerces_hdr_config.h
+nobase_libutil_la_HEADERS = ${util_headers}
 libutil_la_SOURCES = ${util_sources}
 libdom_ladir = ${includedir}
 nobase_libdom_la_HEADERS = ${dom_headers}
@@ -1393,6 +1393,7 @@
 	xercesc/util/ValueVectorOf.hpp \
 	xercesc/util/XercesDefs.hpp \
 	xercesc/util/XercesVersion.hpp \
+	xercesc/util/Xerces_autoconf_config.hpp \
 	xercesc/util/XMemory.hpp \
 	xercesc/util/XML256TableTranscoder.hpp \
 	xercesc/util/XML88591Transcoder.hpp \
@@ -4286,7 +4287,7 @@
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
 distdir: $(DISTFILES)
-	$(mkdir_p) $(distdir)/.. $(distdir)/xercesc/dom $(distdir)/xercesc/dom/impl $(distdir)/xercesc/framework $(distdir)/xercesc/framework/psvi $(distdir)/xercesc/internal $(distdir)/xercesc/parsers $(distdir)/xercesc/sax $(distdir)/xercesc/sax2 $(distdir)/xercesc/util $(distdir)/xercesc/util/AtomicOpManagers $(distdir)/xercesc/util/FileManagers $(distdir)/xercesc/util/MsgLoaders/InMemory $(distdir)/xercesc/util/MutexManagers $(distdir)/xercesc/util/NetAccessors/LibWWW $(distdir)/xercesc/util/NetAccessors/MacOSURLAccessCF $(distdir)/xercesc/util/NetAccessors/Socket $(distdir)/xercesc/util/Transcoders/ICU $(distdir)/xercesc/util/Transcoders/Iconv $(distdir)/xercesc/util/Transcoders/MacOSUnicodeConverter $(distdir)/xercesc/util/regx $(distdir)/xercesc/validators/DTD $(distdir)/xercesc/validators/common $(distdir)/xercesc/validators/datatype $(distdir)/xercesc/validators/schema $(distdir)/xercesc/validators/schema/identity
+	$(mkdir_p) $(distdir)/xercesc/dom $(distdir)/xercesc/dom/impl $(distdir)/xercesc/framework $(distdir)/xercesc/framework/psvi $(distdir)/xercesc/internal $(distdir)/xercesc/parsers $(distdir)/xercesc/sax $(distdir)/xercesc/sax2 $(distdir)/xercesc/util $(distdir)/xercesc/util/AtomicOpManagers $(distdir)/xercesc/util/FileManagers $(distdir)/xercesc/util/MsgLoaders/InMemory $(distdir)/xercesc/util/MutexManagers $(distdir)/xercesc/util/NetAccessors/LibWWW $(distdir)/xercesc/util/NetAccessors/MacOSURLAccessCF $(distdir)/xercesc/util/NetAccessors/Socket $(distdir)/xercesc/util/Transcoders/ICU $(distdir)/xercesc/util/Transcoders/Iconv $(distdir)/xercesc/util/Transcoders/MacOSUnicodeConverter $(distdir)/xercesc/util/regx $(distdir)/xercesc/validators/DTD $(distdir)/xercesc/validators/common $(distdir)/xercesc/validators/datatype $(distdir)/xercesc/validators/schema $(distdir)/xercesc/validators/schema/identity
 	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 	list='$(DISTFILES)'; for file in $$list; do \

Propchange: xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun May 29 08:05:52 2005
@@ -1,2 +1,3 @@
 .*
 stamp-h*
+Xerces_autoconf_config.hpp

Modified: xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/XercesDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/XercesDefs.hpp?rev=178963&r1=178962&r2=178963&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/XercesDefs.hpp (original)
+++ xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/XercesDefs.hpp Sun May 29 08:05:52 2005
@@ -28,7 +28,7 @@
 //	used by the remainder of this file.
 //
 //	There are two major configuration files:
-//		- xerces_autoconf_config.h	-- Contains defines that are safe for
+//		- xerces_autoconf_config.hpp-- Contains defines that are safe for
 //									   access through public headers.
 //
 //		- config.h					-- Contains defines that may conflict
@@ -44,10 +44,10 @@
 // platform.
 //
 #if FLAG_TO_INDICATE_WINDOWS_BUILD
-#	include <xercesc/util/Xerces_windows_config.h>
+#	include <xercesc/util/Xerces_windows_config.hpp>
 #else
 //  If the next line generates an error then you haven't run ./configure
-#	include	<xercesc/util/Xerces_autoconf_config.h>
+#	include	<xercesc/util/Xerces_autoconf_config.hpp>
 #endif
 
 // ---------------------------------------------------------------------------

Copied: xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/Xerces_autoconf_config.hpp.in (from r178960, xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/Xerces_autoconf_config.h.in)
URL: http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/Xerces_autoconf_config.hpp.in?p2=xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/Xerces_autoconf_config.hpp.in&p1=xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/Xerces_autoconf_config.h.in&r1=178960&r2=178963&rev=178963&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/Xerces_autoconf_config.h.in (original)
+++ xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/Xerces_autoconf_config.hpp.in Sun May 29 08:05:52 2005
@@ -21,24 +21,24 @@
 //
 // There are two primary xerces configuration header files:
 //
-//	Xerces_autoconf_config.h--  For configuration of items that must be accessable
-//								through public headers. This file has limited information
-//								and carefully works to avoid collision of macro names, etc.
+//	Xerces_autoconf_config.hpp	--  For configuration of items that must be accessable
+//									through public headers. This file has limited information
+//									and carefully works to avoid collision of macro names, etc.
 //
-//								This file is included by XercesDefs.h. In the event
-//								of a non-configured platform, a similar header specific
-//								to the platform will be included instead.
+//									This file is included by XercesDefs.h. In the event
+//									of a non-configured platform, a similar header specific
+//									to the platform will be included instead.
 //
-//	config.h				--  Generalized autoconf header file, with much more
-//								information, used to supply configuration information
-//								for use in implementation files.
+//	config.h					--  Generalized autoconf header file, with much more
+//									information, used to supply configuration information
+//									for use in implementation files.
 //
 // For autoconf based builds, this header is configured from by the configure
 // script from the .in template file of the same name.
 
 
-#ifndef XERCES_AUTOCONFIG_HPP
-#define XERCES_AUTOCONFIG_HPP
+#ifndef XERCES_AUTOCONFIG_CONFIG_HPP
+#define XERCES_AUTOCONFIG_CONFIG_HPP
 
 // ---------------------------------------------------------------------------
 //  These defines are set by configure as appropriate for the platform.

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=178963&r1=178962&r2=178963&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/tests/Makefile.in (original)
+++ xerces/c/branches/jberry/3.0-unstable/tests/Makefile.in Sun May 29 08:05:52 2005
@@ -86,7 +86,7 @@
 	$(ACLOCAL_M4)
 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 CONFIG_HEADER = $(top_builddir)/config.h \
-	$(top_builddir)/src/xercesc/util/Xerces_autoconf_config.h
+	$(top_builddir)/src/xercesc/util/Xerces_autoconf_config.hpp
 CONFIG_CLEAN_FILES =
 am__EXEEXT_1 = DOMTest$(EXEEXT) DOMMemTest$(EXEEXT) \
 	Normalizer$(EXEEXT) RangeTest$(EXEEXT) Traversal$(EXEEXT) \



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org