aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7d621ab..cd37f95 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,8 +79,9 @@ AC_CHECK_DECLS([errno, getpwnam, getgrnam, getgrgid, strdup, strerror, getenv, a
#include <grp.h>])
# Gettext.
+AM_ICONV
AM_GNU_GETTEXT([external], [need-formatstring-macros])
-AM_GNU_GETTEXT_VERSION(0.16)
+AM_GNU_GETTEXT_VERSION(0.17)
# Initialize the test suite.
AC_CONFIG_TESTDIR(tests)
@@ -90,7 +91,8 @@ AM_MISSING_PROG([AUTOM4TE], [autom4te])
AC_CONFIG_FILES([Makefile
doc/Makefile
headers/Makefile
- lib/Makefile
+ gnu/Makefile
+ paxlib/Makefile
rmt/Makefile
src/Makefile
po/Makefile.in])

Return to:

Send suggestions and report system problems to the System administrator.