diff options
author | Daniel Kahn Gillmor <[email protected]> | 2017-01-10 22:49:31 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2017-01-10 22:52:54 +0000 |
commit | 19de4cef279272d3969e36dd8cd2fa05a7bf5276 (patch) | |
tree | dafc699706c57235cdbb7313db6ea1e7b37df24a /src | |
parent | Fix macro GPGRT_GCC_VERSION (diff) | |
download | libgpg-error-19de4cef279272d3969e36dd8cd2fa05a7bf5276.tar.gz libgpg-error-19de4cef279272d3969e36dd8cd2fa05a7bf5276.zip |
doc,configure: Be consistent about preferring --with-libgpg-error-prefix
* doc/gpgrt.texi: Say "--with-libgpg-error-prefix" instead of
"--with-gpg-error-prefix".
* src/gpg-error.m4: When warning about library locations, warn with
the preferred "--with-libgpg-error-prefix" name.
--
in src/gpg-error.m4, it already says:
> dnl --with-libgpg-error-prefix=PFX is the preferred name for this option,
> dnl since that is consistent with how our three siblings use the directory/
> dnl package name in --with-$dir_name-prefix=PFX.
so this is an attempt to live up to that expectation.
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gpg-error.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpg-error.m4 b/src/gpg-error.m4 index 1661204..60c88d8 100644 --- a/src/gpg-error.m4 +++ b/src/gpg-error.m4 @@ -100,7 +100,7 @@ AC_DEFUN([AM_PATH_GPG_ERROR], *** The config script $GPG_ERROR_CONFIG was *** built for $gpg_error_config_host and thus may not match the *** used host $host. -*** You may want to use the configure option --with-gpg-error-prefix +*** You may want to use the configure option --with-libgpg-error-prefix *** to specify a matching config script or use \$SYSROOT. ***]]) gpg_config_script_warn="$gpg_config_script_warn libgpg-error" |