adding ChangeLog adding gettext.patch to use around autopoint
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 13 Jan 2004 11:29:14 +0000 (11:29 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 13 Jan 2004 11:29:14 +0000 (11:29 +0000)
Original commit message from CVS:
adding ChangeLog
adding gettext.patch to use around autopoint

ChangeLog [new file with mode: 0644]
gettext.patch [new file with mode: 0644]

diff --git a/ChangeLog b/ChangeLog
new file mode 100644 (file)
index 0000000..b486cf9
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,5 @@
+2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+        * gettext.patch: added; used by autogen.sh to make sure
+          GETTEXT_PACKAGE is understood from po/Makefile.in.in -> po/Makefile.in
+
diff --git a/gettext.patch b/gettext.patch
new file mode 100644 (file)
index 0000000..c00eb34
--- /dev/null
@@ -0,0 +1,11 @@
+--- po/Makefile.in.in.orig     2004-01-09 16:35:54.000000000 +0100
++++ po/Makefile.in.in  2004-01-09 16:36:43.000000000 +0100
+@@ -11,6 +11,9 @@
+ PACKAGE = @PACKAGE@
+ VERSION = @VERSION@
++# thomas: add GETTEXT_PACKAGE substitution as used in Makevars
++GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
++
+ SHELL = /bin/sh
+ @SET_MAKE@