|
|
|
@ -4087,6 +4087,144 @@ fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ac_aux_dir= |
|
|
|
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
|
|
|
for ac_t in install-sh install.sh shtool; do |
|
|
|
if test -f "$ac_dir/$ac_t"; then |
|
|
|
ac_aux_dir=$ac_dir |
|
|
|
ac_install_sh="$ac_aux_dir/$ac_t -c" |
|
|
|
break 2 |
|
|
|
fi |
|
|
|
done |
|
|
|
done |
|
|
|
if test -z "$ac_aux_dir"; then |
|
|
|
as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 |
|
|
|
fi |
|
|
|
|
|
|
|
# These three variables are undocumented and unsupported, |
|
|
|
# and are intended to be withdrawn in a future Autoconf release. |
|
|
|
# They can cause serious problems if a builder's source tree is in a directory |
|
|
|
# whose full name contains unusual characters. |
|
|
|
ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. |
|
|
|
ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. |
|
|
|
ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. |
|
|
|
|
|
|
|
|
|
|
|
# Make sure we can run config.sub. |
|
|
|
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || |
|
|
|
as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 |
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 |
|
|
|
$as_echo_n "checking build system type... " >&6; } |
|
|
|
if test "${ac_cv_build+set}" = set; then : |
|
|
|
$as_echo_n "(cached) " >&6 |
|
|
|
else |
|
|
|
ac_build_alias=$build_alias |
|
|
|
test "x$ac_build_alias" = x && |
|
|
|
ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` |
|
|
|
test "x$ac_build_alias" = x && |
|
|
|
as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 |
|
|
|
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || |
|
|
|
as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 |
|
|
|
|
|
|
|
fi |
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 |
|
|
|
$as_echo "$ac_cv_build" >&6; } |
|
|
|
case $ac_cv_build in |
|
|
|
*-*-*) ;; |
|
|
|
*) as_fn_error "invalid value of canonical build" "$LINENO" 5;; |
|
|
|
esac |
|
|
|
build=$ac_cv_build |
|
|
|
ac_save_IFS=$IFS; IFS='-' |
|
|
|
set x $ac_cv_build |
|
|
|
shift |
|
|
|
build_cpu=$1 |
|
|
|
build_vendor=$2 |
|
|
|
shift; shift |
|
|
|
# Remember, the first character of IFS is used to create $*, |
|
|
|
# except with old shells: |
|
|
|
build_os=$* |
|
|
|
IFS=$ac_save_IFS |
|
|
|
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac |
|
|
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 |
|
|
|
$as_echo_n "checking host system type... " >&6; } |
|
|
|
if test "${ac_cv_host+set}" = set; then : |
|
|
|
$as_echo_n "(cached) " >&6 |
|
|
|
else |
|
|
|
if test "x$host_alias" = x; then |
|
|
|
ac_cv_host=$ac_cv_build |
|
|
|
else |
|
|
|
ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || |
|
|
|
as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 |
|
|
|
fi |
|
|
|
|
|
|
|
fi |
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 |
|
|
|
$as_echo "$ac_cv_host" >&6; } |
|
|
|
case $ac_cv_host in |
|
|
|
*-*-*) ;; |
|
|
|
*) as_fn_error "invalid value of canonical host" "$LINENO" 5;; |
|
|
|
esac |
|
|
|
host=$ac_cv_host |
|
|
|
ac_save_IFS=$IFS; IFS='-' |
|
|
|
set x $ac_cv_host |
|
|
|
shift |
|
|
|
host_cpu=$1 |
|
|
|
host_vendor=$2 |
|
|
|
shift; shift |
|
|
|
# Remember, the first character of IFS is used to create $*, |
|
|
|
# except with old shells: |
|
|
|
host_os=$* |
|
|
|
IFS=$ac_save_IFS |
|
|
|
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac |
|
|
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5 |
|
|
|
$as_echo_n "checking target system type... " >&6; } |
|
|
|
if test "${ac_cv_target+set}" = set; then : |
|
|
|
$as_echo_n "(cached) " >&6 |
|
|
|
else |
|
|
|
if test "x$target_alias" = x; then |
|
|
|
ac_cv_target=$ac_cv_host |
|
|
|
else |
|
|
|
ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || |
|
|
|
as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5 |
|
|
|
fi |
|
|
|
|
|
|
|
fi |
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5 |
|
|
|
$as_echo "$ac_cv_target" >&6; } |
|
|
|
case $ac_cv_target in |
|
|
|
*-*-*) ;; |
|
|
|
*) as_fn_error "invalid value of canonical target" "$LINENO" 5;; |
|
|
|
esac |
|
|
|
target=$ac_cv_target |
|
|
|
ac_save_IFS=$IFS; IFS='-' |
|
|
|
set x $ac_cv_target |
|
|
|
shift |
|
|
|
target_cpu=$1 |
|
|
|
target_vendor=$2 |
|
|
|
shift; shift |
|
|
|
# Remember, the first character of IFS is used to create $*, |
|
|
|
# except with old shells: |
|
|
|
target_os=$* |
|
|
|
IFS=$ac_save_IFS |
|
|
|
case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac |
|
|
|
|
|
|
|
|
|
|
|
# The aliases save the names the user supplied, while $host etc. |
|
|
|
# will get canonicalized. |
|
|
|
test -n "$target_alias" && |
|
|
|
test "$program_prefix$program_suffix$program_transform_name" = \ |
|
|
|
NONENONEs,x,x, && |
|
|
|
program_prefix=${target_alias}- |
|
|
|
|
|
|
|
# The tests for host and target for $enable_largefile require |
|
|
|
# canonical names. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# As the $enable_largefile decision depends on --enable-plugins we must set it |
|
|
|
# even in directories otherwise not depending on the $plugins option. |
|
|
|
@ -4423,116 +4561,6 @@ ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. |
|
|
|
ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. |
|
|
|
|
|
|
|
|
|
|
|
# Make sure we can run config.sub. |
|
|
|
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || |
|
|
|
as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 |
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 |
|
|
|
$as_echo_n "checking build system type... " >&6; } |
|
|
|
if test "${ac_cv_build+set}" = set; then : |
|
|
|
$as_echo_n "(cached) " >&6 |
|
|
|
else |
|
|
|
ac_build_alias=$build_alias |
|
|
|
test "x$ac_build_alias" = x && |
|
|
|
ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` |
|
|
|
test "x$ac_build_alias" = x && |
|
|
|
as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 |
|
|
|
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || |
|
|
|
as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 |
|
|
|
|
|
|
|
fi |
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 |
|
|
|
$as_echo "$ac_cv_build" >&6; } |
|
|
|
case $ac_cv_build in |
|
|
|
*-*-*) ;; |
|
|
|
*) as_fn_error "invalid value of canonical build" "$LINENO" 5;; |
|
|
|
esac |
|
|
|
build=$ac_cv_build |
|
|
|
ac_save_IFS=$IFS; IFS='-' |
|
|
|
set x $ac_cv_build |
|
|
|
shift |
|
|
|
build_cpu=$1 |
|
|
|
build_vendor=$2 |
|
|
|
shift; shift |
|
|
|
# Remember, the first character of IFS is used to create $*, |
|
|
|
# except with old shells: |
|
|
|
build_os=$* |
|
|
|
IFS=$ac_save_IFS |
|
|
|
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac |
|
|
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 |
|
|
|
$as_echo_n "checking host system type... " >&6; } |
|
|
|
if test "${ac_cv_host+set}" = set; then : |
|
|
|
$as_echo_n "(cached) " >&6 |
|
|
|
else |
|
|
|
if test "x$host_alias" = x; then |
|
|
|
ac_cv_host=$ac_cv_build |
|
|
|
else |
|
|
|
ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || |
|
|
|
as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 |
|
|
|
fi |
|
|
|
|
|
|
|
fi |
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 |
|
|
|
$as_echo "$ac_cv_host" >&6; } |
|
|
|
case $ac_cv_host in |
|
|
|
*-*-*) ;; |
|
|
|
*) as_fn_error "invalid value of canonical host" "$LINENO" 5;; |
|
|
|
esac |
|
|
|
host=$ac_cv_host |
|
|
|
ac_save_IFS=$IFS; IFS='-' |
|
|
|
set x $ac_cv_host |
|
|
|
shift |
|
|
|
host_cpu=$1 |
|
|
|
host_vendor=$2 |
|
|
|
shift; shift |
|
|
|
# Remember, the first character of IFS is used to create $*, |
|
|
|
# except with old shells: |
|
|
|
host_os=$* |
|
|
|
IFS=$ac_save_IFS |
|
|
|
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac |
|
|
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5 |
|
|
|
$as_echo_n "checking target system type... " >&6; } |
|
|
|
if test "${ac_cv_target+set}" = set; then : |
|
|
|
$as_echo_n "(cached) " >&6 |
|
|
|
else |
|
|
|
if test "x$target_alias" = x; then |
|
|
|
ac_cv_target=$ac_cv_host |
|
|
|
else |
|
|
|
ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || |
|
|
|
as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5 |
|
|
|
fi |
|
|
|
|
|
|
|
fi |
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5 |
|
|
|
$as_echo "$ac_cv_target" >&6; } |
|
|
|
case $ac_cv_target in |
|
|
|
*-*-*) ;; |
|
|
|
*) as_fn_error "invalid value of canonical target" "$LINENO" 5;; |
|
|
|
esac |
|
|
|
target=$ac_cv_target |
|
|
|
ac_save_IFS=$IFS; IFS='-' |
|
|
|
set x $ac_cv_target |
|
|
|
shift |
|
|
|
target_cpu=$1 |
|
|
|
target_vendor=$2 |
|
|
|
shift; shift |
|
|
|
# Remember, the first character of IFS is used to create $*, |
|
|
|
# except with old shells: |
|
|
|
target_os=$* |
|
|
|
IFS=$ac_save_IFS |
|
|
|
case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac |
|
|
|
|
|
|
|
|
|
|
|
# The aliases save the names the user supplied, while $host etc. |
|
|
|
# will get canonicalized. |
|
|
|
test -n "$target_alias" && |
|
|
|
test "$program_prefix$program_suffix$program_transform_name" = \ |
|
|
|
NONENONEs,x,x, && |
|
|
|
program_prefix=${target_alias}- |
|
|
|
|
|
|
|
|
|
|
|
# Dependency checking. |
|
|
|
|