You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Graham Leggett <mi...@sharp.fm> on 2004/08/04 02:44:38 UTC

APR_FIND_APR warnings in httpd v2.1 build

Hi all,

While running ./buildconf in httpd v2.1 (HEAD), I get this:

rebuilding include/ap_config_auto.h.in
configure.in:64: warning: APR_FIND_APR: missing argument 4
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(acceptable-majors): Defaulting to APR 0.x then APR 1.x
build/find_apr.m4:152: APR_FIND_APR is expanded from...
configure.in:64: the top level
rebuilding configure
configure.in:64: warning: APR_FIND_APR: missing argument 4 
(acceptable-majors): Defaulting to APR 0.x then APR 1.x
build/find_apr.m4:152: APR_FIND_APR is expanded from...
configure.in:64: the top level

Can this be ignored?

Regards,
Graham
--

Re: APR_FIND_APR warnings in httpd v2.1 build

Posted by Justin Erenkrantz <ju...@erenkrantz.com>.
--On Wednesday, August 4, 2004 2:44 AM +0200 Graham Leggett <mi...@sharp.fm> 
wrote:

> rebuilding include/ap_config_auto.h.in
> configure.in:64: warning: APR_FIND_APR: missing argument 4
>                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> (acceptable-majors): Defaulting to APR 0.x then APR 1.x

It's a warning, and it's doing exactly what it said: defaulting to find APR 
0.x and then APR 1.x.

It's not worth it to fix it up until apr-util is done.  (httpd-2.1 will 
default to APR 1.0.)  -- justin