summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8bc43f0..97f0d04 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,6 +30,9 @@ AM_DISABLE_STATIC
AM_PROG_LIBTOOL
PKG_PROG_PKG_CONFIG
+GETTEXT_PACKAGE="${PACKAGE}"
+AC_SUBST(GETTEXT_PACKAGE)
+
AC_CONFIG_HEADERS([config.h])
PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.0])