On 01.10.2010 17:02, Joe Orton wrote:
On Fri, Oct 01, 2010 at 09:22:29AM -0400, Jeff Trawick wrote:
  +/-1
  [+1]  Release apr-util 1.3.10 as GA

* signature is fine
* CHANGES is good
* builds, "make check" pass Fedora/x86_64
* installs, can build 2.2.x against w/apr-1.5.x

- config.guess/sub seem to have been replaced by 2006 variants (not sure
why that would happen; not sure it matters too much)

buildconf contains:

# Remove some files, then copy them from apr source tree
rm -f ... \
      build/config.guess build/config.sub ...
cp -p ... \
      ... $apr_src_dir/build/config.guess \
      $apr_src_dir/build/config.sub ... \
      build/

and apr_src_dir is either given by --with-apr or ../apr (default).
We do have recent config.* in latest apr, but the latest released apr contains those old ones.

How bad is it:

- not a regression

- people needing newer ones can fix it relative easily by replacing the files. No need to run buildconf etc. It hurts when you are on a new platform like e.g. AIX 6.1 which is detected as old cruft.

Rainer

Reply via email to