summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-01-13 11:29:14 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-01-13 11:29:14 +0000
commitc81ad072c76522175cbddead96d6f3c448068d67 (patch)
treea652ca84b755ba88af74bb0995f7d1fa01d1ebb5
parentcd5507ae3df8dc48c07df9e37878846b6b79faa1 (diff)
downloadgstreamer-common-c81ad072c76522175cbddead96d6f3c448068d67.tar.gz
adding ChangeLog adding gettext.patch to use around autopoint
Original commit message from CVS: adding ChangeLog adding gettext.patch to use around autopoint
-rw-r--r--ChangeLog5
-rw-r--r--gettext.patch11
2 files changed, 16 insertions, 0 deletions
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 <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
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@