You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by gs...@apache.org on 2001/03/31 01:22:06 UTC

cvs commit: apr-util/xml/expat buildconf.sh

gstein      01/03/30 15:22:06

  Modified:    xml/expat buildconf.sh
  Log:
  small tweak in the output.
  
  Revision  Changes    Path
  1.2       +2 -2      apr-util/xml/expat/buildconf.sh
  
  Index: buildconf.sh
  ===================================================================
  RCS file: /home/cvs/apr-util/xml/expat/buildconf.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- buildconf.sh	2001/02/28 14:41:25	1.1
  +++ buildconf.sh	2001/03/30 23:22:05	1.2
  @@ -20,9 +20,9 @@
   $ltpath/libtoolize --force --copy
   
   #
  -# Generate the autoconf header (include/apu_config.h) and ./configure
  +# Generate the autoconf header template (config.h.in) and ./configure
   #
  -echo "Creating config.h ..."
  +echo "Creating config.h.in ..."
   autoheader
   
   echo "Creating configure ..."