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...@daedelus.apache.org on 2000/12/31 11:32:17 UTC

cvs commit: apr-util buildconf.sh

gstein      00/12/31 02:32:17

  Modified:    .        buildconf.sh
  Log:
  use the right path in the message
  
  Revision  Changes    Path
  1.5       +1 -1      apr-util/buildconf.sh
  
  Index: buildconf.sh
  ===================================================================
  RCS file: /home/cvs/apr-util/buildconf.sh,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -u -r1.4 -r1.5
  --- buildconf.sh	2000/12/10 12:06:55	1.4
  +++ buildconf.sh	2000/12/31 10:32:17	1.5
  @@ -21,7 +21,7 @@
   #
   # Generate the autoconf header (include/apu_config.h) and ./configure
   #
  -echo "Creating include/apu_config.h ..."
  +echo "Creating include/private/apu_config.h ..."
   autoheader
   
   echo "Creating configure ..."