You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by yl...@apache.org on 2021/09/18 13:34:03 UTC

svn commit: r1893417 - in /apr/apr-util/branches/1.6.x: ./ configure.in

Author: ylavic
Date: Sat Sep 18 13:34:03 2021
New Revision: 1893417

URL: http://svn.apache.org/viewvc?rev=1893417&view=rev
Log:
Merge r1478954 from trunk:

Trick autoconf into printing the correct default prefix in the help

The defaults of some dirs like libexecdir are still not printed correctly,
though.

PR: 54032

Submitted by: sf
Reviewed by: ylavic

Modified:
    apr/apr-util/branches/1.6.x/   (props changed)
    apr/apr-util/branches/1.6.x/configure.in

Propchange: apr/apr-util/branches/1.6.x/
------------------------------------------------------------------------------
  Merged /apr/apr/trunk:r1478954

Modified: apr/apr-util/branches/1.6.x/configure.in
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.6.x/configure.in?rev=1893417&r1=1893416&r2=1893417&view=diff
==============================================================================
--- apr/apr-util/branches/1.6.x/configure.in (original)
+++ apr/apr-util/branches/1.6.x/configure.in Sat Sep 18 13:34:03 2021
@@ -88,6 +88,9 @@ echo "APR-util Version: ${APRUTIL_DOTTED
 dnl Enable the layout handling code, then reparse the prefix-style
 dnl arguments due to autoconf being a PITA.
 APR_ENABLE_LAYOUT(apr-util)
+dnl This must be synchronized to the prefix of the apr layout, to make
+dnl configure --help print the correct default.
+AC_PREFIX_DEFAULT([/usr/local/apr])
 APR_PARSE_ARGUMENTS
 
 dnl load os-specific hints for apr-util