From 5a7ac2fd90d0ff3d8e1bb4abb4843ce531d301d8 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 23 Mar 2009 18:08:45 +0100 Subject: Fix po paths. --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3e48b89fa5..7da8c6d0fe 100644 --- a/configure.ac +++ b/configure.ac @@ -50,6 +50,9 @@ fi gl_EARLY AC_C_INLINE +AM_GNU_GETTEXT([external]) +AM_GNU_GETTEXT_VERSION([0.17]) + AC_ARG_ENABLE(cxx, AS_HELP_STRING([--disable-cxx], [unconditionally disable the C++ library]), use_cxx=$enableval, use_cxx=yes) @@ -244,6 +247,7 @@ AC_CONFIG_FILES([ guile/modules/Makefile guile/src/Makefile guile/tests/Makefile + po/Makefile.in src/Makefile src/cfg/Makefile src/cfg/platon/Makefile -- cgit v1.2.1