trawick 01/12/26 12:45:45
Modified: . buildconf Log: Fix syntax error. I suspect this is what David intended in the previous commit. Revision Changes Path 1.4 +1 -1 apr-util/buildconf Index: buildconf =================================================================== RCS file: /home/cvs/apr-util/buildconf,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- buildconf 2001/12/26 18:10:30 1.3 +++ buildconf 2001/12/26 20:45:45 1.4 @@ -1,7 +1,7 @@ #!/bin/sh # Remove aclocal.m4 as it'll break some builds... [EMAIL PROTECTED] aclocal.m4 +rm -f aclocal.m4 # # Generate the autoconf header (include/apu_config.h) and ./configure
