[gnome-shell] Fix installation of .mo files



commit 98e60eb7e9c91bcffcf0a0dba6752285857d288a
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Tue Feb 23 10:43:39 2010 -0500

    Fix installation of .mo files
    
    The recent cleanup of the configure.ac cleanups accidentally
    removed AC_SUBST(GETTEXT_PACKAGE); more precisely restore this
    section back to its original state.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=610787

 configure.ac |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 094a136..7d9de85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,9 +21,11 @@ LT_PREREQ([2.2.6])
 LT_INIT([disable-static])
 
 GETTEXT_PACKAGE=gnome-shell
+AC_SUBST(GETTEXT_PACKAGE)
+AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
+                   [The prefix for our gettext translation domains.])
 IT_PROG_INTLTOOL(0.26)
 AM_GLIB_GNU_GETTEXT
-AC_DEFINE([GETTEXT_PACKAGE], [PACKAGE_TARNAME], [The prefix for our gettext translation domain])
 
 PKG_PROG_PKG_CONFIG([0.22])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]