X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=configure.ac;h=08bed2b18273b30b359f2db17fc6a4f7e2955ab4;hb=48a546b02c9e2c4e72a8aa83a2e36d1b8f24536b;hp=1c0f77049295c6a49408f057d2ded956dddfc5cd;hpb=7f21a4d3f55cf36cd6a5cb13bc51e88a68c2e097;p=chaz%2Ftar diff --git a/configure.ac b/configure.ac index 1c0f770..08bed2b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Configure template for GNU tar. -*- autoconf -*- -# Copyright 1991, 1994-2010, 2013 Free Software Foundation, Inc. +# Copyright 1991, 1994-2010, 2013-2014 Free Software Foundation, Inc. # This file is part of GNU tar. @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -AC_INIT([GNU tar], [1.27.1], [bug-tar@gnu.org]) +AC_INIT([GNU tar], [1.27.90], [bug-tar@gnu.org]) AC_CONFIG_SRCDIR([src/tar.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) @@ -32,6 +32,7 @@ AC_EXEEXT AC_PROG_RANLIB AC_PROG_YACC gl_EARLY +AC_CHECK_TOOLS([AR], [ar]) AC_SYS_LARGEFILE AC_C_INLINE