[PATCH] Enabloe autoconf 2.52{f,g} builds

2002-02-09 Thread Blair Zajac
Skip that previous patch to fail of autoconf 2.52{f,g}/ This patch enables APR to build with those versions by using abs_builddir instead of top_builddir to find libtool. It also has build/buildcheck.sh print the entire autoconf version instead of trimming the trailing [a-z] and it introduces con

Re: cvs commit: apr-util/build apu-conf.m4

2002-02-09 Thread Greg Stein
On Fri, Feb 08, 2002 at 07:21:03PM -, [EMAIL PROTECTED] wrote: > jerenkrantz02/02/08 11:21:03 > > Modified:buildapu-conf.m4 > Log: > We don't need APRVARS. You sure about that? Later in the configure operation, we do some compiles/links to look for versions of DB. Those migh

Re: cvs commit: apr apr-config.in

2002-02-09 Thread Greg Stein
Never mind... I saw the follow-on commit which changed this. Cool! Cheers, -g On Fri, Feb 08, 2002 at 06:24:10PM -0800, Greg Stein wrote: > On Fri, Feb 08, 2002 at 08:27:27PM -, [EMAIL PROTECTED] wrote: > >... > > +--apr-so-ext) > > +flags="$flags $APR_SO_EXT" > > +;; > >

Re: cvs commit: apr-util/test Makefile.in

2002-02-09 Thread Greg Stein
On Fri, Feb 08, 2002 at 09:02:09PM -, [EMAIL PROTECTED] wrote: > jerenkrantz02/02/08 13:02:09 > > Modified:test Makefile.in > Log: > APR_LIBS isn't needed as it is in LIBS *and* it's also now a real LIBS > statement instead of a path to libapr.la I had added APR_LIBS becau

Re: cvs commit: apr apr-config.in

2002-02-09 Thread Greg Stein
On Fri, Feb 08, 2002 at 08:27:27PM -, [EMAIL PROTECTED] wrote: >... > +--apr-so-ext) > +flags="$flags $APR_SO_EXT" > +;; > +--apr-lib-target) > +flags="$flags $APR_LIB_TARGET" >;; I don't think you want to accumulate these into the flags. For the non-flag

Re: cvs commit: apr/build find_apr.m4

2002-02-09 Thread Greg Stein
On Fri, Feb 08, 2002 at 10:46:46PM +1000, Brian Havard wrote: >... > > -elif test -f "$withval/apr-config"; then > > +elif test -x "$withval/apr-config"; then > > apr_found="yes" > > apr_config="$withval/apr-config" > > elif test -x "$withval" && $withval --help > /d