libgloss: hardcode AC_CONFIG_AUX_DIR path
In order to transition to automake, we have to use hardcoded paths in the AC_CONFIG_AUX_DIR macro call (since automake evaluates the path itself, and doesn't expand vars), so simplify all the calls here.
This commit is contained in:
parent
cf8aa43284
commit
7f8fa1de4f
libgloss
aarch64
arc
arm
bfin
configureconfigure.accr16
cris
crx
csky
d30v
doc
epiphany
fr30
frv
ft32
hp74x
i386
i960
iq2000
libnosys
lm32
m32c
m32r
m68hc11
m68k
mcore
mep
microblaze
mips
mn10200
mn10300
moxie
msp430
mt
nds32
nios2
or1k
pa
pru
riscv
rl78
rs6000
rx
sparc
sparc_leon
spu
tic6x
v850
|
@ -1765,17 +1765,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1791,7 +1782,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3288,7 +3279,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3856,7 +3846,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -2,16 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_PREREQ(2.69)dnl
|
AC_PREREQ(2.69)dnl
|
||||||
AC_INIT(crt0.S)
|
AC_INIT(crt0.S)
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -54,12 +45,11 @@ if test -d "${srcdir}/cpu-init"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1762,17 +1762,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../../.. "$srcdir"/../../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1788,7 +1779,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../../.. \"$srcdir\"/../../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3267,7 +3258,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3835,7 +3825,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -2,16 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_PREREQ(2.69)dnl
|
AC_PREREQ(2.69)dnl
|
||||||
AC_INIT(Makefile.in)
|
AC_INIT(Makefile.in)
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -39,12 +30,11 @@ AC_SUBST(host_makefile_frag_path)
|
||||||
AC_SUBST_FILE(host_makefile_frag)
|
AC_SUBST_FILE(host_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1766,17 +1766,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1792,7 +1783,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3272,7 +3263,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3840,7 +3830,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -6,16 +6,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -44,12 +35,11 @@ AC_SUBST(host_makefile_frag_path)
|
||||||
AC_SUBST_FILE(host_makefile_frag)
|
AC_SUBST_FILE(host_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1790,17 +1790,8 @@ fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1816,7 +1807,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3314,14 +3305,12 @@ srcdir=${srcdir}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3890,8 +3879,8 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"cpu-init/Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"cpu-init/Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -22,16 +22,7 @@ fi
|
||||||
AC_SUBST(BUILD_CRT0_TRUE)
|
AC_SUBST(BUILD_CRT0_TRUE)
|
||||||
AC_SUBST(BUILD_CRT0_FALSE)
|
AC_SUBST(BUILD_CRT0_FALSE)
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -73,25 +64,23 @@ AC_SUBST_FILE(host_makefile_frag)
|
||||||
if test -d "${srcdir}/cpu-init"; then
|
if test -d "${srcdir}/cpu-init"; then
|
||||||
subdirs="${subdirs} cpu-init"
|
subdirs="${subdirs} cpu-init"
|
||||||
AC_CONFIG_FILES(cpu-init/Makefile,
|
AC_CONFIG_FILES(cpu-init/Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_SUBST(subdirs)
|
AC_SUBST(subdirs)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
|
|
|
@ -1766,17 +1766,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1792,7 +1783,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3271,7 +3262,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3839,7 +3829,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -6,16 +6,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -43,12 +34,11 @@ AC_SUBST(host_makefile_frag_path)
|
||||||
AC_SUBST_FILE(host_makefile_frag)
|
AC_SUBST_FILE(host_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1846,17 +1846,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "${srcdir}" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in .. "$srcdir"/..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1872,7 +1863,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -4085,7 +4076,6 @@ host=${host}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="--enable-multilib ${ac_configure_args}"
|
ac_configure_args="--enable-multilib ${ac_configure_args}"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
CC="${CC}"
|
CC="${CC}"
|
||||||
LDFLAGS=${LDFLAGS}
|
LDFLAGS=${LDFLAGS}
|
||||||
|
|
||||||
|
@ -4663,7 +4653,7 @@ $as_echo X"$file" |
|
||||||
;;
|
;;
|
||||||
"Makefile":F) if test -n "$CONFIG_FILES"; then
|
"Makefile":F) if test -n "$CONFIG_FILES"; then
|
||||||
unset ac_file
|
unset ac_file
|
||||||
. ${libgloss_topdir}/config-ml.in
|
. ${srcdir}/../config-ml.in
|
||||||
fi ;;
|
fi ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -7,16 +7,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "${srcdir}" = "." ; then
|
AC_CONFIG_AUX_DIR(..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
|
||||||
|
@ -228,7 +219,7 @@ fi
|
||||||
AC_CONFIG_FILES([Makefile],
|
AC_CONFIG_FILES([Makefile],
|
||||||
[if test -n "$CONFIG_FILES"; then
|
[if test -n "$CONFIG_FILES"; then
|
||||||
unset ac_file
|
unset ac_file
|
||||||
. ${libgloss_topdir}/config-ml.in
|
. ${srcdir}/../config-ml.in
|
||||||
fi],
|
fi],
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
|
@ -236,7 +227,6 @@ host=${host}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="--enable-multilib ${ac_configure_args}"
|
ac_configure_args="--enable-multilib ${ac_configure_args}"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
CC="${CC}"
|
CC="${CC}"
|
||||||
LDFLAGS=${LDFLAGS}
|
LDFLAGS=${LDFLAGS}
|
||||||
)
|
)
|
||||||
|
|
|
@ -1766,17 +1766,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1792,7 +1783,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3272,7 +3263,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3840,7 +3830,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -6,16 +6,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -44,12 +35,11 @@ AC_SUBST(host_makefile_frag_path)
|
||||||
AC_SUBST_FILE(host_makefile_frag)
|
AC_SUBST_FILE(host_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1766,17 +1766,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1792,7 +1783,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3271,7 +3262,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3839,7 +3829,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -7,16 +7,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -44,12 +35,11 @@ AC_SUBST(host_makefile_frag_path)
|
||||||
AC_SUBST_FILE(host_makefile_frag)
|
AC_SUBST_FILE(host_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1913,11 +1913,8 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
|
||||||
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
|
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
|
||||||
|
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
mdir=`echo "${with_multisubdir}/" \
|
|
||||||
| sed -e 's,\([^/][^/]*\),..,g' -e 's,^/$,,'`
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in ${mdir}../../.. "$srcdir"/${mdir}../../..; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1933,7 +1930,7 @@ for ac_dir in ${mdir}../../.. "$srcdir"/${mdir}../../..; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ${mdir}../../.. \"$srcdir\"/${mdir}../../.." "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -1945,37 +1942,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.
|
ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
|
||||||
|
|
||||||
|
|
||||||
else
|
|
||||||
ac_aux_dir=
|
|
||||||
for ac_dir in ${srcdir}/../.. "$srcdir"/${srcdir}/../..; do
|
|
||||||
if test -f "$ac_dir/install-sh"; then
|
|
||||||
ac_aux_dir=$ac_dir
|
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
|
||||||
break
|
|
||||||
elif test -f "$ac_dir/install.sh"; then
|
|
||||||
ac_aux_dir=$ac_dir
|
|
||||||
ac_install_sh="$ac_aux_dir/install.sh -c"
|
|
||||||
break
|
|
||||||
elif test -f "$ac_dir/shtool"; then
|
|
||||||
ac_aux_dir=$ac_dir
|
|
||||||
ac_install_sh="$ac_aux_dir/shtool install -c"
|
|
||||||
break
|
|
||||||
fi
|
|
||||||
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.
|
|
||||||
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Find a good install program. We prefer a C program (faster),
|
# Find a good install program. We prefer a C program (faster),
|
||||||
# so one script is as good as another. But avoid the broken or
|
# so one script is as good as another. But avoid the broken or
|
||||||
|
|
|
@ -5,13 +5,7 @@ AC_INIT(intable.c)
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
mdir=`echo "${with_multisubdir}/" \
|
|
||||||
| sed -e 's,\([[^/]][[^/]]*\),..,g' -e 's,^/$,,'`
|
|
||||||
AC_CONFIG_AUX_DIR(${mdir}../../..)
|
|
||||||
else
|
|
||||||
AC_CONFIG_AUX_DIR(${srcdir}/../..)
|
|
||||||
fi
|
|
||||||
|
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
|
||||||
|
|
|
@ -1827,18 +1827,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1854,7 +1844,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -4309,7 +4299,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -4877,7 +4866,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -18,17 +18,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
|
||||||
|
@ -81,13 +71,12 @@ AC_SUBST(target_makefile_frag_path)
|
||||||
AC_SUBST_FILE(target_makefile_frag)
|
AC_SUBST_FILE(target_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
|
|
|
@ -1766,17 +1766,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1792,7 +1783,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3272,7 +3263,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3840,7 +3830,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -6,16 +6,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -44,12 +35,11 @@ AC_SUBST(host_makefile_frag_path)
|
||||||
AC_SUBST_FILE(host_makefile_frag)
|
AC_SUBST_FILE(host_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1664,11 +1664,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
mdir=`echo "${with_multisubdir}/" \
|
|
||||||
| sed -e 's,\([^/][^/]*\),..,g' -e 's,^/$,,'`
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in ${mdir}../../.. "$srcdir"/${mdir}../../..; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1684,7 +1681,7 @@ for ac_dir in ${mdir}../../.. "$srcdir"/${mdir}../../..; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ${mdir}../../.. \"$srcdir\"/${mdir}../../.." "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -1696,37 +1693,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.
|
ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
|
||||||
|
|
||||||
|
|
||||||
else
|
|
||||||
ac_aux_dir=
|
|
||||||
for ac_dir in ${srcdir}/../.. "$srcdir"/${srcdir}/../..; do
|
|
||||||
if test -f "$ac_dir/install-sh"; then
|
|
||||||
ac_aux_dir=$ac_dir
|
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
|
||||||
break
|
|
||||||
elif test -f "$ac_dir/install.sh"; then
|
|
||||||
ac_aux_dir=$ac_dir
|
|
||||||
ac_install_sh="$ac_aux_dir/install.sh -c"
|
|
||||||
break
|
|
||||||
elif test -f "$ac_dir/shtool"; then
|
|
||||||
ac_aux_dir=$ac_dir
|
|
||||||
ac_install_sh="$ac_aux_dir/shtool install -c"
|
|
||||||
break
|
|
||||||
fi
|
|
||||||
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.
|
|
||||||
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Find a good install program. We prefer a C program (faster),
|
# Find a good install program. We prefer a C program (faster),
|
||||||
# so one script is as good as another. But avoid the broken or
|
# so one script is as good as another. But avoid the broken or
|
||||||
|
|
|
@ -2,13 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_PREREQ(2.69)dnl
|
AC_PREREQ(2.69)dnl
|
||||||
AC_INIT(porting.texi)
|
AC_INIT(porting.texi)
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
mdir=`echo "${with_multisubdir}/" \
|
|
||||||
| sed -e 's,\([[^/]][[^/]]*\),..,g' -e 's,^/$,,'`
|
|
||||||
AC_CONFIG_AUX_DIR(${mdir}../../..)
|
|
||||||
else
|
|
||||||
AC_CONFIG_AUX_DIR(${srcdir}/../..)
|
|
||||||
fi
|
|
||||||
|
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
|
||||||
|
|
|
@ -1770,18 +1770,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Where are the auxillary tools (confg.sub etc)?
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1797,7 +1787,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3328,7 +3318,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -4029,7 +4018,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) ac_file=Makefile . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) ac_file=Makefile . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -39,17 +39,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Where are the auxillary tools (confg.sub etc)?
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -116,12 +106,11 @@ AC_SUBST(host_makefile_frag_path)
|
||||||
AC_SUBST_FILE(host_makefile_frag)
|
AC_SUBST_FILE(host_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
ac_file=Makefile . ${libgloss_topdir}/config-ml.in,
|
ac_file=Makefile . ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1913,11 +1913,8 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
|
||||||
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
|
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
|
||||||
|
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
mdir=`echo "${with_multisubdir}/" \
|
|
||||||
| sed -e 's,\([^/][^/]*\),..,g' -e 's,^/$,,'`
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in ${mdir}../../.. "$srcdir"/${mdir}../../..; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1933,7 +1930,7 @@ for ac_dir in ${mdir}../../.. "$srcdir"/${mdir}../../..; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ${mdir}../../.. \"$srcdir\"/${mdir}../../.." "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -1945,37 +1942,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.
|
ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
|
||||||
|
|
||||||
|
|
||||||
else
|
|
||||||
ac_aux_dir=
|
|
||||||
for ac_dir in ${srcdir}/../.. "$srcdir"/${srcdir}/../..; do
|
|
||||||
if test -f "$ac_dir/install-sh"; then
|
|
||||||
ac_aux_dir=$ac_dir
|
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
|
||||||
break
|
|
||||||
elif test -f "$ac_dir/install.sh"; then
|
|
||||||
ac_aux_dir=$ac_dir
|
|
||||||
ac_install_sh="$ac_aux_dir/install.sh -c"
|
|
||||||
break
|
|
||||||
elif test -f "$ac_dir/shtool"; then
|
|
||||||
ac_aux_dir=$ac_dir
|
|
||||||
ac_install_sh="$ac_aux_dir/shtool install -c"
|
|
||||||
break
|
|
||||||
fi
|
|
||||||
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.
|
|
||||||
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Find a good install program. We prefer a C program (faster),
|
# Find a good install program. We prefer a C program (faster),
|
||||||
# so one script is as good as another. But avoid the broken or
|
# so one script is as good as another. But avoid the broken or
|
||||||
|
|
|
@ -5,13 +5,7 @@ AC_INIT(crt0.s)
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
mdir=`echo "${with_multisubdir}/" \
|
|
||||||
| sed -e 's,\([[^/]][[^/]]*\),..,g' -e 's,^/$,,'`
|
|
||||||
AC_CONFIG_AUX_DIR(${mdir}../../..)
|
|
||||||
else
|
|
||||||
AC_CONFIG_AUX_DIR(${srcdir}/../..)
|
|
||||||
fi
|
|
||||||
|
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
|
||||||
|
|
|
@ -1766,17 +1766,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1792,7 +1783,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3272,7 +3263,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3840,7 +3830,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -6,16 +6,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -44,12 +35,11 @@ AC_SUBST(host_makefile_frag_path)
|
||||||
AC_SUBST_FILE(host_makefile_frag)
|
AC_SUBST_FILE(host_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1766,17 +1766,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1792,7 +1783,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3272,7 +3263,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3840,7 +3830,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -6,16 +6,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -44,12 +35,11 @@ AC_SUBST(host_makefile_frag_path)
|
||||||
AC_SUBST_FILE(host_makefile_frag)
|
AC_SUBST_FILE(host_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1740,11 +1740,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
mdir=`echo "${with_multisubdir}/" \
|
|
||||||
| sed -e 's,\([^/][^/]*\),..,g' -e 's,^/$,,'`
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in ${mdir}../../.. "$srcdir"/${mdir}../../..; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1760,7 +1757,7 @@ for ac_dir in ${mdir}../../.. "$srcdir"/${mdir}../../..; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ${mdir}../../.. \"$srcdir\"/${mdir}../../.." "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -1772,37 +1769,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.
|
ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
|
||||||
|
|
||||||
|
|
||||||
else
|
|
||||||
ac_aux_dir=
|
|
||||||
for ac_dir in ${srcdir}/../.. "$srcdir"/${srcdir}/../..; do
|
|
||||||
if test -f "$ac_dir/install-sh"; then
|
|
||||||
ac_aux_dir=$ac_dir
|
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
|
||||||
break
|
|
||||||
elif test -f "$ac_dir/install.sh"; then
|
|
||||||
ac_aux_dir=$ac_dir
|
|
||||||
ac_install_sh="$ac_aux_dir/install.sh -c"
|
|
||||||
break
|
|
||||||
elif test -f "$ac_dir/shtool"; then
|
|
||||||
ac_aux_dir=$ac_dir
|
|
||||||
ac_install_sh="$ac_aux_dir/shtool install -c"
|
|
||||||
break
|
|
||||||
fi
|
|
||||||
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.
|
|
||||||
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Find a good install program. We prefer a C program (faster),
|
# Find a good install program. We prefer a C program (faster),
|
||||||
# so one script is as good as another. But avoid the broken or
|
# so one script is as good as another. But avoid the broken or
|
||||||
|
|
|
@ -2,13 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_PREREQ(2.69)dnl
|
AC_PREREQ(2.69)dnl
|
||||||
AC_INIT(crt0.s)
|
AC_INIT(crt0.s)
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
mdir=`echo "${with_multisubdir}/" \
|
|
||||||
| sed -e 's,\([[^/]][[^/]]*\),..,g' -e 's,^/$,,'`
|
|
||||||
AC_CONFIG_AUX_DIR(${mdir}../../..)
|
|
||||||
else
|
|
||||||
AC_CONFIG_AUX_DIR(${srcdir}/../..)
|
|
||||||
fi
|
|
||||||
|
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
|
||||||
|
|
|
@ -1769,17 +1769,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1795,7 +1786,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3286,7 +3277,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3854,7 +3844,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -19,16 +19,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -68,12 +59,11 @@ AC_SUBST(host_makefile_frag_path)
|
||||||
AC_SUBST_FILE(host_makefile_frag)
|
AC_SUBST_FILE(host_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1913,11 +1913,8 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
|
||||||
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
|
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
|
||||||
|
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
mdir=`echo "${with_multisubdir}/" \
|
|
||||||
| sed -e 's,\([^/][^/]*\),..,g' -e 's,^/$,,'`
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in ${mdir}../../.. "$srcdir"/${mdir}../../..; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1933,7 +1930,7 @@ for ac_dir in ${mdir}../../.. "$srcdir"/${mdir}../../..; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ${mdir}../../.. \"$srcdir\"/${mdir}../../.." "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -1945,37 +1942,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.
|
ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
|
||||||
|
|
||||||
|
|
||||||
else
|
|
||||||
ac_aux_dir=
|
|
||||||
for ac_dir in ${srcdir}/../.. "$srcdir"/${srcdir}/../..; do
|
|
||||||
if test -f "$ac_dir/install-sh"; then
|
|
||||||
ac_aux_dir=$ac_dir
|
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
|
||||||
break
|
|
||||||
elif test -f "$ac_dir/install.sh"; then
|
|
||||||
ac_aux_dir=$ac_dir
|
|
||||||
ac_install_sh="$ac_aux_dir/install.sh -c"
|
|
||||||
break
|
|
||||||
elif test -f "$ac_dir/shtool"; then
|
|
||||||
ac_aux_dir=$ac_dir
|
|
||||||
ac_install_sh="$ac_aux_dir/shtool install -c"
|
|
||||||
break
|
|
||||||
fi
|
|
||||||
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.
|
|
||||||
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Find a good install program. We prefer a C program (faster),
|
# Find a good install program. We prefer a C program (faster),
|
||||||
# so one script is as good as another. But avoid the broken or
|
# so one script is as good as another. But avoid the broken or
|
||||||
|
|
|
@ -5,13 +5,7 @@ AC_INIT(crt0.c)
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
mdir=`echo "${with_multisubdir}/" \
|
|
||||||
| sed -e 's,\([[^/]][[^/]]*\),..,g' -e 's,^/$,,'`
|
|
||||||
AC_CONFIG_AUX_DIR(${mdir}../../..)
|
|
||||||
else
|
|
||||||
AC_CONFIG_AUX_DIR(${srcdir}/../..)
|
|
||||||
fi
|
|
||||||
|
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
|
||||||
|
|
|
@ -1770,17 +1770,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1796,7 +1787,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3287,7 +3278,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3855,7 +3845,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -19,16 +19,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -68,13 +59,12 @@ AC_SUBST_FILE(target_makefile_frag)
|
||||||
AC_SUBST(part_specific_obj)
|
AC_SUBST(part_specific_obj)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
|
|
|
@ -1768,17 +1768,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1794,7 +1785,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3446,7 +3437,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -4147,7 +4137,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) ac_file=Makefile . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) ac_file=Makefile . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -20,16 +20,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -183,13 +174,12 @@ AC_SUBST(host_makefile_frag_path)
|
||||||
AC_SUBST_FILE(host_makefile_frag)
|
AC_SUBST_FILE(host_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
ac_file=Makefile . ${libgloss_topdir}/config-ml.in,
|
ac_file=Makefile . ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
|
|
|
@ -1766,17 +1766,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1792,7 +1783,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3271,7 +3262,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3839,7 +3829,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -6,16 +6,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -43,13 +34,12 @@ AC_SUBST(host_makefile_frag_path)
|
||||||
AC_SUBST_FILE(host_makefile_frag)
|
AC_SUBST_FILE(host_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
|
|
|
@ -1766,17 +1766,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1792,7 +1783,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3272,7 +3263,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3840,7 +3830,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -6,16 +6,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -44,12 +35,11 @@ AC_SUBST(host_makefile_frag_path)
|
||||||
AC_SUBST_FILE(host_makefile_frag)
|
AC_SUBST_FILE(host_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1913,11 +1913,8 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
|
||||||
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
|
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
|
||||||
|
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
mdir=`echo "${with_multisubdir}/" \
|
|
||||||
| sed -e 's,\([^/][^/]*\),..,g' -e 's,^/$,,'`
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in ${mdir}../../.. "$srcdir"/${mdir}../../..; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1933,7 +1930,7 @@ for ac_dir in ${mdir}../../.. "$srcdir"/${mdir}../../..; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ${mdir}../../.. \"$srcdir\"/${mdir}../../.." "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -1945,37 +1942,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.
|
ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
|
||||||
|
|
||||||
|
|
||||||
else
|
|
||||||
ac_aux_dir=
|
|
||||||
for ac_dir in ${srcdir}/../.. "$srcdir"/${srcdir}/../..; do
|
|
||||||
if test -f "$ac_dir/install-sh"; then
|
|
||||||
ac_aux_dir=$ac_dir
|
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
|
||||||
break
|
|
||||||
elif test -f "$ac_dir/install.sh"; then
|
|
||||||
ac_aux_dir=$ac_dir
|
|
||||||
ac_install_sh="$ac_aux_dir/install.sh -c"
|
|
||||||
break
|
|
||||||
elif test -f "$ac_dir/shtool"; then
|
|
||||||
ac_aux_dir=$ac_dir
|
|
||||||
ac_install_sh="$ac_aux_dir/shtool install -c"
|
|
||||||
break
|
|
||||||
fi
|
|
||||||
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.
|
|
||||||
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Find a good install program. We prefer a C program (faster),
|
# Find a good install program. We prefer a C program (faster),
|
||||||
# so one script is as good as another. But avoid the broken or
|
# so one script is as good as another. But avoid the broken or
|
||||||
|
@ -3321,7 +3287,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${srcdir}/../..
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
|
@ -5,13 +5,7 @@ AC_INIT(crt0.S)
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
mdir=`echo "${with_multisubdir}/" \
|
|
||||||
| sed -e 's,\([[^/]][[^/]]*\),..,g' -e 's,^/$,,'`
|
|
||||||
AC_CONFIG_AUX_DIR(${mdir}../../..)
|
|
||||||
else
|
|
||||||
AC_CONFIG_AUX_DIR(${srcdir}/../..)
|
|
||||||
fi
|
|
||||||
|
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
|
||||||
|
@ -42,6 +36,5 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${srcdir}/../..
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1766,17 +1766,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1792,7 +1783,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3272,7 +3263,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3840,7 +3830,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -6,16 +6,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -44,13 +35,12 @@ AC_SUBST(host_makefile_frag_path)
|
||||||
AC_SUBST_FILE(host_makefile_frag)
|
AC_SUBST_FILE(host_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
|
|
|
@ -1827,18 +1827,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1854,7 +1844,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -4309,7 +4299,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -4877,7 +4866,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -18,17 +18,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
|
||||||
|
@ -81,13 +71,12 @@ AC_SUBST(target_makefile_frag_path)
|
||||||
AC_SUBST_FILE(target_makefile_frag)
|
AC_SUBST_FILE(target_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
|
|
|
@ -1767,17 +1767,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1793,7 +1784,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3283,7 +3274,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3851,7 +3841,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -6,16 +6,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -54,12 +45,11 @@ AC_SUBST(host_makefile_frag_path)
|
||||||
AC_SUBST_FILE(host_makefile_frag)
|
AC_SUBST_FILE(host_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1755,17 +1755,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1781,7 +1772,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3253,7 +3244,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3821,7 +3811,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -19,16 +19,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -55,12 +46,11 @@ AC_SUBST(host_makefile_frag_path)
|
||||||
AC_SUBST_FILE(host_makefile_frag)
|
AC_SUBST_FILE(host_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES([Makefile],
|
AC_CONFIG_FILES([Makefile],
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1769,17 +1769,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1795,7 +1786,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3280,7 +3271,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3848,7 +3838,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -6,16 +6,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -49,12 +40,11 @@ AC_SUBST(target_makefile_frag_path)
|
||||||
AC_SUBST_FILE(target_makefile_frag)
|
AC_SUBST_FILE(target_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1774,17 +1774,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1800,7 +1791,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3335,7 +3326,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3903,7 +3893,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -19,16 +19,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -112,12 +103,11 @@ AC_SUBST(crt0)
|
||||||
AC_SUBST(pcrt0)
|
AC_SUBST(pcrt0)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1769,17 +1769,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1795,7 +1786,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3285,7 +3276,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3853,7 +3843,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -19,16 +19,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -67,13 +58,12 @@ AC_SUBST_FILE(target_makefile_frag)
|
||||||
AC_SUBST(part_specific_obj)
|
AC_SUBST(part_specific_obj)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
|
|
|
@ -1771,17 +1771,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1797,7 +1788,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3296,7 +3287,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3866,7 +3856,7 @@ $as_echo X"$file" |
|
||||||
;;
|
;;
|
||||||
"Makefile":F) if test -n "$CONFIG_FILES"; then
|
"Makefile":F) if test -n "$CONFIG_FILES"; then
|
||||||
unset ac_file
|
unset ac_file
|
||||||
. ${libgloss_topdir}/config-ml.in
|
. ${srcdir}/../../config-ml.in
|
||||||
fi ;;
|
fi ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -19,16 +19,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -78,14 +69,13 @@ AC_SUBST(bsp_list)
|
||||||
AC_CONFIG_FILES([Makefile],
|
AC_CONFIG_FILES([Makefile],
|
||||||
[if test -n "$CONFIG_FILES"; then
|
[if test -n "$CONFIG_FILES"; then
|
||||||
unset ac_file
|
unset ac_file
|
||||||
. ${libgloss_topdir}/config-ml.in
|
. ${srcdir}/../../config-ml.in
|
||||||
fi],
|
fi],
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
|
|
|
@ -1768,17 +1768,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1794,7 +1785,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3288,7 +3279,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3856,7 +3846,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -6,16 +6,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -59,12 +50,11 @@ AC_SUBST(host_makefile_frag_path)
|
||||||
AC_SUBST_FILE(host_makefile_frag)
|
AC_SUBST_FILE(host_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1766,17 +1766,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1792,7 +1783,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3272,7 +3263,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3840,7 +3830,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -18,16 +18,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -56,12 +47,11 @@ AC_SUBST(host_makefile_frag_path)
|
||||||
AC_SUBST_FILE(host_makefile_frag)
|
AC_SUBST_FILE(host_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1766,17 +1766,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1792,7 +1783,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3272,7 +3263,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3840,7 +3830,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -6,16 +6,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -44,12 +35,11 @@ AC_SUBST(host_makefile_frag_path)
|
||||||
AC_SUBST_FILE(host_makefile_frag)
|
AC_SUBST_FILE(host_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1913,11 +1913,8 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
|
||||||
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
|
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
|
||||||
|
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
mdir=`echo "${with_multisubdir}/" \
|
|
||||||
| sed -e 's,\([^/][^/]*\),..,g' -e 's,^/$,,'`
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in ${mdir}../../.. "$srcdir"/${mdir}../../..; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1933,7 +1930,7 @@ for ac_dir in ${mdir}../../.. "$srcdir"/${mdir}../../..; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ${mdir}../../.. \"$srcdir\"/${mdir}../../.." "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -1945,37 +1942,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.
|
ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
|
||||||
|
|
||||||
|
|
||||||
else
|
|
||||||
ac_aux_dir=
|
|
||||||
for ac_dir in ${srcdir}/../.. "$srcdir"/${srcdir}/../..; do
|
|
||||||
if test -f "$ac_dir/install-sh"; then
|
|
||||||
ac_aux_dir=$ac_dir
|
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
|
||||||
break
|
|
||||||
elif test -f "$ac_dir/install.sh"; then
|
|
||||||
ac_aux_dir=$ac_dir
|
|
||||||
ac_install_sh="$ac_aux_dir/install.sh -c"
|
|
||||||
break
|
|
||||||
elif test -f "$ac_dir/shtool"; then
|
|
||||||
ac_aux_dir=$ac_dir
|
|
||||||
ac_install_sh="$ac_aux_dir/shtool install -c"
|
|
||||||
break
|
|
||||||
fi
|
|
||||||
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.
|
|
||||||
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Find a good install program. We prefer a C program (faster),
|
# Find a good install program. We prefer a C program (faster),
|
||||||
# so one script is as good as another. But avoid the broken or
|
# so one script is as good as another. But avoid the broken or
|
||||||
|
@ -3321,7 +3287,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${srcdir}/../..
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
|
@ -5,13 +5,7 @@ AC_INIT(crt0.S)
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
mdir=`echo "${with_multisubdir}/" \
|
|
||||||
| sed -e 's,\([[^/]][[^/]]*\),..,g' -e 's,^/$,,'`
|
|
||||||
AC_CONFIG_AUX_DIR(${mdir}../../..)
|
|
||||||
else
|
|
||||||
AC_CONFIG_AUX_DIR(${srcdir}/../..)
|
|
||||||
fi
|
|
||||||
|
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
|
||||||
|
@ -42,6 +36,5 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${srcdir}/../..
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1768,17 +1768,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1794,7 +1785,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3277,7 +3268,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3845,7 +3835,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -6,16 +6,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -47,12 +38,11 @@ AC_SUBST(target_makefile_frag_path)
|
||||||
AC_SUBST_FILE(target_makefile_frag)
|
AC_SUBST_FILE(target_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1771,17 +1771,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Where are the auxillary tools (confg.sub etc)?
|
# Where are the auxillary tools (confg.sub etc)?
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1797,7 +1788,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3290,7 +3281,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3858,7 +3848,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
@ -3896,3 +3886,4 @@ if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
|
||||||
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
|
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -23,16 +23,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Where are the auxillary tools (confg.sub etc)?
|
# Where are the auxillary tools (confg.sub etc)?
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -70,12 +61,11 @@ AC_SUBST(target_makefile_frag_path)
|
||||||
AC_SUBST_FILE(target_makefile_frag)
|
AC_SUBST_FILE(target_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
|
@ -1768,17 +1768,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1794,7 +1785,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3277,7 +3268,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3845,7 +3835,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -19,16 +19,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -60,12 +51,11 @@ AC_SUBST(target_makefile_frag_path)
|
||||||
AC_SUBST_FILE(target_makefile_frag)
|
AC_SUBST_FILE(target_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1766,17 +1766,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1792,7 +1783,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3271,7 +3262,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3839,7 +3829,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -18,16 +18,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -55,12 +46,11 @@ AC_SUBST(host_makefile_frag_path)
|
||||||
AC_SUBST_FILE(host_makefile_frag)
|
AC_SUBST_FILE(host_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1728,7 +1728,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||||
|
|
||||||
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in ${srcdir}/../.. "$srcdir"/${srcdir}/../..; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1744,7 +1744,7 @@ for ac_dir in ${srcdir}/../.. "$srcdir"/${srcdir}/../..; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ${srcdir}/../.. \"$srcdir\"/${srcdir}/../.." "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -2460,44 +2460,6 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
||||||
# Output
|
# Output
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
|
||||||
if test -f "$ac_dir/install-sh"; then
|
|
||||||
ac_aux_dir=$ac_dir
|
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
|
||||||
break
|
|
||||||
elif test -f "$ac_dir/install.sh"; then
|
|
||||||
ac_aux_dir=$ac_dir
|
|
||||||
ac_install_sh="$ac_aux_dir/install.sh -c"
|
|
||||||
break
|
|
||||||
elif test -f "$ac_dir/shtool"; then
|
|
||||||
ac_aux_dir=$ac_dir
|
|
||||||
ac_install_sh="$ac_aux_dir/shtool install -c"
|
|
||||||
break
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
if test -z "$ac_aux_dir"; then
|
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$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.
|
|
||||||
|
|
||||||
|
|
||||||
ac_config_files="$ac_config_files Makefile"
|
ac_config_files="$ac_config_files Makefile"
|
||||||
|
|
||||||
cat >confcache <<\_ACEOF
|
cat >confcache <<\_ACEOF
|
||||||
|
@ -3219,7 +3181,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3748,7 +3709,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
AC_INIT([crt0.S])
|
AC_INIT([crt0.S])
|
||||||
AC_CONFIG_SRCDIR([crt0.S])
|
AC_CONFIG_SRCDIR([crt0.S])
|
||||||
AC_CONFIG_AUX_DIR([${srcdir}/../..])
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
# Checks for programs
|
# Checks for programs
|
||||||
|
@ -23,23 +23,12 @@ AC_PROG_INSTALL
|
||||||
# Output
|
# Output
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1766,17 +1766,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1792,7 +1783,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3272,7 +3263,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3840,7 +3830,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -6,16 +6,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -44,12 +35,11 @@ AC_SUBST(host_makefile_frag_path)
|
||||||
AC_SUBST_FILE(host_makefile_frag)
|
AC_SUBST_FILE(host_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1766,17 +1766,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1792,7 +1783,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3272,7 +3263,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3840,7 +3830,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -6,16 +6,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -44,12 +35,11 @@ AC_SUBST(host_makefile_frag_path)
|
||||||
AC_SUBST_FILE(host_makefile_frag)
|
AC_SUBST_FILE(host_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1766,17 +1766,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1792,7 +1783,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3272,7 +3263,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3840,7 +3830,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -6,16 +6,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -44,12 +35,11 @@ AC_SUBST(host_makefile_frag_path)
|
||||||
AC_SUBST_FILE(host_makefile_frag)
|
AC_SUBST_FILE(host_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1767,18 +1767,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1794,7 +1784,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3288,7 +3278,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3857,7 +3846,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"default":C) . ${libgloss_topdir}/config-ml.in ;;
|
"default":C) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -17,17 +17,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
|
||||||
|
@ -74,12 +64,11 @@ AC_SUBST_FILE(target_makefile_frag)
|
||||||
AC_SUBST(CYGMONLDSCRIPTTEMPL)
|
AC_SUBST(CYGMONLDSCRIPTTEMPL)
|
||||||
|
|
||||||
AC_OUTPUT(Makefile,
|
AC_OUTPUT(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -1740,11 +1740,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
mdir=`echo "${with_multisubdir}/" \
|
|
||||||
| sed -e 's,\([^/][^/]*\),..,g' -e 's,^/$,,'`
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in ${mdir}../../../.. "$srcdir"/${mdir}../../../..; do
|
for ac_dir in ../../.. "$srcdir"/../../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1760,7 +1757,7 @@ for ac_dir in ${mdir}../../../.. "$srcdir"/${mdir}../../../..; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ${mdir}../../../.. \"$srcdir\"/${mdir}../../../.." "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../../.. \"$srcdir\"/../../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -1772,37 +1769,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.
|
ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
|
||||||
|
|
||||||
|
|
||||||
else
|
|
||||||
ac_aux_dir=
|
|
||||||
for ac_dir in ${srcdir}/../../.. "$srcdir"/${srcdir}/../../..; do
|
|
||||||
if test -f "$ac_dir/install-sh"; then
|
|
||||||
ac_aux_dir=$ac_dir
|
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
|
||||||
break
|
|
||||||
elif test -f "$ac_dir/install.sh"; then
|
|
||||||
ac_aux_dir=$ac_dir
|
|
||||||
ac_install_sh="$ac_aux_dir/install.sh -c"
|
|
||||||
break
|
|
||||||
elif test -f "$ac_dir/shtool"; then
|
|
||||||
ac_aux_dir=$ac_dir
|
|
||||||
ac_install_sh="$ac_aux_dir/shtool install -c"
|
|
||||||
break
|
|
||||||
fi
|
|
||||||
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.
|
|
||||||
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Find a good install program. We prefer a C program (faster),
|
# Find a good install program. We prefer a C program (faster),
|
||||||
# so one script is as good as another. But avoid the broken or
|
# so one script is as good as another. But avoid the broken or
|
||||||
|
|
|
@ -18,13 +18,7 @@ dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_PREREQ(2.69)dnl
|
AC_PREREQ(2.69)dnl
|
||||||
AC_INIT(libsys-crt0.S)
|
AC_INIT(libsys-crt0.S)
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../../..)
|
||||||
mdir=`echo "${with_multisubdir}/" \
|
|
||||||
| sed -e 's,\([[^/]][[^/]]*\),..,g' -e 's,^/$,,'`
|
|
||||||
AC_CONFIG_AUX_DIR(${mdir}../../../..)
|
|
||||||
else
|
|
||||||
AC_CONFIG_AUX_DIR(${srcdir}/../../..)
|
|
||||||
fi
|
|
||||||
|
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
|
||||||
|
|
|
@ -1768,17 +1768,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1794,7 +1785,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3277,7 +3268,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3845,7 +3835,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -6,16 +6,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -47,12 +38,11 @@ AC_SUBST(target_makefile_frag_path)
|
||||||
AC_SUBST_FILE(target_makefile_frag)
|
AC_SUBST_FILE(target_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1762,17 +1762,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1788,7 +1779,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3268,7 +3259,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3836,7 +3826,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -2,16 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_PREREQ(2.69)dnl
|
AC_PREREQ(2.69)dnl
|
||||||
AC_INIT(crt0.S)
|
AC_INIT(crt0.S)
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -40,12 +31,11 @@ AC_SUBST(host_makefile_frag_path)
|
||||||
AC_SUBST_FILE(host_makefile_frag)
|
AC_SUBST_FILE(host_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1766,17 +1766,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1792,7 +1783,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3271,7 +3262,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3839,7 +3829,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -6,16 +6,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -43,12 +34,11 @@ AC_SUBST(host_makefile_frag_path)
|
||||||
AC_SUBST_FILE(host_makefile_frag)
|
AC_SUBST_FILE(host_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1766,17 +1766,8 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
for ac_dir in ../.. "$srcdir"/../..; do
|
||||||
if test -f "$ac_dir/install-sh"; then
|
if test -f "$ac_dir/install-sh"; then
|
||||||
ac_aux_dir=$ac_dir
|
ac_aux_dir=$ac_dir
|
||||||
ac_install_sh="$ac_aux_dir/install-sh -c"
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||||||
|
@ -1792,7 +1783,7 @@ for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -z "$ac_aux_dir"; then
|
if test -z "$ac_aux_dir"; then
|
||||||
as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" "$LINENO" 5
|
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These three variables are undocumented and unsupported,
|
# These three variables are undocumented and unsupported,
|
||||||
|
@ -3272,7 +3263,6 @@ target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
|
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -3840,7 +3830,7 @@ $as_echo X"$file" |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
"Makefile":F) . ${libgloss_topdir}/config-ml.in ;;
|
"Makefile":F) . ${srcdir}/../../config-ml.in ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done # for ac_tag
|
done # for ac_tag
|
||||||
|
|
|
@ -6,16 +6,7 @@ if test "${enable_shared}" = "yes" ; then
|
||||||
echo "Shared libraries not supported for cross compiling, ignored"
|
echo "Shared libraries not supported for cross compiling, ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
if test "${with_target_subdir}" != "." ; then
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/${with_multisrctop}../.."
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
libgloss_topdir="${srcdir}/../.."
|
|
||||||
fi
|
|
||||||
AC_CONFIG_AUX_DIR($libgloss_topdir)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
@ -44,12 +35,11 @@ AC_SUBST(host_makefile_frag_path)
|
||||||
AC_SUBST_FILE(host_makefile_frag)
|
AC_SUBST_FILE(host_makefile_frag)
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${libgloss_topdir}/config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
srcdir=${srcdir}
|
srcdir=${srcdir}
|
||||||
target=${target}
|
target=${target}
|
||||||
with_multisubdir=${with_multisubdir}
|
with_multisubdir=${with_multisubdir}
|
||||||
ac_configure_args="${ac_configure_args} --enable-multilib"
|
ac_configure_args="${ac_configure_args} --enable-multilib"
|
||||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
libgloss_topdir=${libgloss_topdir}
|
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue