summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2017-01-10 17:49:31 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2017-01-10 17:52:54 -0500
commit19de4cef279272d3969e36dd8cd2fa05a7bf5276 (patch)
treedafc699706c57235cdbb7313db6ea1e7b37df24a /doc
parent704c31992e8716bbe61e6d5751e125a64badeef0 (diff)
downloadlibgpg-error-19de4cef279272d3969e36dd8cd2fa05a7bf5276.tar.gz
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 <dkg@fifthhorseman.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/gpgrt.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gpgrt.texi b/doc/gpgrt.texi
index 53beef8..857973a 100644
--- a/doc/gpgrt.texi
+++ b/doc/gpgrt.texi
@@ -275,8 +275,8 @@ you are cross-compiling, it is useful to set the environment variable
then first look for the helper program in the @file{bin} directory
below that top directory. An absolute directory name must be used for
@code{SYSROOT}. Finally, if the configure command line option
-@code{--with-gpg-error-prefix} is used, only its value is used for the top
-directory below which the helper script is expected.
+@code{--with-libgpg-error-prefix} is used, only its value is used for
+the top directory below which the helper script is expected.
@end defmac