You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Max Bowsher <ma...@ukf.net> on 2004/07/31 17:42:03 UTC

[PATCH] (Updated) apr-MAJOR-config

The attached replacement patch differs from the previous version only in
that a missing acceptable-majors parameter is now reported earlier
(autoconf-time, rather than configure-time).

IIRC, this, and APR_STATUS_IS_SUCCESS are the only remaining API issues
requiring resolution before 1.0.0 final.


Max.



Log message:

[[[
* .cvsignore: Add apr-*-config.

* Makefile.in: Make apr-config versioned even in the build directory.
    Never install an unversioned (version 0 lookalike) apr-config.

* apr-config.in: Add @APR_MAJOR_VERSION@ substitutions so that the help
    output shows the correct script name.

* configure.in: Change the output file for apr-config.in to
apr-MAJOR-config.

* build/find_apr.m4: Reimplement the APR_FIND_APR macro to support versioned
    apr-config files.
]]]


Re: [PATCH] (Updated) apr-MAJOR-config

Posted by Max Bowsher <ma...@ukf.net>.
Justin Erenkrantz wrote:
> --On Saturday, July 31, 2004 4:42 PM +0100 Max Bowsher <ma...@ukf.net>
wrote:
>
>> The attached replacement patch differs from the previous version only in
>> that a missing acceptable-majors parameter is now reported earlier
>> (autoconf-time, rather than configure-time).
>
> Thanks!  I changed it from a FATAL to a WARNING and defaulted to [0 1].  I
> don't want to break every configure.in script at this point.  Just
dropping in
> the new find_apr.m4 should be enough to update at this late stage...

Hm. I'm not entirely sure that allowing projects to silently ignore this
change is a good idea, but I'm happy to have the main issue here fixed.

> I guess we also need to do the same for apr-util.  *sigh*  I'll see if I
have
> time tonight or tomorrow.  But, no promises from me.  -- justin

I'll prepare the corresponding patch for apr-util, but I'll be losing net
access shortly for at least the next 16 hours. I doubt APR will have reached
1.0.0 final by then, though, so hopefully that won't be a problem.

Max.


Re: [PATCH] (Updated) apr-MAJOR-config

Posted by Justin Erenkrantz <ju...@erenkrantz.com>.
--On Saturday, July 31, 2004 4:42 PM +0100 Max Bowsher <ma...@ukf.net> wrote:

> The attached replacement patch differs from the previous version only in
> that a missing acceptable-majors parameter is now reported earlier
> (autoconf-time, rather than configure-time).

Thanks!  I changed it from a FATAL to a WARNING and defaulted to [0 1].  I 
don't want to break every configure.in script at this point.  Just dropping in 
the new find_apr.m4 should be enough to update at this late stage...

I guess we also need to do the same for apr-util.  *sigh*  I'll see if I have 
time tonight or tomorrow.  But, no promises from me.  -- justin