--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
> 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
* 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
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
$
* 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
* 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
--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.
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