You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2001/08/14 18:10:19 UTC

cvs commit: xml-xalan/c/src configure configure.in Makefile.in runConfigure

dbertoni    01/08/14 09:10:19

  Modified:    c/src    configure configure.in Tag: LotusXSL4C Makefile.in
                        No tag runConfigure
  Log:
  Changes from James Berry <jb...@criticalpath.com> for Mac OS X support.
  
  Revision  Changes    Path
  1.5       +1 -0      xml-xalan/c/src/configure
  
  Index: configure
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/configure,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- configure	2001/04/13 02:53:20	1.4
  +++ configure	2001/08/14 16:10:18	1.5
  @@ -1309,6 +1309,7 @@
                           esac;;
           *-*-mvs*)       platform=OS390 ;;
           *-*-osf*)       platform=TRU64 ;;
  +        *-apple-darwin*)       platform=MACOSX ;;
           *)              platform=UNKNOWN ;;
   esac
   
  
  
  
  1.3       +3 -14     xml-xalan/c/src/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/configure.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- configure.in	2001/04/13 02:53:20	1.2
  +++ configure.in	2001/08/14 16:10:18	1.3
  @@ -1,5 +1,5 @@
   dnl Process this file with autoconf to produce a configure script
  -AC_INIT(util/XML4CDefs.hpp)
  +AC_INIT(PlatformSupport/PlatformSupportDefinitions.hpp)
   dnl AC_CONFIG_HEADER(common/icucfg.h)
   
   dnl Checks for programs
  @@ -41,6 +41,7 @@
                           esac;;
           *-*-mvs*)       platform=OS390 ;;
           *-*-osf*)       platform=TRU64 ;;
  +        *-apple-darwin*)       platform=MACOSX ;;
           *)              platform=UNKNOWN ;;
   esac
   AC_SUBST(platform)
  @@ -79,16 +80,4 @@
   AC_SUBST(transcoder)
   
   dnl output the Makefiles
  -AC_OUTPUT([Makefile \
  -DOMSupport/Makefile \
  -Include/Makefile \
  -PlatformSupport/Makefile \
  -TestXPath/Makefile \
  -TestXSLT/Makefile \
  -XMLSupport/Makefile \
  -XPath/Makefile \
  -XSLT/Makefile \
  -XercesInit/Makefile \
  -XercesParserLiaison/Makefile \
  -XercesPlatformSupport/Makefile \
  -../obj/Makefile])
  ++AC_OUTPUT([Makefile])
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.52.2.2  +14 -1     xml-xalan/c/src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/Makefile.in,v
  retrieving revision 1.52.2.1
  retrieving revision 1.52.2.2
  diff -u -r1.52.2.1 -r1.52.2.2
  --- Makefile.in	2001/08/10 21:45:20	1.52.2.1
  +++ Makefile.in	2001/08/14 16:10:18	1.52.2.2
  @@ -285,9 +285,22 @@
   
   endif
   
  +#============ MacOSX SPECIFIC OPTIONS ============================
  +ifeq ($(PLATFORM), MACOSX)
  +
  +SUPPORTED = TRUE
  +PLATFORM_COMPILE_OPTIONS = -Wall -D${PLATFORM} -D_REENTRANT -DXALAN_USE_XERCES_LOCAL_CODEPAGE_TRANSCODERS
  +ALLLIBS = ${LIBS} -L/usr/lib -L/usr/local/lib
  +SHLIBSUFFIX=.dylib
  +CC1 = ${CXX} $(CXXFLAGS) $(PLATFORM_COMPILE_OPTIONS)
  +MAKE_SHARED = ${CXX} $(CXXFLAGS) -D${PLATFORM} -dynamiclib
  +LINK = ${CXX} $(CXXFLAGS) ${PLATFORM_COMPILE_OPTIONS}
  +
  +endif
  +
   ifndef SUPPORTED
   nogood:
  -	@echo Linux, Solaris, AIX, Compaq Tru64, OS/390, and HP-UX are the only platforms supported.
  +	@echo Linux, Solaris, AIX, Compaq Tru64, OS/390, MacOSX, and HP-UX are the only platforms supported.
   endif
   
   # We need the Xerces library
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.5       +5 -2      xml-xalan/c/src/runConfigure
  
  Index: runConfigure
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/runConfigure,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- runConfigure	2001/05/18 18:24:12	1.4
  +++ runConfigure	2001/08/14 16:10:18	1.5
  @@ -58,6 +58,9 @@
   # 
   #
   # $Log: runConfigure,v $
  +# Revision 1.5  2001/08/14 16:10:18  dbertoni
  +# Changes from James Berry <jb...@criticalpath.com> for Mac OS X support.
  +#
   # Revision 1.4  2001/05/18 18:24:12  dbertoni
   # Added $compileroption to CXXFLAGS and CFLAGS.  Bug 1810
   #
  @@ -95,7 +98,7 @@
       echo "runConfigure: Helper script to run \"configure\" for one of the supported platforms"
       echo "Usage: runConfigure \"options\""
       echo "       where options may be any of the following:"
  -    echo "       -p <platform> (accepts 'aix', 'linux', 'solaris', 'hp-10', 'hp-11', 'irix', 'tru64' )"
  +    echo "       -p <platform> (accepts 'aix', 'linux', 'solaris', 'hp-10', 'hp-11', 'irix', 'tru64', 'macosx' )"
       echo "       -c <C compiler name> (e.g. gcc, cc, xlc)"
       echo "       -x <C++ compiler name> (e.g. g++, CC, xlC)"
       echo "       -d (specifies that you want to build debug version)"
  @@ -186,7 +189,7 @@
   #
   
   case $platform in
  -   aix | linux | solaris | hp-10 | hp-11 | irix | tru64)
  +   aix | linux | solaris | hp-10 | hp-11 | irix | tru64 | macosx)
          # platform has been recognized
          ;;
      *)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org