diff options
author | Werner Koch <[email protected]> | 2012-12-14 17:22:34 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2012-12-14 17:22:34 +0000 |
commit | e9385a6651e1c2cc2d5cc9032468d93ce3ef1ea0 (patch) | |
tree | 3da909bedce281b487f32e95d76ff43b0663d6da | |
parent | gettext: Upgrade to version 0.18 (diff) | |
download | gnupg-e9385a6651e1c2cc2d5cc9032468d93ce3ef1ea0.tar.gz gnupg-e9385a6651e1c2cc2d5cc9032468d93ce3ef1ea0.zip |
Workaround for a gettext problem during "make distcheck".
* configure.ac: Add comment string "GNU gnupg".
--
We already use this kludge in 2.x.
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d625e82d5..2ab7e55cc 100644 --- a/configure.ac +++ b/configure.ac @@ -851,6 +851,10 @@ AC_SUBST(MPI_OPT_FLAGS) dnl Checks for libraries. + +# This is "GNU gnupg" - The project-id script from gettext +# needs to find this string. Without +# it "make distcheck" may fail. AM_PO_SUBDIRS AM_GNU_GETTEXT_VERSION([0.18.1]) if test "$try_gettext" = yes; then |