Re: [Patch] make buildconf work with out-of-tree apr and apu

2003-01-30 Thread Justin Erenkrantz
--On Thursday, January 30, 2003 11:43 AM + Thom May <[EMAIL PROTECTED]> wrote: Anyhow, -nless patch attached; the output isn't as pretty. -Thom Applied. Thanks! -- justin

Re: [Patch] make buildconf work with out-of-tree apr and apu

2003-01-30 Thread Sascha Schumann
> Grr and curses :-) > /me makes note to find a box without gnu extensions and use that for testing > :-) In configure.in, you can use echo $ac_n "text$ac_c" which will dynamically expand to the "-n" or "\c" form, as necessary. I suppose you could easily copy the necessary

Re: [Patch] make buildconf work with out-of-tree apr and apu

2003-01-30 Thread Thom May
* Jeff Trawick ([EMAIL PROTECTED]) wrote : > Thom May wrote: > > >As far as I'm aware, echo -n is POSIX; please beat me with a cluestick if > >I'm wrong... > >-Thom > > AIX 5.2 > > % /bin/sh > % echo -n "abc" > -n abc > % > > HP-UX 11.0 > > $ /bin/sh > $ echo -n "abc" > -n abc > $ Grr and curs

Re: [Patch] make buildconf work with out-of-tree apr and apu

2003-01-30 Thread Jeff Trawick
Thom May wrote: As far as I'm aware, echo -n is POSIX; please beat me with a cluestick if I'm wrong... -Thom AIX 5.2 % /bin/sh % echo -n "abc" -n abc % HP-UX 11.0 $ /bin/sh $ echo -n "abc" -n abc $

Re: [Patch] make buildconf work with out-of-tree apr and apu

2003-01-30 Thread Thom May
* Thom May ([EMAIL PROTECTED]) wrote : > * Justin Erenkrantz ([EMAIL PROTECTED]) wrote : > > --On Wednesday, January 29, 2003 23:55:29 + Thom May > > <[EMAIL PROTECTED]> wrote: > > > > >+if [ ! -d "$apr_src_dir" -o ! -f "$apr_src_dir/build/apr_common.m4" ]; > > >then echo "" > > >-ec

Re: [Patch] make buildconf work with out-of-tree apr and apu

2003-01-30 Thread Thom May
* Justin Erenkrantz ([EMAIL PROTECTED]) wrote : > --On Wednesday, January 29, 2003 23:55:29 + Thom May > <[EMAIL PROTECTED]> wrote: > > >+if [ ! -d "$apr_src_dir" -o ! -f "$apr_src_dir/build/apr_common.m4" ]; > >then echo "" > >-echo "You don't have a srclib/apr/ subdirectory. Pleas

Re: [Patch] make buildconf work with out-of-tree apr and apu

2003-01-29 Thread Justin Erenkrantz
--On Wednesday, January 29, 2003 23:55:29 + Thom May <[EMAIL PROTECTED]> wrote: +if [ ! -d "$apr_src_dir" -o ! -f "$apr_src_dir/build/apr_common.m4" ]; then echo "" -echo "You don't have a srclib/apr/ subdirectory. Please get one:" +echo "You don't have a copy of the apr source.

[Patch] make buildconf work with out-of-tree apr and apu

2003-01-29 Thread Thom May
This builds on the work Craig Rodrigues did for apr-util; it uses the same logic and mostly the same methodology. Cheers, -Thom Index: buildconf === RCS file: /home/cvspublic/httpd-2.0/buildconf,v retrieving revision 1.29 diff -u -r1