summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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