X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=configure.ac;h=0c730d294a8a7c529f30559bfce134bc7b3731aa;hb=e08afc2002bc43845d2996be8768cf8a9eb277fa;hp=c1d3fb983617ebccfc2b40c9801bd1f8c347661f;hpb=d3f04456e86b4cce1f863afdc05885f97514412a;p=chaz%2Ftar diff --git a/configure.ac b/configure.ac index c1d3fb9..0c730d2 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301, USA. -AC_INIT([GNU tar], [1.17], [bug-tar@gnu.org]) +AC_INIT([GNU tar], [1.19.1], [bug-tar@gnu.org]) AC_CONFIG_SRCDIR([src/tar.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h:config.hin]) @@ -87,7 +87,7 @@ gl_INIT # paxutils modules tar_PAXUTILS -AC_CHECK_FUNCS(fsync getdtablesize lstat mkfifo readlink strerror symlink setlocale utimes) +AC_CHECK_FUNCS(fsync getdtablesize lstat mkfifo readlink symlink setlocale utimes) AC_CHECK_DECLS([getgrgid],,, [#include ]) AC_CHECK_DECLS([getpwuid],,, [#include ]) AC_CHECK_DECLS([time],,, [#include ])