mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 12:01:19 +02:00
416 lines
16 KiB
Plaintext
416 lines
16 KiB
Plaintext
--- ./configure.orig 2012-06-26 14:59:16.000000000 +0300
|
|
+++ ./configure 2015-10-14 16:02:17.259563000 +0200
|
|
@@ -2002,8 +2002,10 @@
|
|
--disable-option-checking ignore unrecognized --enable/--with options
|
|
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
|
|
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
|
|
- --disable-dependency-tracking speeds up one-time build
|
|
- --enable-dependency-tracking do not reject slow dependency extractors
|
|
+ --enable-dependency-tracking
|
|
+ do not reject slow dependency extractors
|
|
+ --disable-dependency-tracking
|
|
+ speeds up one-time build
|
|
--disable-nls do not use Native Language Support
|
|
--disable-rpath do not hardcode runtime library paths
|
|
--disable-largefile omit support for large files
|
|
@@ -3375,7 +3377,7 @@
|
|
NONENONEs,x,x, &&
|
|
program_prefix=${target_alias}-
|
|
|
|
-am__api_version='1.11'
|
|
+am__api_version='1.12'
|
|
|
|
# Find a good install program. We prefer a C program (faster),
|
|
# so one script is as good as another. But avoid the broken or
|
|
@@ -3472,9 +3474,6 @@
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
|
|
$as_echo_n "checking whether build environment is sane... " >&6; }
|
|
-# Just in case
|
|
-sleep 1
|
|
-echo timestamp > conftest.file
|
|
# Reject unsafe characters in $srcdir or the absolute working directory
|
|
# name. Accept space and tab only in the latter.
|
|
am_lf='
|
|
@@ -3485,21 +3484,23 @@
|
|
esac
|
|
case $srcdir in
|
|
*[\\\"\#\$\&\'\`$am_lf\ \ ]*)
|
|
- as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
|
|
+ as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
|
|
esac
|
|
|
|
-# Do `set' in a subshell so we don't clobber the current shell's
|
|
+# Do 'set' in a subshell so we don't clobber the current shell's
|
|
# arguments. Must try -L first in case configure is actually a
|
|
# symlink; some systems play weird games with the mod time of symlinks
|
|
# (eg FreeBSD returns the mod time of the symlink's containing
|
|
# directory).
|
|
if (
|
|
+ am_has_slept=no
|
|
+ for am_try in 1 2; do
|
|
+ echo "timestamp, slept: $am_has_slept" > conftest.file
|
|
set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
|
|
if test "$*" = "X"; then
|
|
# -L didn't work.
|
|
set X `ls -t "$srcdir/configure" conftest.file`
|
|
fi
|
|
- rm -f conftest.file
|
|
if test "$*" != "X $srcdir/configure conftest.file" \
|
|
&& test "$*" != "X conftest.file $srcdir/configure"; then
|
|
|
|
@@ -3510,7 +3511,13 @@
|
|
as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
|
|
alias in your environment" "$LINENO" 5
|
|
fi
|
|
-
|
|
+ if test "$2" = conftest.file || test $am_try -eq 2; then
|
|
+ break
|
|
+ fi
|
|
+ # Just in case.
|
|
+ sleep 1
|
|
+ am_has_slept=yes
|
|
+ done
|
|
test "$2" = conftest.file
|
|
)
|
|
then
|
|
@@ -3522,6 +3529,16 @@
|
|
fi
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
$as_echo "yes" >&6; }
|
|
+# If we didn't sleep, we still need to ensure time stamps of config.status and
|
|
+# generated files are strictly newer.
|
|
+am_sleep_pid=
|
|
+if grep 'slept: no' conftest.file >/dev/null 2>&1; then
|
|
+ ( sleep 1 ) &
|
|
+ am_sleep_pid=$!
|
|
+fi
|
|
+
|
|
+rm -f conftest.file
|
|
+
|
|
test "$program_prefix" != NONE &&
|
|
program_transform_name="s&^&$program_prefix&;$program_transform_name"
|
|
# Use a double $ so make ignores it.
|
|
@@ -3548,8 +3565,8 @@
|
|
am_missing_run="$MISSING --run "
|
|
else
|
|
am_missing_run=
|
|
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
|
|
-$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
|
|
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
|
|
+$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
|
|
fi
|
|
|
|
if test x"${install_sh}" != xset; then
|
|
@@ -3561,10 +3578,10 @@
|
|
esac
|
|
fi
|
|
|
|
-# Installed binaries are usually stripped using `strip' when the user
|
|
-# run `make install-strip'. However `strip' might not be the right
|
|
+# Installed binaries are usually stripped using 'strip' when the user
|
|
+# run "make install-strip". However 'strip' might not be the right
|
|
# tool to use in cross-compilation environments, therefore Automake
|
|
-# will honor the `STRIP' environment variable to overrule this program.
|
|
+# will honor the 'STRIP' environment variable to overrule this program.
|
|
if test "$cross_compiling" != no; then
|
|
if test -n "$ac_tool_prefix"; then
|
|
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
|
|
@@ -3704,12 +3721,6 @@
|
|
$as_echo "$MKDIR_P" >&6; }
|
|
|
|
|
|
-mkdir_p="$MKDIR_P"
|
|
-case $mkdir_p in
|
|
- [\\/$]* | ?:[\\/]*) ;;
|
|
- */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
|
|
-esac
|
|
-
|
|
for ac_prog in gawk mawk nawk awk
|
|
do
|
|
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
|
@@ -3842,6 +3853,12 @@
|
|
|
|
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
|
|
|
|
+# For better backward compatibility. To be removed once Automake 1.9.x
|
|
+# dies out for good. For more background, see:
|
|
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
|
|
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
|
|
+mkdir_p='$(MKDIR_P)'
|
|
+
|
|
# We need awk for the "check" target. The system "awk" is bad on
|
|
# some platforms.
|
|
# Always define AMTAR for backward compatibility. Yes, it's still used
|
|
@@ -4318,7 +4335,7 @@
|
|
_am_result=none
|
|
# First try GNU make style include.
|
|
echo "include confinc" > confmf
|
|
-# Ignore all kinds of additional output from `make'.
|
|
+# Ignore all kinds of additional output from 'make'.
|
|
case `$am_make -s -f confmf 2> /dev/null` in #(
|
|
*the\ am__doit\ target*)
|
|
am__include=include
|
|
@@ -5162,8 +5179,8 @@
|
|
# We make a subdir and do the tests there. Otherwise we can end up
|
|
# making bogus files that we don't know about and never remove. For
|
|
# instance it was reported that on HP-UX the gcc test will end up
|
|
- # making a dummy file named `D' -- because `-MD' means `put the output
|
|
- # in D'.
|
|
+ # making a dummy file named 'D' -- because '-MD' means "put the output
|
|
+ # in D".
|
|
rm -rf conftest.dir
|
|
mkdir conftest.dir
|
|
# Copy depcomp to subdir because otherwise we won't find it if we're
|
|
@@ -5198,16 +5215,16 @@
|
|
: > sub/conftest.c
|
|
for i in 1 2 3 4 5 6; do
|
|
echo '#include "conftst'$i'.h"' >> sub/conftest.c
|
|
- # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
|
|
- # Solaris 8's {/usr,}/bin/sh.
|
|
- touch sub/conftst$i.h
|
|
+ # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
|
|
+ # Solaris 10 /bin/sh.
|
|
+ echo '/* dummy */' > sub/conftst$i.h
|
|
done
|
|
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
|
|
|
|
- # We check with `-c' and `-o' for the sake of the "dashmstdout"
|
|
+ # We check with '-c' and '-o' for the sake of the "dashmstdout"
|
|
# mode. It turns out that the SunPro C++ compiler does not properly
|
|
- # handle `-M -o', and we need to detect this. Also, some Intel
|
|
- # versions had trouble with output in subdirs
|
|
+ # handle '-M -o', and we need to detect this. Also, some Intel
|
|
+ # versions had trouble with output in subdirs.
|
|
am__obj=sub/conftest.${OBJEXT-o}
|
|
am__minus_obj="-o $am__obj"
|
|
case $depmode in
|
|
@@ -5216,8 +5233,8 @@
|
|
test "$am__universal" = false || continue
|
|
;;
|
|
nosideeffect)
|
|
- # after this tag, mechanisms are not by side-effect, so they'll
|
|
- # only be used when explicitly requested
|
|
+ # After this tag, mechanisms are not by side-effect, so they'll
|
|
+ # only be used when explicitly requested.
|
|
if test "x$enable_dependency_tracking" = xyes; then
|
|
continue
|
|
else
|
|
@@ -5225,7 +5242,7 @@
|
|
fi
|
|
;;
|
|
msvc7 | msvc7msys | msvisualcpp | msvcmsys)
|
|
- # This compiler won't grok `-c -o', but also, the minuso test has
|
|
+ # This compiler won't grok '-c -o', but also, the minuso test has
|
|
# not run yet. These depmodes are late enough in the game, and
|
|
# so weak that their functioning should not be impacted.
|
|
am__obj=conftest.${OBJEXT-o}
|
|
@@ -6138,8 +6155,8 @@
|
|
# We make a subdir and do the tests there. Otherwise we can end up
|
|
# making bogus files that we don't know about and never remove. For
|
|
# instance it was reported that on HP-UX the gcc test will end up
|
|
- # making a dummy file named `D' -- because `-MD' means `put the output
|
|
- # in D'.
|
|
+ # making a dummy file named 'D' -- because '-MD' means "put the output
|
|
+ # in D".
|
|
rm -rf conftest.dir
|
|
mkdir conftest.dir
|
|
# Copy depcomp to subdir because otherwise we won't find it if we're
|
|
@@ -6174,16 +6191,16 @@
|
|
: > sub/conftest.c
|
|
for i in 1 2 3 4 5 6; do
|
|
echo '#include "conftst'$i'.h"' >> sub/conftest.c
|
|
- # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
|
|
- # Solaris 8's {/usr,}/bin/sh.
|
|
- touch sub/conftst$i.h
|
|
+ # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
|
|
+ # Solaris 10 /bin/sh.
|
|
+ echo '/* dummy */' > sub/conftst$i.h
|
|
done
|
|
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
|
|
|
|
- # We check with `-c' and `-o' for the sake of the "dashmstdout"
|
|
+ # We check with '-c' and '-o' for the sake of the "dashmstdout"
|
|
# mode. It turns out that the SunPro C++ compiler does not properly
|
|
- # handle `-M -o', and we need to detect this. Also, some Intel
|
|
- # versions had trouble with output in subdirs
|
|
+ # handle '-M -o', and we need to detect this. Also, some Intel
|
|
+ # versions had trouble with output in subdirs.
|
|
am__obj=sub/conftest.${OBJEXT-o}
|
|
am__minus_obj="-o $am__obj"
|
|
case $depmode in
|
|
@@ -6192,8 +6209,8 @@
|
|
test "$am__universal" = false || continue
|
|
;;
|
|
nosideeffect)
|
|
- # after this tag, mechanisms are not by side-effect, so they'll
|
|
- # only be used when explicitly requested
|
|
+ # After this tag, mechanisms are not by side-effect, so they'll
|
|
+ # only be used when explicitly requested.
|
|
if test "x$enable_dependency_tracking" = xyes; then
|
|
continue
|
|
else
|
|
@@ -6201,7 +6218,7 @@
|
|
fi
|
|
;;
|
|
msvc7 | msvc7msys | msvisualcpp | msvcmsys)
|
|
- # This compiler won't grok `-c -o', but also, the minuso test has
|
|
+ # This compiler won't grok '-c -o', but also, the minuso test has
|
|
# not run yet. These depmodes are late enough in the game, and
|
|
# so weak that their functioning should not be impacted.
|
|
am__obj=conftest.${OBJEXT-o}
|
|
@@ -6943,8 +6960,8 @@
|
|
# We make a subdir and do the tests there. Otherwise we can end up
|
|
# making bogus files that we don't know about and never remove. For
|
|
# instance it was reported that on HP-UX the gcc test will end up
|
|
- # making a dummy file named `D' -- because `-MD' means `put the output
|
|
- # in D'.
|
|
+ # making a dummy file named 'D' -- because '-MD' means "put the output
|
|
+ # in D".
|
|
rm -rf conftest.dir
|
|
mkdir conftest.dir
|
|
# Copy depcomp to subdir because otherwise we won't find it if we're
|
|
@@ -6977,16 +6994,16 @@
|
|
: > sub/conftest.c
|
|
for i in 1 2 3 4 5 6; do
|
|
echo '#include "conftst'$i'.h"' >> sub/conftest.c
|
|
- # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
|
|
- # Solaris 8's {/usr,}/bin/sh.
|
|
- touch sub/conftst$i.h
|
|
+ # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
|
|
+ # Solaris 10 /bin/sh.
|
|
+ echo '/* dummy */' > sub/conftst$i.h
|
|
done
|
|
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
|
|
|
|
- # We check with `-c' and `-o' for the sake of the "dashmstdout"
|
|
+ # We check with '-c' and '-o' for the sake of the "dashmstdout"
|
|
# mode. It turns out that the SunPro C++ compiler does not properly
|
|
- # handle `-M -o', and we need to detect this. Also, some Intel
|
|
- # versions had trouble with output in subdirs
|
|
+ # handle '-M -o', and we need to detect this. Also, some Intel
|
|
+ # versions had trouble with output in subdirs.
|
|
am__obj=sub/conftest.${OBJEXT-o}
|
|
am__minus_obj="-o $am__obj"
|
|
case $depmode in
|
|
@@ -6995,8 +7012,8 @@
|
|
test "$am__universal" = false || continue
|
|
;;
|
|
nosideeffect)
|
|
- # after this tag, mechanisms are not by side-effect, so they'll
|
|
- # only be used when explicitly requested
|
|
+ # After this tag, mechanisms are not by side-effect, so they'll
|
|
+ # only be used when explicitly requested.
|
|
if test "x$enable_dependency_tracking" = xyes; then
|
|
continue
|
|
else
|
|
@@ -7004,7 +7021,7 @@
|
|
fi
|
|
;;
|
|
msvc7 | msvc7msys | msvisualcpp | msvcmsys)
|
|
- # This compiler won't grok `-c -o', but also, the minuso test has
|
|
+ # This compiler won't grok '-c -o', but also, the minuso test has
|
|
# not run yet. These depmodes are late enough in the game, and
|
|
# so weak that their functioning should not be impacted.
|
|
am__obj=conftest.${OBJEXT-o}
|
|
@@ -7064,6 +7081,13 @@
|
|
|
|
|
|
|
|
+mkdir_p="$MKDIR_P"
|
|
+case $mkdir_p in
|
|
+ [\\/$]* | ?:[\\/]*) ;;
|
|
+ */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
|
|
+esac
|
|
+
|
|
+
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
|
|
$as_echo_n "checking whether NLS is requested... " >&6; }
|
|
# Check whether --enable-nls was given.
|
|
@@ -22116,7 +22140,8 @@
|
|
for ac_header in libzfs.h libnvpair.h
|
|
do :
|
|
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
|
-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
|
|
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "typedef int boolean_t;
|
|
+"
|
|
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
|
|
cat >>confdefs.h <<_ACEOF
|
|
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
|
|
@@ -22135,7 +22160,7 @@
|
|
$as_echo_n "(cached) " >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-lzfs $LIBS"
|
|
+LIBS="-lzfs -lavl -lnvpair -luutil -lm $LIBS"
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
|
|
@@ -22185,7 +22210,7 @@
|
|
$as_echo_n "(cached) " >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-lnvpair $LIBS"
|
|
+LIBS="-lnvpair -lavl -lnvpair -luutil -lm $LIBS"
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
|
|
@@ -22239,6 +22264,9 @@
|
|
$as_echo "#define HAVE_LIBZFS 1" >>confdefs.h
|
|
|
|
LIBNVPAIR="-lnvpair"
|
|
+ if test x$host_kernel = xkfreebsd; then
|
|
+ LIBNVPAIR="$LIBNVPAIR -lavl -luutil -lm"
|
|
+ fi
|
|
|
|
$as_echo "#define HAVE_LIBNVPAIR 1" >>confdefs.h
|
|
|
|
@@ -22748,6 +22776,14 @@
|
|
LTLIBOBJS=$ac_ltlibobjs
|
|
|
|
|
|
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
|
|
+$as_echo_n "checking that generated files are newer than configure... " >&6; }
|
|
+ if test -n "$am_sleep_pid"; then
|
|
+ # Hide warnings about reused PIDs.
|
|
+ wait $am_sleep_pid 2>/dev/null
|
|
+ fi
|
|
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
|
|
+$as_echo "done" >&6; }
|
|
if test -n "$EXEEXT"; then
|
|
am__EXEEXT_TRUE=
|
|
am__EXEEXT_FALSE='#'
|
|
@@ -24218,7 +24254,7 @@
|
|
# Strip MF so we end up with the name of the file.
|
|
mf=`echo "$mf" | sed -e 's/:.*$//'`
|
|
# Check whether this is an Automake generated Makefile or not.
|
|
- # We used to match only the files named `Makefile.in', but
|
|
+ # We used to match only the files named 'Makefile.in', but
|
|
# some people rename them; so instead we look at the file content.
|
|
# Grep'ing the first line is not enough: some people post-process
|
|
# each Makefile.in and add a new line on top of each file to say so.
|
|
@@ -24252,21 +24288,19 @@
|
|
continue
|
|
fi
|
|
# Extract the definition of DEPDIR, am__include, and am__quote
|
|
- # from the Makefile without running `make'.
|
|
+ # from the Makefile without running 'make'.
|
|
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
|
|
test -z "$DEPDIR" && continue
|
|
am__include=`sed -n 's/^am__include = //p' < "$mf"`
|
|
test -z "am__include" && continue
|
|
am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
|
|
- # When using ansi2knr, U may be empty or an underscore; expand it
|
|
- U=`sed -n 's/^U = //p' < "$mf"`
|
|
# Find all dependency output files, they are included files with
|
|
# $(DEPDIR) in their names. We invoke sed twice because it is the
|
|
# simplest approach to changing $(DEPDIR) to its actual value in the
|
|
# expansion.
|
|
for file in `sed -n "
|
|
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
|
|
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
|
|
+ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
|
|
# Make sure the directory exists.
|
|
test -f "$dirpart/$file" && continue
|
|
fdir=`$as_dirname -- "$file" ||
|