|
|
|
@ -11,8 +11,6 @@ |
|
|
|
ac_help= |
|
|
|
ac_default_prefix=/usr/local |
|
|
|
# Any additions from configure.in: |
|
|
|
ac_help="$ac_help |
|
|
|
--without-libbanshee Don't build with libbanshee" |
|
|
|
ac_help="$ac_help |
|
|
|
--enable-libada Builds libada directory" |
|
|
|
ac_help="$ac_help |
|
|
|
@ -593,7 +591,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } |
|
|
|
fi |
|
|
|
|
|
|
|
echo $ac_n "checking host system type""... $ac_c" 1>&6 |
|
|
|
echo "configure:597: checking host system type" >&5 |
|
|
|
echo "configure:595: checking host system type" >&5 |
|
|
|
|
|
|
|
host_alias=$host |
|
|
|
case "$host_alias" in |
|
|
|
@ -614,7 +612,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` |
|
|
|
echo "$ac_t""$host" 1>&6 |
|
|
|
|
|
|
|
echo $ac_n "checking target system type""... $ac_c" 1>&6 |
|
|
|
echo "configure:618: checking target system type" >&5 |
|
|
|
echo "configure:616: checking target system type" >&5 |
|
|
|
|
|
|
|
target_alias=$target |
|
|
|
case "$target_alias" in |
|
|
|
@ -632,7 +630,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` |
|
|
|
echo "$ac_t""$target" 1>&6 |
|
|
|
|
|
|
|
echo $ac_n "checking build system type""... $ac_c" 1>&6 |
|
|
|
echo "configure:636: checking build system type" >&5 |
|
|
|
echo "configure:634: checking build system type" >&5 |
|
|
|
|
|
|
|
build_alias=$build |
|
|
|
case "$build_alias" in |
|
|
|
@ -687,7 +685,7 @@ test "$program_transform_name" = "" && program_transform_name="s,x,x," |
|
|
|
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
|
|
|
# ./install, which can be erroneously created by make from ./install.sh. |
|
|
|
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 |
|
|
|
echo "configure:691: checking for a BSD compatible install" >&5 |
|
|
|
echo "configure:689: checking for a BSD compatible install" >&5 |
|
|
|
if test -z "$INSTALL"; then |
|
|
|
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
@ -740,7 +738,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' |
|
|
|
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
|
|
|
|
|
|
|
echo $ac_n "checking whether ln works""... $ac_c" 1>&6 |
|
|
|
echo "configure:744: checking whether ln works" >&5 |
|
|
|
echo "configure:742: checking whether ln works" >&5 |
|
|
|
if eval "test \"`echo '$''{'acx_cv_prog_LN'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -764,7 +762,7 @@ else |
|
|
|
fi |
|
|
|
|
|
|
|
echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 |
|
|
|
echo "configure:768: checking whether ln -s works" >&5 |
|
|
|
echo "configure:766: checking whether ln -s works" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -891,7 +889,7 @@ build_tools="build-texinfo build-byacc build-flex build-bison build-m4 build-fix |
|
|
|
|
|
|
|
# these libraries are used by various programs built for the host environment |
|
|
|
# |
|
|
|
host_libs="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libbanshee libcpp" |
|
|
|
host_libs="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp" |
|
|
|
|
|
|
|
# these tools are built for the host environment |
|
|
|
# Note, the powerpc-eabi build depends on sim occurring before gdb in order to |
|
|
|
@ -1084,21 +1082,6 @@ case "${host}" in |
|
|
|
;; |
|
|
|
esac |
|
|
|
|
|
|
|
# Check whether --with-libbanshee or --without-libbanshee was given. |
|
|
|
if test "${with_libbanshee+set}" = set; then |
|
|
|
withval="$with_libbanshee" |
|
|
|
: |
|
|
|
fi |
|
|
|
|
|
|
|
case ${with_libbanshee} in |
|
|
|
no) |
|
|
|
noconfigdirs="$noconfigdirs libbanshee" ;; |
|
|
|
yes|"") |
|
|
|
with_libbanshee=yes |
|
|
|
;; |
|
|
|
*) |
|
|
|
{ echo "configure: error: --with-libbanshee can only be empty, "yes" or "no" (empty defaults to "yes"." 1>&2; exit 1; } |
|
|
|
esac |
|
|
|
|
|
|
|
# Check whether --enable-libada or --disable-libada was given. |
|
|
|
if test "${enable_libada+set}" = set; then |
|
|
|
@ -1788,7 +1771,7 @@ else |
|
|
|
# Extract the first word of "gcc", so it can be a program name with args. |
|
|
|
set dummy gcc; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:1792: checking for $ac_word" >&5 |
|
|
|
echo "configure:1775: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -1818,7 +1801,7 @@ if test -z "$CC"; then |
|
|
|
# Extract the first word of "cc", so it can be a program name with args. |
|
|
|
set dummy cc; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:1822: checking for $ac_word" >&5 |
|
|
|
echo "configure:1805: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -1869,7 +1852,7 @@ fi |
|
|
|
# Extract the first word of "cl", so it can be a program name with args. |
|
|
|
set dummy cl; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:1873: checking for $ac_word" >&5 |
|
|
|
echo "configure:1856: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -1901,7 +1884,7 @@ fi |
|
|
|
fi |
|
|
|
|
|
|
|
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 |
|
|
|
echo "configure:1905: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 |
|
|
|
echo "configure:1888: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 |
|
|
|
|
|
|
|
ac_ext=c |
|
|
|
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
|
|
|
@ -1912,12 +1895,12 @@ cross_compiling=$ac_cv_prog_cc_cross |
|
|
|
|
|
|
|
cat > conftest.$ac_ext << EOF |
|
|
|
|
|
|
|
#line 1916 "configure" |
|
|
|
#line 1899 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
|
|
|
|
main(){return(0);} |
|
|
|
EOF |
|
|
|
if { (eval echo configure:1921: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
|
|
if { (eval echo configure:1904: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
|
|
ac_cv_prog_cc_works=yes |
|
|
|
# If we can't run a trivial program, we are probably using a cross compiler. |
|
|
|
if (./conftest; exit) 2>/dev/null; then |
|
|
|
@ -1943,12 +1926,12 @@ if test $ac_cv_prog_cc_works = no; then |
|
|
|
{ echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } |
|
|
|
fi |
|
|
|
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 |
|
|
|
echo "configure:1947: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 |
|
|
|
echo "configure:1930: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 |
|
|
|
echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 |
|
|
|
cross_compiling=$ac_cv_prog_cc_cross |
|
|
|
|
|
|
|
echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 |
|
|
|
echo "configure:1952: checking whether we are using GNU C" >&5 |
|
|
|
echo "configure:1935: checking whether we are using GNU C" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -1957,7 +1940,7 @@ else |
|
|
|
yes; |
|
|
|
#endif |
|
|
|
EOF |
|
|
|
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1961: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then |
|
|
|
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1944: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then |
|
|
|
ac_cv_prog_gcc=yes |
|
|
|
else |
|
|
|
ac_cv_prog_gcc=no |
|
|
|
@ -1976,7 +1959,7 @@ ac_test_CFLAGS="${CFLAGS+set}" |
|
|
|
ac_save_CFLAGS="$CFLAGS" |
|
|
|
CFLAGS= |
|
|
|
echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 |
|
|
|
echo "configure:1980: checking whether ${CC-cc} accepts -g" >&5 |
|
|
|
echo "configure:1963: checking whether ${CC-cc} accepts -g" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -2043,7 +2026,7 @@ fi |
|
|
|
# Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args. |
|
|
|
set dummy ${ac_tool_prefix}gnatbind; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:2047: checking for $ac_word" >&5 |
|
|
|
echo "configure:2030: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_GNATBIND'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -2075,7 +2058,7 @@ if test -n "$ac_tool_prefix"; then |
|
|
|
# Extract the first word of "gnatbind", so it can be a program name with args. |
|
|
|
set dummy gnatbind; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:2079: checking for $ac_word" >&5 |
|
|
|
echo "configure:2062: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_GNATBIND'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -2108,7 +2091,7 @@ fi |
|
|
|
fi |
|
|
|
|
|
|
|
echo $ac_n "checking whether compiler driver understands Ada""... $ac_c" 1>&6 |
|
|
|
echo "configure:2112: checking whether compiler driver understands Ada" >&5 |
|
|
|
echo "configure:2095: checking whether compiler driver understands Ada" >&5 |
|
|
|
if eval "test \"`echo '$''{'acx_cv_cc_gcc_supports_ada'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -2141,7 +2124,7 @@ else |
|
|
|
fi |
|
|
|
|
|
|
|
echo $ac_n "checking how to compare bootstrapped objects""... $ac_c" 1>&6 |
|
|
|
echo "configure:2145: checking how to compare bootstrapped objects" >&5 |
|
|
|
echo "configure:2128: checking how to compare bootstrapped objects" >&5 |
|
|
|
if eval "test \"`echo '$''{'gcc_cv_prog_cmp_skip'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -2239,9 +2222,9 @@ saved_CFLAGS="$CFLAGS" |
|
|
|
CFLAGS="$CFLAGS $gmpinc" |
|
|
|
# Check GMP actually works |
|
|
|
echo $ac_n "checking for correct version of gmp.h""... $ac_c" 1>&6 |
|
|
|
echo "configure:2243: checking for correct version of gmp.h" >&5 |
|
|
|
echo "configure:2226: checking for correct version of gmp.h" >&5 |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 2245 "configure" |
|
|
|
#line 2228 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
#include "gmp.h" |
|
|
|
int main() { |
|
|
|
@ -2252,7 +2235,7 @@ choke me |
|
|
|
|
|
|
|
; return 0; } |
|
|
|
EOF |
|
|
|
if { (eval echo configure:2256: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|
|
|
if { (eval echo configure:2239: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|
|
|
rm -rf conftest* |
|
|
|
echo "$ac_t""yes" 1>&6 |
|
|
|
else |
|
|
|
@ -2265,12 +2248,12 @@ rm -f conftest* |
|
|
|
|
|
|
|
if test x"$have_gmp" = xyes; then |
|
|
|
echo $ac_n "checking for MPFR""... $ac_c" 1>&6 |
|
|
|
echo "configure:2269: checking for MPFR" >&5 |
|
|
|
echo "configure:2252: checking for MPFR" >&5 |
|
|
|
|
|
|
|
saved_LIBS="$LIBS" |
|
|
|
LIBS="$LIBS $gmplibs" |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 2274 "configure" |
|
|
|
#line 2257 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
#include <gmp.h> |
|
|
|
#include <mpfr.h> |
|
|
|
@ -2278,7 +2261,7 @@ int main() { |
|
|
|
mpfr_t n; mpfr_init(n); |
|
|
|
; return 0; } |
|
|
|
EOF |
|
|
|
if { (eval echo configure:2282: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
|
|
if { (eval echo configure:2265: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
|
|
rm -rf conftest* |
|
|
|
echo "$ac_t""yes" 1>&6 |
|
|
|
else |
|
|
|
@ -2721,10 +2704,6 @@ if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target- |
|
|
|
extra_host_args="$extra_host_args --with-newlib" |
|
|
|
fi |
|
|
|
|
|
|
|
if test x${with_libbanshee} = xyes && echo " ${configdirs} " | grep " libbanshee " >/dev/null 2>&1; then |
|
|
|
extra_host_args="$extra_host_args --with-libbanshee" |
|
|
|
fi |
|
|
|
|
|
|
|
# Default to using --with-stabs for certain targets. |
|
|
|
if test x${with_stabs} = x ; then |
|
|
|
case "${target}" in |
|
|
|
@ -2759,7 +2738,7 @@ do |
|
|
|
# Extract the first word of "$ac_prog", so it can be a program name with args. |
|
|
|
set dummy $ac_prog; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:2766: checking for $ac_word" >&5 |
|
|
|
echo "configure:2742: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_BISON'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -2794,7 +2773,7 @@ do |
|
|
|
# Extract the first word of "$ac_prog", so it can be a program name with args. |
|
|
|
set dummy $ac_prog; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:2801: checking for $ac_word" >&5 |
|
|
|
echo "configure:2777: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_YACC'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -2829,7 +2808,7 @@ do |
|
|
|
# Extract the first word of "$ac_prog", so it can be a program name with args. |
|
|
|
set dummy $ac_prog; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:2836: checking for $ac_word" >&5 |
|
|
|
echo "configure:2812: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_M4'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -2864,7 +2843,7 @@ do |
|
|
|
# Extract the first word of "$ac_prog", so it can be a program name with args. |
|
|
|
set dummy $ac_prog; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:2871: checking for $ac_word" >&5 |
|
|
|
echo "configure:2847: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_FLEX'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -2899,7 +2878,7 @@ do |
|
|
|
# Extract the first word of "$ac_prog", so it can be a program name with args. |
|
|
|
set dummy $ac_prog; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:2906: checking for $ac_word" >&5 |
|
|
|
echo "configure:2882: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_LEX'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -2934,7 +2913,7 @@ do |
|
|
|
# Extract the first word of "$ac_prog", so it can be a program name with args. |
|
|
|
set dummy $ac_prog; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:2941: checking for $ac_word" >&5 |
|
|
|
echo "configure:2917: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_MAKEINFO'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -3568,7 +3547,7 @@ test -n "$target_alias" && ncn_target_tool_prefix=$target_alias- |
|
|
|
# Extract the first word of "${ncn_tool_prefix}ar", so it can be a program name with args. |
|
|
|
set dummy ${ncn_tool_prefix}ar; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:3575: checking for $ac_word" >&5 |
|
|
|
echo "configure:3551: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -3601,7 +3580,7 @@ if test -z "$ac_cv_prog_AR" ; then |
|
|
|
# Extract the first word of "ar", so it can be a program name with args. |
|
|
|
set dummy ar; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:3608: checking for $ac_word" >&5 |
|
|
|
echo "configure:3584: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_AR'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -3640,7 +3619,7 @@ fi |
|
|
|
# Extract the first word of "${ncn_tool_prefix}as", so it can be a program name with args. |
|
|
|
set dummy ${ncn_tool_prefix}as; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:3647: checking for $ac_word" >&5 |
|
|
|
echo "configure:3623: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -3673,7 +3652,7 @@ if test -z "$ac_cv_prog_AS" ; then |
|
|
|
# Extract the first word of "as", so it can be a program name with args. |
|
|
|
set dummy as; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:3680: checking for $ac_word" >&5 |
|
|
|
echo "configure:3656: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_AS'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -3712,7 +3691,7 @@ fi |
|
|
|
# Extract the first word of "${ncn_tool_prefix}dlltool", so it can be a program name with args. |
|
|
|
set dummy ${ncn_tool_prefix}dlltool; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:3719: checking for $ac_word" >&5 |
|
|
|
echo "configure:3695: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -3745,7 +3724,7 @@ if test -z "$ac_cv_prog_DLLTOOL" ; then |
|
|
|
# Extract the first word of "dlltool", so it can be a program name with args. |
|
|
|
set dummy dlltool; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:3752: checking for $ac_word" >&5 |
|
|
|
echo "configure:3728: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_DLLTOOL'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -3784,7 +3763,7 @@ fi |
|
|
|
# Extract the first word of "${ncn_tool_prefix}ld", so it can be a program name with args. |
|
|
|
set dummy ${ncn_tool_prefix}ld; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:3791: checking for $ac_word" >&5 |
|
|
|
echo "configure:3767: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -3817,7 +3796,7 @@ if test -z "$ac_cv_prog_LD" ; then |
|
|
|
# Extract the first word of "ld", so it can be a program name with args. |
|
|
|
set dummy ld; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:3824: checking for $ac_word" >&5 |
|
|
|
echo "configure:3800: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_LD'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -3856,7 +3835,7 @@ fi |
|
|
|
# Extract the first word of "${ncn_tool_prefix}nm", so it can be a program name with args. |
|
|
|
set dummy ${ncn_tool_prefix}nm; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:3863: checking for $ac_word" >&5 |
|
|
|
echo "configure:3839: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_NM'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -3889,7 +3868,7 @@ if test -z "$ac_cv_prog_NM" ; then |
|
|
|
# Extract the first word of "nm", so it can be a program name with args. |
|
|
|
set dummy nm; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:3896: checking for $ac_word" >&5 |
|
|
|
echo "configure:3872: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_NM'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -3928,7 +3907,7 @@ fi |
|
|
|
# Extract the first word of "${ncn_tool_prefix}ranlib", so it can be a program name with args. |
|
|
|
set dummy ${ncn_tool_prefix}ranlib; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:3935: checking for $ac_word" >&5 |
|
|
|
echo "configure:3911: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -3961,7 +3940,7 @@ if test -z "$ac_cv_prog_RANLIB" ; then |
|
|
|
# Extract the first word of "ranlib", so it can be a program name with args. |
|
|
|
set dummy ranlib; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:3968: checking for $ac_word" >&5 |
|
|
|
echo "configure:3944: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_RANLIB'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -4000,7 +3979,7 @@ fi |
|
|
|
# Extract the first word of "${ncn_tool_prefix}windres", so it can be a program name with args. |
|
|
|
set dummy ${ncn_tool_prefix}windres; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:4007: checking for $ac_word" >&5 |
|
|
|
echo "configure:3983: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -4033,7 +4012,7 @@ if test -z "$ac_cv_prog_WINDRES" ; then |
|
|
|
# Extract the first word of "windres", so it can be a program name with args. |
|
|
|
set dummy windres; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:4040: checking for $ac_word" >&5 |
|
|
|
echo "configure:4016: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_WINDRES'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -4072,7 +4051,7 @@ fi |
|
|
|
# Extract the first word of "${ncn_tool_prefix}objcopy", so it can be a program name with args. |
|
|
|
set dummy ${ncn_tool_prefix}objcopy; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:4079: checking for $ac_word" >&5 |
|
|
|
echo "configure:4055: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_OBJCOPY'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -4105,7 +4084,7 @@ if test -z "$ac_cv_prog_OBJCOPY" ; then |
|
|
|
# Extract the first word of "objcopy", so it can be a program name with args. |
|
|
|
set dummy objcopy; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:4112: checking for $ac_word" >&5 |
|
|
|
echo "configure:4088: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_OBJCOPY'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -4144,7 +4123,7 @@ fi |
|
|
|
# Extract the first word of "${ncn_tool_prefix}objdump", so it can be a program name with args. |
|
|
|
set dummy ${ncn_tool_prefix}objdump; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:4151: checking for $ac_word" >&5 |
|
|
|
echo "configure:4127: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -4177,7 +4156,7 @@ if test -z "$ac_cv_prog_OBJDUMP" ; then |
|
|
|
# Extract the first word of "objdump", so it can be a program name with args. |
|
|
|
set dummy objdump; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:4184: checking for $ac_word" >&5 |
|
|
|
echo "configure:4160: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_OBJDUMP'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -4223,7 +4202,7 @@ fi |
|
|
|
# Extract the first word of "${ncn_target_tool_prefix}ar", so it can be a program name with args. |
|
|
|
set dummy ${ncn_target_tool_prefix}ar; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:4230: checking for $ac_word" >&5 |
|
|
|
echo "configure:4206: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_AR_FOR_TARGET'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -4256,7 +4235,7 @@ if test -z "$ac_cv_prog_CONFIGURED_AR_FOR_TARGET" ; then |
|
|
|
# Extract the first word of "ar", so it can be a program name with args. |
|
|
|
set dummy ar; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:4263: checking for $ac_word" >&5 |
|
|
|
echo "configure:4239: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_AR_FOR_TARGET'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -4295,7 +4274,7 @@ fi |
|
|
|
# Extract the first word of "${ncn_target_tool_prefix}as", so it can be a program name with args. |
|
|
|
set dummy ${ncn_target_tool_prefix}as; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:4302: checking for $ac_word" >&5 |
|
|
|
echo "configure:4278: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_AS_FOR_TARGET'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -4328,7 +4307,7 @@ if test -z "$ac_cv_prog_CONFIGURED_AS_FOR_TARGET" ; then |
|
|
|
# Extract the first word of "as", so it can be a program name with args. |
|
|
|
set dummy as; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:4335: checking for $ac_word" >&5 |
|
|
|
echo "configure:4311: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_AS_FOR_TARGET'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -4367,7 +4346,7 @@ fi |
|
|
|
# Extract the first word of "${ncn_target_tool_prefix}dlltool", so it can be a program name with args. |
|
|
|
set dummy ${ncn_target_tool_prefix}dlltool; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:4374: checking for $ac_word" >&5 |
|
|
|
echo "configure:4350: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -4400,7 +4379,7 @@ if test -z "$ac_cv_prog_CONFIGURED_DLLTOOL_FOR_TARGET" ; then |
|
|
|
# Extract the first word of "dlltool", so it can be a program name with args. |
|
|
|
set dummy dlltool; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:4407: checking for $ac_word" >&5 |
|
|
|
echo "configure:4383: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -4439,7 +4418,7 @@ fi |
|
|
|
# Extract the first word of "${ncn_target_tool_prefix}ld", so it can be a program name with args. |
|
|
|
set dummy ${ncn_target_tool_prefix}ld; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:4446: checking for $ac_word" >&5 |
|
|
|
echo "configure:4422: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_LD_FOR_TARGET'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -4472,7 +4451,7 @@ if test -z "$ac_cv_prog_CONFIGURED_LD_FOR_TARGET" ; then |
|
|
|
# Extract the first word of "ld", so it can be a program name with args. |
|
|
|
set dummy ld; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:4479: checking for $ac_word" >&5 |
|
|
|
echo "configure:4455: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_LD_FOR_TARGET'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -4511,7 +4490,7 @@ fi |
|
|
|
# Extract the first word of "${ncn_target_tool_prefix}nm", so it can be a program name with args. |
|
|
|
set dummy ${ncn_target_tool_prefix}nm; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:4518: checking for $ac_word" >&5 |
|
|
|
echo "configure:4494: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_NM_FOR_TARGET'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -4544,7 +4523,7 @@ if test -z "$ac_cv_prog_CONFIGURED_NM_FOR_TARGET" ; then |
|
|
|
# Extract the first word of "nm", so it can be a program name with args. |
|
|
|
set dummy nm; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:4551: checking for $ac_word" >&5 |
|
|
|
echo "configure:4527: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_NM_FOR_TARGET'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -4583,7 +4562,7 @@ fi |
|
|
|
# Extract the first word of "${ncn_target_tool_prefix}ranlib", so it can be a program name with args. |
|
|
|
set dummy ${ncn_target_tool_prefix}ranlib; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:4590: checking for $ac_word" >&5 |
|
|
|
echo "configure:4566: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_RANLIB_FOR_TARGET'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -4616,7 +4595,7 @@ if test -z "$ac_cv_prog_CONFIGURED_RANLIB_FOR_TARGET" ; then |
|
|
|
# Extract the first word of "ranlib", so it can be a program name with args. |
|
|
|
set dummy ranlib; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:4623: checking for $ac_word" >&5 |
|
|
|
echo "configure:4599: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_RANLIB_FOR_TARGET'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -4655,7 +4634,7 @@ fi |
|
|
|
# Extract the first word of "${ncn_target_tool_prefix}windres", so it can be a program name with args. |
|
|
|
set dummy ${ncn_target_tool_prefix}windres; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:4662: checking for $ac_word" >&5 |
|
|
|
echo "configure:4638: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_WINDRES_FOR_TARGET'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -4688,7 +4667,7 @@ if test -z "$ac_cv_prog_CONFIGURED_WINDRES_FOR_TARGET" ; then |
|
|
|
# Extract the first word of "windres", so it can be a program name with args. |
|
|
|
set dummy windres; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:4695: checking for $ac_word" >&5 |
|
|
|
echo "configure:4671: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_WINDRES_FOR_TARGET'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -4773,7 +4752,7 @@ RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target} |
|
|
|
NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target} |
|
|
|
|
|
|
|
echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 |
|
|
|
echo "configure:4780: checking whether to enable maintainer-specific portions of Makefiles" >&5 |
|
|
|
echo "configure:4756: checking whether to enable maintainer-specific portions of Makefiles" >&5 |
|
|
|
# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. |
|
|
|
if test "${enable_maintainer_mode+set}" = set; then |
|
|
|
enableval="$enable_maintainer_mode" |
|
|
|
@ -4820,7 +4799,7 @@ esac |
|
|
|
# gcc for stageN-gcc and stagePREV-gcc for stage(N-1). In case this is not |
|
|
|
# possible, however, we can resort to mv. |
|
|
|
echo $ac_n "checking if symbolic links between directories work""... $ac_c" 1>&6 |
|
|
|
echo "configure:4827: checking if symbolic links between directories work" >&5 |
|
|
|
echo "configure:4803: checking if symbolic links between directories work" >&5 |
|
|
|
if eval "test \"`echo '$''{'gcc_cv_prog_ln_s_dir'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -4934,15 +4913,34 @@ trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 |
|
|
|
# Transform confdefs.h into DEFS. |
|
|
|
# Protect against shell expansion while executing Makefile rules. |
|
|
|
# Protect against Makefile macro expansion. |
|
|
|
cat > conftest.defs <<\EOF |
|
|
|
s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g |
|
|
|
s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g |
|
|
|
s%\[%\\&%g |
|
|
|
s%\]%\\&%g |
|
|
|
s%\$%$$%g |
|
|
|
EOF |
|
|
|
DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '` |
|
|
|
rm -f conftest.defs |
|
|
|
# |
|
|
|
# If the first sed substitution is executed (which looks for macros that |
|
|
|
# take arguments), then we branch to the quote section. Otherwise, |
|
|
|
# look for a macro that doesn't take arguments. |
|
|
|
cat >confdef2opt.sed <<\_ACEOF |
|
|
|
t clear |
|
|
|
: clear |
|
|
|
s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g |
|
|
|
t quote |
|
|
|
s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g |
|
|
|
t quote |
|
|
|
d |
|
|
|
: quote |
|
|
|
s,[ `~#$^&*(){}\\|;'"<>?],\\&,g |
|
|
|
s,\[,\\&,g |
|
|
|
s,\],\\&,g |
|
|
|
s,\$,$$,g |
|
|
|
p |
|
|
|
_ACEOF |
|
|
|
# We use echo to avoid assuming a particular line-breaking character. |
|
|
|
# The extra dot is to prevent the shell from consuming trailing |
|
|
|
# line-breaks from the sub-command output. A line-break within |
|
|
|
# single-quotes doesn't work because, if this script is created in a |
|
|
|
# platform that uses two characters for line-breaks (e.g., DOS), tr |
|
|
|
# would break. |
|
|
|
ac_LF_and_DOT=`echo; echo .` |
|
|
|
DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'` |
|
|
|
rm -f confdef2opt.sed |
|
|
|
|
|
|
|
|
|
|
|
# Without the "./", some shells look in PATH for config.status. |
|
|
|
|