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