Re: cvs commit: apr apr-config.in

2003-06-03 Thread Thom May
* Ben Laurie ([EMAIL PROTECTED]) wrote : > Sander Striker wrote: > > >>From: Jeff Trawick [mailto:[EMAIL PROTECTED] > >>Sent: Monday, June 02, 2003 3:10 PM > > > > > >>just curious... what boxes actually have realpath? do we need to > >>provide our own in order to avoid all those PRs from peo

Re: cvs commit: apr apr-config.in

2003-06-03 Thread Ben Laurie
Sander Striker wrote: >>From: Jeff Trawick [mailto:[EMAIL PROTECTED] >>Sent: Monday, June 02, 2003 3:10 PM > > >>just curious... what boxes actually have realpath? do we need to >>provide our own in order to avoid all those PRs from people on Solaris >>trying to build in /usr/src (a symlink

RE: cvs commit: apr apr-config.in

2003-06-02 Thread Sander Striker
> From: Jeff Trawick [mailto:[EMAIL PROTECTED] > Sent: Monday, June 02, 2003 3:10 PM > just curious... what boxes actually have realpath? do we need to > provide our own in order to avoid all those PRs from people on Solaris > trying to build in /usr/src (a symlink in the normal install)? Ben

Re: cvs commit: apr apr-config.in

2003-06-02 Thread Jeff Trawick
[EMAIL PROTECTED] wrote: striker 2003/06/02 05:50:53 Modified:.apr-config.in Index: apr-config.in === RCS file: /home/cvs/apr/apr-config.in,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.

Re: cvs commit: apr apr-config.in

2003-03-06 Thread William A. Rowe, Jr.
At 06:14 PM 3/5/2003, you wrote: >jerenkrantz2003/03/05 16:14:41 > > Modified:.apr-config.in > Log: > Add --installbuilddir option to apr-config > > Revision ChangesPath > 1.31 +12 -0 apr/apr-config.in caught for _RC2

Re: cvs commit: apr apr-config.in

2002-05-15 Thread Jeff Trawick
Justin Erenkrantz <[EMAIL PROTECTED]> writes: > On Wed, May 15, 2002 at 05:38:00PM -, [EMAIL PROTECTED] wrote: > > @@ -91,6 +91,7 @@ > > --srcdir print APR source directory > > --link-ld print link switch(es) for linking to APR > > --link-libtoolprint the

Re: cvs commit: apr apr-config.in

2002-05-15 Thread Justin Erenkrantz
On Wed, May 15, 2002 at 05:38:00PM -, [EMAIL PROTECTED] wrote: > @@ -91,6 +91,7 @@ > --srcdir print APR source directory > --link-ld print link switch(es) for linking to APR > --link-libtoolprint the libtool inputs for linking to APR > + --shlib-path-var

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 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