X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=configure.ac;h=ef034fe1f92541b504c31d12de93b98dc8e3b978;hb=7eeb467132fbc37dff8a008c33f4e277291a4609;hp=f5df5a12d5adca2c54148ae062d4aa6b56ad652d;hpb=65ef81b0a34f2ff0652194e5b7993a17bd84c8f5;p=chaz%2Ftar diff --git a/configure.ac b/configure.ac index f5df5a1..ef034fe 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Configure template for GNU tar. # Copyright (C) 1991, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -# 2002, 2003 Free Software Foundation, Inc. +# 2002, 2003, 2004 Free Software Foundation, Inc. # 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 @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. -AC_INIT([GNU tar], [1.13.92], [bug-tar@gnu.org]) +AC_INIT([GNU tar], [1.13.93], [bug-tar@gnu.org]) AC_CONFIG_SRCDIR([src/tar.c]) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_HEADERS([config.h:config.hin]) @@ -134,6 +134,7 @@ gl_TIME_R gl_XALLOC gl_XGETCWD gl_XSTRTOL +gl_FUNC_STPCPY jm_FUNC_FTRUNCATE jm_FUNC_GLIBC_UNLOCKED_IO @@ -219,7 +220,7 @@ if test -z "$DEFAULT_ARCHIVE_FORMAT"; then DEFAULT_ARCHIVE_FORMAT="GNU" fi case $DEFAULT_ARCHIVE_FORMAT in - V7|OLDGNU|POSIX|GNU) ;; + V7|OLDGNU|USTAR|POSIX|GNU) ;; *) AC_MSG_ERROR(Invalid format name);; esac AC_DEFINE_UNQUOTED(DEFAULT_ARCHIVE_FORMAT, ${DEFAULT_ARCHIVE_FORMAT}_FORMAT,