diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-08-01 08:29:42 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-08-01 08:29:42 -0400 |
commit | df3af54692ed56a555ac747da02839fa12cce44c (patch) | |
tree | 0579b1cfa95d8451db3649952490d67f45f1b0c5 | |
parent | 13d993e0026366d430f8ecad0aef772951f4bdd2 (diff) | |
download | ayatana-indicator-power-df3af54692ed56a555ac747da02839fa12cce44c.tar.gz ayatana-indicator-power-df3af54692ed56a555ac747da02839fa12cce44c.tar.bz2 ayatana-indicator-power-df3af54692ed56a555ac747da02839fa12cce44c.zip |
Set GETTEXT_PACKAGE to generate the expect template
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 54a9a4d..18131d4 100644 --- a/configure.ac +++ b/configure.ac @@ -91,8 +91,9 @@ IT_PROG_INTLTOOL([0.41.0]) AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION([0.17]) -AC_SUBST([GETTEXT_PACKAGE],[PACKAGE_TARNAME]) -AC_DEFINE([GETTEXT_PACKAGE],[PACKAGE_TARNAME],[Define to the gettext package name.]) +GETTEXT_PACKAGE=indicator-power +AC_SUBST(GETTEXT_PACKAGE) +AC_DEFINE(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",[Define to the gettext package name.]) ########################### # Files |