./configure --with-berkeley-db gives incomplete message
Michael Osipov <[email protected]> Tue, 18 Mar 2025 14:06:56 -0000
| Newsgroups | gmane.comp.version-control.subversion.user |
|---|---|
| Message-ID | <pony-1d0adb51-59f0-467d-8b39-addb25bad383-users@subversion.apache.org> |
Folks,
the configure script for 1.14.5 gives me:
--with-berkeley-db[=HEADER:INCLUDES:LIB_SEARCH_DIRS:LIBS]
The Subversion Berkeley DB based filesystem library
requires Berkeley DB $db_version or $db_alt_version.
If you specify `--without-berkeley-db', that library
will not be built. If you omit the argument of this
option completely, the configure script will use
Berkeley DB used by APR-UTIL.
$db_alt_version is defined with "5.x", but not rendered. $db_version is set dynamically with a case and is valid as well.
Maybe someone wants to check why they are not interpolated for help output.
Michael