You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rb...@apache.org on 2001/07/08 07:30:42 UTC

cvs commit: apr-util buildconf.sh

rbb         01/07/07 22:30:42

  Modified:    .        buildconf.sh
  Log:
  Document where the macros come from, so that people know which file
  to edit.
  
  Revision  Changes    Path
  1.9       +1 -0      apr-util/buildconf.sh
  
  Index: buildconf.sh
  ===================================================================
  RCS file: /home/cvs/apr-util/buildconf.sh,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -d -b -w -u -r1.8 -r1.9
  --- buildconf.sh	2001/04/02 22:49:29	1.8
  +++ buildconf.sh	2001/07/08 05:30:41	1.9
  @@ -13,6 +13,7 @@
   echo "Incorporating $ltfile into aclocal.m4 ..."
   echo "dnl THIS FILE IS AUTOMATICALLY GENERATED BY buildconf.sh" > aclocal.m4
   echo "dnl edits here will be lost" >> aclocal.m4
  +echo "dnl please edit build/apu-conf.m4" >> aclocal.m4
   cat build/apu-conf.m4 $ltfile >> aclocal.m4
   
   #