diff options
author | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-08-03 11:15:29 +0100 |
---|---|---|
committer | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-08-03 11:15:29 +0100 |
commit | 5a3da6b346e1f217be7ae2cd4081a836c15101b9 (patch) | |
tree | 3c784a1d4913f2428d7c2fed7ee31efeff59118c | |
parent | 13d993e0026366d430f8ecad0aef772951f4bdd2 (diff) | |
parent | df3af54692ed56a555ac747da02839fa12cce44c (diff) | |
download | ayatana-indicator-power-5a3da6b346e1f217be7ae2cd4081a836c15101b9.tar.gz ayatana-indicator-power-5a3da6b346e1f217be7ae2cd4081a836c15101b9.tar.bz2 ayatana-indicator-power-5a3da6b346e1f217be7ae2cd4081a836c15101b9.zip |
configure.ac: Set GETTEXT_PACKAGE correctly to generate the expect template
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 54a9a4d..9ef6289 100644 --- a/configure.ac +++ b/configure.ac @@ -91,7 +91,7 @@ IT_PROG_INTLTOOL([0.41.0]) AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION([0.17]) -AC_SUBST([GETTEXT_PACKAGE],[PACKAGE_TARNAME]) +AC_SUBST([GETTEXT_PACKAGE],[${PACKAGE_TARNAME}]) AC_DEFINE([GETTEXT_PACKAGE],[PACKAGE_TARNAME],[Define to the gettext package name.]) ########################### |