Avoid catch-22 with README.main not being distributed but having the

project-id marker string.
This commit is contained in:
Werner Koch 2009-09-04 17:21:40 +00:00
parent f02697d8ec
commit 8282d2d8b3
2 changed files with 5 additions and 1 deletions

View File

@ -53,6 +53,7 @@ Release process:
* Write an announcement. Update https://savannah.gnu.org/projects/gnupg .
Gotchas
=======
@ -63,7 +64,7 @@ Gotchas
no distributed file with the string "GNU gnupg" (e.g. a log file
from running make) you end up with different comments in the po
files. Check out /usr/lib/gettext/project-id for that silliness.
As a hack we added this string into configure.ac.

View File

@ -919,6 +919,9 @@ AM_ICONV
#
# Check for gettext
#
# This is "GNU gnupg" - The project-id script from gettext
# needs this string
#
AC_MSG_NOTICE([checking for gettext])
AM_PO_SUBDIRS
AM_GNU_GETTEXT_VERSION([0.17])