aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-06-07 12:03:24 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-06-07 12:03:24 +0000
commitd384b43a9bc42269cc47b62bcd6d8b76c27a0344 (patch)
treeededcf232150ee00c24691bbe3d0c48ac0e34e32 /configure.ac
parent0c853f9a51a25126e19fa35ab150e5af7ef2a861 (diff)
downloadcpio-d384b43a9bc42269cc47b62bcd6d8b76c27a0344.tar.gz
cpio-d384b43a9bc42269cc47b62bcd6d8b76c27a0344.tar.bz2
Raise version to 2.7.90
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 d878473..6b596dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl This file is part of GNU cpio
-dnl Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
+dnl Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with this program; if not, write to the Free Software Foundation,
dnl Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-AC_INIT([GNU cpio], [2.7], [bug-cpio@gnu.org])
+AC_INIT([GNU cpio], [2.7.90], [bug-cpio@gnu.org])
AC_CONFIG_SRCDIR(src/cpio.h)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE
@@ -45,6 +45,8 @@ AC_CHECK_TYPE(gid_t, int)
AC_HEADER_STDC
AC_HEADER_DIRENT
+AC_CHECK_FUNCS([fchmod fchown])
+
# gnulib modules
gl_INIT
# paxutils modules

Return to:

Send suggestions and report system problems to the System administrator.