From c81ad072c76522175cbddead96d6f3c448068d67 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 13 Jan 2004 11:29:14 +0000 Subject: [PATCH] adding ChangeLog adding gettext.patch to use around autopoint Original commit message from CVS: adding ChangeLog adding gettext.patch to use around autopoint --- ChangeLog | 5 +++++ gettext.patch | 11 +++++++++++ 2 files changed, 16 insertions(+) create mode 100644 ChangeLog create mode 100644 gettext.patch diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..b486cf9 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,5 @@ +2004-01-13 Thomas Vander Stichele + + * 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 index 0000000..c00eb34 --- /dev/null +++ b/gettext.patch @@ -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@ -- 2.7.4