aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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,7 +1,7 @@
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
7dnl it under the terms of the GNU General Public License as published by 7dnl it under the terms of the GNU General Public License as published by
@@ -81,9 +81,9 @@ AC_CHECK_DECLS([errno, getpwnam, getgrnam, getgrgid, strdup, strerror, getenv, a
81 81
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
89# Initialize the test suite. 89# Initialize the test suite.

Return to:

Send suggestions and report system problems to the System administrator.