1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-22 10:19:57 +01:00

Workaround for a gettext problem during "make distcheck".

* configure.ac: Add comment string "GNU gnupg".
--

We already use this kludge in 2.x.
This commit is contained in:
Werner Koch 2012-12-14 18:22:34 +01:00
parent 4032aa8be8
commit e9385a6651

View File

@ -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