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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
