summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2011-07-25 17:04:11 +1000
committerRobert Ancell <robert.ancell@canonical.com>2011-07-25 17:04:11 +1000
commitf62131eac1b2612fa7246eb7a2cc760396d596dc (patch)
treeebf12a91f08d389e62fea4c95a9d7859ac76881c /configure.ac
parent2d68a22844757d1427f3c2271d09426ffd4786b0 (diff)
downloadlightdm-f62131eac1b2612fa7246eb7a2cc760396d596dc.tar.gz
Fix up translation build system
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 36eb8b0e..a20e1892 100644
--- a/configure.ac
+++ b/configure.ac
@@ -161,7 +161,7 @@ dnl Internationalization
dnl ###########################################################################
IT_PROG_INTLTOOL(0.35.0)
-GETTEXT_PACKAGE=lightdm
+AC_SUBST(GETTEXT_PACKAGE, lightdm)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", Gettext package)
dnl ###########################################################################