summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-08-26 10:43:34 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-08-26 10:43:34 +0200
commita88dce13d510622dee05e93efb46ff4ec5b72935 (patch)
tree5159e913ad91b70bb7c57946f4092bd69330f1d9 /configure.ac
parent7b6c533525e26cc3408865f1c90c71882384cf76 (diff)
downloadabrt-a88dce13d510622dee05e93efb46ff4ec5b72935.tar.gz
abrt-a88dce13d510622dee05e93efb46ff4ec5b72935.tar.xz
abrt-a88dce13d510622dee05e93efb46ff4ec5b72935.zip
GUI: added support for gettext (+part of czech translation)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a010b453..258147f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,9 +4,11 @@ AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
-
AC_PROG_CXX
+AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION([0.17])
+
AM_PATH_PYTHON
if test -z "$PYTHON"; then
echo "*** Essential program python not found" 1>&2
@@ -77,6 +79,7 @@ AC_CONFIG_FILES([
src/Gui/Makefile
src/CLI/Makefile
inc/Makefile
+ po/Makefile.in
])
AC_OUTPUT \ No newline at end of file