X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=configure.ac;h=db69cb82b378da8b9f6437bc6b8b35ab9b3ba970;hb=aea443b9e8ed8f84a3b7c246330aa194f6b7e1ef;hp=c3a3af775a427bd169733f3f97ffa6e9044c8297;hpb=cecb7ac8e63ff65eb73dd098796e56e0a17a3259;p=chaz%2Ftar diff --git a/configure.ac b/configure.ac index c3a3af7..db69cb8 100644 --- a/configure.ac +++ b/configure.ac @@ -19,12 +19,12 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301, USA. -AC_INIT([GNU tar], [1.23.90], [bug-tar@gnu.org]) +AC_INIT([GNU tar], [1.26], [bug-tar@gnu.org]) AC_CONFIG_SRCDIR([src/tar.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_PREREQ([2.63]) -AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 dist-shar std-options silent-rules]) +AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 dist-xz dist-shar std-options silent-rules]) # Enable silent rules by default: AM_SILENT_RULES([yes])