summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2012-07-09 16:20:54 -0400
committerCole Robinson <crobinso@redhat.com>2012-07-09 16:44:47 -0400
commit241aa06548a2b051e4246d536b3d773dc9059ffd (patch)
tree414ce0feaf430ee584d6bd57f4adbae64cd49f20 /configure.ac
parenta2a51861a4d6ceb9d7a88c8ed4392a3e0a44ca30 (diff)
downloadvirt-manager-241aa06548a2b051e4246d536b3d773dc9059ffd.tar.gz
Make autogen.sh give me a usable dist on F17
There's a decent amount of resulting fallout...
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 9ba2b87c..81d94739 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,6 +13,11 @@ IT_PROG_INTLTOOL([0.35.0], [no-xml])
AM_GNU_GETTEXT_VERSION([0.14.1])
AM_GNU_GETTEXT([external])
+GETTEXT_PACKAGE=virt-manager
+AC_SUBST(GETTEXT_PACKAGE)
+AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],"$GETTEXT_PACKAGE",
+ [GETTEXT package name])
+
dnl ====================================
dnl = Begin tests for scrollkeeper
dnl ====================================