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 2006/09/11 06:26:59 UTC

svn commit: r442091 [1/3] - in /xerces/c/trunk: Makefile.in config.h.in configure lib/Makefile.in obj/Makefile.in samples/Makefile.in src/Makefile.in tests/Makefile.in

Author: jberry
Date: Sun Sep 10 21:26:57 2006
New Revision: 442091

URL: http://svn.apache.org/viewvc?view=rev&rev=442091
Log:
Regenerate makefiles and configure based on newer autoconf 2.60
Hopefully this might fix some build problems on some platforms

Modified:
    xerces/c/trunk/Makefile.in
    xerces/c/trunk/config.h.in
    xerces/c/trunk/configure
    xerces/c/trunk/lib/Makefile.in
    xerces/c/trunk/obj/Makefile.in
    xerces/c/trunk/samples/Makefile.in
    xerces/c/trunk/src/Makefile.in
    xerces/c/trunk/tests/Makefile.in

Modified: xerces/c/trunk/Makefile.in
URL: http://svn.apache.org/viewvc/xerces/c/trunk/Makefile.in?view=diff&rev=442091&r1=442090&r2=442091
==============================================================================
--- xerces/c/trunk/Makefile.in (original)
+++ xerces/c/trunk/Makefile.in Sun Sep 10 21:26:57 2006
@@ -129,6 +129,7 @@
 EXEEXT = @EXEEXT@
 F77 = @F77@
 FFLAGS = @FFLAGS@
+GREP = @GREP@
 ICU_PREFIX = @ICU_PREFIX@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -209,15 +210,9 @@
 XERCES_USE_TRANSCODER_MACOSUNICODECONVERTER_TRUE = @XERCES_USE_TRANSCODER_MACOSUNICODECONVERTER_TRUE@
 XERCES_USE_TRANSCODER_WINDOWS_FALSE = @XERCES_USE_TRANSCODER_WINDOWS_FALSE@
 XERCES_USE_TRANSCODER_WINDOWS_TRUE = @XERCES_USE_TRANSCODER_WINDOWS_TRUE@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_AS = @ac_ct_AS@
 ac_ct_CC = @ac_ct_CC@
 ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
 ac_ct_F77 = @ac_ct_F77@
-ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
-ac_ct_RANLIB = @ac_ct_RANLIB@
-ac_ct_STRIP = @ac_ct_STRIP@
 acx_pthread_config = @acx_pthread_config@
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
@@ -235,23 +230,30 @@
 build_os = @build_os@
 build_vendor = @build_vendor@
 datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
 exec_prefix = @exec_prefix@
 host = @host@
 host_alias = @host_alias@
 host_cpu = @host_cpu@
 host_os = @host_os@
 host_vendor = @host_vendor@
+htmldir = @htmldir@
 includedir = @includedir@
 infodir = @infodir@
 install_sh = @install_sh@
 libdir = @libdir@
 libexecdir = @libexecdir@
+localedir = @localedir@
 localstatedir = @localstatedir@
 mandir = @mandir@
 mkdir_p = @mkdir_p@
 oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
+psdir = @psdir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@

Modified: xerces/c/trunk/config.h.in
URL: http://svn.apache.org/viewvc/xerces/c/trunk/config.h.in?view=diff&rev=442091&r1=442090&r2=442091
==============================================================================
--- xerces/c/trunk/config.h.in (original)
+++ xerces/c/trunk/config.h.in Sun Sep 10 21:26:57 2006
@@ -268,16 +268,16 @@
    your system. */
 #undef PTHREAD_CREATE_JOINABLE
 
-/* The size of a `int', as computed by sizeof. */
+/* The size of `int', as computed by sizeof. */
 #undef SIZEOF_INT
 
-/* The size of a `long', as computed by sizeof. */
+/* The size of `long', as computed by sizeof. */
 #undef SIZEOF_LONG
 
-/* The size of a `short', as computed by sizeof. */
+/* The size of `short', as computed by sizeof. */
 #undef SIZEOF_SHORT
 
-/* The size of a `wchar_t', as computed by sizeof. */
+/* The size of `wchar_t', as computed by sizeof. */
 #undef SIZEOF_WCHAR_T
 
 /* Define to 1 if you have the ANSI C header files. */
@@ -418,10 +418,10 @@
 #undef inline
 #endif
 
-/* Define to `long' if <sys/types.h> does not define. */
+/* Define to `long int' if <sys/types.h> does not define. */
 #undef off_t
 
-/* Define to `unsigned' if <sys/types.h> does not define. */
+/* Define to `unsigned int' if <sys/types.h> does not define. */
 #undef size_t
 
 /* Define to empty if the keyword `volatile' does not work. Warning: valid



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