fix gettext domain
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 9 Mar 2004 19:43:55 +0000 (19:43 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 9 Mar 2004 19:43:55 +0000 (19:43 +0000)
Original commit message from CVS:
fix gettext domain

ChangeLog
configure.ac

index 3d57ec3..e529406 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
 
+       * configure.ac: first bug fix due to major/minor bump
+
+2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
+
        * configure.ac: bump nano to 1
 
 === release 0.7.6 ===
index 94048e4..a8fa15f 100644 (file)
@@ -41,7 +41,7 @@ dnl the gettext stuff needed
 AM_GNU_GETTEXT_VERSION(0.11.5)
 AM_GNU_GETTEXT([external])
 
-GETTEXT_PACKAGE=gstreamer-$GST_VERSION_MAJOR.$GST_VERSION_MINOR
+GETTEXT_PACKAGE=gstreamer-$GST_MAJORMINOR
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], "$GETTEXT_PACKAGE",
                    [gettext package name])