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/05/18 20:24:16 UTC

cvs commit: xml-xalan/c/src runConfigure

dbertoni    01/05/18 11:24:15

  Modified:    c/src    runConfigure
  Log:
  Added $compileroption to CXXFLAGS and CFLAGS.  Bug 1810
  
  Revision  Changes    Path
  1.4       +5 -2      xml-xalan/c/src/runConfigure
  
  Index: runConfigure
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/runConfigure,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- runConfigure	2001/04/13 02:53:20	1.3
  +++ runConfigure	2001/05/18 18:24:12	1.4
  @@ -58,6 +58,9 @@
   # 
   #
   # $Log: runConfigure,v $
  +# Revision 1.4  2001/05/18 18:24:12  dbertoni
  +# Added $compileroption to CXXFLAGS and CFLAGS.  Bug 1810
  +#
   # Revision 1.3  2001/04/13 02:53:20  dbertoni
   # Changes for the TRU64 port.
   #
  @@ -260,10 +263,10 @@
   # Set the extra C and C++ compiler flags
   #
   
  -CXXFLAGS="$debugflag $transcodingDefines $threadingDefines"
  +CXXFLAGS="$compileroption $debugflag $transcodingDefines $threadingDefines"
   export CXXFLAGS
   
  -CFLAGS="$debugflag $transcodingDefines $threadingDefines"
  +CFLAGS="$compileroption $debugflag $transcodingDefines $threadingDefines"
   export CFLAGS
   
   LIBS="$transcodingLibs $threadingLibs "
  
  
  

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