543
526
# Sed expression to map a string onto a valid variable name.
544
527
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
531
# Check that we are running under the correct shell.
546
532
SHELL=${CONFIG_SHELL-/bin/sh}
549
test -n "$DJDIR" || exec 7<&0 </dev/null
536
# Remove one level of quotation (which was required for Make).
537
ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
542
if test "X$1" = X--no-reexec; then
543
# Discard the --no-reexec flag, and continue.
545
elif test "X$1" = X--fallback-echo; then
546
# Avoid inline document here, it may be left over
548
elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
549
# Yippee, $ECHO works!
552
# Restart under the correct shell.
553
exec $SHELL "$0" --no-reexec ${1+"$@"}
556
if test "X$1" = X--fallback-echo; then
557
# used as fallback echo
565
# The HP-UX ksh and POSIX shell print the target directory to stdout
567
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
569
if test -z "$lt_ECHO"; then
570
if test "X${echo_test_string+set}" != Xset; then
571
# find a string as large as possible, as long as the shell can cope with it
572
for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
573
# expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
574
if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
575
{ test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
582
if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
583
echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
584
test "X$echo_testing_string" = "X$echo_test_string"; then
587
# The Solaris, AIX, and Digital Unix default echo programs unquote
588
# backslashes. This makes it impossible to quote backslashes using
589
# echo "$something" | sed 's/\\/\\\\/g'
591
# So, first we look for a working echo in the user's PATH.
593
lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
594
for dir in $PATH /usr/ucb; do
596
if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
597
test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
598
echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
599
test "X$echo_testing_string" = "X$echo_test_string"; then
606
if test "X$ECHO" = Xecho; then
607
# We didn't find a better echo, so look for alternatives.
608
if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
609
echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
610
test "X$echo_testing_string" = "X$echo_test_string"; then
611
# This shell has a builtin print -r that does the trick.
613
elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
614
test "X$CONFIG_SHELL" != X/bin/ksh; then
615
# If we have ksh, try running configure again with it.
616
ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
617
export ORIGINAL_CONFIG_SHELL
618
CONFIG_SHELL=/bin/ksh
620
exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
624
if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
625
echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
626
test "X$echo_testing_string" = "X$echo_test_string"; then
629
elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
630
test "X$echo_testing_string" = 'X\t' &&
631
echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
632
test "X$echo_testing_string" = "X$echo_test_string"; then
633
CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
635
SHELL="$CONFIG_SHELL"
637
ECHO="$CONFIG_SHELL $0 --fallback-echo"
638
elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
639
test "X$echo_testing_string" = 'X\t' &&
640
echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
641
test "X$echo_testing_string" = "X$echo_test_string"; then
642
ECHO="$CONFIG_SHELL $0 --fallback-echo"
644
# maybe with a smaller string...
647
for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
648
if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
655
if test "$prev" != 'sed 50q "$0"'; then
656
echo_test_string=`eval $prev`
657
export echo_test_string
658
exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
660
# Oops. We lost completely, so just stick with echo.
669
# Copy echo and quote the copy suitably for passing to libtool from
670
# the Makefile, instead of quoting the original, which is used later.
672
if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
673
lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
679
exec 7<&0 </dev/null 6>&1
552
681
# Name of the host.
553
# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
682
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
554
683
# so uname gets run too.
555
684
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
2824
2938
ac_config_headers="$ac_config_headers config.h"
2827
# checks for programs.
2829
ac_cpp='$CXXCPP $CPPFLAGS'
2830
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2831
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2832
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2833
if test -z "$CXX"; then
2834
if test -n "$CCC"; then
2837
if test -n "$ac_tool_prefix"; then
2838
for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2840
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2841
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2842
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2843
$as_echo_n "checking for $ac_word... " >&6; }
2844
if ${ac_cv_prog_CXX+:} false; then :
2845
$as_echo_n "(cached) " >&6
2847
if test -n "$CXX"; then
2848
ac_cv_prog_CXX="$CXX" # Let the user override the test.
2850
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2854
test -z "$as_dir" && as_dir=.
2855
for ac_exec_ext in '' $ac_executable_extensions; do
2856
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2857
ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2858
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2868
if test -n "$CXX"; then
2869
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
2870
$as_echo "$CXX" >&6; }
2872
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2873
$as_echo "no" >&6; }
2877
test -n "$CXX" && break
2880
if test -z "$CXX"; then
2882
for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2884
# Extract the first word of "$ac_prog", so it can be a program name with args.
2885
set dummy $ac_prog; ac_word=$2
2886
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2887
$as_echo_n "checking for $ac_word... " >&6; }
2888
if ${ac_cv_prog_ac_ct_CXX+:} false; then :
2889
$as_echo_n "(cached) " >&6
2891
if test -n "$ac_ct_CXX"; then
2892
ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2894
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2898
test -z "$as_dir" && as_dir=.
2899
for ac_exec_ext in '' $ac_executable_extensions; do
2900
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2901
ac_cv_prog_ac_ct_CXX="$ac_prog"
2902
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2911
ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2912
if test -n "$ac_ct_CXX"; then
2913
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
2914
$as_echo "$ac_ct_CXX" >&6; }
2916
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2917
$as_echo "no" >&6; }
2921
test -n "$ac_ct_CXX" && break
2924
if test "x$ac_ct_CXX" = x; then
2927
case $cross_compiling:$ac_tool_warned in
2929
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2930
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2931
ac_tool_warned=yes ;;
2939
# Provide some information about the compiler.
2940
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
2943
for ac_option in --version -v -V -qversion; do
2944
{ { ac_try="$ac_compiler $ac_option >&5"
2946
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2947
*) ac_try_echo=$ac_try;;
2949
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2950
$as_echo "$ac_try_echo"; } >&5
2951
(eval "$ac_compiler $ac_option >&5") 2>conftest.err
2953
if test -s conftest.err; then
2955
... rest of stderr output deleted ...
2956
10q' conftest.err >conftest.er1
2957
cat conftest.er1 >&5
2959
rm -f conftest.er1 conftest.err
2960
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2961
test $ac_status = 0; }
2964
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2965
/* end confdefs.h. */
2975
ac_clean_files_save=$ac_clean_files
2976
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2977
# Try to create an executable without -o first, disregard a.out.
2978
# It will help us diagnose broken compilers, and finding out an intuition
2980
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler works" >&5
2981
$as_echo_n "checking whether the C++ compiler works... " >&6; }
2982
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2984
# The possible output files:
2985
ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2988
for ac_file in $ac_files
2991
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2992
* ) ac_rmfiles="$ac_rmfiles $ac_file";;
2997
if { { ac_try="$ac_link_default"
2999
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3000
*) ac_try_echo=$ac_try;;
3002
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3003
$as_echo "$ac_try_echo"; } >&5
3004
(eval "$ac_link_default") 2>&5
3006
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3007
test $ac_status = 0; }; then :
3008
# Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3009
# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3010
# in a Makefile. We should not override ac_cv_exeext if it was cached,
3011
# so that the user can short-circuit this test for compilers unknown to
3013
for ac_file in $ac_files ''
3015
test -f "$ac_file" || continue
3017
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3020
# We found the default executable, but exeext='' is most
3024
if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3026
ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3028
# We set ac_cv_exeext here because the later test for it is not
3029
# safe: cross compilers may not add the suffix if given an `-o'
3030
# argument, so we may need to know it at that point already.
3031
# Even if this section looks crufty: it has the advantage of
3038
test "$ac_cv_exeext" = no && ac_cv_exeext=
3043
if test -z "$ac_file"; then :
3044
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3045
$as_echo "no" >&6; }
3046
$as_echo "$as_me: failed program was:" >&5
3047
sed 's/^/| /' conftest.$ac_ext >&5
3049
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3050
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3051
as_fn_error 77 "C++ compiler cannot create executables
3052
See \`config.log' for more details" "$LINENO" 5; }
3054
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3055
$as_echo "yes" >&6; }
3057
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler default output file name" >&5
3058
$as_echo_n "checking for C++ compiler default output file name... " >&6; }
3059
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3060
$as_echo "$ac_file" >&6; }
3061
ac_exeext=$ac_cv_exeext
3063
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3064
ac_clean_files=$ac_clean_files_save
3065
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3066
$as_echo_n "checking for suffix of executables... " >&6; }
3067
if { { ac_try="$ac_link"
3069
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3070
*) ac_try_echo=$ac_try;;
3072
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3073
$as_echo "$ac_try_echo"; } >&5
3074
(eval "$ac_link") 2>&5
3076
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3077
test $ac_status = 0; }; then :
3078
# If both `conftest.exe' and `conftest' are `present' (well, observable)
3079
# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3080
# work properly (i.e., refer to `conftest.exe'), while it won't with
3082
for ac_file in conftest.exe conftest conftest.*; do
3083
test -f "$ac_file" || continue
3085
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3086
*.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3092
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3093
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3094
as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3095
See \`config.log' for more details" "$LINENO" 5; }
3097
rm -f conftest conftest$ac_cv_exeext
3098
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3099
$as_echo "$ac_cv_exeext" >&6; }
3101
rm -f conftest.$ac_ext
3102
EXEEXT=$ac_cv_exeext
3104
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3105
/* end confdefs.h. */
3110
FILE *f = fopen ("conftest.out", "w");
3111
return ferror (f) || fclose (f) != 0;
3117
ac_clean_files="$ac_clean_files conftest.out"
3118
# Check that the compiler produces executables we can run. If not, either
3119
# the compiler is broken, or we cross compile.
3120
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3121
$as_echo_n "checking whether we are cross compiling... " >&6; }
3122
if test "$cross_compiling" != yes; then
3123
{ { ac_try="$ac_link"
3125
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3126
*) ac_try_echo=$ac_try;;
3128
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3129
$as_echo "$ac_try_echo"; } >&5
3130
(eval "$ac_link") 2>&5
3132
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3133
test $ac_status = 0; }
3134
if { ac_try='./conftest$ac_cv_exeext'
3135
{ { case "(($ac_try" in
3136
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3137
*) ac_try_echo=$ac_try;;
3139
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3140
$as_echo "$ac_try_echo"; } >&5
3141
(eval "$ac_try") 2>&5
3143
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3144
test $ac_status = 0; }; }; then
3147
if test "$cross_compiling" = maybe; then
3150
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3151
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3152
as_fn_error $? "cannot run C++ compiled programs.
3153
If you meant to cross compile, use \`--host'.
3154
See \`config.log' for more details" "$LINENO" 5; }
3158
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3159
$as_echo "$cross_compiling" >&6; }
3161
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3162
ac_clean_files=$ac_clean_files_save
3163
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3164
$as_echo_n "checking for suffix of object files... " >&6; }
3165
if ${ac_cv_objext+:} false; then :
3166
$as_echo_n "(cached) " >&6
3168
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3169
/* end confdefs.h. */
3179
rm -f conftest.o conftest.obj
3180
if { { ac_try="$ac_compile"
3182
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3183
*) ac_try_echo=$ac_try;;
3185
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3186
$as_echo "$ac_try_echo"; } >&5
3187
(eval "$ac_compile") 2>&5
3189
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3190
test $ac_status = 0; }; then :
3191
for ac_file in conftest.o conftest.obj conftest.*; do
3192
test -f "$ac_file" || continue;
3194
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3195
*) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3200
$as_echo "$as_me: failed program was:" >&5
3201
sed 's/^/| /' conftest.$ac_ext >&5
3203
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3204
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3205
as_fn_error $? "cannot compute suffix of object files: cannot compile
3206
See \`config.log' for more details" "$LINENO" 5; }
3208
rm -f conftest.$ac_cv_objext conftest.$ac_ext
3210
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3211
$as_echo "$ac_cv_objext" >&6; }
3212
OBJEXT=$ac_cv_objext
3214
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3215
$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3216
if ${ac_cv_cxx_compiler_gnu+:} false; then :
3217
$as_echo_n "(cached) " >&6
3219
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3220
/* end confdefs.h. */
3233
if ac_fn_cxx_try_compile "$LINENO"; then :
3238
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3239
ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3242
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3243
$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3244
if test $ac_compiler_gnu = yes; then
3249
ac_test_CXXFLAGS=${CXXFLAGS+set}
3250
ac_save_CXXFLAGS=$CXXFLAGS
3251
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3252
$as_echo_n "checking whether $CXX accepts -g... " >&6; }
3253
if ${ac_cv_prog_cxx_g+:} false; then :
3254
$as_echo_n "(cached) " >&6
3256
ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3257
ac_cxx_werror_flag=yes
3260
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3261
/* end confdefs.h. */
3271
if ac_fn_cxx_try_compile "$LINENO"; then :
3272
ac_cv_prog_cxx_g=yes
3275
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3276
/* end confdefs.h. */
3286
if ac_fn_cxx_try_compile "$LINENO"; then :
3289
ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3291
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3292
/* end confdefs.h. */
3302
if ac_fn_cxx_try_compile "$LINENO"; then :
3303
ac_cv_prog_cxx_g=yes
3305
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3307
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3309
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3310
ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3312
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3313
$as_echo "$ac_cv_prog_cxx_g" >&6; }
3314
if test "$ac_test_CXXFLAGS" = set; then
3315
CXXFLAGS=$ac_save_CXXFLAGS
3316
elif test $ac_cv_prog_cxx_g = yes; then
3317
if test "$GXX" = yes; then
3323
if test "$GXX" = yes; then
3330
ac_cpp='$CPP $CPPFLAGS'
3331
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3332
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3333
ac_compiler_gnu=$ac_cv_c_compiler_gnu
2942
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
2943
$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
2948
macro_version='2.2.6'
2949
macro_revision='1.3012'
2963
ltmain="$ac_aux_dir/ltmain.sh"
2965
# Make sure we can run config.sub.
2966
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2967
as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2969
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2970
$as_echo_n "checking build system type... " >&6; }
2971
if test "${ac_cv_build+set}" = set; then :
2972
$as_echo_n "(cached) " >&6
2974
ac_build_alias=$build_alias
2975
test "x$ac_build_alias" = x &&
2976
ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2977
test "x$ac_build_alias" = x &&
2978
as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2979
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2980
as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2983
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2984
$as_echo "$ac_cv_build" >&6; }
2985
case $ac_cv_build in
2987
*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2990
ac_save_IFS=$IFS; IFS='-'
2996
# Remember, the first character of IFS is used to create $*,
2997
# except with old shells:
3000
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3003
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3004
$as_echo_n "checking host system type... " >&6; }
3005
if test "${ac_cv_host+set}" = set; then :
3006
$as_echo_n "(cached) " >&6
3008
if test "x$host_alias" = x; then
3009
ac_cv_host=$ac_cv_build
3011
ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3012
as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3016
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3017
$as_echo "$ac_cv_host" >&6; }
3020
*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
3023
ac_save_IFS=$IFS; IFS='-'
3029
# Remember, the first character of IFS is used to create $*,
3030
# except with old shells:
3033
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3334
3036
DEPDIR="${am__leading_dot}deps"
3336
3038
ac_config_commands="$ac_config_commands depfiles"
3397
depcc="$CXX" am_compiler_list=
3399
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3400
$as_echo_n "checking dependency style of $depcc... " >&6; }
3401
if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
3402
$as_echo_n "(cached) " >&6
3404
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3405
# We make a subdir and do the tests there. Otherwise we can end up
3406
# making bogus files that we don't know about and never remove. For
3407
# instance it was reported that on HP-UX the gcc test will end up
3408
# making a dummy file named `D' -- because `-MD' means `put the output
3411
# Copy depcomp to subdir because otherwise we won't find it if we're
3412
# using a relative directory.
3413
cp "$am_depcomp" conftest.dir
3415
# We will build objects and dependencies in a subdirectory because
3416
# it helps to detect inapplicable dependency modes. For instance
3417
# both Tru64's cc and ICC support -MD to output dependencies as a
3418
# side effect of compilation, but ICC will put the dependencies in
3419
# the current directory while Tru64 will put them in the object
3423
am_cv_CXX_dependencies_compiler_type=none
3424
if test "$am_compiler_list" = ""; then
3425
am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3428
case " $depcc " in #(
3429
*\ -arch\ *\ -arch\ *) am__universal=true ;;
3432
for depmode in $am_compiler_list; do
3433
# Setup a source with many dependencies, because some compilers
3434
# like to wrap large dependency lists on column 80 (with \), and
3435
# we should not choose a depcomp mode which is confused by this.
3437
# We need to recreate these files for each test, as the compiler may
3438
# overwrite some of them when testing with obscure command lines.
3439
# This happens at least with the AIX C compiler.
3441
for i in 1 2 3 4 5 6; do
3442
echo '#include "conftst'$i'.h"' >> sub/conftest.c
3443
# Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3444
# Solaris 8's {/usr,}/bin/sh.
3445
touch sub/conftst$i.h
3447
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3449
# We check with `-c' and `-o' for the sake of the "dashmstdout"
3450
# mode. It turns out that the SunPro C++ compiler does not properly
3451
# handle `-M -o', and we need to detect this. Also, some Intel
3452
# versions had trouble with output in subdirs
3453
am__obj=sub/conftest.${OBJEXT-o}
3454
am__minus_obj="-o $am__obj"
3457
# This depmode causes a compiler race in universal mode.
3458
test "$am__universal" = false || continue
3461
# after this tag, mechanisms are not by side-effect, so they'll
3462
# only be used when explicitly requested
3463
if test "x$enable_dependency_tracking" = xyes; then
3469
msvisualcpp | msvcmsys)
3470
# This compiler won't grok `-c -o', but also, the minuso test has
3471
# not run yet. These depmodes are late enough in the game, and
3472
# so weak that their functioning should not be impacted.
3473
am__obj=conftest.${OBJEXT-o}
3478
if depmode=$depmode \
3479
source=sub/conftest.c object=$am__obj \
3480
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3481
$SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3482
>/dev/null 2>conftest.err &&
3483
grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3484
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3485
grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3486
${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3487
# icc doesn't choke on unknown options, it will just issue warnings
3488
# or remarks (even with -Werror). So we grep stderr for any message
3489
# that says an option was ignored or not supported.
3490
# When given -MP, icc 7.0 and 7.1 complain thusly:
3491
# icc: Command line warning: ignoring option '-M'; no argument required
3492
# The diagnosis changed in icc 8.0:
3493
# icc: Command line remark: option '-MP' not supported
3494
if (grep 'ignoring option' conftest.err ||
3495
grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3496
am_cv_CXX_dependencies_compiler_type=$depmode
3505
am_cv_CXX_dependencies_compiler_type=none
3509
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
3510
$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
3511
CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
3514
test "x$enable_dependency_tracking" != xno \
3515
&& test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
3516
am__fastdepCXX_TRUE=
3517
am__fastdepCXX_FALSE='#'
3519
am__fastdepCXX_TRUE='#'
3520
am__fastdepCXX_FALSE=
3526
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3527
$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3532
macro_version='2.4.2'
3533
macro_revision='1.3337'
3547
ltmain="$ac_aux_dir/ltmain.sh"
3549
# Make sure we can run config.sub.
3550
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3551
as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3553
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3554
$as_echo_n "checking build system type... " >&6; }
3555
if ${ac_cv_build+:} false; then :
3556
$as_echo_n "(cached) " >&6
3558
ac_build_alias=$build_alias
3559
test "x$ac_build_alias" = x &&
3560
ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3561
test "x$ac_build_alias" = x &&
3562
as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3563
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3564
as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3567
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3568
$as_echo "$ac_cv_build" >&6; }
3569
case $ac_cv_build in
3571
*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3574
ac_save_IFS=$IFS; IFS='-'
3580
# Remember, the first character of IFS is used to create $*,
3581
# except with old shells:
3584
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3587
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3588
$as_echo_n "checking host system type... " >&6; }
3589
if ${ac_cv_host+:} false; then :
3590
$as_echo_n "(cached) " >&6
3592
if test "x$host_alias" = x; then
3593
ac_cv_host=$ac_cv_build
3595
ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3596
as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3600
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3601
$as_echo "$ac_cv_host" >&6; }
3604
*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3607
ac_save_IFS=$IFS; IFS='-'
3613
# Remember, the first character of IFS is used to create $*,
3614
# except with old shells:
3617
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3620
# Backslashify metacharacters that are still active within
3621
# double-quoted strings.
3622
sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3624
# Same as above, but do not quote variable references.
3625
double_quote_subst='s/\(["`\\]\)/\\\1/g'
3627
# Sed substitution to delay expansion of an escaped shell variable in a
3628
# double_quote_subst'ed string.
3629
delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3631
# Sed substitution to delay expansion of an escaped single quote.
3632
delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3634
# Sed substitution to avoid accidental globbing in evaled expressions
3635
no_glob_subst='s/\*/\\\*/g'
3637
ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3638
ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3639
ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3641
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3642
$as_echo_n "checking how to print strings... " >&6; }
3643
# Test print first, because it will be a builtin if present.
3644
if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
3645
test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3647
elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3650
# Use this function as a fallback that always works.
3651
func_fallback_echo ()
3653
eval 'cat <<_LTECHO_EOF
3657
ECHO='func_fallback_echo'
3660
# func_echo_all arg...
3661
# Invoke $ECHO with all args, space-separated.
3668
printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3669
$as_echo "printf" >&6; } ;;
3670
print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3671
$as_echo "print -r" >&6; } ;;
3672
*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3673
$as_echo "cat" >&6; } ;;
3690
3099
ac_cpp='$CPP $CPPFLAGS'
3691
3100
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4008
3417
... rest of stderr output deleted ...
4009
3418
10q' conftest.err >conftest.er1
4010
3419
cat conftest.er1 >&5
3420
rm -f conftest.er1 conftest.err
4012
rm -f conftest.er1 conftest.err
4013
3422
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4014
3423
test $ac_status = 0; }
3426
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3427
/* end confdefs.h. */
3432
FILE *f = fopen ("conftest.out", "w");
3433
return ferror (f) || fclose (f) != 0;
3439
ac_clean_files_save=$ac_clean_files
3440
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3441
# Try to create an executable without -o first, disregard a.out.
3442
# It will help us diagnose broken compilers, and finding out an intuition
3444
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3445
$as_echo_n "checking for C compiler default output file name... " >&6; }
3446
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3448
# The possible output files:
3449
ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3452
for ac_file in $ac_files
3455
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3456
* ) ac_rmfiles="$ac_rmfiles $ac_file";;
3461
if { { ac_try="$ac_link_default"
3463
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3464
*) ac_try_echo=$ac_try;;
3466
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3467
$as_echo "$ac_try_echo"; } >&5
3468
(eval "$ac_link_default") 2>&5
3470
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3471
test $ac_status = 0; }; then :
3472
# Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3473
# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3474
# in a Makefile. We should not override ac_cv_exeext if it was cached,
3475
# so that the user can short-circuit this test for compilers unknown to
3477
for ac_file in $ac_files ''
3479
test -f "$ac_file" || continue
3481
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3484
# We found the default executable, but exeext='' is most
3488
if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3490
ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3492
# We set ac_cv_exeext here because the later test for it is not
3493
# safe: cross compilers may not add the suffix if given an `-o'
3494
# argument, so we may need to know it at that point already.
3495
# Even if this section looks crufty: it has the advantage of
3502
test "$ac_cv_exeext" = no && ac_cv_exeext=
3507
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3508
$as_echo "$ac_file" >&6; }
3509
if test -z "$ac_file"; then :
3510
$as_echo "$as_me: failed program was:" >&5
3511
sed 's/^/| /' conftest.$ac_ext >&5
3513
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3514
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3515
{ as_fn_set_status 77
3516
as_fn_error "C compiler cannot create executables
3517
See \`config.log' for more details." "$LINENO" 5; }; }
3519
ac_exeext=$ac_cv_exeext
3521
# Check that the compiler produces executables we can run. If not, either
3522
# the compiler is broken, or we cross compile.
3523
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3524
$as_echo_n "checking whether the C compiler works... " >&6; }
3525
# If not cross compiling, check that we can run a simple program.
3526
if test "$cross_compiling" != yes; then
3527
if { ac_try='./$ac_file'
3528
{ { case "(($ac_try" in
3529
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3530
*) ac_try_echo=$ac_try;;
3532
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3533
$as_echo "$ac_try_echo"; } >&5
3534
(eval "$ac_try") 2>&5
3536
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3537
test $ac_status = 0; }; }; then
3540
if test "$cross_compiling" = maybe; then
3543
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3544
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3545
as_fn_error "cannot run C compiled programs.
3546
If you meant to cross compile, use \`--host'.
3547
See \`config.log' for more details." "$LINENO" 5; }
3551
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3552
$as_echo "yes" >&6; }
3554
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3555
ac_clean_files=$ac_clean_files_save
3556
# Check that the compiler produces executables we can run. If not, either
3557
# the compiler is broken, or we cross compile.
3558
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3559
$as_echo_n "checking whether we are cross compiling... " >&6; }
3560
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3561
$as_echo "$cross_compiling" >&6; }
3563
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3564
$as_echo_n "checking for suffix of executables... " >&6; }
3565
if { { ac_try="$ac_link"
3567
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3568
*) ac_try_echo=$ac_try;;
3570
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3571
$as_echo "$ac_try_echo"; } >&5
3572
(eval "$ac_link") 2>&5
3574
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3575
test $ac_status = 0; }; then :
3576
# If both `conftest.exe' and `conftest' are `present' (well, observable)
3577
# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3578
# work properly (i.e., refer to `conftest.exe'), while it won't with
3580
for ac_file in conftest.exe conftest conftest.*; do
3581
test -f "$ac_file" || continue
3583
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3584
*.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3590
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3591
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3592
as_fn_error "cannot compute suffix of executables: cannot compile and link
3593
See \`config.log' for more details." "$LINENO" 5; }
3595
rm -f conftest$ac_cv_exeext
3596
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3597
$as_echo "$ac_cv_exeext" >&6; }
3599
rm -f conftest.$ac_ext
3600
EXEEXT=$ac_cv_exeext
3602
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3603
$as_echo_n "checking for suffix of object files... " >&6; }
3604
if test "${ac_cv_objext+set}" = set; then :
3605
$as_echo_n "(cached) " >&6
3607
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3608
/* end confdefs.h. */
3618
rm -f conftest.o conftest.obj
3619
if { { ac_try="$ac_compile"
3621
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3622
*) ac_try_echo=$ac_try;;
3624
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3625
$as_echo "$ac_try_echo"; } >&5
3626
(eval "$ac_compile") 2>&5
3628
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3629
test $ac_status = 0; }; then :
3630
for ac_file in conftest.o conftest.obj conftest.*; do
3631
test -f "$ac_file" || continue;
3633
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3634
*) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3639
$as_echo "$as_me: failed program was:" >&5
3640
sed 's/^/| /' conftest.$ac_ext >&5
3642
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3643
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3644
as_fn_error "cannot compute suffix of object files: cannot compile
3645
See \`config.log' for more details." "$LINENO" 5; }
3647
rm -f conftest.$ac_cv_objext conftest.$ac_ext
3649
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3650
$as_echo "$ac_cv_objext" >&6; }
3651
OBJEXT=$ac_cv_objext
4017
3653
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4018
3654
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4019
if ${ac_cv_c_compiler_gnu+:} false; then :
3655
if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4020
3656
$as_echo_n "(cached) " >&6
4022
3658
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11776
10501
CC="$lt_save_CC"
11778
if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
10515
ac_config_commands="$ac_config_commands libtool"
10520
# Only expand once:
10524
# checks for programs.
10526
ac_cpp='$CXXCPP $CPPFLAGS'
10527
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10528
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10529
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10530
if test -z "$CXX"; then
10531
if test -n "$CCC"; then
10534
if test -n "$ac_tool_prefix"; then
10535
for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
10537
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10538
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
10539
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10540
$as_echo_n "checking for $ac_word... " >&6; }
10541
if test "${ac_cv_prog_CXX+set}" = set; then :
10542
$as_echo_n "(cached) " >&6
10544
if test -n "$CXX"; then
10545
ac_cv_prog_CXX="$CXX" # Let the user override the test.
10547
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10548
for as_dir in $PATH
10551
test -z "$as_dir" && as_dir=.
10552
for ac_exec_ext in '' $ac_executable_extensions; do
10553
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10554
ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
10555
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10564
CXX=$ac_cv_prog_CXX
10565
if test -n "$CXX"; then
10566
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
10567
$as_echo "$CXX" >&6; }
10569
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10570
$as_echo "no" >&6; }
10574
test -n "$CXX" && break
10577
if test -z "$CXX"; then
10579
for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
10581
# Extract the first word of "$ac_prog", so it can be a program name with args.
10582
set dummy $ac_prog; ac_word=$2
10583
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10584
$as_echo_n "checking for $ac_word... " >&6; }
10585
if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
10586
$as_echo_n "(cached) " >&6
10588
if test -n "$ac_ct_CXX"; then
10589
ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
10591
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10592
for as_dir in $PATH
10595
test -z "$as_dir" && as_dir=.
10596
for ac_exec_ext in '' $ac_executable_extensions; do
10597
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10598
ac_cv_prog_ac_ct_CXX="$ac_prog"
10599
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10608
ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
10609
if test -n "$ac_ct_CXX"; then
10610
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
10611
$as_echo "$ac_ct_CXX" >&6; }
10613
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10614
$as_echo "no" >&6; }
10618
test -n "$ac_ct_CXX" && break
10621
if test "x$ac_ct_CXX" = x; then
10624
case $cross_compiling:$ac_tool_warned in
10626
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
10627
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
10628
ac_tool_warned=yes ;;
10636
# Provide some information about the compiler.
10637
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
10640
for ac_option in --version -v -V -qversion; do
10641
{ { ac_try="$ac_compiler $ac_option >&5"
10642
case "(($ac_try" in
10643
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10644
*) ac_try_echo=$ac_try;;
10646
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
10647
$as_echo "$ac_try_echo"; } >&5
10648
(eval "$ac_compiler $ac_option >&5") 2>conftest.err
10650
if test -s conftest.err; then
10652
... rest of stderr output deleted ...
10653
10q' conftest.err >conftest.er1
10654
cat conftest.er1 >&5
10655
rm -f conftest.er1 conftest.err
10657
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10658
test $ac_status = 0; }
10661
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
10662
$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
10663
if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
10664
$as_echo_n "(cached) " >&6
10666
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10667
/* end confdefs.h. */
10680
if ac_fn_cxx_try_compile "$LINENO"; then :
10681
ac_compiler_gnu=yes
10685
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10686
ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
10689
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
10690
$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
10691
if test $ac_compiler_gnu = yes; then
10696
ac_test_CXXFLAGS=${CXXFLAGS+set}
10697
ac_save_CXXFLAGS=$CXXFLAGS
10698
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
10699
$as_echo_n "checking whether $CXX accepts -g... " >&6; }
10700
if test "${ac_cv_prog_cxx_g+set}" = set; then :
10701
$as_echo_n "(cached) " >&6
10703
ac_save_cxx_werror_flag=$ac_cxx_werror_flag
10704
ac_cxx_werror_flag=yes
10705
ac_cv_prog_cxx_g=no
10707
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10708
/* end confdefs.h. */
10718
if ac_fn_cxx_try_compile "$LINENO"; then :
10719
ac_cv_prog_cxx_g=yes
10722
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10723
/* end confdefs.h. */
10733
if ac_fn_cxx_try_compile "$LINENO"; then :
10736
ac_cxx_werror_flag=$ac_save_cxx_werror_flag
10738
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10739
/* end confdefs.h. */
10749
if ac_fn_cxx_try_compile "$LINENO"; then :
10750
ac_cv_prog_cxx_g=yes
10752
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10754
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10756
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10757
ac_cxx_werror_flag=$ac_save_cxx_werror_flag
10759
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
10760
$as_echo "$ac_cv_prog_cxx_g" >&6; }
10761
if test "$ac_test_CXXFLAGS" = set; then
10762
CXXFLAGS=$ac_save_CXXFLAGS
10763
elif test $ac_cv_prog_cxx_g = yes; then
10764
if test "$GXX" = yes; then
10770
if test "$GXX" = yes; then
10777
ac_cpp='$CPP $CPPFLAGS'
10778
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10779
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10780
ac_compiler_gnu=$ac_cv_c_compiler_gnu
10782
depcc="$CXX" am_compiler_list=
10784
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
10785
$as_echo_n "checking dependency style of $depcc... " >&6; }
10786
if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
10787
$as_echo_n "(cached) " >&6
10789
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
10790
# We make a subdir and do the tests there. Otherwise we can end up
10791
# making bogus files that we don't know about and never remove. For
10792
# instance it was reported that on HP-UX the gcc test will end up
10793
# making a dummy file named `D' -- because `-MD' means `put the output
10796
# Copy depcomp to subdir because otherwise we won't find it if we're
10797
# using a relative directory.
10798
cp "$am_depcomp" conftest.dir
10800
# We will build objects and dependencies in a subdirectory because
10801
# it helps to detect inapplicable dependency modes. For instance
10802
# both Tru64's cc and ICC support -MD to output dependencies as a
10803
# side effect of compilation, but ICC will put the dependencies in
10804
# the current directory while Tru64 will put them in the object
10808
am_cv_CXX_dependencies_compiler_type=none
10809
if test "$am_compiler_list" = ""; then
10810
am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
10812
am__universal=false
10813
case " $depcc " in #(
10814
*\ -arch\ *\ -arch\ *) am__universal=true ;;
10817
for depmode in $am_compiler_list; do
10818
# Setup a source with many dependencies, because some compilers
10819
# like to wrap large dependency lists on column 80 (with \), and
10820
# we should not choose a depcomp mode which is confused by this.
10822
# We need to recreate these files for each test, as the compiler may
10823
# overwrite some of them when testing with obscure command lines.
10824
# This happens at least with the AIX C compiler.
10826
for i in 1 2 3 4 5 6; do
10827
echo '#include "conftst'$i'.h"' >> sub/conftest.c
10828
# Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
10829
# Solaris 8's {/usr,}/bin/sh.
10830
touch sub/conftst$i.h
10832
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
10834
# We check with `-c' and `-o' for the sake of the "dashmstdout"
10835
# mode. It turns out that the SunPro C++ compiler does not properly
10836
# handle `-M -o', and we need to detect this. Also, some Intel
10837
# versions had trouble with output in subdirs
10838
am__obj=sub/conftest.${OBJEXT-o}
10839
am__minus_obj="-o $am__obj"
10842
# This depmode causes a compiler race in universal mode.
10843
test "$am__universal" = false || continue
10846
# after this tag, mechanisms are not by side-effect, so they'll
10847
# only be used when explicitly requested
10848
if test "x$enable_dependency_tracking" = xyes; then
10854
msvisualcpp | msvcmsys)
10855
# This compiler won't grok `-c -o', but also, the minuso test has
10856
# not run yet. These depmodes are late enough in the game, and
10857
# so weak that their functioning should not be impacted.
10858
am__obj=conftest.${OBJEXT-o}
10863
if depmode=$depmode \
10864
source=sub/conftest.c object=$am__obj \
10865
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
10866
$SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
10867
>/dev/null 2>conftest.err &&
10868
grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
10869
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
10870
grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
10871
${MAKE-make} -s -f confmf > /dev/null 2>&1; then
10872
# icc doesn't choke on unknown options, it will just issue warnings
10873
# or remarks (even with -Werror). So we grep stderr for any message
10874
# that says an option was ignored or not supported.
10875
# When given -MP, icc 7.0 and 7.1 complain thusly:
10876
# icc: Command line warning: ignoring option '-M'; no argument required
10877
# The diagnosis changed in icc 8.0:
10878
# icc: Command line remark: option '-MP' not supported
10879
if (grep 'ignoring option' conftest.err ||
10880
grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
10881
am_cv_CXX_dependencies_compiler_type=$depmode
10888
rm -rf conftest.dir
10890
am_cv_CXX_dependencies_compiler_type=none
10894
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
10895
$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
10896
CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
10899
test "x$enable_dependency_tracking" != xno \
10900
&& test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
10901
am__fastdepCXX_TRUE=
10902
am__fastdepCXX_FALSE='#'
10904
am__fastdepCXX_TRUE='#'
10905
am__fastdepCXX_FALSE=
10911
ac_cpp='$CXXCPP $CPPFLAGS'
10912
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10913
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10914
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10915
if test -z "$CXX"; then
10916
if test -n "$CCC"; then
10919
if test -n "$ac_tool_prefix"; then
10920
for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
10922
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10923
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
10924
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10925
$as_echo_n "checking for $ac_word... " >&6; }
10926
if test "${ac_cv_prog_CXX+set}" = set; then :
10927
$as_echo_n "(cached) " >&6
10929
if test -n "$CXX"; then
10930
ac_cv_prog_CXX="$CXX" # Let the user override the test.
10932
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10933
for as_dir in $PATH
10936
test -z "$as_dir" && as_dir=.
10937
for ac_exec_ext in '' $ac_executable_extensions; do
10938
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10939
ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
10940
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10949
CXX=$ac_cv_prog_CXX
10950
if test -n "$CXX"; then
10951
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
10952
$as_echo "$CXX" >&6; }
10954
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10955
$as_echo "no" >&6; }
10959
test -n "$CXX" && break
10962
if test -z "$CXX"; then
10964
for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
10966
# Extract the first word of "$ac_prog", so it can be a program name with args.
10967
set dummy $ac_prog; ac_word=$2
10968
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10969
$as_echo_n "checking for $ac_word... " >&6; }
10970
if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
10971
$as_echo_n "(cached) " >&6
10973
if test -n "$ac_ct_CXX"; then
10974
ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
10976
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10977
for as_dir in $PATH
10980
test -z "$as_dir" && as_dir=.
10981
for ac_exec_ext in '' $ac_executable_extensions; do
10982
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10983
ac_cv_prog_ac_ct_CXX="$ac_prog"
10984
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10993
ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
10994
if test -n "$ac_ct_CXX"; then
10995
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
10996
$as_echo "$ac_ct_CXX" >&6; }
10998
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10999
$as_echo "no" >&6; }
11003
test -n "$ac_ct_CXX" && break
11006
if test "x$ac_ct_CXX" = x; then
11009
case $cross_compiling:$ac_tool_warned in
11011
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
11012
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
11013
ac_tool_warned=yes ;;
11021
# Provide some information about the compiler.
11022
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
11025
for ac_option in --version -v -V -qversion; do
11026
{ { ac_try="$ac_compiler $ac_option >&5"
11027
case "(($ac_try" in
11028
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11029
*) ac_try_echo=$ac_try;;
11031
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
11032
$as_echo "$ac_try_echo"; } >&5
11033
(eval "$ac_compiler $ac_option >&5") 2>conftest.err
11035
if test -s conftest.err; then
11037
... rest of stderr output deleted ...
11038
10q' conftest.err >conftest.er1
11039
cat conftest.er1 >&5
11040
rm -f conftest.er1 conftest.err
11042
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11043
test $ac_status = 0; }
11046
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
11047
$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
11048
if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
11049
$as_echo_n "(cached) " >&6
11051
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11052
/* end confdefs.h. */
11065
if ac_fn_cxx_try_compile "$LINENO"; then :
11066
ac_compiler_gnu=yes
11070
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11071
ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
11074
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
11075
$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
11076
if test $ac_compiler_gnu = yes; then
11081
ac_test_CXXFLAGS=${CXXFLAGS+set}
11082
ac_save_CXXFLAGS=$CXXFLAGS
11083
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
11084
$as_echo_n "checking whether $CXX accepts -g... " >&6; }
11085
if test "${ac_cv_prog_cxx_g+set}" = set; then :
11086
$as_echo_n "(cached) " >&6
11088
ac_save_cxx_werror_flag=$ac_cxx_werror_flag
11089
ac_cxx_werror_flag=yes
11090
ac_cv_prog_cxx_g=no
11092
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11093
/* end confdefs.h. */
11103
if ac_fn_cxx_try_compile "$LINENO"; then :
11104
ac_cv_prog_cxx_g=yes
11107
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11108
/* end confdefs.h. */
11118
if ac_fn_cxx_try_compile "$LINENO"; then :
11121
ac_cxx_werror_flag=$ac_save_cxx_werror_flag
11123
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11124
/* end confdefs.h. */
11134
if ac_fn_cxx_try_compile "$LINENO"; then :
11135
ac_cv_prog_cxx_g=yes
11137
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11139
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11141
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11142
ac_cxx_werror_flag=$ac_save_cxx_werror_flag
11144
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
11145
$as_echo "$ac_cv_prog_cxx_g" >&6; }
11146
if test "$ac_test_CXXFLAGS" = set; then
11147
CXXFLAGS=$ac_save_CXXFLAGS
11148
elif test $ac_cv_prog_cxx_g = yes; then
11149
if test "$GXX" = yes; then
11155
if test "$GXX" = yes; then
11162
ac_cpp='$CPP $CPPFLAGS'
11163
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11164
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11165
ac_compiler_gnu=$ac_cv_c_compiler_gnu
11167
depcc="$CXX" am_compiler_list=
11169
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
11170
$as_echo_n "checking dependency style of $depcc... " >&6; }
11171
if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
11172
$as_echo_n "(cached) " >&6
11174
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
11175
# We make a subdir and do the tests there. Otherwise we can end up
11176
# making bogus files that we don't know about and never remove. For
11177
# instance it was reported that on HP-UX the gcc test will end up
11178
# making a dummy file named `D' -- because `-MD' means `put the output
11181
# Copy depcomp to subdir because otherwise we won't find it if we're
11182
# using a relative directory.
11183
cp "$am_depcomp" conftest.dir
11185
# We will build objects and dependencies in a subdirectory because
11186
# it helps to detect inapplicable dependency modes. For instance
11187
# both Tru64's cc and ICC support -MD to output dependencies as a
11188
# side effect of compilation, but ICC will put the dependencies in
11189
# the current directory while Tru64 will put them in the object
11193
am_cv_CXX_dependencies_compiler_type=none
11194
if test "$am_compiler_list" = ""; then
11195
am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
11197
am__universal=false
11198
case " $depcc " in #(
11199
*\ -arch\ *\ -arch\ *) am__universal=true ;;
11202
for depmode in $am_compiler_list; do
11203
# Setup a source with many dependencies, because some compilers
11204
# like to wrap large dependency lists on column 80 (with \), and
11205
# we should not choose a depcomp mode which is confused by this.
11207
# We need to recreate these files for each test, as the compiler may
11208
# overwrite some of them when testing with obscure command lines.
11209
# This happens at least with the AIX C compiler.
11211
for i in 1 2 3 4 5 6; do
11212
echo '#include "conftst'$i'.h"' >> sub/conftest.c
11213
# Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
11214
# Solaris 8's {/usr,}/bin/sh.
11215
touch sub/conftst$i.h
11217
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
11219
# We check with `-c' and `-o' for the sake of the "dashmstdout"
11220
# mode. It turns out that the SunPro C++ compiler does not properly
11221
# handle `-M -o', and we need to detect this. Also, some Intel
11222
# versions had trouble with output in subdirs
11223
am__obj=sub/conftest.${OBJEXT-o}
11224
am__minus_obj="-o $am__obj"
11227
# This depmode causes a compiler race in universal mode.
11228
test "$am__universal" = false || continue
11231
# after this tag, mechanisms are not by side-effect, so they'll
11232
# only be used when explicitly requested
11233
if test "x$enable_dependency_tracking" = xyes; then
11239
msvisualcpp | msvcmsys)
11240
# This compiler won't grok `-c -o', but also, the minuso test has
11241
# not run yet. These depmodes are late enough in the game, and
11242
# so weak that their functioning should not be impacted.
11243
am__obj=conftest.${OBJEXT-o}
11248
if depmode=$depmode \
11249
source=sub/conftest.c object=$am__obj \
11250
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
11251
$SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
11252
>/dev/null 2>conftest.err &&
11253
grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
11254
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
11255
grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
11256
${MAKE-make} -s -f confmf > /dev/null 2>&1; then
11257
# icc doesn't choke on unknown options, it will just issue warnings
11258
# or remarks (even with -Werror). So we grep stderr for any message
11259
# that says an option was ignored or not supported.
11260
# When given -MP, icc 7.0 and 7.1 complain thusly:
11261
# icc: Command line warning: ignoring option '-M'; no argument required
11262
# The diagnosis changed in icc 8.0:
11263
# icc: Command line remark: option '-MP' not supported
11264
if (grep 'ignoring option' conftest.err ||
11265
grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
11266
am_cv_CXX_dependencies_compiler_type=$depmode
11273
rm -rf conftest.dir
11275
am_cv_CXX_dependencies_compiler_type=none
11279
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
11280
$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
11281
CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
11284
test "x$enable_dependency_tracking" != xno \
11285
&& test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
11286
am__fastdepCXX_TRUE=
11287
am__fastdepCXX_FALSE='#'
11289
am__fastdepCXX_TRUE='#'
11290
am__fastdepCXX_FALSE=
11294
if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
11779
11295
( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
11780
11296
(test "X$CXX" != "Xg++"))) ; then
15999
15130
sed_quote_subst='$sed_quote_subst'
16000
15131
double_quote_subst='$double_quote_subst'
16001
15132
delay_variable_subst='$delay_variable_subst'
16002
macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
16003
macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
16004
enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
16005
enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
16006
pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
16007
enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
16008
SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
16009
ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
16010
PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
16011
host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
16012
host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
16013
host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
16014
build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
16015
build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
16016
build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
16017
SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
16018
Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
16019
GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
16020
EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
16021
FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
16022
LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
16023
NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
16024
LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
16025
max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
16026
ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
16027
exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
16028
lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
16029
lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
16030
lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
16031
lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
16032
lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
16033
reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
16034
reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
16035
OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
16036
deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
16037
file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
16038
file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
16039
want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
16040
DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
16041
sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
16042
AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
16043
AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
16044
archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
16045
STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
16046
RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
16047
old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16048
old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16049
old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
16050
lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
16051
CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
16052
CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
16053
compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
16054
GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
16055
lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
16056
lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
16057
lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
16058
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
16059
nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
16060
lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
16061
objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
16062
MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
16063
lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
16064
lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
16065
lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
16066
lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
16067
lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
16068
need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
16069
MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
16070
DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
16071
NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
16072
LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
16073
OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
16074
OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
16075
libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
16076
shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
16077
extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16078
archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
16079
enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
16080
export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
16081
whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
16082
compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
16083
old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
16084
old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16085
archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
16086
archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16087
module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
16088
module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16089
with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
16090
allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16091
no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16092
hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16093
hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16094
hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16095
hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
16096
hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
16097
hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
16098
hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
16099
inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
16100
link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
16101
always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
16102
export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
16103
exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
16104
include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
16105
prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
16106
postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
16107
file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
16108
variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
16109
need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
16110
need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
16111
version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
16112
runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
16113
shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
16114
shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
16115
libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
16116
library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
16117
soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
16118
install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16119
postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16120
postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16121
finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16122
finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16123
hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16124
sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16125
sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16126
hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16127
enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16128
enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16129
enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16130
old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16131
striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
16132
compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
16133
predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
16134
postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
16135
predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
16136
postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
16137
compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
16138
LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
16139
reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
16140
reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
16141
old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
16142
compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
16143
GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
16144
lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
16145
lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
16146
lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
16147
lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
16148
lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
16149
archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
16150
enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
16151
export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
16152
whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
16153
compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
16154
old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
16155
old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
16156
archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
16157
archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
16158
module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
16159
module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
16160
with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
16161
allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
16162
no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
16163
hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
16164
hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
16165
hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
16166
hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
16167
hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
16168
hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
16169
hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
16170
inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
16171
link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
16172
always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
16173
export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
16174
exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
16175
include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
16176
prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
16177
postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
16178
file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
16179
hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
16180
compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
16181
predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
16182
postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
16183
predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
16184
postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
16185
compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
15133
macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
15134
macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
15135
enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
15136
enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
15137
pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
15138
enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
15139
host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
15140
host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
15141
host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
15142
build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
15143
build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
15144
build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
15145
SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
15146
Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
15147
GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
15148
EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
15149
FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
15150
LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
15151
NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
15152
LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
15153
max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
15154
ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
15155
exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
15156
lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
15157
lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
15158
lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
15159
reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
15160
reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15161
OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
15162
deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
15163
file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
15164
AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
15165
AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
15166
STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
15167
RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
15168
old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15169
old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15170
old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15171
CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
15172
CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
15173
compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
15174
GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
15175
lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
15176
lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
15177
lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
15178
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
15179
objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
15180
SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
15181
ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
15182
MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
15183
lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
15184
lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
15185
lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
15186
lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
15187
lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
15188
need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
15189
DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
15190
NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
15191
LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
15192
OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
15193
OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
15194
libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
15195
shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15196
extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15197
archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
15198
enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
15199
export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
15200
whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
15201
compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
15202
old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15203
old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15204
archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15205
archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15206
module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15207
module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15208
with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
15209
allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
15210
no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
15211
hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
15212
hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
15213
hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
15214
hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
15215
hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
15216
hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
15217
hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
15218
hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
15219
inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
15220
link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
15221
fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
15222
always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
15223
export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15224
exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
15225
include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
15226
prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15227
file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
15228
variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
15229
need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
15230
need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
15231
version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
15232
runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
15233
shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
15234
shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
15235
libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
15236
library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
15237
soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
15238
postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15239
postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15240
finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15241
finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
15242
hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
15243
sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
15244
sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
15245
hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
15246
enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
15247
enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
15248
enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
15249
old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
15250
striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
15251
compiler_lib_search_dirs='`$ECHO "X$compiler_lib_search_dirs" | $Xsed -e "$delay_single_quote_subst"`'
15252
predep_objects='`$ECHO "X$predep_objects" | $Xsed -e "$delay_single_quote_subst"`'
15253
postdep_objects='`$ECHO "X$postdep_objects" | $Xsed -e "$delay_single_quote_subst"`'
15254
predeps='`$ECHO "X$predeps" | $Xsed -e "$delay_single_quote_subst"`'
15255
postdeps='`$ECHO "X$postdeps" | $Xsed -e "$delay_single_quote_subst"`'
15256
compiler_lib_search_path='`$ECHO "X$compiler_lib_search_path" | $Xsed -e "$delay_single_quote_subst"`'
15257
LD_CXX='`$ECHO "X$LD_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15258
old_archive_cmds_CXX='`$ECHO "X$old_archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15259
compiler_CXX='`$ECHO "X$compiler_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15260
GCC_CXX='`$ECHO "X$GCC_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15261
lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "X$lt_prog_compiler_no_builtin_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15262
lt_prog_compiler_wl_CXX='`$ECHO "X$lt_prog_compiler_wl_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15263
lt_prog_compiler_pic_CXX='`$ECHO "X$lt_prog_compiler_pic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15264
lt_prog_compiler_static_CXX='`$ECHO "X$lt_prog_compiler_static_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15265
lt_cv_prog_compiler_c_o_CXX='`$ECHO "X$lt_cv_prog_compiler_c_o_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15266
archive_cmds_need_lc_CXX='`$ECHO "X$archive_cmds_need_lc_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15267
enable_shared_with_static_runtimes_CXX='`$ECHO "X$enable_shared_with_static_runtimes_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15268
export_dynamic_flag_spec_CXX='`$ECHO "X$export_dynamic_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15269
whole_archive_flag_spec_CXX='`$ECHO "X$whole_archive_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15270
compiler_needs_object_CXX='`$ECHO "X$compiler_needs_object_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15271
old_archive_from_new_cmds_CXX='`$ECHO "X$old_archive_from_new_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15272
old_archive_from_expsyms_cmds_CXX='`$ECHO "X$old_archive_from_expsyms_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15273
archive_cmds_CXX='`$ECHO "X$archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15274
archive_expsym_cmds_CXX='`$ECHO "X$archive_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15275
module_cmds_CXX='`$ECHO "X$module_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15276
module_expsym_cmds_CXX='`$ECHO "X$module_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15277
with_gnu_ld_CXX='`$ECHO "X$with_gnu_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15278
allow_undefined_flag_CXX='`$ECHO "X$allow_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15279
no_undefined_flag_CXX='`$ECHO "X$no_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15280
hardcode_libdir_flag_spec_CXX='`$ECHO "X$hardcode_libdir_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15281
hardcode_libdir_flag_spec_ld_CXX='`$ECHO "X$hardcode_libdir_flag_spec_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15282
hardcode_libdir_separator_CXX='`$ECHO "X$hardcode_libdir_separator_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15283
hardcode_direct_CXX='`$ECHO "X$hardcode_direct_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15284
hardcode_direct_absolute_CXX='`$ECHO "X$hardcode_direct_absolute_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15285
hardcode_minus_L_CXX='`$ECHO "X$hardcode_minus_L_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15286
hardcode_shlibpath_var_CXX='`$ECHO "X$hardcode_shlibpath_var_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15287
hardcode_automatic_CXX='`$ECHO "X$hardcode_automatic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15288
inherit_rpath_CXX='`$ECHO "X$inherit_rpath_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15289
link_all_deplibs_CXX='`$ECHO "X$link_all_deplibs_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15290
fix_srcfile_path_CXX='`$ECHO "X$fix_srcfile_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15291
always_export_symbols_CXX='`$ECHO "X$always_export_symbols_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15292
export_symbols_cmds_CXX='`$ECHO "X$export_symbols_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15293
exclude_expsyms_CXX='`$ECHO "X$exclude_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15294
include_expsyms_CXX='`$ECHO "X$include_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15295
prelink_cmds_CXX='`$ECHO "X$prelink_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15296
file_list_spec_CXX='`$ECHO "X$file_list_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15297
hardcode_action_CXX='`$ECHO "X$hardcode_action_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15298
compiler_lib_search_dirs_CXX='`$ECHO "X$compiler_lib_search_dirs_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15299
predep_objects_CXX='`$ECHO "X$predep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15300
postdep_objects_CXX='`$ECHO "X$postdep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15301
predeps_CXX='`$ECHO "X$predeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15302
postdeps_CXX='`$ECHO "X$postdeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15303
compiler_lib_search_path_CXX='`$ECHO "X$compiler_lib_search_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
16188
15306
LTCFLAGS='$LTCFLAGS'
16189
15307
compiler='$compiler_DEFAULT'
16191
# A function that is used when there is no print builtin or printf.
16192
func_fallback_echo ()
16194
eval 'cat <<_LTECHO_EOF
16199
15309
# Quote evaled strings.
17548
16605
# if finds mixed CR/LF and LF-only lines. Since sed operates in
17549
16606
# text mode, it properly converts lines to CR/LF. This bash problem
17550
16607
# is reportedly fixed, but why not run on old versions too?
17551
sed '$q' "$ltmain" >> "$cfgfile" \
17552
|| (rm -f "$cfgfile"; exit 1)
17554
if test x"$xsi_shell" = xyes; then
17555
sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
17559
\ */*) func_dirname_result="${1%/*}${2}" ;;\
17560
\ * ) func_dirname_result="${3}" ;;\
17562
} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
17563
&& mv -f "$cfgfile.tmp" "$cfgfile" \
17564
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17565
test 0 -eq $? || _lt_function_replace_fail=:
17568
sed -e '/^func_basename ()$/,/^} # func_basename /c\
17571
\ func_basename_result="${1##*/}"\
17572
} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
17573
&& mv -f "$cfgfile.tmp" "$cfgfile" \
17574
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17575
test 0 -eq $? || _lt_function_replace_fail=:
17578
sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
17579
func_dirname_and_basename ()\
17582
\ */*) func_dirname_result="${1%/*}${2}" ;;\
17583
\ * ) func_dirname_result="${3}" ;;\
17585
\ func_basename_result="${1##*/}"\
17586
} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
17587
&& mv -f "$cfgfile.tmp" "$cfgfile" \
17588
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17589
test 0 -eq $? || _lt_function_replace_fail=:
17592
sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
17595
\ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
17596
\ # positional parameters, so assign one to ordinary parameter first.\
17597
\ func_stripname_result=${3}\
17598
\ func_stripname_result=${func_stripname_result#"${1}"}\
17599
\ func_stripname_result=${func_stripname_result%"${2}"}\
17600
} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
17601
&& mv -f "$cfgfile.tmp" "$cfgfile" \
17602
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17603
test 0 -eq $? || _lt_function_replace_fail=:
17606
sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
17607
func_split_long_opt ()\
17609
\ func_split_long_opt_name=${1%%=*}\
17610
\ func_split_long_opt_arg=${1#*=}\
17611
} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
17612
&& mv -f "$cfgfile.tmp" "$cfgfile" \
17613
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17614
test 0 -eq $? || _lt_function_replace_fail=:
17617
sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
17618
func_split_short_opt ()\
17620
\ func_split_short_opt_arg=${1#??}\
17621
\ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
17622
} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
17623
&& mv -f "$cfgfile.tmp" "$cfgfile" \
17624
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17625
test 0 -eq $? || _lt_function_replace_fail=:
17628
sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
17632
\ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
17633
\ *) func_lo2o_result=${1} ;;\
17635
} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
17636
&& mv -f "$cfgfile.tmp" "$cfgfile" \
17637
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17638
test 0 -eq $? || _lt_function_replace_fail=:
17641
sed -e '/^func_xform ()$/,/^} # func_xform /c\
17644
func_xform_result=${1%.*}.lo\
17645
} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
17646
&& mv -f "$cfgfile.tmp" "$cfgfile" \
17647
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17648
test 0 -eq $? || _lt_function_replace_fail=:
17651
sed -e '/^func_arith ()$/,/^} # func_arith /c\
17654
func_arith_result=$(( $* ))\
17655
} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
17656
&& mv -f "$cfgfile.tmp" "$cfgfile" \
17657
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17658
test 0 -eq $? || _lt_function_replace_fail=:
17661
sed -e '/^func_len ()$/,/^} # func_len /c\
17664
func_len_result=${#1}\
17665
} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
17666
&& mv -f "$cfgfile.tmp" "$cfgfile" \
17667
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17668
test 0 -eq $? || _lt_function_replace_fail=:
17672
if test x"$lt_shell_append" = xyes; then
17673
sed -e '/^func_append ()$/,/^} # func_append /c\
17676
eval "${1}+=\\${2}"\
17677
} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
17678
&& mv -f "$cfgfile.tmp" "$cfgfile" \
17679
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17680
test 0 -eq $? || _lt_function_replace_fail=:
17683
sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
17684
func_append_quoted ()\
17686
\ func_quote_for_eval "${2}"\
17687
\ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
17688
} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
17689
&& mv -f "$cfgfile.tmp" "$cfgfile" \
17690
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17691
test 0 -eq $? || _lt_function_replace_fail=:
17694
# Save a `func_append' function call where possible by direct use of '+='
17695
sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
17696
&& mv -f "$cfgfile.tmp" "$cfgfile" \
17697
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17698
test 0 -eq $? || _lt_function_replace_fail=:
17700
# Save a `func_append' function call even when '+=' is not available
17701
sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
17702
&& mv -f "$cfgfile.tmp" "$cfgfile" \
17703
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17704
test 0 -eq $? || _lt_function_replace_fail=:
17707
if test x"$_lt_function_replace_fail" = x":"; then
17708
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
17709
$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
17713
mv -f "$cfgfile" "$ofile" ||
16608
sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16609
|| (rm -f "$cfgfile"; exit 1)
16613
cat << \_LT_EOF >> "$cfgfile"
16615
# func_dirname file append nondir_replacement
16616
# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16617
# otherwise set result to NONDIR_REPLACEMENT.
16621
*/*) func_dirname_result="${1%/*}${2}" ;;
16622
* ) func_dirname_result="${3}" ;;
16626
# func_basename file
16629
func_basename_result="${1##*/}"
16632
# func_dirname_and_basename file append nondir_replacement
16633
# perform func_basename and func_dirname in a single function
16635
# dirname: Compute the dirname of FILE. If nonempty,
16636
# add APPEND to the result, otherwise set result
16637
# to NONDIR_REPLACEMENT.
16638
# value returned in "$func_dirname_result"
16639
# basename: Compute filename of FILE.
16640
# value retuned in "$func_basename_result"
16641
# Implementation must be kept synchronized with func_dirname
16642
# and func_basename. For efficiency, we do not delegate to
16643
# those functions but instead duplicate the functionality here.
16644
func_dirname_and_basename ()
16647
*/*) func_dirname_result="${1%/*}${2}" ;;
16648
* ) func_dirname_result="${3}" ;;
16650
func_basename_result="${1##*/}"
16653
# func_stripname prefix suffix name
16654
# strip PREFIX and SUFFIX off of NAME.
16655
# PREFIX and SUFFIX must not contain globbing or regex special
16656
# characters, hashes, percent signs, but SUFFIX may contain a leading
16657
# dot (in which case that matches only a dot).
16660
# pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16661
# positional parameters, so assign one to ordinary parameter first.
16662
func_stripname_result=${3}
16663
func_stripname_result=${func_stripname_result#"${1}"}
16664
func_stripname_result=${func_stripname_result%"${2}"}
16670
func_opt_split_opt=${1%%=*}
16671
func_opt_split_arg=${1#*=}
16678
*.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16679
*) func_lo2o_result=${1} ;;
16683
# func_xform libobj-or-source
16686
func_xform_result=${1%.*}.lo
16689
# func_arith arithmetic-term...
16692
func_arith_result=$(( $* ))
16696
# STRING may not start with a hyphen.
16699
func_len_result=${#1}
16704
*) # Bourne compatible functions.
16705
cat << \_LT_EOF >> "$cfgfile"
16707
# func_dirname file append nondir_replacement
16708
# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16709
# otherwise set result to NONDIR_REPLACEMENT.
16712
# Extract subdirectory from the argument.
16713
func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
16714
if test "X$func_dirname_result" = "X${1}"; then
16715
func_dirname_result="${3}"
16717
func_dirname_result="$func_dirname_result${2}"
16721
# func_basename file
16724
func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
16728
# func_stripname prefix suffix name
16729
# strip PREFIX and SUFFIX off of NAME.
16730
# PREFIX and SUFFIX must not contain globbing or regex special
16731
# characters, hashes, percent signs, but SUFFIX may contain a leading
16732
# dot (in which case that matches only a dot).
16733
# func_strip_suffix prefix name
16737
.*) func_stripname_result=`$ECHO "X${3}" \
16738
| $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
16739
*) func_stripname_result=`$ECHO "X${3}" \
16740
| $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
16745
my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16746
my_sed_long_arg='1s/^-[^=]*=//'
16751
func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
16752
func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
16758
func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
16761
# func_xform libobj-or-source
16764
func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
16767
# func_arith arithmetic-term...
16770
func_arith_result=`expr "$@"`
16774
# STRING may not start with a hyphen.
16777
func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16783
case $lt_shell_append in
16785
cat << \_LT_EOF >> "$cfgfile"
16787
# func_append var value
16788
# Append VALUE to the end of shell variable VAR.
16796
cat << \_LT_EOF >> "$cfgfile"
16798
# func_append var value
16799
# Append VALUE to the end of shell variable VAR.
16810
sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16811
|| (rm -f "$cfgfile"; exit 1)
16813
mv -f "$cfgfile" "$ofile" ||
17714
16814
(rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17715
16815
chmod +x "$ofile"