Re: cvs commit: apr-util buildconf

2001-12-26 Thread dreid
Thanks Jeff. > Fix syntax error. I suspect this is what David intended > in the previous commit. It is probably closer to what I actually intended. :) We should maybe try and check if the file exists before we remove it though to stop silly errors being presented to the user. david

Re: cvs commit: apr-util buildconf

2001-12-26 Thread Jeff Trawick
[EMAIL PROTECTED] writes: > +# Remove aclocal.m4 as it'll break some builds... > [EMAIL PROTECTED] aclocal.m4 Don't you mean rm -f aclocal.m4 ? I get ... rebuilding srclib/apr-util/configure ./buildconf: @rm: command not found Creating include/private/apu_config.h ... ... -- Jeff

Re: cvs commit: apr-util buildconf

2001-12-26 Thread Justin Erenkrantz
On Wed, Dec 26, 2001 at 06:10:30PM -, [EMAIL PROTECTED] wrote: > @@ -1,5 +1,8 @@ >#!/bin/sh > > +# Remove aclocal.m4 as it'll break some builds... > [EMAIL PROTECTED] aclocal.m4 ^ | Sticky fingers? We're not in a makefile. =) -- justin