You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by fi...@apache.org on 2001/03/24 09:45:50 UTC

cvs commit: apr buildconf

fielding    01/03/24 00:45:50

  Modified:    .        buildconf
  Log:
  I forgot that people might pick up an old aclocal.m4 by mistake,
  which would cause useless build errors.  Remove it for a while.
  
  Revision  Changes    Path
  1.13      +4 -0      apr/buildconf
  
  Index: buildconf
  ===================================================================
  RCS file: /home/cvs/apr/buildconf,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- buildconf	2001/03/24 06:50:34	1.12
  +++ buildconf	2001/03/24 08:45:50	1.13
  @@ -85,6 +85,10 @@
   fi
   cp -f $ltfile build/libtool.m4
   
  +# This is just temporary until people's workspaces are cleared -- remove
  +# any old aclocal.m4 left over from prior build so it doesn't cause errors.
  +rm -f aclocal.m4
  +
   #
   # Generate the autoconf header and ./configure
   #