You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ab...@locus.apache.org on 2000/01/05 21:52:45 UTC

cvs commit: xml-xerces/c/src runConfigure

abagchi     00/01/05 12:52:45

  Modified:    c/src    runConfigure
  Log:
  Added a few echo statements to clarify what is actually happening
  inside runConfigure. There were a few questions on why we need this
  wrapper script. We don't, it's just a convenience.
  
  Revision  Changes    Path
  1.13      +18 -1     xml-xerces/c/src/runConfigure
  
  Index: runConfigure
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/runConfigure,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- runConfigure	1999/12/17 01:28:52	1.12
  +++ runConfigure	2000/01/05 20:52:44	1.13
  @@ -58,6 +58,15 @@
   # 
   #
   # $Log: runConfigure,v $
  +# Revision 1.13  2000/01/05 20:52:44  abagchi
  +# Added a few echo statements to clarify what is actually happening
  +# inside runConfigure. There were a few questions on why we need this
  +# wrapper script. We don't, it's just a convenience.
  +# PR:
  +# Obtained from:
  +# Submitted by:
  +# Reviewed by:
  +#
   # Revision 1.12  1999/12/17 01:28:52  rahulj
   # Merged in changes submitted for UnixWare 7 port. Platform
   # specific files are still missing.
  @@ -449,8 +458,21 @@
   ./configure
   
   echo
  +echo In future, you may also directly type the following commands to create the Makefiles.
  +echo
  +echo export TRANSCODER=$TRANSCODER
  +echo export MESSAGELOADER=$MESSAGELOADER
  +echo export USELIBWWW=$USELIBWWW
  +echo export CC=$CC
  +echo export CXX=$CXX
  +echo export CXXFLAGS=$CXXFLAGS
  +echo export CFLAGS=$CFLAGS
  +echo export LIBS=$LIBS
  +echo configure
  +
  +echo
   echo If the result of the above commands look OK to you, go to the directory
  -echo ${XERECSCROOT}/src and type \"make\" to make the XERECS-C system.
  +echo ${XERCESCROOT}/src and type \"gmake\" to make the XERCES-C system.
   
   exit  0;