[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apr-cvs
Subject:    svn commit: r1875058 - in /apr/apr-util/branches/1.7.x: ./ CHANGES configure.in
From:       minfrin () apache ! org
Date:       2020-03-10 20:39:43
Message-ID: 20200310203943.B1A5117AE52 () svn01-us-east ! apache ! org
[Download RAW message or body]

Author: minfrin
Date: Tue Mar 10 20:39:43 2020
New Revision: 1875058

URL: http://svn.apache.org/viewvc?rev=1875058&view=rev
Log:
Backport r1478954.

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

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

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

Modified: apr/apr-util/branches/1.7.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/CHANGES?rev=1875058&r1=1875057&r2=1875058&view=diff
 ==============================================================================
--- apr/apr-util/branches/1.7.x/CHANGES [utf-8] (original)
+++ apr/apr-util/branches/1.7.x/CHANGES [utf-8] Tue Mar 10 20:39:43 2020
@@ -1,6 +1,9 @@
                                                      -*- coding: utf-8 -*-
 Changes with APR-util 1.7.0
 
+  *) Trick autoconf into printing the correct default prefix in the help.
+     [Stefan Fritsch]
+
   *) Add the ability to cross compile APR-Util. [Graham Leggett]
 
   *) Teach configure how to find and build against MariaDB 10.2. PR 61517

Modified: apr/apr-util/branches/1.7.x/configure.in
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/configure.in?rev=1875058&r1=1875057&r2=1875058&view=diff
 ==============================================================================
--- apr/apr-util/branches/1.7.x/configure.in (original)
+++ apr/apr-util/branches/1.7.x/configure.in Tue Mar 10 20:39:43 2020
@@ -89,6 +89,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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic