aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-09-27 09:27:28 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-09-27 09:27:28 +0000
commit81502785aa7cdba1e7005bfb09dd9eed7fe041a0 (patch)
tree07e7a795662390c630bce2e46ff3809764c95598 /configure.ac
parentca0224b96560d8ac2c04cba4078ccb36bd6b3476 (diff)
downloadcpio-81502785aa7cdba1e7005bfb09dd9eed7fe041a0.tar.gz
cpio-81502785aa7cdba1e7005bfb09dd9eed7fe041a0.tar.bz2
Require autoconf 2.59 and gettext 1.15
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 3139ed8..adae224 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS([config.h])
-AC_PREREQ(2.54)
+AC_PREREQ([2.59])
dnl Check for programs
gl_USE_SYSTEM_EXTENSIONS
@@ -104,8 +104,8 @@ AC_FUNC_VPRINTF
AC_FUNC_ALLOCA
# Gettext.
-AM_GNU_GETTEXT([external], [need-ngettext])
-AM_GNU_GETTEXT_VERSION(0.13)
+AM_GNU_GETTEXT([external], [need-formatstring-macros])
+AM_GNU_GETTEXT_VERSION(0.15)
# Initialize the test suite.
AC_CONFIG_TESTDIR(tests)

Return to:

Send suggestions and report system problems to the System administrator.