aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2015-09-12 14:08:03 +0300
committerSergey Poznyakoff <gray@gnu.org>2015-09-12 14:08:03 +0300
commitc86ff75927549b69f4013cdca9fd49ce14e64cfd (patch)
tree766cec9dc313c62bb296b46433141dc6d2f69d17 /configure.ac
parent03ad7eb0d9a77c0978ec322e6a8aa69e5961f524 (diff)
downloadcpio-c86ff75927549b69f4013cdca9fd49ce14e64cfd.tar.gz
cpio-c86ff75927549b69f4013cdca9fd49ce14e64cfd.tar.bz2
Update docs, use gettext 0.19.6
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 2c63932..92dae87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
1dnl Process this file with autoconf to produce a configure script. 1dnl Process this file with autoconf to produce a configure script.
2dnl This file is part of GNU cpio 2dnl This file is part of GNU cpio
3dnl Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2014 Free Software 3dnl Copyright (C) 2003-2007, 2009-2010, 2014-2015 Free Software
4dnl Foundation, Inc. 4dnl Foundation, Inc.
5dnl 5dnl
6dnl This program is free software; you can redistribute it and/or modify 6dnl This program is free software; you can redistribute it and/or modify
@@ -82,7 +82,7 @@ AC_CHECK_DECLS([errno, getpwnam, getgrnam, getgrgid, strdup, strerror, getenv, a
82# Gettext. 82# Gettext.
83AM_ICONV 83AM_ICONV
84AM_GNU_GETTEXT([external], [need-formatstring-macros]) 84AM_GNU_GETTEXT([external], [need-formatstring-macros])
85AM_GNU_GETTEXT_VERSION(0.18) 85AM_GNU_GETTEXT_VERSION(0.19)
86 86
87LIBS="$LIBS $LIB_CLOCK_GETTIME" 87LIBS="$LIBS $LIB_CLOCK_GETTIME"
88 88

Return to:

Send suggestions and report system problems to the System administrator.