[rs-commit] r255 - /mod_crl/trunk/configure
rs-commit at redwax.eu
rs-commit at redwax.eu
Sun Jan 5 03:32:11 CET 2020
Author: minfrin at redwax.eu
Date: Sun Jan 5 03:32:10 2020
New Revision: 255
Log:
Update / autoreconf.
Modified:
mod_crl/trunk/configure
Modified: mod_crl/trunk/configure
==============================================================================
--- mod_crl/trunk/configure (original)
+++ mod_crl/trunk/configure Sun Jan 5 03:32:10 2020
@@ -4231,12 +4231,12 @@
pkg_cv_apr_CFLAGS="$apr_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"apr-1 >= 1.4\""; } >&5
- ($PKG_CONFIG --exists --print-errors "apr-1 >= 1.4") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"apr-1 >= 1.3\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "apr-1 >= 1.3") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_apr_CFLAGS=`$PKG_CONFIG --cflags "apr-1 >= 1.4" 2>/dev/null`
+ pkg_cv_apr_CFLAGS=`$PKG_CONFIG --cflags "apr-1 >= 1.3" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
@@ -4248,12 +4248,12 @@
pkg_cv_apr_LIBS="$apr_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"apr-1 >= 1.4\""; } >&5
- ($PKG_CONFIG --exists --print-errors "apr-1 >= 1.4") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"apr-1 >= 1.3\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "apr-1 >= 1.3") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_apr_LIBS=`$PKG_CONFIG --libs "apr-1 >= 1.4" 2>/dev/null`
+ pkg_cv_apr_LIBS=`$PKG_CONFIG --libs "apr-1 >= 1.3" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
@@ -4274,14 +4274,14 @@
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- apr_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "apr-1 >= 1.4" 2>&1`
+ apr_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "apr-1 >= 1.3" 2>&1`
else
- apr_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "apr-1 >= 1.4" 2>&1`
+ apr_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "apr-1 >= 1.3" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$apr_PKG_ERRORS" >&5
- as_fn_error $? "Package requirements (apr-1 >= 1.4) were not met:
+ as_fn_error $? "Package requirements (apr-1 >= 1.3) were not met:
$apr_PKG_ERRORS
@@ -4322,12 +4322,12 @@
pkg_cv_apu_CFLAGS="$apu_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"apr-util-1 >= 1.4\""; } >&5
- ($PKG_CONFIG --exists --print-errors "apr-util-1 >= 1.4") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"apr-util-1 >= 1.3\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "apr-util-1 >= 1.3") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_apu_CFLAGS=`$PKG_CONFIG --cflags "apr-util-1 >= 1.4" 2>/dev/null`
+ pkg_cv_apu_CFLAGS=`$PKG_CONFIG --cflags "apr-util-1 >= 1.3" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
@@ -4339,12 +4339,12 @@
pkg_cv_apu_LIBS="$apu_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"apr-util-1 >= 1.4\""; } >&5
- ($PKG_CONFIG --exists --print-errors "apr-util-1 >= 1.4") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"apr-util-1 >= 1.3\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "apr-util-1 >= 1.3") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_apu_LIBS=`$PKG_CONFIG --libs "apr-util-1 >= 1.4" 2>/dev/null`
+ pkg_cv_apu_LIBS=`$PKG_CONFIG --libs "apr-util-1 >= 1.3" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
@@ -4365,14 +4365,14 @@
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- apu_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "apr-util-1 >= 1.4" 2>&1`
+ apu_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "apr-util-1 >= 1.3" 2>&1`
else
- apu_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "apr-util-1 >= 1.4" 2>&1`
+ apu_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "apr-util-1 >= 1.3" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$apu_PKG_ERRORS" >&5
- as_fn_error $? "Package requirements (apr-util-1 >= 1.4) were not met:
+ as_fn_error $? "Package requirements (apr-util-1 >= 1.3) were not met:
$apu_PKG_ERRORS
@@ -4495,10 +4495,6 @@
$as_echo "yes" >&6; }
fi
-
-#CFLAGS="$CFLAGS $openssl_CFLAGS $apr_CFLAGS $apu_CFLAGS"
-#CPPFLAGS="$CPPFLAGS $openssl_CPPFLAGS $apr_CPPFLAGS $apu_CPPFLAGS"
-#LDFLAGS="$LDFLAGS $openssl_LIBS $apr_LIBS $apu_LIBS"
LIBS="$LIBS $openssl_LIBS $apr_LIBS $apu_LIBS"
# Checks for header files.
More information about the rs-commit
mailing list