aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ee070f6..1c8eb03 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,6 +12,11 @@ AC_PROG_MKDIR_P
# For translations
IT_PROG_INTLTOOL
+AC_SUBST([GETTEXT_PACKAGE],[$PACKAGE_NAME])
+AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],
+ ["$GETTEXT_PACKAGE"],
+ [Define to the gettext package name.])
+
# Checks for libraries.
# Checks for header files.