From e9385a6651e1c2cc2d5cc9032468d93ce3ef1ea0 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 14 Dec 2012 18:22:34 +0100 Subject: Workaround for a gettext problem during "make distcheck". * configure.ac: Add comment string "GNU gnupg". -- We already use this kludge in 2.x. --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3