1 # Configure template for GNU tar. -*- autoconf -*-
3 # Copyright (C) 1991, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
4 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
5 # Software Foundation, Inc.
7 # This program is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 3, or (at your option)
12 # This program is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
17 # You should have received a copy of the GNU General Public License
18 # along with this program; if not, write to the Free Software
19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
22 AC_INIT([GNU tar], [1.23], [bug-tar@gnu.org])
23 AC_CONFIG_SRCDIR([src/tar.c])
24 AC_CONFIG_AUX_DIR([build-aux])
25 AC_CONFIG_HEADERS([config.h])
27 AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 dist-shar std-options silent-rules])
29 # Enable silent rules by default:
30 AM_SILENT_RULES([yes])
42 AC_CHECK_HEADERS_ONCE(fcntl.h linux/fd.h memory.h net/errno.h \
43 sgtty.h string.h stropts.h \
44 sys/param.h sys/device.h sys/filio.h sys/gentape.h \
45 sys/inet.h sys/io/trioctl.h \
46 sys/mtio.h sys/time.h sys/tprintf.h sys/tape.h \
49 AC_CHECK_HEADERS([sys/buf.h], [], [],
51 #include <sys/param.h>
61 AC_MSG_CHECKING([for st_fstype string in struct stat])
62 AC_CACHE_VAL(diff_cv_st_fstype_string,
63 [AC_TRY_COMPILE([#include <sys/types.h>
64 #include <sys/stat.h>], [struct stat s; s.st_fstype[0] = 'x';],
65 diff_cv_st_fstype_string=yes,
66 diff_cv_st_fstype_string=no)])
67 AC_MSG_RESULT($diff_cv_st_fstype_string)
68 if test $diff_cv_st_fstype_string = yes; then
69 AC_DEFINE(HAVE_ST_FSTYPE_STRING, 1,
70 [Define if struct stat has a char st_fstype[] member.])
79 AC_CHECK_TYPE(major_t, , AC_DEFINE(major_t, int,
80 [Type of major device numbers.]))
81 AC_CHECK_TYPE(minor_t, , AC_DEFINE(minor_t, int,
82 [Type of minor device numbers.]))
83 AC_CHECK_TYPE(dev_t, unsigned)
84 AC_CHECK_TYPE(ino_t, unsigned)
93 AC_CHECK_FUNCS(fsync getdtablesize lstat mkfifo readlink symlink setlocale utimes)
94 AC_CHECK_DECLS([getgrgid],,, [#include <grp.h>])
95 AC_CHECK_DECLS([getpwuid],,, [#include <pwd.h>])
96 AC_CHECK_DECLS([time],,, [#include <time.h>])
98 AC_REPLACE_FUNCS(waitpid)
100 AC_CACHE_CHECK(for remote shell, tar_cv_path_RSH,
101 [if test -n "$RSH"; then
105 for ac_file in /usr/ucb/rsh /usr/bin/remsh /usr/bin/rsh /usr/bsd/rsh \
106 /usr/bin/nsh /usr/bin/rcmd
108 # Prefer a non-symlink rsh to a symlink one, so that binaries built
109 # on AIX 4.1.4, where /usr/ucb/rsh is a symlink to /usr/bin/rsh
110 # will run on AIX 4.3.0, which has only /usr/bin/rsh.
111 if test -f $ac_file; then
112 if (test -h $ac_file) 2>/dev/null; then
113 test $tar_cv_path_RSH = no && tar_cv_path_RSH=$ac_file
115 tar_cv_path_RSH=$ac_file
121 if test $tar_cv_path_RSH = no; then
122 AC_CHECK_HEADERS(netdb.h)
124 AC_DEFINE_UNQUOTED(REMOTE_SHELL, "$tar_cv_path_RSH",
125 [Define to the full path of your rsh, if any.])
128 TAR_COMPR_PROGRAM(compress)
129 TAR_COMPR_PROGRAM(gzip)
130 TAR_COMPR_PROGRAM(bzip2)
131 TAR_COMPR_PROGRAM(lzip)
132 TAR_COMPR_PROGRAM(lzma)
133 TAR_COMPR_PROGRAM(lzop)
134 TAR_COMPR_PROGRAM(xz)
136 AC_MSG_CHECKING(for default archive format)
138 AC_ARG_VAR([DEFAULT_ARCHIVE_FORMAT],
139 [Set the default archive format. Allowed values are: V7, OLDGNU, USTAR, POSIX, GNU. Default is GNU])
141 if test -z "$DEFAULT_ARCHIVE_FORMAT"; then
142 DEFAULT_ARCHIVE_FORMAT="GNU"
144 case $DEFAULT_ARCHIVE_FORMAT in
145 V7|OLDGNU|USTAR|POSIX|GNU) ;;
146 *) AC_MSG_ERROR(Invalid format name);;
148 AC_DEFINE_UNQUOTED(DEFAULT_ARCHIVE_FORMAT, ${DEFAULT_ARCHIVE_FORMAT}_FORMAT,
149 [By default produce archives of this format])
150 AC_MSG_RESULT($DEFAULT_ARCHIVE_FORMAT)
152 AC_MSG_CHECKING(for default archive)
154 AC_ARG_VAR([DEFAULT_ARCHIVE],
155 [Set the name of the default archive (default: -)])
156 if test -z "$DEFAULT_ARCHIVE"; then
159 if test -z "`ls $DEFAULT_ARCHIVE 2>/dev/null`"; then
160 AC_MSG_WARN(DEFAULT_ARCHIVE \`$DEFAULT_ARCHIVE' not found on this system)
162 # FIXME: Look for DEFTAPE in <sys/mtio.h>.
163 # FIXME: Let DEVICE_PREFIX be configured from the environment.
164 # FIXME: Rearrange, here.
165 case $DEFAULT_ARCHIVE in
167 AC_DEFINE(DENSITY_LETTER, 1,
168 [Define to 1 if density may be indicated by [lmh] at end of device.])
169 device_prefix=`echo $DEFAULT_ARCHIVE | sed 's/[0-7][lmh]$//'`
172 device_prefix=`echo $DEFAULT_ARCHIVE | sed 's/[0-7]$//'`
178 case "$device_prefix" in
180 AC_DEFINE_UNQUOTED(DEVICE_PREFIX, "$device_prefix",
181 [Define to a string giving the prefix of the default device, without the part specifying the unit and density.])
185 AC_DEFINE_UNQUOTED(DEFAULT_ARCHIVE, "$DEFAULT_ARCHIVE",
186 [Define to a string giving the full name of the default archive file.])
187 AC_MSG_RESULT($DEFAULT_ARCHIVE)
189 AC_ARG_VAR([DEFAULT_BLOCKING],
190 [Define default blocking factor (default: 20)])
191 AC_MSG_CHECKING(for default blocking)
192 DEFAULT_BLOCKING=${DEFAULT_BLOCKING-20}
193 AC_DEFINE_UNQUOTED(DEFAULT_BLOCKING, $DEFAULT_BLOCKING,
194 [Define to a number giving the default blocking size for archives.])
195 AC_MSG_RESULT($DEFAULT_BLOCKING)
197 AC_MSG_CHECKING(for default quoting style)
199 m4_define([QUOTING_STYLES],dnl
200 [literal|shell|shell-always|c|escape|locale|clocale])
201 DEFAULT_QUOTING_STYLE="escape"
202 AC_ARG_VAR([DEFAULT_QUOTING_STYLE],
203 [Set the default quoting style. Allowed values are: ] m4_bpatsubst(QUOTING_STYLES,[|], [[, ]]) [. Default is "escape".])
205 case $DEFAULT_QUOTING_STYLE in
207 *) AC_MSG_ERROR(Invalid quoting style);;
209 AC_MSG_RESULT($DEFAULT_QUOTING_STYLE)
210 DEFAULT_QUOTING_STYLE=`echo ${DEFAULT_QUOTING_STYLE}|sed 's/-/_/g'`_quoting_style
211 AC_DEFINE_UNQUOTED(DEFAULT_QUOTING_STYLE, $DEFAULT_QUOTING_STYLE,
212 [Define to a default quoting style (see lib/quoteargs.c for the list)])
216 AC_CHECK_HEADERS(iconv.h)
217 AC_CHECK_TYPE(iconv_t,:,
218 AC_DEFINE(iconv_t, int,
219 [Conversion descriptor type]),
227 AM_GNU_GETTEXT([external], [need-formatstring-macros])
228 AM_GNU_GETTEXT_VERSION([0.16])
230 # Initialize the test suite.
231 AC_CONFIG_TESTDIR(tests)
232 AC_CONFIG_FILES([tests/Makefile tests/atlocal]) # FIXME: tests/preset?
233 AM_MISSING_PROG([AUTOM4TE], [autom4te])
235 AC_SUBST(BACKUP_LIBEXEC_SCRIPTS)
236 AC_SUBST(BACKUP_SBIN_SCRIPTS)
237 AC_ARG_ENABLE(backup-scripts,
238 AC_HELP_STRING([--enable-backup-scripts],
239 [Create and install backup and restore scripts]),
241 yes) BACKUP_LIBEXEC_SCRIPTS='$(BACKUP_LIBEXEC_SCRIPTS_LIST)'
242 BACKUP_SBIN_SCRIPTS='$(BACKUP_SBIN_SCRIPTS_LIST)'
246 AC_SUBST(BACKUP_SED_COND)
247 if date +%Y-%m-%d 2>/dev/null >&2; then
248 BACKUP_SED_COND='/^\#ELSE_DATE_FORMAT_OK/,/^\#ENDIF_DATE_FORMAT_OK/d;/^\#IF_DATE_FORMAT_OK/d'
250 BACKUP_SED_COND='/^\#IF_DATE_FORMAT_OK/,/^\#ELSE_DATE_FORMAT_OK/d;/^\#ENDIF_DATE_FORMAT_OK/d'