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 2002/11/05 06:15:59 UTC

cvs commit: xml-xalan/c/src runConfigure

dbertoni    2002/11/04 21:15:59

  Modified:    c/src    runConfigure
  Log:
  Add extra hint about using GNU make.
  
  Revision  Changes    Path
  1.14      +6 -1      xml-xalan/c/src/runConfigure
  
  Index: runConfigure
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/runConfigure,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- runConfigure	4 Oct 2002 23:42:48 -0000	1.13
  +++ runConfigure	5 Nov 2002 05:15:59 -0000	1.14
  @@ -58,6 +58,9 @@
   # 
   #
   # $Log$
  +# Revision 1.14  2002/11/05 05:15:59  dbertoni
  +# Add extra hint about using GNU make.
  +#
   # Revision 1.13  2002/10/04 23:42:48  dbertoni
   # Fixed getop problem.
   #
  @@ -385,7 +388,9 @@
   
   echo
   echo If the result of the above commands look OK to you, go to the directory
  -echo ${XALANCROOT}/src and type \"make\" to make the XALAN-C system.
  +echo ${XALANCROOT}/src and type \"gmake\" or \"make\" to make the XALAN-C system.
  +echo
  +echo Note: You must use GNU make to use the Xalan Makefile.
   
   exit  0;
   
  
  
  

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