You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27695 lines
998 KiB
27695 lines
998 KiB
diff -Naur mono-2.4.2.1.orig/configure mono-2.4.2.1/configure |
||
--- mono-2.4.2.1.orig/configure 2009-07-07 07:49:45.000000000 +0200 |
||
+++ mono-2.4.2.1/configure 2009-07-07 07:50:33.000000000 +0200 |
||
@@ -1,9 +1,9 @@ |
||
#! /bin/sh |
||
# Guess values for system-dependent variables and create Makefiles. |
||
-# Generated by GNU Autoconf 2.61. |
||
+# Generated by GNU Autoconf 2.63. |
||
# |
||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
||
-# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
||
+# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
||
# This configure script is free software; the Free Software Foundation |
||
# gives unlimited permission to copy, distribute and modify it. |
||
## --------------------- ## |
||
@@ -15,7 +15,7 @@ |
||
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
||
emulate sh |
||
NULLCMD=: |
||
- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which |
||
+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
||
# is contrary to our usage. Disable this feature. |
||
alias -g '${1+"$@"}'='"$@"' |
||
setopt NO_GLOB_SUBST |
||
@@ -37,17 +37,45 @@ |
||
as_cr_digits='0123456789' |
||
as_cr_alnum=$as_cr_Letters$as_cr_digits |
||
|
||
+as_nl=' |
||
+' |
||
+export as_nl |
||
+# Printing a long string crashes Solaris 7 /usr/bin/printf. |
||
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' |
||
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo |
||
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo |
||
+if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then |
||
+ as_echo='printf %s\n' |
||
+ as_echo_n='printf %s' |
||
+else |
||
+ if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then |
||
+ as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' |
||
+ as_echo_n='/usr/ucb/echo -n' |
||
+ else |
||
+ as_echo_body='eval expr "X$1" : "X\\(.*\\)"' |
||
+ as_echo_n_body='eval |
||
+ arg=$1; |
||
+ case $arg in |
||
+ *"$as_nl"*) |
||
+ expr "X$arg" : "X\\(.*\\)$as_nl"; |
||
+ arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; |
||
+ esac; |
||
+ expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" |
||
+ ' |
||
+ export as_echo_n_body |
||
+ as_echo_n='sh -c $as_echo_n_body as_echo' |
||
+ fi |
||
+ export as_echo_body |
||
+ as_echo='sh -c $as_echo_body as_echo' |
||
+fi |
||
+ |
||
# The user is always right. |
||
if test "${PATH_SEPARATOR+set}" != set; then |
||
- echo "#! /bin/sh" >conf$$.sh |
||
- echo "exit 0" >>conf$$.sh |
||
- chmod +x conf$$.sh |
||
- if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then |
||
- PATH_SEPARATOR=';' |
||
- else |
||
- PATH_SEPARATOR=: |
||
- fi |
||
- rm -f conf$$.sh |
||
+ PATH_SEPARATOR=: |
||
+ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { |
||
+ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || |
||
+ PATH_SEPARATOR=';' |
||
+ } |
||
fi |
||
|
||
# Support unset when possible. |
||
@@ -63,8 +91,6 @@ |
||
# there to prevent editors from complaining about space-tab. |
||
# (If _AS_PATH_WALK were called with IFS unset, it would disable word |
||
# splitting by setting IFS to empty value.) |
||
-as_nl=' |
||
-' |
||
IFS=" "" $as_nl" |
||
|
||
# Find who we are. Look in the path if we contain no directory separator. |
||
@@ -87,7 +113,7 @@ |
||
as_myself=$0 |
||
fi |
||
if test ! -f "$as_myself"; then |
||
- echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 |
||
+ $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 |
||
{ (exit 1); exit 1; } |
||
fi |
||
|
||
@@ -100,17 +126,10 @@ |
||
PS4='+ ' |
||
|
||
# NLS nuisances. |
||
-for as_var in \ |
||
- LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ |
||
- LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ |
||
- LC_TELEPHONE LC_TIME |
||
-do |
||
- if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then |
||
- eval $as_var=C; export $as_var |
||
- else |
||
- ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var |
||
- fi |
||
-done |
||
+LC_ALL=C |
||
+export LC_ALL |
||
+LANGUAGE=C |
||
+export LANGUAGE |
||
|
||
# Required to use basename. |
||
if expr a : '\(a\)' >/dev/null 2>&1 && |
||
@@ -132,7 +151,7 @@ |
||
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
||
X"$0" : 'X\(//\)$' \| \ |
||
X"$0" : 'X\(/\)' \| . 2>/dev/null || |
||
-echo X/"$0" | |
||
+$as_echo X/"$0" | |
||
sed '/^.*\/\([^/][^/]*\)\/*$/{ |
||
s//\1/ |
||
q |
||
@@ -158,7 +177,7 @@ |
||
as_have_required=no |
||
fi |
||
|
||
- if test $as_have_required = yes && (eval ": |
||
+ if test $as_have_required = yes && (eval ": |
||
(as_func_return () { |
||
(exit \$1) |
||
} |
||
@@ -240,7 +259,7 @@ |
||
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
||
emulate sh |
||
NULLCMD=: |
||
- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which |
||
+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
||
# is contrary to our usage. Disable this feature. |
||
alias -g '${1+"$@"}'='"$@"' |
||
setopt NO_GLOB_SUBST |
||
@@ -261,7 +280,7 @@ |
||
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
||
emulate sh |
||
NULLCMD=: |
||
- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which |
||
+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
||
# is contrary to our usage. Disable this feature. |
||
alias -g '${1+"$@"}'='"$@"' |
||
setopt NO_GLOB_SUBST |
||
@@ -341,10 +360,10 @@ |
||
|
||
if test "x$CONFIG_SHELL" != x; then |
||
for as_var in BASH_ENV ENV |
||
- do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var |
||
- done |
||
- export CONFIG_SHELL |
||
- exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} |
||
+ do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var |
||
+ done |
||
+ export CONFIG_SHELL |
||
+ exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} |
||
fi |
||
|
||
|
||
@@ -413,9 +432,10 @@ |
||
|
||
test \$exitcode = 0") || { |
||
echo No shell found that supports shell functions. |
||
- echo Please tell autoconf@gnu.org about your system, |
||
- echo including any error possibly output before this |
||
- echo message |
||
+ echo Please tell bug-autoconf@gnu.org about your system, |
||
+ echo including any error possibly output before this message. |
||
+ echo This can help us improve future autoconf versions. |
||
+ echo Configuration will now proceed without shell functions. |
||
} |
||
|
||
|
||
@@ -451,7 +471,7 @@ |
||
s/-\n.*// |
||
' >$as_me.lineno && |
||
chmod +x "$as_me.lineno" || |
||
- { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 |
||
+ { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 |
||
{ (exit 1); exit 1; }; } |
||
|
||
# Don't try to exec as it changes $[0], causing all sort of problems |
||
@@ -479,7 +499,6 @@ |
||
*) |
||
ECHO_N='-n';; |
||
esac |
||
- |
||
if expr a : '\(a\)' >/dev/null 2>&1 && |
||
test "X`expr 00001 : '.*\(...\)'`" = X001; then |
||
as_expr=expr |
||
@@ -492,19 +511,22 @@ |
||
rm -f conf$$.dir/conf$$.file |
||
else |
||
rm -f conf$$.dir |
||
- mkdir conf$$.dir |
||
+ mkdir conf$$.dir 2>/dev/null |
||
fi |
||
-echo >conf$$.file |
||
-if ln -s conf$$.file conf$$ 2>/dev/null; then |
||
- as_ln_s='ln -s' |
||
- # ... but there are two gotchas: |
||
- # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
||
- # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
||
- # In both cases, we have to default to `cp -p'. |
||
- ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
||
+if (echo >conf$$.file) 2>/dev/null; then |
||
+ if ln -s conf$$.file conf$$ 2>/dev/null; then |
||
+ as_ln_s='ln -s' |
||
+ # ... but there are two gotchas: |
||
+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
||
+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
||
+ # In both cases, we have to default to `cp -p'. |
||
+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
||
+ as_ln_s='cp -p' |
||
+ elif ln conf$$.file conf$$ 2>/dev/null; then |
||
+ as_ln_s=ln |
||
+ else |
||
as_ln_s='cp -p' |
||
-elif ln conf$$.file conf$$ 2>/dev/null; then |
||
- as_ln_s=ln |
||
+ fi |
||
else |
||
as_ln_s='cp -p' |
||
fi |
||
@@ -529,10 +551,10 @@ |
||
as_test_x=' |
||
eval sh -c '\'' |
||
if test -d "$1"; then |
||
- test -d "$1/."; |
||
+ test -d "$1/."; |
||
else |
||
case $1 in |
||
- -*)set "./$1";; |
||
+ -*)set "./$1";; |
||
esac; |
||
case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in |
||
???[sx]*):;;*)false;;esac;fi |
||
@@ -767,264 +789,306 @@ |
||
# include <unistd.h> |
||
#endif" |
||
|
||
-ac_subst_vars='SHELL |
||
-PATH_SEPARATOR |
||
-PACKAGE_NAME |
||
-PACKAGE_TARNAME |
||
-PACKAGE_VERSION |
||
-PACKAGE_STRING |
||
-PACKAGE_BUGREPORT |
||
-exec_prefix |
||
-prefix |
||
-program_transform_name |
||
-bindir |
||
-sbindir |
||
-libexecdir |
||
-datarootdir |
||
-datadir |
||
-sysconfdir |
||
-sharedstatedir |
||
-localstatedir |
||
-includedir |
||
-oldincludedir |
||
-docdir |
||
-infodir |
||
-htmldir |
||
-dvidir |
||
-pdfdir |
||
-psdir |
||
-libdir |
||
-localedir |
||
-mandir |
||
-DEFS |
||
-ECHO_C |
||
-ECHO_N |
||
-ECHO_T |
||
-LIBS |
||
-build_alias |
||
-host_alias |
||
-target_alias |
||
-build |
||
-build_cpu |
||
-build_vendor |
||
-build_os |
||
-host |
||
-host_cpu |
||
-host_vendor |
||
-host_os |
||
-target |
||
-target_cpu |
||
-target_vendor |
||
-target_os |
||
-INSTALL_PROGRAM |
||
-INSTALL_SCRIPT |
||
-INSTALL_DATA |
||
-am__isrc |
||
-CYGPATH_W |
||
-PACKAGE |
||
-VERSION |
||
-ACLOCAL |
||
-AUTOCONF |
||
-AUTOMAKE |
||
-AUTOHEADER |
||
-MAKEINFO |
||
-install_sh |
||
-STRIP |
||
-INSTALL_STRIP_PROGRAM |
||
-mkdir_p |
||
-AWK |
||
-SET_MAKE |
||
-am__leading_dot |
||
-AMTAR |
||
-am__tar |
||
-am__untar |
||
-MAINTAINER_MODE_TRUE |
||
-MAINTAINER_MODE_FALSE |
||
-MAINT |
||
-API_VER |
||
-LN_S |
||
-libmono_cflags |
||
-libmono_ldflags |
||
-reloc_libdir |
||
-PLATFORM_WIN32_TRUE |
||
-PLATFORM_WIN32_FALSE |
||
-PLATFORM_LINUX_TRUE |
||
-PLATFORM_LINUX_FALSE |
||
-CC |
||
-CFLAGS |
||
-LDFLAGS |
||
-CPPFLAGS |
||
-ac_ct_CC |
||
-EXEEXT |
||
-OBJEXT |
||
-DEPDIR |
||
-am__include |
||
-am__quote |
||
-AMDEP_TRUE |
||
-AMDEP_FALSE |
||
-AMDEPBACKSLASH |
||
-CCDEPMODE |
||
-am__fastdepCC_TRUE |
||
-am__fastdepCC_FALSE |
||
-CCAS |
||
-CCASFLAGS |
||
-CCASDEPMODE |
||
-am__fastdepCCAS_TRUE |
||
-am__fastdepCCAS_FALSE |
||
-BISON |
||
-CC_FOR_BUILD |
||
-CFLAGS_FOR_BUILD |
||
-HOST_CC |
||
-BUILD_EXEEXT |
||
-CROSS_COMPILING_TRUE |
||
-CROSS_COMPILING_FALSE |
||
-USE_BATCH_FILES_TRUE |
||
-USE_BATCH_FILES_FALSE |
||
-CPP |
||
-GREP |
||
-EGREP |
||
-SED |
||
-ECHO |
||
-AR |
||
-RANLIB |
||
-DSYMUTIL |
||
-NMEDIT |
||
-DLLTOOL |
||
-AS |
||
-OBJDUMP |
||
-CXX |
||
-CXXFLAGS |
||
-ac_ct_CXX |
||
-CXXDEPMODE |
||
-am__fastdepCXX_TRUE |
||
-am__fastdepCXX_FALSE |
||
-CXXCPP |
||
-F77 |
||
-FFLAGS |
||
-ac_ct_F77 |
||
-LIBTOOL |
||
-DOLT_BASH |
||
-LTCOMPILE |
||
-LTCXXCOMPILE |
||
-export_ldflags |
||
-NO_VERSION_SCRIPT_TRUE |
||
-NO_VERSION_SCRIPT_FALSE |
||
-HAVE_ZLIB_TRUE |
||
-HAVE_ZLIB_FALSE |
||
-BUILD_MCS_TRUE |
||
-BUILD_MCS_FALSE |
||
-mcs_topdir |
||
-mcs_topdir_from_srcdir |
||
-USE_NLS |
||
-GETTEXT_MACRO_VERSION |
||
-MSGFMT |
||
-GMSGFMT |
||
-MSGFMT_015 |
||
-GMSGFMT_015 |
||
-XGETTEXT |
||
-XGETTEXT_015 |
||
-MSGMERGE |
||
-XGETTEXT_EXTRA_OPTIONS |
||
-HAVE_MSGFMT |
||
-libgdiplus_loc |
||
-PKG_CONFIG |
||
-subdirs |
||
-EGLIB_BUILD_TRUE |
||
-EGLIB_BUILD_FALSE |
||
-GLIB_CFLAGS |
||
-GLIB_LIBS |
||
-GMODULE_CFLAGS |
||
-GMODULE_LIBS |
||
-BUILD_GLIB_CFLAGS |
||
-BUILD_GLIB_LIBS |
||
-eglib_dir |
||
-STATIC_MONO_TRUE |
||
-STATIC_MONO_FALSE |
||
-DISABLE_PROFILER_TRUE |
||
-DISABLE_PROFILER_FALSE |
||
-DISABLE_JIT_TRUE |
||
-DISABLE_JIT_FALSE |
||
-HAVE_BOEHM_GC |
||
-INCLUDED_LIBGC_TRUE |
||
-INCLUDED_LIBGC_FALSE |
||
-LIBGC_CFLAGS |
||
-LIBGC_LIBS |
||
-LIBGC_STATIC_LIBS |
||
-libgc_dir |
||
-MONO_DL_NEED_USCORE |
||
-ikvm_native_dir |
||
-XATTR_LIB |
||
-DISABLE_SHARED_HANDLES |
||
-ENABLE_NUNIT_TESTS_TRUE |
||
-ENABLE_NUNIT_TESTS_FALSE |
||
-DTRACE |
||
-DTRACEFLAGS |
||
-ENABLE_DTRACE_TRUE |
||
-ENABLE_DTRACE_FALSE |
||
-DTRACE_G_REQUIRED_TRUE |
||
-DTRACE_G_REQUIRED_FALSE |
||
-USE_JIT_TRUE |
||
-USE_JIT_FALSE |
||
-XMKMF |
||
-libsuffix |
||
-MONO_DEBUGGER_SUPPORTED_TRUE |
||
-MONO_DEBUGGER_SUPPORTED_FALSE |
||
-HAVE_OPROFILE_TRUE |
||
-HAVE_OPROFILE_FALSE |
||
-OPROFILE_CFLAGS |
||
-OPROFILE_LIBS |
||
-INSTALL_2_0_TRUE |
||
-INSTALL_2_0_FALSE |
||
-INSTALL_2_1_TRUE |
||
-INSTALL_2_1_FALSE |
||
-MIPS_GCC_TRUE |
||
-MIPS_GCC_FALSE |
||
-MIPS_SGI_TRUE |
||
-MIPS_SGI_FALSE |
||
-SPARC_TRUE |
||
-SPARC_FALSE |
||
-SPARC64_TRUE |
||
-SPARC64_FALSE |
||
-X86_TRUE |
||
-X86_FALSE |
||
-AMD64_TRUE |
||
-AMD64_FALSE |
||
-ALPHA_TRUE |
||
-ALPHA_FALSE |
||
-IA64_TRUE |
||
-IA64_FALSE |
||
-M68K_TRUE |
||
-M68K_FALSE |
||
-MIPS_TRUE |
||
-MIPS_FALSE |
||
-POWERPC_TRUE |
||
-POWERPC_FALSE |
||
-POWERPC64_TRUE |
||
-POWERPC64_FALSE |
||
-ARM_TRUE |
||
-ARM_FALSE |
||
-S390_TRUE |
||
-S390_FALSE |
||
-S390x_TRUE |
||
-S390x_FALSE |
||
-HPPA_TRUE |
||
-HPPA_FALSE |
||
-JIT_SUPPORTED_TRUE |
||
-JIT_SUPPORTED_FALSE |
||
-INTERP_SUPPORTED_TRUE |
||
-INTERP_SUPPORTED_FALSE |
||
-LIBC |
||
-INTL |
||
-SQLITE |
||
-SQLITE3 |
||
-X11 |
||
-arch_target |
||
-mono_build_root |
||
-mono_runtime |
||
-mono_cfg_dir |
||
+enable_option_checking=no |
||
+ac_subst_vars='LTLIBOBJS |
||
LIBOBJS |
||
-LTLIBOBJS' |
||
+mono_cfg_dir |
||
+mono_runtime |
||
+mono_build_root |
||
+arch_target |
||
+X11 |
||
+SQLITE3 |
||
+SQLITE |
||
+INTL |
||
+LIBC |
||
+INTERP_SUPPORTED_FALSE |
||
+INTERP_SUPPORTED_TRUE |
||
+JIT_SUPPORTED_FALSE |
||
+JIT_SUPPORTED_TRUE |
||
+HPPA_FALSE |
||
+HPPA_TRUE |
||
+S390x_FALSE |
||
+S390x_TRUE |
||
+S390_FALSE |
||
+S390_TRUE |
||
+ARM_FALSE |
||
+ARM_TRUE |
||
+POWERPC64_FALSE |
||
+POWERPC64_TRUE |
||
+POWERPC_FALSE |
||
+POWERPC_TRUE |
||
+MIPS_FALSE |
||
+MIPS_TRUE |
||
+M68K_FALSE |
||
+M68K_TRUE |
||
+IA64_FALSE |
||
+IA64_TRUE |
||
+ALPHA_FALSE |
||
+ALPHA_TRUE |
||
+AMD64_FALSE |
||
+AMD64_TRUE |
||
+X86_FALSE |
||
+X86_TRUE |
||
+SPARC64_FALSE |
||
+SPARC64_TRUE |
||
+SPARC_FALSE |
||
+SPARC_TRUE |
||
+MIPS_SGI_FALSE |
||
+MIPS_SGI_TRUE |
||
+MIPS_GCC_FALSE |
||
+MIPS_GCC_TRUE |
||
+INSTALL_2_1_FALSE |
||
+INSTALL_2_1_TRUE |
||
+INSTALL_2_0_FALSE |
||
+INSTALL_2_0_TRUE |
||
+OPROFILE_LIBS |
||
+OPROFILE_CFLAGS |
||
+HAVE_OPROFILE_FALSE |
||
+HAVE_OPROFILE_TRUE |
||
+MONO_DEBUGGER_SUPPORTED_FALSE |
||
+MONO_DEBUGGER_SUPPORTED_TRUE |
||
+libsuffix |
||
+XMKMF |
||
+USE_JIT_FALSE |
||
+USE_JIT_TRUE |
||
+DTRACE_G_REQUIRED_FALSE |
||
+DTRACE_G_REQUIRED_TRUE |
||
+ENABLE_DTRACE_FALSE |
||
+ENABLE_DTRACE_TRUE |
||
+DTRACEFLAGS |
||
+DTRACE |
||
+ENABLE_NUNIT_TESTS_FALSE |
||
+ENABLE_NUNIT_TESTS_TRUE |
||
+DISABLE_SHARED_HANDLES |
||
+XATTR_LIB |
||
+ikvm_native_dir |
||
+MONO_DL_NEED_USCORE |
||
+libgc_dir |
||
+LIBGC_STATIC_LIBS |
||
+LIBGC_LIBS |
||
+LIBGC_CFLAGS |
||
+INCLUDED_LIBGC_FALSE |
||
+INCLUDED_LIBGC_TRUE |
||
+HAVE_BOEHM_GC |
||
+DISABLE_JIT_FALSE |
||
+DISABLE_JIT_TRUE |
||
+DISABLE_PROFILER_FALSE |
||
+DISABLE_PROFILER_TRUE |
||
+STATIC_MONO_FALSE |
||
+STATIC_MONO_TRUE |
||
+eglib_dir |
||
+BUILD_GLIB_LIBS |
||
+BUILD_GLIB_CFLAGS |
||
+GMODULE_LIBS |
||
+GMODULE_CFLAGS |
||
+GLIB_LIBS |
||
+GLIB_CFLAGS |
||
+EGLIB_BUILD_FALSE |
||
+EGLIB_BUILD_TRUE |
||
+subdirs |
||
+PKG_CONFIG |
||
+libgdiplus_loc |
||
+HAVE_MSGFMT |
||
+XGETTEXT_EXTRA_OPTIONS |
||
+MSGMERGE |
||
+XGETTEXT_015 |
||
+XGETTEXT |
||
+GMSGFMT_015 |
||
+MSGFMT_015 |
||
+GMSGFMT |
||
+MSGFMT |
||
+GETTEXT_MACRO_VERSION |
||
+USE_NLS |
||
+mcs_topdir_from_srcdir |
||
+mcs_topdir |
||
+BUILD_MCS_FALSE |
||
+BUILD_MCS_TRUE |
||
+HAVE_ZLIB_FALSE |
||
+HAVE_ZLIB_TRUE |
||
+NO_VERSION_SCRIPT_FALSE |
||
+NO_VERSION_SCRIPT_TRUE |
||
+export_ldflags |
||
+LTCXXCOMPILE |
||
+LTCOMPILE |
||
+DOLT_BASH |
||
+LIBTOOL |
||
+ac_ct_F77 |
||
+FFLAGS |
||
+F77 |
||
+CXXCPP |
||
+am__fastdepCXX_FALSE |
||
+am__fastdepCXX_TRUE |
||
+CXXDEPMODE |
||
+ac_ct_CXX |
||
+CXXFLAGS |
||
+CXX |
||
+OBJDUMP |
||
+AS |
||
+DLLTOOL |
||
+NMEDIT |
||
+DSYMUTIL |
||
+RANLIB |
||
+AR |
||
+ECHO |
||
+SED |
||
+EGREP |
||
+GREP |
||
+CPP |
||
+USE_BATCH_FILES_FALSE |
||
+USE_BATCH_FILES_TRUE |
||
+CROSS_COMPILING_FALSE |
||
+CROSS_COMPILING_TRUE |
||
+BUILD_EXEEXT |
||
+HOST_CC |
||
+CFLAGS_FOR_BUILD |
||
+CC_FOR_BUILD |
||
+BISON |
||
+am__fastdepCCAS_FALSE |
||
+am__fastdepCCAS_TRUE |
||
+CCASDEPMODE |
||
+CCASFLAGS |
||
+CCAS |
||
+am__fastdepCC_FALSE |
||
+am__fastdepCC_TRUE |
||
+CCDEPMODE |
||
+AMDEPBACKSLASH |
||
+AMDEP_FALSE |
||
+AMDEP_TRUE |
||
+am__quote |
||
+am__include |
||
+DEPDIR |
||
+OBJEXT |
||
+EXEEXT |
||
+ac_ct_CC |
||
+CPPFLAGS |
||
+LDFLAGS |
||
+CFLAGS |
||
+CC |
||
+PLATFORM_LINUX_FALSE |
||
+PLATFORM_LINUX_TRUE |
||
+PLATFORM_WIN32_FALSE |
||
+PLATFORM_WIN32_TRUE |
||
+reloc_libdir |
||
+libmono_ldflags |
||
+libmono_cflags |
||
+LN_S |
||
+API_VER |
||
+MAINT |
||
+MAINTAINER_MODE_FALSE |
||
+MAINTAINER_MODE_TRUE |
||
+am__untar |
||
+am__tar |
||
+AMTAR |
||
+am__leading_dot |
||
+SET_MAKE |
||
+AWK |
||
+mkdir_p |
||
+MKDIR_P |
||
+INSTALL_STRIP_PROGRAM |
||
+STRIP |
||
+install_sh |
||
+MAKEINFO |
||
+AUTOHEADER |
||
+AUTOMAKE |
||
+AUTOCONF |
||
+ACLOCAL |
||
+VERSION |
||
+PACKAGE |
||
+CYGPATH_W |
||
+am__isrc |
||
+INSTALL_DATA |
||
+INSTALL_SCRIPT |
||
+INSTALL_PROGRAM |
||
+target_os |
||
+target_vendor |
||
+target_cpu |
||
+target |
||
+host_os |
||
+host_vendor |
||
+host_cpu |
||
+host |
||
+build_os |
||
+build_vendor |
||
+build_cpu |
||
+build |
||
+target_alias |
||
+host_alias |
||
+build_alias |
||
+LIBS |
||
+ECHO_T |
||
+ECHO_N |
||
+ECHO_C |
||
+DEFS |
||
+mandir |
||
+localedir |
||
+libdir |
||
+psdir |
||
+pdfdir |
||
+dvidir |
||
+htmldir |
||
+infodir |
||
+docdir |
||
+oldincludedir |
||
+includedir |
||
+localstatedir |
||
+sharedstatedir |
||
+sysconfdir |
||
+datadir |
||
+datarootdir |
||
+libexecdir |
||
+sbindir |
||
+bindir |
||
+program_transform_name |
||
+prefix |
||
+exec_prefix |
||
+PACKAGE_BUGREPORT |
||
+PACKAGE_STRING |
||
+PACKAGE_VERSION |
||
+PACKAGE_TARNAME |
||
+PACKAGE_NAME |
||
+PATH_SEPARATOR |
||
+SHELL' |
||
ac_subst_files='' |
||
+ac_user_opts=' |
||
+enable_option_checking |
||
+enable_maintainer_mode |
||
+enable_dependency_tracking |
||
+enable_shared |
||
+enable_static |
||
+enable_fast_install |
||
+with_gnu_ld |
||
+enable_libtool_lock |
||
+with_pic |
||
+with_tags |
||
+enable_solaris_tar_check |
||
+enable_nls |
||
+with_libgdiplus |
||
+with_crosspkgdir |
||
+with_glib |
||
+with_gc |
||
+with_tls |
||
+with_sigaltstack |
||
+with_static_mono |
||
+enable_mcs_build |
||
+with_xen_opt |
||
+enable_quiet_build |
||
+enable_minimal |
||
+enable_parallel_mark |
||
+with_large_heap |
||
+with_ikvm_native |
||
+enable_dev_random |
||
+enable_shared_handles |
||
+enable_nunit_tests |
||
+enable_big_arrays |
||
+enable_dtrace |
||
+with_jit |
||
+with_interp |
||
+with_x |
||
+with_preview |
||
+with_moonlight |
||
+with_oprofile |
||
+with_malloc_mempools |
||
+' |
||
ac_precious_vars='build_alias |
||
host_alias |
||
target_alias |
||
@@ -1049,6 +1113,8 @@ |
||
# Initialize some variables set by options. |
||
ac_init_help= |
||
ac_init_version=false |
||
+ac_unrecognized_opts= |
||
+ac_unrecognized_sep= |
||
# The variables have the same names as the options, with |
||
# dashes changed to underlines. |
||
cache_file=/dev/null |
||
@@ -1147,13 +1213,21 @@ |
||
datarootdir=$ac_optarg ;; |
||
|
||
-disable-* | --disable-*) |
||
- ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
||
+ ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
||
# Reject names that are not valid shell variable names. |
||
- expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && |
||
- { echo "$as_me: error: invalid feature name: $ac_feature" >&2 |
||
+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
||
+ { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 |
||
{ (exit 1); exit 1; }; } |
||
- ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` |
||
- eval enable_$ac_feature=no ;; |
||
+ ac_useropt_orig=$ac_useropt |
||
+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
||
+ case $ac_user_opts in |
||
+ *" |
||
+"enable_$ac_useropt" |
||
+"*) ;; |
||
+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" |
||
+ ac_unrecognized_sep=', ';; |
||
+ esac |
||
+ eval enable_$ac_useropt=no ;; |
||
|
||
-docdir | --docdir | --docdi | --doc | --do) |
||
ac_prev=docdir ;; |
||
@@ -1166,13 +1240,21 @@ |
||
dvidir=$ac_optarg ;; |
||
|
||
-enable-* | --enable-*) |
||
- ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
||
+ ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
||
# Reject names that are not valid shell variable names. |
||
- expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && |
||
- { echo "$as_me: error: invalid feature name: $ac_feature" >&2 |
||
+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
||
+ { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 |
||
{ (exit 1); exit 1; }; } |
||
- ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` |
||
- eval enable_$ac_feature=\$ac_optarg ;; |
||
+ ac_useropt_orig=$ac_useropt |
||
+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
||
+ case $ac_user_opts in |
||
+ *" |
||
+"enable_$ac_useropt" |
||
+"*) ;; |
||
+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" |
||
+ ac_unrecognized_sep=', ';; |
||
+ esac |
||
+ eval enable_$ac_useropt=\$ac_optarg ;; |
||
|
||
-exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ |
||
| --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ |
||
@@ -1363,22 +1445,38 @@ |
||
ac_init_version=: ;; |
||
|
||
-with-* | --with-*) |
||
- ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
||
+ ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
||
# Reject names that are not valid shell variable names. |
||
- expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && |
||
- { echo "$as_me: error: invalid package name: $ac_package" >&2 |
||
+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
||
+ { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 |
||
{ (exit 1); exit 1; }; } |
||
- ac_package=`echo $ac_package | sed 's/[-.]/_/g'` |
||
- eval with_$ac_package=\$ac_optarg ;; |
||
+ ac_useropt_orig=$ac_useropt |
||
+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
||
+ case $ac_user_opts in |
||
+ *" |
||
+"with_$ac_useropt" |
||
+"*) ;; |
||
+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" |
||
+ ac_unrecognized_sep=', ';; |
||
+ esac |
||
+ eval with_$ac_useropt=\$ac_optarg ;; |
||
|
||
-without-* | --without-*) |
||
- ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
||
+ ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
||
# Reject names that are not valid shell variable names. |
||
- expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && |
||
- { echo "$as_me: error: invalid package name: $ac_package" >&2 |
||
+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
||
+ { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 |
||
{ (exit 1); exit 1; }; } |
||
- ac_package=`echo $ac_package | sed 's/[-.]/_/g'` |
||
- eval with_$ac_package=no ;; |
||
+ ac_useropt_orig=$ac_useropt |
||
+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
||
+ case $ac_user_opts in |
||
+ *" |
||
+"with_$ac_useropt" |
||
+"*) ;; |
||
+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" |
||
+ ac_unrecognized_sep=', ';; |
||
+ esac |
||
+ eval with_$ac_useropt=no ;; |
||
|
||
--x) |
||
# Obsolete; use --with-x. |
||
@@ -1398,7 +1496,7 @@ |
||
| --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) |
||
x_libraries=$ac_optarg ;; |
||
|
||
- -*) { echo "$as_me: error: unrecognized option: $ac_option |
||
+ -*) { $as_echo "$as_me: error: unrecognized option: $ac_option |
||
Try \`$0 --help' for more information." >&2 |
||
{ (exit 1); exit 1; }; } |
||
;; |
||
@@ -1407,16 +1505,16 @@ |
||
ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` |
||
# Reject names that are not valid shell variable names. |
||
expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && |
||
- { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 |
||
+ { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 |
||
{ (exit 1); exit 1; }; } |
||
eval $ac_envvar=\$ac_optarg |
||
export $ac_envvar ;; |
||
|
||
*) |
||
# FIXME: should be removed in autoconf 3.0. |
||
- echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
||
+ $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
||
expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
||
- echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
||
+ $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
||
: ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} |
||
;; |
||
|
||
@@ -1425,22 +1523,38 @@ |
||
|
||
if test -n "$ac_prev"; then |
||
ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
||
- { echo "$as_me: error: missing argument to $ac_option" >&2 |
||
+ { $as_echo "$as_me: error: missing argument to $ac_option" >&2 |
||
{ (exit 1); exit 1; }; } |
||
fi |
||
|
||
-# Be sure to have absolute directory names. |
||
+if test -n "$ac_unrecognized_opts"; then |
||
+ case $enable_option_checking in |
||
+ no) ;; |
||
+ fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2 |
||
+ { (exit 1); exit 1; }; } ;; |
||
+ *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; |
||
+ esac |
||
+fi |
||
+ |
||
+# Check all directory arguments for consistency. |
||
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ |
||
datadir sysconfdir sharedstatedir localstatedir includedir \ |
||
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ |
||
libdir localedir mandir |
||
do |
||
eval ac_val=\$$ac_var |
||
+ # Remove trailing slashes. |
||
+ case $ac_val in |
||
+ */ ) |
||
+ ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` |
||
+ eval $ac_var=\$ac_val;; |
||
+ esac |
||
+ # Be sure to have absolute directory names. |
||
case $ac_val in |
||
[\\/$]* | ?:[\\/]* ) continue;; |
||
NONE | '' ) case $ac_var in *prefix ) continue;; esac;; |
||
esac |
||
- { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 |
||
+ { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 |
||
{ (exit 1); exit 1; }; } |
||
done |
||
|
||
@@ -1455,7 +1569,7 @@ |
||
if test "x$host_alias" != x; then |
||
if test "x$build_alias" = x; then |
||
cross_compiling=maybe |
||
- echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. |
||
+ $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. |
||
If a cross compiler is detected then cross compile mode will be used." >&2 |
||
elif test "x$build_alias" != "x$host_alias"; then |
||
cross_compiling=yes |
||
@@ -1471,10 +1585,10 @@ |
||
ac_pwd=`pwd` && test -n "$ac_pwd" && |
||
ac_ls_di=`ls -di .` && |
||
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || |
||
- { echo "$as_me: error: Working directory cannot be determined" >&2 |
||
+ { $as_echo "$as_me: error: working directory cannot be determined" >&2 |
||
{ (exit 1); exit 1; }; } |
||
test "X$ac_ls_di" = "X$ac_pwd_ls_di" || |
||
- { echo "$as_me: error: pwd does not report name of working directory" >&2 |
||
+ { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 |
||
{ (exit 1); exit 1; }; } |
||
|
||
|
||
@@ -1482,12 +1596,12 @@ |
||
if test -z "$srcdir"; then |
||
ac_srcdir_defaulted=yes |
||
# Try the directory containing this script, then the parent directory. |
||
- ac_confdir=`$as_dirname -- "$0" || |
||
-$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
||
- X"$0" : 'X\(//\)[^/]' \| \ |
||
- X"$0" : 'X\(//\)$' \| \ |
||
- X"$0" : 'X\(/\)' \| . 2>/dev/null || |
||
-echo X"$0" | |
||
+ ac_confdir=`$as_dirname -- "$as_myself" || |
||
+$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
||
+ X"$as_myself" : 'X\(//\)[^/]' \| \ |
||
+ X"$as_myself" : 'X\(//\)$' \| \ |
||
+ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || |
||
+$as_echo X"$as_myself" | |
||
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
||
s//\1/ |
||
q |
||
@@ -1514,12 +1628,12 @@ |
||
fi |
||
if test ! -r "$srcdir/$ac_unique_file"; then |
||
test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." |
||
- { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 |
||
+ { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 |
||
{ (exit 1); exit 1; }; } |
||
fi |
||
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" |
||
ac_abs_confdir=`( |
||
- cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 |
||
+ cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 |
||
{ (exit 1); exit 1; }; } |
||
pwd)` |
||
# When building in place, set srcdir=. |
||
@@ -1568,9 +1682,9 @@ |
||
|
||
Installation directories: |
||
--prefix=PREFIX install architecture-independent files in PREFIX |
||
- [$ac_default_prefix] |
||
+ [$ac_default_prefix] |
||
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX |
||
- [PREFIX] |
||
+ [PREFIX] |
||
|
||
By default, \`make install' will install all the files in |
||
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify |
||
@@ -1580,25 +1694,25 @@ |
||
For better control, use the options below. |
||
|
||
Fine tuning of the installation directories: |
||
- --bindir=DIR user executables [EPREFIX/bin] |
||
- --sbindir=DIR system admin executables [EPREFIX/sbin] |
||
- --libexecdir=DIR program executables [EPREFIX/libexec] |
||
- --sysconfdir=DIR read-only single-machine data [PREFIX/etc] |
||
- --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] |
||
- --localstatedir=DIR modifiable single-machine data [PREFIX/var] |
||
- --libdir=DIR object code libraries [EPREFIX/lib] |
||
- --includedir=DIR C header files [PREFIX/include] |
||
- --oldincludedir=DIR C header files for non-gcc [/usr/include] |
||
- --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] |
||
- --datadir=DIR read-only architecture-independent data [DATAROOTDIR] |
||
- --infodir=DIR info documentation [DATAROOTDIR/info] |
||
- --localedir=DIR locale-dependent data [DATAROOTDIR/locale] |
||
- --mandir=DIR man documentation [DATAROOTDIR/man] |
||
- --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] |
||
- --htmldir=DIR html documentation [DOCDIR] |
||
- --dvidir=DIR dvi documentation [DOCDIR] |
||
- --pdfdir=DIR pdf documentation [DOCDIR] |
||
- --psdir=DIR ps documentation [DOCDIR] |
||
+ --bindir=DIR user executables [EPREFIX/bin] |
||
+ --sbindir=DIR system admin executables [EPREFIX/sbin] |
||
+ --libexecdir=DIR program executables [EPREFIX/libexec] |
||
+ --sysconfdir=DIR read-only single-machine data [PREFIX/etc] |
||
+ --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] |
||
+ --localstatedir=DIR modifiable single-machine data [PREFIX/var] |
||
+ --libdir=DIR object code libraries [EPREFIX/lib] |
||
+ --includedir=DIR C header files [PREFIX/include] |
||
+ --oldincludedir=DIR C header files for non-gcc [/usr/include] |
||
+ --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] |
||
+ --datadir=DIR read-only architecture-independent data [DATAROOTDIR] |
||
+ --infodir=DIR info documentation [DATAROOTDIR/info] |
||
+ --localedir=DIR locale-dependent data [DATAROOTDIR/locale] |
||
+ --mandir=DIR man documentation [DATAROOTDIR/man] |
||
+ --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] |
||
+ --htmldir=DIR html documentation [DOCDIR] |
||
+ --dvidir=DIR dvi documentation [DOCDIR] |
||
+ --pdfdir=DIR pdf documentation [DOCDIR] |
||
+ --psdir=DIR ps documentation [DOCDIR] |
||
_ACEOF |
||
|
||
cat <<\_ACEOF |
||
@@ -1624,6 +1738,7 @@ |
||
cat <<\_ACEOF |
||
|
||
Optional Features: |
||
+ --disable-option-checking ignore unrecognized --enable/--with options |
||
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
||
--enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
||
--enable-maintainer-mode enable make rules and dependencies not useful |
||
@@ -1702,15 +1817,17 @@ |
||
if test "$ac_init_help" = "recursive"; then |
||
# If there are subdirs, report their specific --help. |
||
for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue |
||
- test -d "$ac_dir" || continue |
||
+ test -d "$ac_dir" || |
||
+ { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || |
||
+ continue |
||
ac_builddir=. |
||
|
||
case "$ac_dir" in |
||
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; |
||
*) |
||
- ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` |
||
+ ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` |
||
# A ".." for each directory in $ac_dir_suffix. |
||
- ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` |
||
+ ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` |
||
case $ac_top_builddir_sub in |
||
"") ac_top_builddir_sub=. ac_top_build_prefix= ;; |
||
*) ac_top_build_prefix=$ac_top_builddir_sub/ ;; |
||
@@ -1746,7 +1863,7 @@ |
||
echo && |
||
$SHELL "$ac_srcdir/configure" --help=recursive |
||
else |
||
- echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 |
||
+ $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 |
||
fi || ac_status=$? |
||
cd "$ac_pwd" || { ac_status=$?; break; } |
||
done |
||
@@ -1756,10 +1873,10 @@ |
||
if $ac_init_version; then |
||
cat <<\_ACEOF |
||
configure |
||
-generated by GNU Autoconf 2.61 |
||
+generated by GNU Autoconf 2.63 |
||
|
||
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
||
-2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
||
+2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
||
This configure script is free software; the Free Software Foundation |
||
gives unlimited permission to copy, distribute and modify it. |
||
_ACEOF |
||
@@ -1770,7 +1887,7 @@ |
||
running configure, to aid debugging if configure makes a mistake. |
||
|
||
It was created by $as_me, which was |
||
-generated by GNU Autoconf 2.61. Invocation command line was |
||
+generated by GNU Autoconf 2.63. Invocation command line was |
||
|
||
$ $0 $@ |
||
|
||
@@ -1806,7 +1923,7 @@ |
||
do |
||
IFS=$as_save_IFS |
||
test -z "$as_dir" && as_dir=. |
||
- echo "PATH: $as_dir" |
||
+ $as_echo "PATH: $as_dir" |
||
done |
||
IFS=$as_save_IFS |
||
|
||
@@ -1841,7 +1958,7 @@ |
||
| -silent | --silent | --silen | --sile | --sil) |
||
continue ;; |
||
*\'*) |
||
- ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; |
||
+ ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; |
||
esac |
||
case $ac_pass in |
||
1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; |
||
@@ -1893,11 +2010,12 @@ |
||
case $ac_val in #( |
||
*${as_nl}*) |
||
case $ac_var in #( |
||
- *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 |
||
-echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; |
||
+ *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 |
||
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; |
||
esac |
||
case $ac_var in #( |
||
_ | IFS | as_nl) ;; #( |
||
+ BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( |
||
*) $as_unset $ac_var ;; |
||
esac ;; |
||
esac |
||
@@ -1927,9 +2045,9 @@ |
||
do |
||
eval ac_val=\$$ac_var |
||
case $ac_val in |
||
- *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; |
||
+ *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; |
||
esac |
||
- echo "$ac_var='\''$ac_val'\''" |
||
+ $as_echo "$ac_var='\''$ac_val'\''" |
||
done | sort |
||
echo |
||
|
||
@@ -1944,9 +2062,9 @@ |
||
do |
||
eval ac_val=\$$ac_var |
||
case $ac_val in |
||
- *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; |
||
+ *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; |
||
esac |
||
- echo "$ac_var='\''$ac_val'\''" |
||
+ $as_echo "$ac_var='\''$ac_val'\''" |
||
done | sort |
||
echo |
||
fi |
||
@@ -1962,8 +2080,8 @@ |
||
echo |
||
fi |
||
test "$ac_signal" != 0 && |
||
- echo "$as_me: caught signal $ac_signal" |
||
- echo "$as_me: exit $exit_status" |
||
+ $as_echo "$as_me: caught signal $ac_signal" |
||
+ $as_echo "$as_me: exit $exit_status" |
||
} >&5 |
||
rm -f core *.core core.conftest.* && |
||
rm -f -r conftest* confdefs* conf$$* $ac_clean_files && |
||
@@ -2005,21 +2123,24 @@ |
||
|
||
|
||
# Let the site file select an alternate cache file if it wants to. |
||
-# Prefer explicitly selected file to automatically selected ones. |
||
+# Prefer an explicitly selected file to automatically selected ones. |
||
+ac_site_file1=NONE |
||
+ac_site_file2=NONE |
||
if test -n "$CONFIG_SITE"; then |
||
- set x "$CONFIG_SITE" |
||
+ ac_site_file1=$CONFIG_SITE |
||
elif test "x$prefix" != xNONE; then |
||
- set x "$prefix/share/config.site" "$prefix/etc/config.site" |
||
+ ac_site_file1=$prefix/share/config.site |
||
+ ac_site_file2=$prefix/etc/config.site |
||
else |
||
- set x "$ac_default_prefix/share/config.site" \ |
||
- "$ac_default_prefix/etc/config.site" |
||
+ ac_site_file1=$ac_default_prefix/share/config.site |
||
+ ac_site_file2=$ac_default_prefix/etc/config.site |
||
fi |
||
-shift |
||
-for ac_site_file |
||
+for ac_site_file in "$ac_site_file1" "$ac_site_file2" |
||
do |
||
+ test "x$ac_site_file" = xNONE && continue |
||
if test -r "$ac_site_file"; then |
||
- { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 |
||
-echo "$as_me: loading site script $ac_site_file" >&6;} |
||
+ { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 |
||
+$as_echo "$as_me: loading site script $ac_site_file" >&6;} |
||
sed 's/^/| /' "$ac_site_file" >&5 |
||
. "$ac_site_file" |
||
fi |
||
@@ -2029,16 +2150,16 @@ |
||
# Some versions of bash will fail to source /dev/null (special |
||
# files actually), so we avoid doing that. |
||
if test -f "$cache_file"; then |
||
- { echo "$as_me:$LINENO: loading cache $cache_file" >&5 |
||
-echo "$as_me: loading cache $cache_file" >&6;} |
||
+ { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 |
||
+$as_echo "$as_me: loading cache $cache_file" >&6;} |
||
case $cache_file in |
||
[\\/]* | ?:[\\/]* ) . "$cache_file";; |
||
*) . "./$cache_file";; |
||
esac |
||
fi |
||
else |
||
- { echo "$as_me:$LINENO: creating cache $cache_file" >&5 |
||
-echo "$as_me: creating cache $cache_file" >&6;} |
||
+ { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 |
||
+$as_echo "$as_me: creating cache $cache_file" >&6;} |
||
>$cache_file |
||
fi |
||
|
||
@@ -2052,29 +2173,38 @@ |
||
eval ac_new_val=\$ac_env_${ac_var}_value |
||
case $ac_old_set,$ac_new_set in |
||
set,) |
||
- { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 |
||
-echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} |
||
+ { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 |
||
+$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} |
||
ac_cache_corrupted=: ;; |
||
,set) |
||
- { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 |
||
-echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} |
||
+ { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 |
||
+$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} |
||
ac_cache_corrupted=: ;; |
||
,);; |
||
*) |
||
if test "x$ac_old_val" != "x$ac_new_val"; then |
||
- { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 |
||
-echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} |
||
- { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 |
||
-echo "$as_me: former value: $ac_old_val" >&2;} |
||
- { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 |
||
-echo "$as_me: current value: $ac_new_val" >&2;} |
||
- ac_cache_corrupted=: |
||
+ # differences in whitespace do not lead to failure. |
||
+ ac_old_val_w=`echo x $ac_old_val` |
||
+ ac_new_val_w=`echo x $ac_new_val` |
||
+ if test "$ac_old_val_w" != "$ac_new_val_w"; then |
||
+ { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 |
||
+$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} |
||
+ ac_cache_corrupted=: |
||
+ else |
||
+ { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 |
||
+$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} |
||
+ eval $ac_var=\$ac_old_val |
||
+ fi |
||
+ { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 |
||
+$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} |
||
+ { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 |
||
+$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} |
||
fi;; |
||
esac |
||
# Pass precious variables to config.status. |
||
if test "$ac_new_set" = set; then |
||
case $ac_new_val in |
||
- *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; |
||
+ *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; |
||
*) ac_arg=$ac_var=$ac_new_val ;; |
||
esac |
||
case " $ac_configure_args " in |
||
@@ -2084,10 +2214,12 @@ |
||
fi |
||
done |
||
if $ac_cache_corrupted; then |
||
- { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 |
||
-echo "$as_me: error: changes in the environment can compromise the build" >&2;} |
||
- { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 |
||
-echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} |
||
+ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 |
||
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
||
+ { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 |
||
+$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} |
||
+ { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 |
||
+$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} |
||
{ (exit 1); exit 1; }; } |
||
fi |
||
|
||
@@ -2131,8 +2263,8 @@ |
||
fi |
||
done |
||
if test -z "$ac_aux_dir"; then |
||
- { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 |
||
-echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} |
||
+ { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 |
||
+$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} |
||
{ (exit 1); exit 1; }; } |
||
fi |
||
|
||
@@ -2147,34 +2279,34 @@ |
||
|
||
# Make sure we can run config.sub. |
||
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || |
||
- { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 |
||
-echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} |
||
+ { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 |
||
+$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} |
||
{ (exit 1); exit 1; }; } |
||
|
||
-{ echo "$as_me:$LINENO: checking build system type" >&5 |
||
-echo $ECHO_N "checking build system type... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking build system type" >&5 |
||
+$as_echo_n "checking build system type... " >&6; } |
||
if test "${ac_cv_build+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
ac_build_alias=$build_alias |
||
test "x$ac_build_alias" = x && |
||
ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` |
||
test "x$ac_build_alias" = x && |
||
- { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 |
||
-echo "$as_me: error: cannot guess build type; you must specify one" >&2;} |
||
+ { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 |
||
+$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;} |
||
{ (exit 1); exit 1; }; } |
||
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || |
||
- { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 |
||
-echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} |
||
+ { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 |
||
+$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} |
||
{ (exit 1); exit 1; }; } |
||
|
||
fi |
||
-{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5 |
||
-echo "${ECHO_T}$ac_cv_build" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5 |
||
+$as_echo "$ac_cv_build" >&6; } |
||
case $ac_cv_build in |
||
*-*-*) ;; |
||
-*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 |
||
-echo "$as_me: error: invalid value of canonical build" >&2;} |
||
+*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 |
||
+$as_echo "$as_me: error: invalid value of canonical build" >&2;} |
||
{ (exit 1); exit 1; }; };; |
||
esac |
||
build=$ac_cv_build |
||
@@ -2191,27 +2323,27 @@ |
||
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac |
||
|
||
|
||
-{ echo "$as_me:$LINENO: checking host system type" >&5 |
||
-echo $ECHO_N "checking host system type... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking host system type" >&5 |
||
+$as_echo_n "checking host system type... " >&6; } |
||
if test "${ac_cv_host+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
if test "x$host_alias" = x; then |
||
ac_cv_host=$ac_cv_build |
||
else |
||
ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || |
||
- { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 |
||
-echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} |
||
+ { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 |
||
+$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} |
||
{ (exit 1); exit 1; }; } |
||
fi |
||
|
||
fi |
||
-{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5 |
||
-echo "${ECHO_T}$ac_cv_host" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5 |
||
+$as_echo "$ac_cv_host" >&6; } |
||
case $ac_cv_host in |
||
*-*-*) ;; |
||
-*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 |
||
-echo "$as_me: error: invalid value of canonical host" >&2;} |
||
+*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 |
||
+$as_echo "$as_me: error: invalid value of canonical host" >&2;} |
||
{ (exit 1); exit 1; }; };; |
||
esac |
||
host=$ac_cv_host |
||
@@ -2228,27 +2360,27 @@ |
||
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac |
||
|
||
|
||
-{ echo "$as_me:$LINENO: checking target system type" >&5 |
||
-echo $ECHO_N "checking target system type... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking target system type" >&5 |
||
+$as_echo_n "checking target system type... " >&6; } |
||
if test "${ac_cv_target+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
if test "x$target_alias" = x; then |
||
ac_cv_target=$ac_cv_host |
||
else |
||
ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || |
||
- { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5 |
||
-echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;} |
||
+ { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5 |
||
+$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;} |
||
{ (exit 1); exit 1; }; } |
||
fi |
||
|
||
fi |
||
-{ echo "$as_me:$LINENO: result: $ac_cv_target" >&5 |
||
-echo "${ECHO_T}$ac_cv_target" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5 |
||
+$as_echo "$ac_cv_target" >&6; } |
||
case $ac_cv_target in |
||
*-*-*) ;; |
||
-*) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5 |
||
-echo "$as_me: error: invalid value of canonical target" >&2;} |
||
+*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5 |
||
+$as_echo "$as_me: error: invalid value of canonical target" >&2;} |
||
{ (exit 1); exit 1; }; };; |
||
esac |
||
target=$ac_cv_target |
||
@@ -2293,11 +2425,12 @@ |
||
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
||
# OS/2's system install, which has a completely different semantic |
||
# ./install, which can be erroneously created by make from ./install.sh. |
||
-{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 |
||
-echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } |
||
+# Reject install programs that cannot install multiple files. |
||
+{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 |
||
+$as_echo_n "checking for a BSD-compatible install... " >&6; } |
||
if test -z "$INSTALL"; then |
||
if test "${ac_cv_path_install+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
||
for as_dir in $PATH |
||
@@ -2326,17 +2459,29 @@ |
||
# program-specific install script used by HP pwplus--don't use. |
||
: |
||
else |
||
- ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" |
||
- break 3 |
||
+ rm -rf conftest.one conftest.two conftest.dir |
||
+ echo one > conftest.one |
||
+ echo two > conftest.two |
||
+ mkdir conftest.dir |
||
+ if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && |
||
+ test -s conftest.one && test -s conftest.two && |
||
+ test -s conftest.dir/conftest.one && |
||
+ test -s conftest.dir/conftest.two |
||
+ then |
||
+ ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" |
||
+ break 3 |
||
+ fi |
||
fi |
||
fi |
||
done |
||
done |
||
;; |
||
esac |
||
+ |
||
done |
||
IFS=$as_save_IFS |
||
|
||
+rm -rf conftest.one conftest.two conftest.dir |
||
|
||
fi |
||
if test "${ac_cv_path_install+set}" = set; then |
||
@@ -2349,8 +2494,8 @@ |
||
INSTALL=$ac_install_sh |
||
fi |
||
fi |
||
-{ echo "$as_me:$LINENO: result: $INSTALL" >&5 |
||
-echo "${ECHO_T}$INSTALL" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 |
||
+$as_echo "$INSTALL" >&6; } |
||
|
||
# Use test -z because SunOS4 sh mishandles braces in ${var-val}. |
||
# It thinks the first close brace ends the variable substitution. |
||
@@ -2360,8 +2505,8 @@ |
||
|
||
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
||
|
||
-{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5 |
||
-echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5 |
||
+$as_echo_n "checking whether build environment is sane... " >&6; } |
||
# Just in case |
||
sleep 1 |
||
echo timestamp > conftest.file |
||
@@ -2384,9 +2529,9 @@ |
||
# if, for instance, CONFIG_SHELL is bash and it inherits a |
||
# broken ls alias from the environment. This has actually |
||
# happened. Such a system could not be considered "sane". |
||
- { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken |
||
+ { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken |
||
alias in your environment" >&5 |
||
-echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken |
||
+$as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken |
||
alias in your environment" >&2;} |
||
{ (exit 1); exit 1; }; } |
||
fi |
||
@@ -2397,26 +2542,23 @@ |
||
# Ok. |
||
: |
||
else |
||
- { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! |
||
+ { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files! |
||
Check your system clock" >&5 |
||
-echo "$as_me: error: newly created file is older than distributed files! |
||
+$as_echo "$as_me: error: newly created file is older than distributed files! |
||
Check your system clock" >&2;} |
||
{ (exit 1); exit 1; }; } |
||
fi |
||
-{ echo "$as_me:$LINENO: result: yes" >&5 |
||
-echo "${ECHO_T}yes" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: result: yes" >&5 |
||
+$as_echo "yes" >&6; } |
||
test "$program_prefix" != NONE && |
||
program_transform_name="s&^&$program_prefix&;$program_transform_name" |
||
# Use a double $ so make ignores it. |
||
test "$program_suffix" != NONE && |
||
program_transform_name="s&\$&$program_suffix&;$program_transform_name" |
||
-# Double any \ or $. echo might interpret backslashes. |
||
+# Double any \ or $. |
||
# By default was `s,x,x', remove it if useless. |
||
-cat <<\_ACEOF >conftest.sed |
||
-s/[\\$]/&&/g;s/;s,x,x,$// |
||
-_ACEOF |
||
-program_transform_name=`echo $program_transform_name | sed -f conftest.sed` |
||
-rm -f conftest.sed |
||
+ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' |
||
+program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` |
||
|
||
# expand $ac_aux_dir to an absolute path |
||
am_aux_dir=`cd $ac_aux_dir && pwd` |
||
@@ -2427,15 +2569,15 @@ |
||
am_missing_run="$MISSING --run " |
||
else |
||
am_missing_run= |
||
- { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 |
||
-echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} |
||
+ { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 |
||
+$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} |
||
fi |
||
|
||
-{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 |
||
-echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 |
||
+$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } |
||
if test -z "$MKDIR_P"; then |
||
if test "${ac_cv_path_mkdir+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
||
for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin |
||
@@ -2470,8 +2612,8 @@ |
||
MKDIR_P="$ac_install_sh -d" |
||
fi |
||
fi |
||
-{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5 |
||
-echo "${ECHO_T}$MKDIR_P" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5 |
||
+$as_echo "$MKDIR_P" >&6; } |
||
|
||
mkdir_p="$MKDIR_P" |
||
case $mkdir_p in |
||
@@ -2483,10 +2625,10 @@ |
||
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 "$as_me:$LINENO: checking for $ac_word" >&5 |
||
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
||
+$as_echo_n "checking for $ac_word... " >&6; } |
||
if test "${ac_cv_prog_AWK+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
if test -n "$AWK"; then |
||
ac_cv_prog_AWK="$AWK" # Let the user override the test. |
||
@@ -2499,7 +2641,7 @@ |
||
for ac_exec_ext in '' $ac_executable_extensions; do |
||
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
||
ac_cv_prog_AWK="$ac_prog" |
||
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
break 2 |
||
fi |
||
done |
||
@@ -2510,22 +2652,23 @@ |
||
fi |
||
AWK=$ac_cv_prog_AWK |
||
if test -n "$AWK"; then |
||
- { echo "$as_me:$LINENO: result: $AWK" >&5 |
||
-echo "${ECHO_T}$AWK" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: $AWK" >&5 |
||
+$as_echo "$AWK" >&6; } |
||
else |
||
- { echo "$as_me:$LINENO: result: no" >&5 |
||
-echo "${ECHO_T}no" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: no" >&5 |
||
+$as_echo "no" >&6; } |
||
fi |
||
|
||
|
||
test -n "$AWK" && break |
||
done |
||
|
||
-{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
||
-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } |
||
-set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
||
+{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
||
+$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
||
+set x ${MAKE-make} |
||
+ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
||
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
cat >conftest.make <<\_ACEOF |
||
SHELL = /bin/sh |
||
@@ -2542,12 +2685,12 @@ |
||
rm -f conftest.make |
||
fi |
||
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then |
||
- { echo "$as_me:$LINENO: result: yes" >&5 |
||
-echo "${ECHO_T}yes" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: yes" >&5 |
||
+$as_echo "yes" >&6; } |
||
SET_MAKE= |
||
else |
||
- { echo "$as_me:$LINENO: result: no" >&5 |
||
-echo "${ECHO_T}no" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: no" >&5 |
||
+$as_echo "no" >&6; } |
||
SET_MAKE="MAKE=${MAKE-make}" |
||
fi |
||
|
||
@@ -2566,8 +2709,8 @@ |
||
am__isrc=' -I$(srcdir)' |
||
# test to see if srcdir already configured |
||
if test -f $srcdir/config.status; then |
||
- { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 |
||
-echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} |
||
+ { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 |
||
+$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} |
||
{ (exit 1); exit 1; }; } |
||
fi |
||
fi |
||
@@ -2622,10 +2765,10 @@ |
||
if test -n "$ac_tool_prefix"; then |
||
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. |
||
set dummy ${ac_tool_prefix}strip; ac_word=$2 |
||
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5 |
||
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
||
+$as_echo_n "checking for $ac_word... " >&6; } |
||
if test "${ac_cv_prog_STRIP+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
if test -n "$STRIP"; then |
||
ac_cv_prog_STRIP="$STRIP" # Let the user override the test. |
||
@@ -2638,7 +2781,7 @@ |
||
for ac_exec_ext in '' $ac_executable_extensions; do |
||
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
||
ac_cv_prog_STRIP="${ac_tool_prefix}strip" |
||
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
break 2 |
||
fi |
||
done |
||
@@ -2649,11 +2792,11 @@ |
||
fi |
||
STRIP=$ac_cv_prog_STRIP |
||
if test -n "$STRIP"; then |
||
- { echo "$as_me:$LINENO: result: $STRIP" >&5 |
||
-echo "${ECHO_T}$STRIP" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 |
||
+$as_echo "$STRIP" >&6; } |
||
else |
||
- { echo "$as_me:$LINENO: result: no" >&5 |
||
-echo "${ECHO_T}no" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: no" >&5 |
||
+$as_echo "no" >&6; } |
||
fi |
||
|
||
|
||
@@ -2662,10 +2805,10 @@ |
||
ac_ct_STRIP=$STRIP |
||
# Extract the first word of "strip", so it can be a program name with args. |
||
set dummy strip; ac_word=$2 |
||
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5 |
||
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
||
+$as_echo_n "checking for $ac_word... " >&6; } |
||
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
if test -n "$ac_ct_STRIP"; then |
||
ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. |
||
@@ -2678,7 +2821,7 @@ |
||
for ac_exec_ext in '' $ac_executable_extensions; do |
||
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
||
ac_cv_prog_ac_ct_STRIP="strip" |
||
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
break 2 |
||
fi |
||
done |
||
@@ -2689,11 +2832,11 @@ |
||
fi |
||
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP |
||
if test -n "$ac_ct_STRIP"; then |
||
- { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 |
||
-echo "${ECHO_T}$ac_ct_STRIP" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 |
||
+$as_echo "$ac_ct_STRIP" >&6; } |
||
else |
||
- { echo "$as_me:$LINENO: result: no" >&5 |
||
-echo "${ECHO_T}no" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: no" >&5 |
||
+$as_echo "no" >&6; } |
||
fi |
||
|
||
if test "x$ac_ct_STRIP" = x; then |
||
@@ -2701,12 +2844,8 @@ |
||
else |
||
case $cross_compiling:$ac_tool_warned in |
||
yes:) |
||
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools |
||
-whose name does not start with the host triplet. If you think this |
||
-configuration is useful to you, please write to autoconf@gnu.org." >&5 |
||
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools |
||
-whose name does not start with the host triplet. If you think this |
||
-configuration is useful to you, please write to autoconf@gnu.org." >&2;} |
||
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 |
||
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
||
ac_tool_warned=yes ;; |
||
esac |
||
STRIP=$ac_ct_STRIP |
||
@@ -2725,8 +2864,8 @@ |
||
AMTAR=${AMTAR-"${am_missing_run}tar"} |
||
|
||
|
||
-{ echo "$as_me:$LINENO: checking how to create a ustar tar archive" >&5 |
||
-echo $ECHO_N "checking how to create a ustar tar archive... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking how to create a ustar tar archive" >&5 |
||
+$as_echo_n "checking how to create a ustar tar archive... " >&6; } |
||
# Loop over all known methods to create a tar archive until one works. |
||
_am_tools='gnutar plaintar pax cpio none' |
||
_am_tools=${am_cv_prog_tar_ustar-$_am_tools} |
||
@@ -2799,20 +2938,20 @@ |
||
rm -rf conftest.dir |
||
|
||
if test "${am_cv_prog_tar_ustar+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
am_cv_prog_tar_ustar=$_am_tool |
||
fi |
||
|
||
-{ echo "$as_me:$LINENO: result: $am_cv_prog_tar_ustar" >&5 |
||
-echo "${ECHO_T}$am_cv_prog_tar_ustar" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: result: $am_cv_prog_tar_ustar" >&5 |
||
+$as_echo "$am_cv_prog_tar_ustar" >&6; } |
||
|
||
|
||
|
||
|
||
|
||
-{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 |
||
-echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 |
||
+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } |
||
# Check whether --enable-maintainer-mode was given. |
||
if test "${enable_maintainer_mode+set}" = set; then |
||
enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval |
||
@@ -2820,8 +2959,8 @@ |
||
USE_MAINTAINER_MODE=no |
||
fi |
||
|
||
- { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 |
||
-echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 |
||
+$as_echo "$USE_MAINTAINER_MODE" >&6; } |
||
if test $USE_MAINTAINER_MODE = yes; then |
||
MAINTAINER_MODE_TRUE= |
||
MAINTAINER_MODE_FALSE='#' |
||
@@ -2837,15 +2976,15 @@ |
||
API_VER=1.0 |
||
|
||
|
||
-{ echo "$as_me:$LINENO: checking whether ln -s works" >&5 |
||
-echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5 |
||
+$as_echo_n "checking whether ln -s works... " >&6; } |
||
LN_S=$as_ln_s |
||
if test "$LN_S" = "ln -s"; then |
||
- { echo "$as_me:$LINENO: result: yes" >&5 |
||
-echo "${ECHO_T}yes" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: yes" >&5 |
||
+$as_echo "yes" >&6; } |
||
else |
||
- { echo "$as_me:$LINENO: result: no, using $LN_S" >&5 |
||
-echo "${ECHO_T}no, using $LN_S" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5 |
||
+$as_echo "no, using $LN_S" >&6; } |
||
fi |
||
|
||
|
||
@@ -2892,8 +3031,8 @@ |
||
need_link_unlink=no |
||
|
||
# Thread configuration inspired by sleepycat's db |
||
-{ echo "$as_me:$LINENO: checking host platform characteristics" >&5 |
||
-echo $ECHO_N "checking host platform characteristics... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking host platform characteristics" >&5 |
||
+$as_echo_n "checking host platform characteristics... " >&6; } |
||
libgc_threads=no |
||
has_dtrace=no |
||
|
||
@@ -3055,14 +3194,14 @@ |
||
fi |
||
;; |
||
*) |
||
- { echo "$as_me:$LINENO: WARNING: *** Please add $host to configure.in checks!" >&5 |
||
-echo "$as_me: WARNING: *** Please add $host to configure.in checks!" >&2;} |
||
+ { $as_echo "$as_me:$LINENO: WARNING: *** Please add $host to configure.in checks!" >&5 |
||
+$as_echo "$as_me: WARNING: *** Please add $host to configure.in checks!" >&2;} |
||
platform_win32=no |
||
libdl="-ldl" |
||
;; |
||
esac |
||
-{ echo "$as_me:$LINENO: result: ok" >&5 |
||
-echo "${ECHO_T}ok" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: result: ok" >&5 |
||
+$as_echo "ok" >&6; } |
||
|
||
if test x$need_link_unlink = xyes; then |
||
|
||
@@ -3092,10 +3231,10 @@ |
||
if test -n "$ac_tool_prefix"; then |
||
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. |
||
set dummy ${ac_tool_prefix}gcc; ac_word=$2 |
||
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5 |
||
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
||
+$as_echo_n "checking for $ac_word... " >&6; } |
||
if test "${ac_cv_prog_CC+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
if test -n "$CC"; then |
||
ac_cv_prog_CC="$CC" # Let the user override the test. |
||
@@ -3108,7 +3247,7 @@ |
||
for ac_exec_ext in '' $ac_executable_extensions; do |
||
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
||
ac_cv_prog_CC="${ac_tool_prefix}gcc" |
||
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
break 2 |
||
fi |
||
done |
||
@@ -3119,11 +3258,11 @@ |
||
fi |
||
CC=$ac_cv_prog_CC |
||
if test -n "$CC"; then |
||
- { echo "$as_me:$LINENO: result: $CC" >&5 |
||
-echo "${ECHO_T}$CC" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 |
||
+$as_echo "$CC" >&6; } |
||
else |
||
- { echo "$as_me:$LINENO: result: no" >&5 |
||
-echo "${ECHO_T}no" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: no" >&5 |
||
+$as_echo "no" >&6; } |
||
fi |
||
|
||
|
||
@@ -3132,10 +3271,10 @@ |
||
ac_ct_CC=$CC |
||
# Extract the first word of "gcc", so it can be a program name with args. |
||
set dummy gcc; ac_word=$2 |
||
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5 |
||
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
||
+$as_echo_n "checking for $ac_word... " >&6; } |
||
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
if test -n "$ac_ct_CC"; then |
||
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
||
@@ -3148,7 +3287,7 @@ |
||
for ac_exec_ext in '' $ac_executable_extensions; do |
||
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
||
ac_cv_prog_ac_ct_CC="gcc" |
||
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
break 2 |
||
fi |
||
done |
||
@@ -3159,11 +3298,11 @@ |
||
fi |
||
ac_ct_CC=$ac_cv_prog_ac_ct_CC |
||
if test -n "$ac_ct_CC"; then |
||
- { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 |
||
-echo "${ECHO_T}$ac_ct_CC" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 |
||
+$as_echo "$ac_ct_CC" >&6; } |
||
else |
||
- { echo "$as_me:$LINENO: result: no" >&5 |
||
-echo "${ECHO_T}no" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: no" >&5 |
||
+$as_echo "no" >&6; } |
||
fi |
||
|
||
if test "x$ac_ct_CC" = x; then |
||
@@ -3171,12 +3310,8 @@ |
||
else |
||
case $cross_compiling:$ac_tool_warned in |
||
yes:) |
||
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools |
||
-whose name does not start with the host triplet. If you think this |
||
-configuration is useful to you, please write to autoconf@gnu.org." >&5 |
||
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools |
||
-whose name does not start with the host triplet. If you think this |
||
-configuration is useful to you, please write to autoconf@gnu.org." >&2;} |
||
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 |
||
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
||
ac_tool_warned=yes ;; |
||
esac |
||
CC=$ac_ct_CC |
||
@@ -3193,10 +3328,10 @@ |
||
if test -n "$ac_tool_prefix"; then |
||
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. |
||
set dummy ${ac_tool_prefix}gcc; ac_word=$2 |
||
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5 |
||
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
||
+$as_echo_n "checking for $ac_word... " >&6; } |
||
if test "${ac_cv_prog_CC+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
if test -n "$CC"; then |
||
ac_cv_prog_CC="$CC" # Let the user override the test. |
||
@@ -3209,7 +3344,7 @@ |
||
for ac_exec_ext in '' $ac_executable_extensions; do |
||
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
||
ac_cv_prog_CC="${ac_tool_prefix}gcc" |
||
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
break 2 |
||
fi |
||
done |
||
@@ -3220,11 +3355,11 @@ |
||
fi |
||
CC=$ac_cv_prog_CC |
||
if test -n "$CC"; then |
||
- { echo "$as_me:$LINENO: result: $CC" >&5 |
||
-echo "${ECHO_T}$CC" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 |
||
+$as_echo "$CC" >&6; } |
||
else |
||
- { echo "$as_me:$LINENO: result: no" >&5 |
||
-echo "${ECHO_T}no" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: no" >&5 |
||
+$as_echo "no" >&6; } |
||
fi |
||
|
||
|
||
@@ -3233,10 +3368,10 @@ |
||
ac_ct_CC=$CC |
||
# Extract the first word of "gcc", so it can be a program name with args. |
||
set dummy gcc; ac_word=$2 |
||
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5 |
||
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
||
+$as_echo_n "checking for $ac_word... " >&6; } |
||
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
if test -n "$ac_ct_CC"; then |
||
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
||
@@ -3249,7 +3384,7 @@ |
||
for ac_exec_ext in '' $ac_executable_extensions; do |
||
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
||
ac_cv_prog_ac_ct_CC="gcc" |
||
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
break 2 |
||
fi |
||
done |
||
@@ -3260,11 +3395,11 @@ |
||
fi |
||
ac_ct_CC=$ac_cv_prog_ac_ct_CC |
||
if test -n "$ac_ct_CC"; then |
||
- { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 |
||
-echo "${ECHO_T}$ac_ct_CC" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 |
||
+$as_echo "$ac_ct_CC" >&6; } |
||
else |
||
- { echo "$as_me:$LINENO: result: no" >&5 |
||
-echo "${ECHO_T}no" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: no" >&5 |
||
+$as_echo "no" >&6; } |
||
fi |
||
|
||
if test "x$ac_ct_CC" = x; then |
||
@@ -3272,12 +3407,8 @@ |
||
else |
||
case $cross_compiling:$ac_tool_warned in |
||
yes:) |
||
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools |
||
-whose name does not start with the host triplet. If you think this |
||
-configuration is useful to you, please write to autoconf@gnu.org." >&5 |
||
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools |
||
-whose name does not start with the host triplet. If you think this |
||
-configuration is useful to you, please write to autoconf@gnu.org." >&2;} |
||
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 |
||
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
||
ac_tool_warned=yes ;; |
||
esac |
||
CC=$ac_ct_CC |
||
@@ -3290,10 +3421,10 @@ |
||
if test -n "$ac_tool_prefix"; then |
||
# Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. |
||
set dummy ${ac_tool_prefix}cc; ac_word=$2 |
||
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5 |
||
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
||
+$as_echo_n "checking for $ac_word... " >&6; } |
||
if test "${ac_cv_prog_CC+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
if test -n "$CC"; then |
||
ac_cv_prog_CC="$CC" # Let the user override the test. |
||
@@ -3306,7 +3437,7 @@ |
||
for ac_exec_ext in '' $ac_executable_extensions; do |
||
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
||
ac_cv_prog_CC="${ac_tool_prefix}cc" |
||
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
break 2 |
||
fi |
||
done |
||
@@ -3317,11 +3448,11 @@ |
||
fi |
||
CC=$ac_cv_prog_CC |
||
if test -n "$CC"; then |
||
- { echo "$as_me:$LINENO: result: $CC" >&5 |
||
-echo "${ECHO_T}$CC" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 |
||
+$as_echo "$CC" >&6; } |
||
else |
||
- { echo "$as_me:$LINENO: result: no" >&5 |
||
-echo "${ECHO_T}no" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: no" >&5 |
||
+$as_echo "no" >&6; } |
||
fi |
||
|
||
|
||
@@ -3330,10 +3461,10 @@ |
||
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 "$as_me:$LINENO: checking for $ac_word" >&5 |
||
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
||
+$as_echo_n "checking for $ac_word... " >&6; } |
||
if test "${ac_cv_prog_CC+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
if test -n "$CC"; then |
||
ac_cv_prog_CC="$CC" # Let the user override the test. |
||
@@ -3351,7 +3482,7 @@ |
||
continue |
||
fi |
||
ac_cv_prog_CC="cc" |
||
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
break 2 |
||
fi |
||
done |
||
@@ -3374,11 +3505,11 @@ |
||
fi |
||
CC=$ac_cv_prog_CC |
||
if test -n "$CC"; then |
||
- { echo "$as_me:$LINENO: result: $CC" >&5 |
||
-echo "${ECHO_T}$CC" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 |
||
+$as_echo "$CC" >&6; } |
||
else |
||
- { echo "$as_me:$LINENO: result: no" >&5 |
||
-echo "${ECHO_T}no" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: no" >&5 |
||
+$as_echo "no" >&6; } |
||
fi |
||
|
||
|
||
@@ -3389,10 +3520,10 @@ |
||
do |
||
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
||
set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
||
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5 |
||
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
||
+$as_echo_n "checking for $ac_word... " >&6; } |
||
if test "${ac_cv_prog_CC+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
if test -n "$CC"; then |
||
ac_cv_prog_CC="$CC" # Let the user override the test. |
||
@@ -3405,7 +3536,7 @@ |
||
for ac_exec_ext in '' $ac_executable_extensions; do |
||
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
||
ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
||
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
break 2 |
||
fi |
||
done |
||
@@ -3416,11 +3547,11 @@ |
||
fi |
||
CC=$ac_cv_prog_CC |
||
if test -n "$CC"; then |
||
- { echo "$as_me:$LINENO: result: $CC" >&5 |
||
-echo "${ECHO_T}$CC" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 |
||
+$as_echo "$CC" >&6; } |
||
else |
||
- { echo "$as_me:$LINENO: result: no" >&5 |
||
-echo "${ECHO_T}no" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: no" >&5 |
||
+$as_echo "no" >&6; } |
||
fi |
||
|
||
|
||
@@ -3433,10 +3564,10 @@ |
||
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 "$as_me:$LINENO: checking for $ac_word" >&5 |
||
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
||
+$as_echo_n "checking for $ac_word... " >&6; } |
||
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
if test -n "$ac_ct_CC"; then |
||
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
||
@@ -3449,7 +3580,7 @@ |
||
for ac_exec_ext in '' $ac_executable_extensions; do |
||
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
||
ac_cv_prog_ac_ct_CC="$ac_prog" |
||
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
break 2 |
||
fi |
||
done |
||
@@ -3460,11 +3591,11 @@ |
||
fi |
||
ac_ct_CC=$ac_cv_prog_ac_ct_CC |
||
if test -n "$ac_ct_CC"; then |
||
- { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 |
||
-echo "${ECHO_T}$ac_ct_CC" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 |
||
+$as_echo "$ac_ct_CC" >&6; } |
||
else |
||
- { echo "$as_me:$LINENO: result: no" >&5 |
||
-echo "${ECHO_T}no" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: no" >&5 |
||
+$as_echo "no" >&6; } |
||
fi |
||
|
||
|
||
@@ -3476,12 +3607,8 @@ |
||
else |
||
case $cross_compiling:$ac_tool_warned in |
||
yes:) |
||
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools |
||
-whose name does not start with the host triplet. If you think this |
||
-configuration is useful to you, please write to autoconf@gnu.org." >&5 |
||
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools |
||
-whose name does not start with the host triplet. If you think this |
||
-configuration is useful to you, please write to autoconf@gnu.org." >&2;} |
||
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 |
||
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
||
ac_tool_warned=yes ;; |
||
esac |
||
CC=$ac_ct_CC |
||
@@ -3491,44 +3618,50 @@ |
||
fi |
||
|
||
|
||
-test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH |
||
+test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 |
||
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
||
+{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH |
||
See \`config.log' for more details." >&5 |
||
-echo "$as_me: error: no acceptable C compiler found in \$PATH |
||
+$as_echo "$as_me: error: no acceptable C compiler found in \$PATH |
||
See \`config.log' for more details." >&2;} |
||
- { (exit 1); exit 1; }; } |
||
+ { (exit 1); exit 1; }; }; } |
||
|
||
# Provide some information about the compiler. |
||
-echo "$as_me:$LINENO: checking for C compiler version" >&5 |
||
-ac_compiler=`set X $ac_compile; echo $2` |
||
+$as_echo "$as_me:$LINENO: checking for C compiler version" >&5 |
||
+set X $ac_compile |
||
+ac_compiler=$2 |
||
{ (ac_try="$ac_compiler --version >&5" |
||
case "(($ac_try" in |
||
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
||
*) ac_try_echo=$ac_try;; |
||
esac |
||
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
||
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
||
+$as_echo "$ac_try_echo") >&5 |
||
(eval "$ac_compiler --version >&5") 2>&5 |
||
ac_status=$? |
||
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
(exit $ac_status); } |
||
{ (ac_try="$ac_compiler -v >&5" |
||
case "(($ac_try" in |
||
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
||
*) ac_try_echo=$ac_try;; |
||
esac |
||
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
||
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
||
+$as_echo "$ac_try_echo") >&5 |
||
(eval "$ac_compiler -v >&5") 2>&5 |
||
ac_status=$? |
||
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
(exit $ac_status); } |
||
{ (ac_try="$ac_compiler -V >&5" |
||
case "(($ac_try" in |
||
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
||
*) ac_try_echo=$ac_try;; |
||
esac |
||
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
||
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
||
+$as_echo "$ac_try_echo") >&5 |
||
(eval "$ac_compiler -V >&5") 2>&5 |
||
ac_status=$? |
||
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
(exit $ac_status); } |
||
|
||
cat >conftest.$ac_ext <<_ACEOF |
||
@@ -3547,27 +3680,22 @@ |
||
} |
||
_ACEOF |
||
ac_clean_files_save=$ac_clean_files |
||
-ac_clean_files="$ac_clean_files a.out a.exe b.out" |
||
+ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" |
||
# Try to create an executable without -o first, disregard a.out. |
||
# It will help us diagnose broken compilers, and finding out an intuition |
||
# of exeext. |
||
-{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 |
||
-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } |
||
-ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` |
||
-# |
||
-# List of possible output files, starting from the most likely. |
||
-# The algorithm is not robust to junk in `.', hence go to wildcards (a.*) |
||
-# only as a last resort. b.out is created by i960 compilers. |
||
-ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' |
||
-# |
||
-# The IRIX 6 linker writes into existing files which may not be |
||
-# executable, retaining their permissions. Remove them first so a |
||
-# subsequent execution test works. |
||
+{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 |
||
+$as_echo_n "checking for C compiler default output file name... " >&6; } |
||
+ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` |
||
+ |
||
+# The possible output files: |
||
+ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" |
||
+ |
||
ac_rmfiles= |
||
for ac_file in $ac_files |
||
do |
||
case $ac_file in |
||
- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; |
||
+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; |
||
* ) ac_rmfiles="$ac_rmfiles $ac_file";; |
||
esac |
||
done |
||
@@ -3578,10 +3706,11 @@ |
||
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
||
*) ac_try_echo=$ac_try;; |
||
esac |
||
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
||
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
||
+$as_echo "$ac_try_echo") >&5 |
||
(eval "$ac_link_default") 2>&5 |
||
ac_status=$? |
||
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
(exit $ac_status); }; then |
||
# Autoconf-2.13 could set the ac_cv_exeext variable to `no'. |
||
# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' |
||
@@ -3592,7 +3721,7 @@ |
||
do |
||
test -f "$ac_file" || continue |
||
case $ac_file in |
||
- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) |
||
+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) |
||
;; |
||
[ab].out ) |
||
# We found the default executable, but exeext='' is most |
||
@@ -3619,25 +3748,27 @@ |
||
ac_file='' |
||
fi |
||
|
||
-{ echo "$as_me:$LINENO: result: $ac_file" >&5 |
||
-echo "${ECHO_T}$ac_file" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5 |
||
+$as_echo "$ac_file" >&6; } |
||
if test -z "$ac_file"; then |
||
- echo "$as_me: failed program was:" >&5 |
||
+ $as_echo "$as_me: failed program was:" >&5 |
||
sed 's/^/| /' conftest.$ac_ext >&5 |
||
|
||
-{ { echo "$as_me:$LINENO: error: C compiler cannot create executables |
||
+{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 |
||
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
||
+{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables |
||
See \`config.log' for more details." >&5 |
||
-echo "$as_me: error: C compiler cannot create executables |
||
+$as_echo "$as_me: error: C compiler cannot create executables |
||
See \`config.log' for more details." >&2;} |
||
- { (exit 77); exit 77; }; } |
||
+ { (exit 77); exit 77; }; }; } |
||
fi |
||
|
||
ac_exeext=$ac_cv_exeext |
||
|
||
# Check that the compiler produces executables we can run. If not, either |
||
# the compiler is broken, or we cross compile. |
||
-{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5 |
||
-echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 |
||
+$as_echo_n "checking whether the C compiler works... " >&6; } |
||
# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 |
||
# If not cross compiling, check that we can run a simple program. |
||
if test "$cross_compiling" != yes; then |
||
@@ -3646,49 +3777,53 @@ |
||
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
||
*) ac_try_echo=$ac_try;; |
||
esac |
||
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
||
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
||
+$as_echo "$ac_try_echo") >&5 |
||
(eval "$ac_try") 2>&5 |
||
ac_status=$? |
||
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
(exit $ac_status); }; }; then |
||
cross_compiling=no |
||
else |
||
if test "$cross_compiling" = maybe; then |
||
cross_compiling=yes |
||
else |
||
- { { echo "$as_me:$LINENO: error: cannot run C compiled programs. |
||
+ { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 |
||
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
||
+{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. |
||
If you meant to cross compile, use \`--host'. |
||
See \`config.log' for more details." >&5 |
||
-echo "$as_me: error: cannot run C compiled programs. |
||
+$as_echo "$as_me: error: cannot run C compiled programs. |
||
If you meant to cross compile, use \`--host'. |
||
See \`config.log' for more details." >&2;} |
||
- { (exit 1); exit 1; }; } |
||
+ { (exit 1); exit 1; }; }; } |
||
fi |
||
fi |
||
fi |
||
-{ echo "$as_me:$LINENO: result: yes" >&5 |
||
-echo "${ECHO_T}yes" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: result: yes" >&5 |
||
+$as_echo "yes" >&6; } |
||
|
||
-rm -f a.out a.exe conftest$ac_cv_exeext b.out |
||
+rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out |
||
ac_clean_files=$ac_clean_files_save |
||
# Check that the compiler produces executables we can run. If not, either |
||
# the compiler is broken, or we cross compile. |
||
-{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 |
||
-echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } |
||
-{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 |
||
-echo "${ECHO_T}$cross_compiling" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 |
||
+$as_echo_n "checking whether we are cross compiling... " >&6; } |
||
+{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 |
||
+$as_echo "$cross_compiling" >&6; } |
||
|
||
-{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 |
||
-echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 |
||
+$as_echo_n "checking for suffix of executables... " >&6; } |
||
if { (ac_try="$ac_link" |
||
case "(($ac_try" in |
||
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
||
*) ac_try_echo=$ac_try;; |
||
esac |
||
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
||
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
||
+$as_echo "$ac_try_echo") >&5 |
||
(eval "$ac_link") 2>&5 |
||
ac_status=$? |
||
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
(exit $ac_status); }; then |
||
# If both `conftest.exe' and `conftest' are `present' (well, observable) |
||
# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will |
||
@@ -3697,31 +3832,33 @@ |
||
for ac_file in conftest.exe conftest conftest.*; do |
||
test -f "$ac_file" || continue |
||
case $ac_file in |
||
- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; |
||
+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; |
||
*.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
||
break;; |
||
* ) break;; |
||
esac |
||
done |
||
else |
||
- { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link |
||
+ { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 |
||
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
||
+{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link |
||
See \`config.log' for more details." >&5 |
||
-echo "$as_me: error: cannot compute suffix of executables: cannot compile and link |
||
+$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link |
||
See \`config.log' for more details." >&2;} |
||
- { (exit 1); exit 1; }; } |
||
+ { (exit 1); exit 1; }; }; } |
||
fi |
||
|
||
rm -f conftest$ac_cv_exeext |
||
-{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 |
||
-echo "${ECHO_T}$ac_cv_exeext" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 |
||
+$as_echo "$ac_cv_exeext" >&6; } |
||
|
||
rm -f conftest.$ac_ext |
||
EXEEXT=$ac_cv_exeext |
||
ac_exeext=$EXEEXT |
||
-{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 |
||
-echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 |
||
+$as_echo_n "checking for suffix of object files... " >&6; } |
||
if test "${ac_cv_objext+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
cat >conftest.$ac_ext <<_ACEOF |
||
/* confdefs.h. */ |
||
@@ -3744,40 +3881,43 @@ |
||
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
||
*) ac_try_echo=$ac_try;; |
||
esac |
||
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
||
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
||
+$as_echo "$ac_try_echo") >&5 |
||
(eval "$ac_compile") 2>&5 |
||
ac_status=$? |
||
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
(exit $ac_status); }; then |
||
for ac_file in conftest.o conftest.obj conftest.*; do |
||
test -f "$ac_file" || continue; |
||
case $ac_file in |
||
- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; |
||
+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; |
||
*) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` |
||
break;; |
||
esac |
||
done |
||
else |
||
- echo "$as_me: failed program was:" >&5 |
||
+ $as_echo "$as_me: failed program was:" >&5 |
||
sed 's/^/| /' conftest.$ac_ext >&5 |
||
|
||
-{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile |
||
+{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 |
||
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
||
+{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile |
||
See \`config.log' for more details." >&5 |
||
-echo "$as_me: error: cannot compute suffix of object files: cannot compile |
||
+$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile |
||
See \`config.log' for more details." >&2;} |
||
- { (exit 1); exit 1; }; } |
||
+ { (exit 1); exit 1; }; }; } |
||
fi |
||
|
||
rm -f conftest.$ac_cv_objext conftest.$ac_ext |
||
fi |
||
-{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 |
||
-echo "${ECHO_T}$ac_cv_objext" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 |
||
+$as_echo "$ac_cv_objext" >&6; } |
||
OBJEXT=$ac_cv_objext |
||
ac_objext=$OBJEXT |
||
-{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 |
||
-echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 |
||
+$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } |
||
if test "${ac_cv_c_compiler_gnu+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
cat >conftest.$ac_ext <<_ACEOF |
||
/* confdefs.h. */ |
||
@@ -3803,20 +3943,21 @@ |
||
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
||
*) ac_try_echo=$ac_try;; |
||
esac |
||
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
||
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
||
+$as_echo "$ac_try_echo") >&5 |
||
(eval "$ac_compile") 2>conftest.er1 |
||
ac_status=$? |
||
grep -v '^ *+' conftest.er1 >conftest.err |
||
rm -f conftest.er1 |
||
cat conftest.err >&5 |
||
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
(exit $ac_status); } && { |
||
test -z "$ac_c_werror_flag" || |
||
test ! -s conftest.err |
||
} && test -s conftest.$ac_objext; then |
||
ac_compiler_gnu=yes |
||
else |
||
- echo "$as_me: failed program was:" >&5 |
||
+ $as_echo "$as_me: failed program was:" >&5 |
||
sed 's/^/| /' conftest.$ac_ext >&5 |
||
|
||
ac_compiler_gnu=no |
||
@@ -3826,15 +3967,19 @@ |
||
ac_cv_c_compiler_gnu=$ac_compiler_gnu |
||
|
||
fi |
||
-{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 |
||
-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } |
||
-GCC=`test $ac_compiler_gnu = yes && echo yes` |
||
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 |
||
+$as_echo "$ac_cv_c_compiler_gnu" >&6; } |
||
+if test $ac_compiler_gnu = yes; then |
||
+ GCC=yes |
||
+else |
||
+ GCC= |
||
+fi |
||
ac_test_CFLAGS=${CFLAGS+set} |
||
ac_save_CFLAGS=$CFLAGS |
||
-{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 |
||
-echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 |
||
+$as_echo_n "checking whether $CC accepts -g... " >&6; } |
||
if test "${ac_cv_prog_cc_g+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
ac_save_c_werror_flag=$ac_c_werror_flag |
||
ac_c_werror_flag=yes |
||
@@ -3861,20 +4006,21 @@ |
||
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
||
*) ac_try_echo=$ac_try;; |
||
esac |
||
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
||
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
||
+$as_echo "$ac_try_echo") >&5 |
||
(eval "$ac_compile") 2>conftest.er1 |
||
ac_status=$? |
||
grep -v '^ *+' conftest.er1 >conftest.err |
||
rm -f conftest.er1 |
||
cat conftest.err >&5 |
||
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
(exit $ac_status); } && { |
||
test -z "$ac_c_werror_flag" || |
||
test ! -s conftest.err |
||
} && test -s conftest.$ac_objext; then |
||
ac_cv_prog_cc_g=yes |
||
else |
||
- echo "$as_me: failed program was:" >&5 |
||
+ $as_echo "$as_me: failed program was:" >&5 |
||
sed 's/^/| /' conftest.$ac_ext >&5 |
||
|
||
CFLAGS="" |
||
@@ -3899,20 +4045,21 @@ |
||
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
||
*) ac_try_echo=$ac_try;; |
||
esac |
||
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
||
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
||
+$as_echo "$ac_try_echo") >&5 |
||
(eval "$ac_compile") 2>conftest.er1 |
||
ac_status=$? |
||
grep -v '^ *+' conftest.er1 >conftest.err |
||
rm -f conftest.er1 |
||
cat conftest.err >&5 |
||
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
(exit $ac_status); } && { |
||
test -z "$ac_c_werror_flag" || |
||
test ! -s conftest.err |
||
} && test -s conftest.$ac_objext; then |
||
: |
||
else |
||
- echo "$as_me: failed program was:" >&5 |
||
+ $as_echo "$as_me: failed program was:" >&5 |
||
sed 's/^/| /' conftest.$ac_ext >&5 |
||
|
||
ac_c_werror_flag=$ac_save_c_werror_flag |
||
@@ -3938,20 +4085,21 @@ |
||
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
||
*) ac_try_echo=$ac_try;; |
||
esac |
||
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
||
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
||
+$as_echo "$ac_try_echo") >&5 |
||
(eval "$ac_compile") 2>conftest.er1 |
||
ac_status=$? |
||
grep -v '^ *+' conftest.er1 >conftest.err |
||
rm -f conftest.er1 |
||
cat conftest.err >&5 |
||
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
(exit $ac_status); } && { |
||
test -z "$ac_c_werror_flag" || |
||
test ! -s conftest.err |
||
} && test -s conftest.$ac_objext; then |
||
ac_cv_prog_cc_g=yes |
||
else |
||
- echo "$as_me: failed program was:" >&5 |
||
+ $as_echo "$as_me: failed program was:" >&5 |
||
sed 's/^/| /' conftest.$ac_ext >&5 |
||
|
||
|
||
@@ -3966,8 +4114,8 @@ |
||
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
||
ac_c_werror_flag=$ac_save_c_werror_flag |
||
fi |
||
-{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 |
||
-echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 |
||
+$as_echo "$ac_cv_prog_cc_g" >&6; } |
||
if test "$ac_test_CFLAGS" = set; then |
||
CFLAGS=$ac_save_CFLAGS |
||
elif test $ac_cv_prog_cc_g = yes; then |
||
@@ -3983,10 +4131,10 @@ |
||
CFLAGS= |
||
fi |
||
fi |
||
-{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 |
||
-echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 |
||
+$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } |
||
if test "${ac_cv_prog_cc_c89+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
ac_cv_prog_cc_c89=no |
||
ac_save_CC=$CC |
||
@@ -4057,20 +4205,21 @@ |
||
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
||
*) ac_try_echo=$ac_try;; |
||
esac |
||
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
||
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
||
+$as_echo "$ac_try_echo") >&5 |
||
(eval "$ac_compile") 2>conftest.er1 |
||
ac_status=$? |
||
grep -v '^ *+' conftest.er1 >conftest.err |
||
rm -f conftest.er1 |
||
cat conftest.err >&5 |
||
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
(exit $ac_status); } && { |
||
test -z "$ac_c_werror_flag" || |
||
test ! -s conftest.err |
||
} && test -s conftest.$ac_objext; then |
||
ac_cv_prog_cc_c89=$ac_arg |
||
else |
||
- echo "$as_me: failed program was:" >&5 |
||
+ $as_echo "$as_me: failed program was:" >&5 |
||
sed 's/^/| /' conftest.$ac_ext >&5 |
||
|
||
|
||
@@ -4086,15 +4235,15 @@ |
||
# AC_CACHE_VAL |
||
case "x$ac_cv_prog_cc_c89" in |
||
x) |
||
- { echo "$as_me:$LINENO: result: none needed" >&5 |
||
-echo "${ECHO_T}none needed" >&6; } ;; |
||
+ { $as_echo "$as_me:$LINENO: result: none needed" >&5 |
||
+$as_echo "none needed" >&6; } ;; |
||
xno) |
||
- { echo "$as_me:$LINENO: result: unsupported" >&5 |
||
-echo "${ECHO_T}unsupported" >&6; } ;; |
||
+ { $as_echo "$as_me:$LINENO: result: unsupported" >&5 |
||
+$as_echo "unsupported" >&6; } ;; |
||
*) |
||
CC="$CC $ac_cv_prog_cc_c89" |
||
- { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 |
||
-echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; |
||
+ { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 |
||
+$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; |
||
esac |
||
|
||
|
||
@@ -4115,8 +4264,8 @@ |
||
.PHONY: am__doit |
||
END |
||
# If we don't find an include directive, just comment out the code. |
||
-{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 |
||
-echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 |
||
+$as_echo_n "checking for style of include used by $am_make... " >&6; } |
||
am__include="#" |
||
am__quote= |
||
_am_result=none |
||
@@ -4143,8 +4292,8 @@ |
||
fi |
||
|
||
|
||
-{ echo "$as_me:$LINENO: result: $_am_result" >&5 |
||
-echo "${ECHO_T}$_am_result" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5 |
||
+$as_echo "$_am_result" >&6; } |
||
rm -f confinc confmf |
||
|
||
# Check whether --enable-dependency-tracking was given. |
||
@@ -4168,10 +4317,10 @@ |
||
|
||
depcc="$CC" am_compiler_list= |
||
|
||
-{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 |
||
-echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 |
||
+$as_echo_n "checking dependency style of $depcc... " >&6; } |
||
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then |
||
# We make a subdir and do the tests there. Otherwise we can end up |
||
@@ -4259,8 +4408,8 @@ |
||
fi |
||
|
||
fi |
||
-{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 |
||
-echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 |
||
+$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } |
||
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type |
||
|
||
if |
||
@@ -4283,10 +4432,10 @@ |
||
|
||
depcc="$CCAS" am_compiler_list= |
||
|
||
-{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 |
||
-echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 |
||
+$as_echo_n "checking dependency style of $depcc... " >&6; } |
||
if test "${am_cv_CCAS_dependencies_compiler_type+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then |
||
# We make a subdir and do the tests there. Otherwise we can end up |
||
@@ -4374,8 +4523,8 @@ |
||
fi |
||
|
||
fi |
||
-{ echo "$as_me:$LINENO: result: $am_cv_CCAS_dependencies_compiler_type" >&5 |
||
-echo "${ECHO_T}$am_cv_CCAS_dependencies_compiler_type" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: result: $am_cv_CCAS_dependencies_compiler_type" >&5 |
||
+$as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; } |
||
CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type |
||
|
||
if |
||
@@ -4397,10 +4546,10 @@ |
||
if test -n "$ac_tool_prefix"; then |
||
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. |
||
set dummy ${ac_tool_prefix}gcc; ac_word=$2 |
||
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5 |
||
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
||
+$as_echo_n "checking for $ac_word... " >&6; } |
||
if test "${ac_cv_prog_CC+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
if test -n "$CC"; then |
||
ac_cv_prog_CC="$CC" # Let the user override the test. |
||
@@ -4413,7 +4562,7 @@ |
||
for ac_exec_ext in '' $ac_executable_extensions; do |
||
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
||
ac_cv_prog_CC="${ac_tool_prefix}gcc" |
||
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
break 2 |
||
fi |
||
done |
||
@@ -4424,11 +4573,11 @@ |
||
fi |
||
CC=$ac_cv_prog_CC |
||
if test -n "$CC"; then |
||
- { echo "$as_me:$LINENO: result: $CC" >&5 |
||
-echo "${ECHO_T}$CC" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 |
||
+$as_echo "$CC" >&6; } |
||
else |
||
- { echo "$as_me:$LINENO: result: no" >&5 |
||
-echo "${ECHO_T}no" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: no" >&5 |
||
+$as_echo "no" >&6; } |
||
fi |
||
|
||
|
||
@@ -4437,10 +4586,10 @@ |
||
ac_ct_CC=$CC |
||
# Extract the first word of "gcc", so it can be a program name with args. |
||
set dummy gcc; ac_word=$2 |
||
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5 |
||
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
||
+$as_echo_n "checking for $ac_word... " >&6; } |
||
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
if test -n "$ac_ct_CC"; then |
||
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
||
@@ -4453,7 +4602,7 @@ |
||
for ac_exec_ext in '' $ac_executable_extensions; do |
||
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
||
ac_cv_prog_ac_ct_CC="gcc" |
||
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
break 2 |
||
fi |
||
done |
||
@@ -4464,11 +4613,11 @@ |
||
fi |
||
ac_ct_CC=$ac_cv_prog_ac_ct_CC |
||
if test -n "$ac_ct_CC"; then |
||
- { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 |
||
-echo "${ECHO_T}$ac_ct_CC" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 |
||
+$as_echo "$ac_ct_CC" >&6; } |
||
else |
||
- { echo "$as_me:$LINENO: result: no" >&5 |
||
-echo "${ECHO_T}no" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: no" >&5 |
||
+$as_echo "no" >&6; } |
||
fi |
||
|
||
if test "x$ac_ct_CC" = x; then |
||
@@ -4476,12 +4625,8 @@ |
||
else |
||
case $cross_compiling:$ac_tool_warned in |
||
yes:) |
||
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools |
||
-whose name does not start with the host triplet. If you think this |
||
-configuration is useful to you, please write to autoconf@gnu.org." >&5 |
||
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools |
||
-whose name does not start with the host triplet. If you think this |
||
-configuration is useful to you, please write to autoconf@gnu.org." >&2;} |
||
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 |
||
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
||
ac_tool_warned=yes ;; |
||
esac |
||
CC=$ac_ct_CC |
||
@@ -4494,10 +4639,10 @@ |
||
if test -n "$ac_tool_prefix"; then |
||
# Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. |
||
set dummy ${ac_tool_prefix}cc; ac_word=$2 |
||
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5 |
||
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
||
+$as_echo_n "checking for $ac_word... " >&6; } |
||
if test "${ac_cv_prog_CC+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
if test -n "$CC"; then |
||
ac_cv_prog_CC="$CC" # Let the user override the test. |
||
@@ -4510,7 +4655,7 @@ |
||
for ac_exec_ext in '' $ac_executable_extensions; do |
||
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
||
ac_cv_prog_CC="${ac_tool_prefix}cc" |
||
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
break 2 |
||
fi |
||
done |
||
@@ -4521,11 +4666,11 @@ |
||
fi |
||
CC=$ac_cv_prog_CC |
||
if test -n "$CC"; then |
||
- { echo "$as_me:$LINENO: result: $CC" >&5 |
||
-echo "${ECHO_T}$CC" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 |
||
+$as_echo "$CC" >&6; } |
||
else |
||
- { echo "$as_me:$LINENO: result: no" >&5 |
||
-echo "${ECHO_T}no" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: no" >&5 |
||
+$as_echo "no" >&6; } |
||
fi |
||
|
||
|
||
@@ -4534,10 +4679,10 @@ |
||
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 "$as_me:$LINENO: checking for $ac_word" >&5 |
||
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
||
+$as_echo_n "checking for $ac_word... " >&6; } |
||
if test "${ac_cv_prog_CC+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
if test -n "$CC"; then |
||
ac_cv_prog_CC="$CC" # Let the user override the test. |
||
@@ -4555,7 +4700,7 @@ |
||
continue |
||
fi |
||
ac_cv_prog_CC="cc" |
||
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
break 2 |
||
fi |
||
done |
||
@@ -4578,11 +4723,11 @@ |
||
fi |
||
CC=$ac_cv_prog_CC |
||
if test -n "$CC"; then |
||
- { echo "$as_me:$LINENO: result: $CC" >&5 |
||
-echo "${ECHO_T}$CC" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 |
||
+$as_echo "$CC" >&6; } |
||
else |
||
- { echo "$as_me:$LINENO: result: no" >&5 |
||
-echo "${ECHO_T}no" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: no" >&5 |
||
+$as_echo "no" >&6; } |
||
fi |
||
|
||
|
||
@@ -4593,10 +4738,10 @@ |
||
do |
||
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
||
set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
||
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5 |
||
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
||
+$as_echo_n "checking for $ac_word... " >&6; } |
||
if test "${ac_cv_prog_CC+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
if test -n "$CC"; then |
||
ac_cv_prog_CC="$CC" # Let the user override the test. |
||
@@ -4609,7 +4754,7 @@ |
||
for ac_exec_ext in '' $ac_executable_extensions; do |
||
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
||
ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
||
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
break 2 |
||
fi |
||
done |
||
@@ -4620,11 +4765,11 @@ |
||
fi |
||
CC=$ac_cv_prog_CC |
||
if test -n "$CC"; then |
||
- { echo "$as_me:$LINENO: result: $CC" >&5 |
||
-echo "${ECHO_T}$CC" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 |
||
+$as_echo "$CC" >&6; } |
||
else |
||
- { echo "$as_me:$LINENO: result: no" >&5 |
||
-echo "${ECHO_T}no" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: no" >&5 |
||
+$as_echo "no" >&6; } |
||
fi |
||
|
||
|
||
@@ -4637,10 +4782,10 @@ |
||
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 "$as_me:$LINENO: checking for $ac_word" >&5 |
||
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
||
+$as_echo_n "checking for $ac_word... " >&6; } |
||
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
if test -n "$ac_ct_CC"; then |
||
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
||
@@ -4653,7 +4798,7 @@ |
||
for ac_exec_ext in '' $ac_executable_extensions; do |
||
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
||
ac_cv_prog_ac_ct_CC="$ac_prog" |
||
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
||
break 2 |
||
fi |
||
done |
||
@@ -4664,11 +4809,11 @@ |
||
fi |
||
ac_ct_CC=$ac_cv_prog_ac_ct_CC |
||
if test -n "$ac_ct_CC"; then |
||
- { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 |
||
-echo "${ECHO_T}$ac_ct_CC" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 |
||
+$as_echo "$ac_ct_CC" >&6; } |
||
else |
||
- { echo "$as_me:$LINENO: result: no" >&5 |
||
-echo "${ECHO_T}no" >&6; } |
||
+ { $as_echo "$as_me:$LINENO: result: no" >&5 |
||
+$as_echo "no" >&6; } |
||
fi |
||
|
||
|
||
@@ -4680,12 +4825,8 @@ |
||
else |
||
case $cross_compiling:$ac_tool_warned in |
||
yes:) |
||
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools |
||
-whose name does not start with the host triplet. If you think this |
||
-configuration is useful to you, please write to autoconf@gnu.org." >&5 |
||
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools |
||
-whose name does not start with the host triplet. If you think this |
||
-configuration is useful to you, please write to autoconf@gnu.org." >&2;} |
||
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 |
||
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
||
ac_tool_warned=yes ;; |
||
esac |
||
CC=$ac_ct_CC |
||
@@ -4695,50 +4836,56 @@ |
||
fi |
||
|
||
|
||
-test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH |
||
+test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 |
||
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
||
+{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH |
||
See \`config.log' for more details." >&5 |
||
-echo "$as_me: error: no acceptable C compiler found in \$PATH |
||
+$as_echo "$as_me: error: no acceptable C compiler found in \$PATH |
||
See \`config.log' for more details." >&2;} |
||
- { (exit 1); exit 1; }; } |
||
+ { (exit 1); exit 1; }; }; } |
||
|
||
# Provide some information about the compiler. |
||
-echo "$as_me:$LINENO: checking for C compiler version" >&5 |
||
-ac_compiler=`set X $ac_compile; echo $2` |
||
+$as_echo "$as_me:$LINENO: checking for C compiler version" >&5 |
||
+set X $ac_compile |
||
+ac_compiler=$2 |
||
{ (ac_try="$ac_compiler --version >&5" |
||
case "(($ac_try" in |
||
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
||
*) ac_try_echo=$ac_try;; |
||
esac |
||
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
||
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
||
+$as_echo "$ac_try_echo") >&5 |
||
(eval "$ac_compiler --version >&5") 2>&5 |
||
ac_status=$? |
||
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
(exit $ac_status); } |
||
{ (ac_try="$ac_compiler -v >&5" |
||
case "(($ac_try" in |
||
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
||
*) ac_try_echo=$ac_try;; |
||
esac |
||
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
||
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
||
+$as_echo "$ac_try_echo") >&5 |
||
(eval "$ac_compiler -v >&5") 2>&5 |
||
ac_status=$? |
||
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
(exit $ac_status); } |
||
{ (ac_try="$ac_compiler -V >&5" |
||
case "(($ac_try" in |
||
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
||
*) ac_try_echo=$ac_try;; |
||
esac |
||
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
||
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
||
+$as_echo "$ac_try_echo") >&5 |
||
(eval "$ac_compiler -V >&5") 2>&5 |
||
ac_status=$? |
||
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
(exit $ac_status); } |
||
|
||
-{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 |
||
-echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 |
||
+$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } |
||
if test "${ac_cv_c_compiler_gnu+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
cat >conftest.$ac_ext <<_ACEOF |
||
/* confdefs.h. */ |
||
@@ -4764,20 +4911,21 @@ |
||
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
||
*) ac_try_echo=$ac_try;; |
||
esac |
||
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
||
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
||
+$as_echo "$ac_try_echo") >&5 |
||
(eval "$ac_compile") 2>conftest.er1 |
||
ac_status=$? |
||
grep -v '^ *+' conftest.er1 >conftest.err |
||
rm -f conftest.er1 |
||
cat conftest.err >&5 |
||
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
(exit $ac_status); } && { |
||
test -z "$ac_c_werror_flag" || |
||
test ! -s conftest.err |
||
} && test -s conftest.$ac_objext; then |
||
ac_compiler_gnu=yes |
||
else |
||
- echo "$as_me: failed program was:" >&5 |
||
+ $as_echo "$as_me: failed program was:" >&5 |
||
sed 's/^/| /' conftest.$ac_ext >&5 |
||
|
||
ac_compiler_gnu=no |
||
@@ -4787,15 +4935,19 @@ |
||
ac_cv_c_compiler_gnu=$ac_compiler_gnu |
||
|
||
fi |
||
-{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 |
||
-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } |
||
-GCC=`test $ac_compiler_gnu = yes && echo yes` |
||
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 |
||
+$as_echo "$ac_cv_c_compiler_gnu" >&6; } |
||
+if test $ac_compiler_gnu = yes; then |
||
+ GCC=yes |
||
+else |
||
+ GCC= |
||
+fi |
||
ac_test_CFLAGS=${CFLAGS+set} |
||
ac_save_CFLAGS=$CFLAGS |
||
-{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 |
||
-echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } |
||
+{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 |
||
+$as_echo_n "checking whether $CC accepts -g... " >&6; } |
||
if test "${ac_cv_prog_cc_g+set}" = set; then |
||
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
||
+ $as_echo_n "(cached) " >&6 |
||
else |
||
ac_save_c_werror_flag=$ac_c_werror_flag |
||
ac_c_werror_flag=yes |
||
@@ -4822,20 +4974,21 @@ |
||
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
||
*) ac_try_echo=$ac_try;; |
||
esac |
||
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
||
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
||
+$as_echo "$ac_try_echo") >&5 |
||
(eval "$ac_compile") 2>conftest.er1 |
||
ac_status=$? |
||
grep -v '^ *+' conftest.er1 >conftest.err |
||
rm -f conftest.er1 |
||
cat conftest.err >&5 |
||
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
||
(exit $ac_status); } && { |
||
test -z "$ac_c_werror_flag" || |
||
test ! -s conftest.err |
||
} && test -s conftest.$ac_objext; then |
||
ac_cv_prog_cc_g=yes |
||
else |
||
- echo "$as_me: failed program was:" >&5 |
||
+ $as_echo "$as_me: failed program was:" >&5 |
||
sed 's/^/| /' conftest.$ac_ext >&5 |
||
|
||
CFLAGS="" |
||
@@ -4860,20 +5013,21 @@ |
||