Changes with Apache 2.3.0
[ When backported to 2.2.x, remove entry from this file ]
+ *) configure: Don't reject libtool 2.x
+ PR 44817 [Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA gmail.com>]
+
*) suexec: When group is given as a numeric gid, validate it by looking up
the actual group name such that the name can be used in log entries.
PR 7862 [<y-koga apache.or.jp>, Leif W <warp-9.9 usa.net>]
if test "x$with_included_apr" = "xyes"; then
apr_found=reconfig
- apr_config="$srcdir/srclib/apr/apr-${apr_version}-config"
+ apr_config="./srclib/apr/apr-${apr_version}-config"
else
APR_FIND_APR("$srcdir/srclib/apr", "./srclib/apr", 1, ${apr_version})
fi
if test "x$with_included_apr" = "xyes"; then
apu_found=reconfig
- apu_config="${srcdir}/srclib/apr-util/apu-${apu_version}-config"
+ apu_config="./srclib/apr-util/apu-${apu_version}-config"
else
APR_FIND_APU("$srcdir/srclib/apr-util", "./srclib/apr-util", 1, ${apu_version})
fi
LIBTOOL="$my_libtool \$(LTFLAGS)"
libtoolversion=`$my_libtool --version`
case $libtoolversion in
- *1.[[45]]*)
+ *1.[[45]]* | *[[2-9]].[[0-9]]*)
SH_LIBTOOL='$(LIBTOOL)'
SHLTCFLAGS="-prefer-pic"
LTCFLAGS="-prefer-non-pic -static"