mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-30 16:17:02 +01:00
Avoid catch-22 with README.main not being distributed but having the
project-id marker string.
This commit is contained in:
parent
f02697d8ec
commit
8282d2d8b3
@ -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.
|
||||
|
||||
|
||||
|
||||
|
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user