dreid       01/12/26 10:10:30

  Modified:    .        buildconf
  Log:
  Remove the aclocal.m4 file before we run buildconf.  This has tripped
  up builds on FreeBSD for me the last 3 times I've tried to build.
  
  Revision  Changes    Path
  1.3       +3 -0      apr-util/buildconf
  
  Index: buildconf
  ===================================================================
  RCS file: /home/cvs/apr-util/buildconf,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- buildconf 2001/08/02 23:36:21     1.2
  +++ buildconf 2001/12/26 18:10:30     1.3
  @@ -1,5 +1,8 @@
   #!/bin/sh
   
  +# Remove aclocal.m4 as it'll break some builds...
  [EMAIL PROTECTED] aclocal.m4
  +
   #
   # Generate the autoconf header (include/apu_config.h) and ./configure
   #
  
  
  

Reply via email to