summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2009-09-04 19:21:40 +0200
committerWerner Koch <wk@gnupg.org>2009-09-04 19:21:40 +0200
commit8282d2d8b355a21a56fe87cdcd854cc6a2f1be7c (patch)
treee081decad808ec80a9cb9bf50e7ac64b25591133
parentArggg. gettext again (diff)
downloadgnupg2-gnupg-2.0.13.tar.xz
gnupg2-gnupg-2.0.13.zip
Avoid catch-22 with README.main not being distributed but having thegnupg-2.0.13
project-id marker string.
-rw-r--r--README.maint3
-rw-r--r--configure.ac3
2 files changed, 5 insertions, 1 deletions
diff --git a/README.maint b/README.maint
index 9c34d08c9..594033a57 100644
--- a/README.maint
+++ b/README.maint
@@ -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.
diff --git a/configure.ac b/configure.ac
index 09246cbb4..c14ce9e20 100644
--- a/configure.ac
+++ b/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])