Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.10.0
-
None
-
None
Description
Hi
I noticed that log4cxx ships with an aclocal.m4 file that contains the APR/APU detection codes. This is generally fine, however it seems that on my system apr/apr-util (the library packages) DO NOT install their APR_FIND_APR, APR_FIND_APU versions as such, if someone whould use the log4cxx package to rebuild the build files with "autogen.sh" he won't get those macros resolved in "configure". The patch bellow creates a directory "autoconf" with a file that contains the macros and instructs autoconf to include that file when building "configure".