summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure47
1 files changed, 37 insertions, 10 deletions
diff --git a/configure b/configure
index d5c6a50..3d5a8de 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for dash 0.5.8.
+# Generated by GNU Autoconf 2.69 for dash 0.5.9.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='dash'
PACKAGE_TARNAME='dash'
-PACKAGE_VERSION='0.5.8'
-PACKAGE_STRING='dash 0.5.8'
+PACKAGE_VERSION='0.5.9'
+PACKAGE_STRING='dash 0.5.9'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -714,6 +714,7 @@ enable_dependency_tracking
enable_static
enable_fnmatch
enable_glob
+enable_test_workaround
with_libedit
enable_lineno
'
@@ -1268,7 +1269,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures dash 0.5.8 to adapt to many kinds of systems.
+\`configure' configures dash 0.5.9 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1334,7 +1335,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of dash 0.5.8:";;
+ short | recursive ) echo "Configuration of dash 0.5.9:";;
esac
cat <<\_ACEOF
@@ -1347,6 +1348,9 @@ Optional Features:
--enable-static Build statical linked program
--enable-fnmatch Use fnmatch(3) from libc
--enable-glob Use glob(3) from libc
+ --enable-test-workaround
+ Guard against faccessat(2) that tells root all files
+ are executable
--disable-lineno Disable LINENO support
Optional Packages:
@@ -1436,7 +1440,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-dash configure 0.5.8
+dash configure 0.5.9
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2030,7 +2034,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by dash $as_me 0.5.8, which was
+It was created by dash $as_me 0.5.9, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2845,7 +2849,7 @@ fi
# Define the identity of the package.
PACKAGE='dash'
- VERSION='0.5.8'
+ VERSION='0.5.9'
cat >>confdefs.h <<_ACEOF
@@ -4614,6 +4618,29 @@ fi
done
+
+# Check whether --enable-test-workaround was given.
+if test "${enable_test_workaround+set}" = set; then :
+ enableval=$enable_test_workaround;
+else
+ enable_test_workaround=auto
+fi
+
+
+if test "enable_test_workaround" = "auto" &&
+ test "$ac_cv_func_faccessat" = yes; then
+ case `uname -s 2>/dev/null` in
+ GNU/kFreeBSD | \
+ FreeBSD)
+ enable_test_workaround=yes
+ esac
+fi
+if test "$enable_test_workaround" = "yes"; then
+
+$as_echo "#define HAVE_TRADITIONAL_FACCESSAT 1" >>confdefs.h
+
+fi
+
if test "$enable_fnmatch" = yes; then
use_fnmatch=
for ac_func in fnmatch
@@ -5286,7 +5313,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by dash $as_me 0.5.8, which was
+This file was extended by dash $as_me 0.5.9, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5352,7 +5379,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-dash config.status 0.5.8
+dash config.status 0.5.9
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"