543
528
# Sed expression to map a string onto a valid variable name.
544
529
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
533
# Check that we are running under the correct shell.
546
534
SHELL=${CONFIG_SHELL-/bin/sh}
538
# Remove one level of quotation (which was required for Make).
539
ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
544
if test "X$1" = X--no-reexec; then
545
# Discard the --no-reexec flag, and continue.
547
elif test "X$1" = X--fallback-echo; then
548
# Avoid inline document here, it may be left over
550
elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
551
# Yippee, $ECHO works!
554
# Restart under the correct shell.
555
exec $SHELL "$0" --no-reexec ${1+"$@"}
558
if test "X$1" = X--fallback-echo; then
559
# used as fallback echo
567
# The HP-UX ksh and POSIX shell print the target directory to stdout
569
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
571
if test -z "$lt_ECHO"; then
572
if test "X${echo_test_string+set}" != Xset; then
573
# find a string as large as possible, as long as the shell can cope with it
574
for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
575
# expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
576
if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
577
{ test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
584
if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
585
echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
586
test "X$echo_testing_string" = "X$echo_test_string"; then
589
# The Solaris, AIX, and Digital Unix default echo programs unquote
590
# backslashes. This makes it impossible to quote backslashes using
591
# echo "$something" | sed 's/\\/\\\\/g'
593
# So, first we look for a working echo in the user's PATH.
595
lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
596
for dir in $PATH /usr/ucb; do
598
if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
599
test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
600
echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
601
test "X$echo_testing_string" = "X$echo_test_string"; then
608
if test "X$ECHO" = Xecho; then
609
# We didn't find a better echo, so look for alternatives.
610
if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
611
echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
612
test "X$echo_testing_string" = "X$echo_test_string"; then
613
# This shell has a builtin print -r that does the trick.
615
elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
616
test "X$CONFIG_SHELL" != X/bin/ksh; then
617
# If we have ksh, try running configure again with it.
618
ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
619
export ORIGINAL_CONFIG_SHELL
620
CONFIG_SHELL=/bin/ksh
622
exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
626
if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
627
echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
628
test "X$echo_testing_string" = "X$echo_test_string"; then
631
elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
632
test "X$echo_testing_string" = 'X\t' &&
633
echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
634
test "X$echo_testing_string" = "X$echo_test_string"; then
635
CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
637
SHELL="$CONFIG_SHELL"
639
ECHO="$CONFIG_SHELL $0 --fallback-echo"
640
elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
641
test "X$echo_testing_string" = 'X\t' &&
642
echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
643
test "X$echo_testing_string" = "X$echo_test_string"; then
644
ECHO="$CONFIG_SHELL $0 --fallback-echo"
646
# maybe with a smaller string...
649
for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
650
if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
657
if test "$prev" != 'sed 50q "$0"'; then
658
echo_test_string=`eval $prev`
659
export echo_test_string
660
exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
662
# Oops. We lost completely, so just stick with echo.
671
# Copy echo and quote the copy suitably for passing to libtool from
672
# the Makefile, instead of quoting the original, which is used later.
674
if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
675
lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
549
681
test -n "$DJDIR" || exec 7<&0 </dev/null
552
684
# Name of the host.
553
# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
685
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
554
686
# so uname gets run too.
555
687
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
2825
2945
ac_config_headers="$ac_config_headers config.h"
2828
# checks for programs.
2830
ac_cpp='$CXXCPP $CPPFLAGS'
2831
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2832
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2833
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2834
if test -z "$CXX"; then
2835
if test -n "$CCC"; then
2949
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
2950
$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
2955
macro_version='2.2.6b'
2956
macro_revision='1.3017'
2970
ltmain="$ac_aux_dir/ltmain.sh"
2972
# Make sure we can run config.sub.
2973
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2974
as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2976
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2977
$as_echo_n "checking build system type... " >&6; }
2978
if test "${ac_cv_build+set}" = set; then :
2979
$as_echo_n "(cached) " >&6
2981
ac_build_alias=$build_alias
2982
test "x$ac_build_alias" = x &&
2983
ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2984
test "x$ac_build_alias" = x &&
2985
as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2986
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2987
as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2990
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2991
$as_echo "$ac_cv_build" >&6; }
2992
case $ac_cv_build in
2994
*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2997
ac_save_IFS=$IFS; IFS='-'
3003
# Remember, the first character of IFS is used to create $*,
3004
# except with old shells:
3007
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3010
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3011
$as_echo_n "checking host system type... " >&6; }
3012
if test "${ac_cv_host+set}" = set; then :
3013
$as_echo_n "(cached) " >&6
3015
if test "x$host_alias" = x; then
3016
ac_cv_host=$ac_cv_build
3018
ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3019
as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3023
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3024
$as_echo "$ac_cv_host" >&6; }
3027
*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
3030
ac_save_IFS=$IFS; IFS='-'
3036
# Remember, the first character of IFS is used to create $*,
3037
# except with old shells:
3040
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3043
DEPDIR="${am__leading_dot}deps"
3045
ac_config_commands="$ac_config_commands depfiles"
3048
am_make=${MAKE-make}
3049
cat > confinc << 'END'
3051
@echo this is the am__doit target
3054
# If we don't find an include directive, just comment out the code.
3055
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3056
$as_echo_n "checking for style of include used by $am_make... " >&6; }
3060
# First try GNU make style include.
3061
echo "include confinc" > confmf
3062
# Ignore all kinds of additional output from `make'.
3063
case `$am_make -s -f confmf 2> /dev/null` in #(
3064
*the\ am__doit\ target*)
3070
# Now try BSD make style include.
3071
if test "$am__include" = "#"; then
3072
echo '.include "confinc"' > confmf
3073
case `$am_make -s -f confmf 2> /dev/null` in #(
3074
*the\ am__doit\ target*)
3075
am__include=.include
3083
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3084
$as_echo "$_am_result" >&6; }
3085
rm -f confinc confmf
3087
# Check whether --enable-dependency-tracking was given.
3088
if test "${enable_dependency_tracking+set}" = set; then :
3089
enableval=$enable_dependency_tracking;
3092
if test "x$enable_dependency_tracking" != xno; then
3093
am_depcomp="$ac_aux_dir/depcomp"
3096
if test "x$enable_dependency_tracking" != xno; then
3106
ac_cpp='$CPP $CPPFLAGS'
3107
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3108
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3109
ac_compiler_gnu=$ac_cv_c_compiler_gnu
3110
if test -n "$ac_tool_prefix"; then
3111
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3112
set dummy ${ac_tool_prefix}gcc; ac_word=$2
3113
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3114
$as_echo_n "checking for $ac_word... " >&6; }
3115
if test "${ac_cv_prog_CC+set}" = set; then :
3116
$as_echo_n "(cached) " >&6
3118
if test -n "$CC"; then
3119
ac_cv_prog_CC="$CC" # Let the user override the test.
3121
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3125
test -z "$as_dir" && as_dir=.
3126
for ac_exec_ext in '' $ac_executable_extensions; do
3127
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3128
ac_cv_prog_CC="${ac_tool_prefix}gcc"
3129
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3139
if test -n "$CC"; then
3140
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3141
$as_echo "$CC" >&6; }
3143
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3144
$as_echo "no" >&6; }
3149
if test -z "$ac_cv_prog_CC"; then
3151
# Extract the first word of "gcc", so it can be a program name with args.
3152
set dummy gcc; ac_word=$2
3153
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3154
$as_echo_n "checking for $ac_word... " >&6; }
3155
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3156
$as_echo_n "(cached) " >&6
3158
if test -n "$ac_ct_CC"; then
3159
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3161
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3165
test -z "$as_dir" && as_dir=.
3166
for ac_exec_ext in '' $ac_executable_extensions; do
3167
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3168
ac_cv_prog_ac_ct_CC="gcc"
3169
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3178
ac_ct_CC=$ac_cv_prog_ac_ct_CC
3179
if test -n "$ac_ct_CC"; then
3180
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3181
$as_echo "$ac_ct_CC" >&6; }
3183
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3184
$as_echo "no" >&6; }
3187
if test "x$ac_ct_CC" = x; then
2838
if test -n "$ac_tool_prefix"; then
2839
for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3190
case $cross_compiling:$ac_tool_warned in
3192
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3193
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3194
ac_tool_warned=yes ;;
3202
if test -z "$CC"; then
3203
if test -n "$ac_tool_prefix"; then
3204
# Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3205
set dummy ${ac_tool_prefix}cc; ac_word=$2
3206
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3207
$as_echo_n "checking for $ac_word... " >&6; }
3208
if test "${ac_cv_prog_CC+set}" = set; then :
3209
$as_echo_n "(cached) " >&6
3211
if test -n "$CC"; then
3212
ac_cv_prog_CC="$CC" # Let the user override the test.
3214
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3218
test -z "$as_dir" && as_dir=.
3219
for ac_exec_ext in '' $ac_executable_extensions; do
3220
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3221
ac_cv_prog_CC="${ac_tool_prefix}cc"
3222
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3232
if test -n "$CC"; then
3233
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3234
$as_echo "$CC" >&6; }
3236
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3237
$as_echo "no" >&6; }
3243
if test -z "$CC"; then
3244
# Extract the first word of "cc", so it can be a program name with args.
3245
set dummy cc; ac_word=$2
3246
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3247
$as_echo_n "checking for $ac_word... " >&6; }
3248
if test "${ac_cv_prog_CC+set}" = set; then :
3249
$as_echo_n "(cached) " >&6
3251
if test -n "$CC"; then
3252
ac_cv_prog_CC="$CC" # Let the user override the test.
3255
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3259
test -z "$as_dir" && as_dir=.
3260
for ac_exec_ext in '' $ac_executable_extensions; do
3261
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3262
if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3263
ac_prog_rejected=yes
3267
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3274
if test $ac_prog_rejected = yes; then
3275
# We found a bogon in the path, so make sure we never use it.
3276
set dummy $ac_cv_prog_CC
3278
if test $# != 0; then
3279
# We chose a different compiler from the bogus one.
3280
# However, it has the same basename, so the bogon will be chosen
3281
# first if we set CC to just the basename; use the full file name.
3283
ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3289
if test -n "$CC"; then
3290
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3291
$as_echo "$CC" >&6; }
3293
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3294
$as_echo "no" >&6; }
3299
if test -z "$CC"; then
3300
if test -n "$ac_tool_prefix"; then
3301
for ac_prog in cl.exe
2841
3303
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2842
3304
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2843
3305
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2844
3306
$as_echo_n "checking for $ac_word... " >&6; }
2845
if ${ac_cv_prog_CXX+:} false; then :
3307
if test "${ac_cv_prog_CC+set}" = set; then :
2846
3308
$as_echo_n "(cached) " >&6
2848
if test -n "$CXX"; then
2849
ac_cv_prog_CXX="$CXX" # Let the user override the test.
3310
if test -n "$CC"; then
3311
ac_cv_prog_CC="$CC" # Let the user override the test.
2851
3313
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2852
3314
for as_dir in $PATH
3212
3681
$as_echo "$ac_cv_objext" >&6; }
3213
3682
OBJEXT=$ac_cv_objext
3214
3683
ac_objext=$OBJEXT
3215
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3216
$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3217
if ${ac_cv_cxx_compiler_gnu+:} false; then :
3218
$as_echo_n "(cached) " >&6
3220
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3221
/* end confdefs.h. */
3234
if ac_fn_cxx_try_compile "$LINENO"; then :
3239
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3240
ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3243
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3244
$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3245
if test $ac_compiler_gnu = yes; then
3250
ac_test_CXXFLAGS=${CXXFLAGS+set}
3251
ac_save_CXXFLAGS=$CXXFLAGS
3252
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3253
$as_echo_n "checking whether $CXX accepts -g... " >&6; }
3254
if ${ac_cv_prog_cxx_g+:} false; then :
3255
$as_echo_n "(cached) " >&6
3257
ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3258
ac_cxx_werror_flag=yes
3261
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3262
/* end confdefs.h. */
3272
if ac_fn_cxx_try_compile "$LINENO"; then :
3273
ac_cv_prog_cxx_g=yes
3276
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3277
/* end confdefs.h. */
3287
if ac_fn_cxx_try_compile "$LINENO"; then :
3290
ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3292
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3293
/* end confdefs.h. */
3303
if ac_fn_cxx_try_compile "$LINENO"; then :
3304
ac_cv_prog_cxx_g=yes
3306
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3308
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3310
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3311
ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3313
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3314
$as_echo "$ac_cv_prog_cxx_g" >&6; }
3315
if test "$ac_test_CXXFLAGS" = set; then
3316
CXXFLAGS=$ac_save_CXXFLAGS
3317
elif test $ac_cv_prog_cxx_g = yes; then
3318
if test "$GXX" = yes; then
3324
if test "$GXX" = yes; then
3331
ac_cpp='$CPP $CPPFLAGS'
3332
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3333
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3334
ac_compiler_gnu=$ac_cv_c_compiler_gnu
3335
DEPDIR="${am__leading_dot}deps"
3337
ac_config_commands="$ac_config_commands depfiles"
3340
am_make=${MAKE-make}
3341
cat > confinc << 'END'
3343
@echo this is the am__doit target
3346
# If we don't find an include directive, just comment out the code.
3347
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3348
$as_echo_n "checking for style of include used by $am_make... " >&6; }
3352
# First try GNU make style include.
3353
echo "include confinc" > confmf
3354
# Ignore all kinds of additional output from `make'.
3355
case `$am_make -s -f confmf 2> /dev/null` in #(
3356
*the\ am__doit\ target*)
3362
# Now try BSD make style include.
3363
if test "$am__include" = "#"; then
3364
echo '.include "confinc"' > confmf
3365
case `$am_make -s -f confmf 2> /dev/null` in #(
3366
*the\ am__doit\ target*)
3367
am__include=.include
3375
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3376
$as_echo "$_am_result" >&6; }
3377
rm -f confinc confmf
3379
# Check whether --enable-dependency-tracking was given.
3380
if test "${enable_dependency_tracking+set}" = set; then :
3381
enableval=$enable_dependency_tracking;
3384
if test "x$enable_dependency_tracking" != xno; then
3385
am_depcomp="$ac_aux_dir/depcomp"
3389
if test "x$enable_dependency_tracking" != xno; then
3399
depcc="$CXX" am_compiler_list=
3401
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3402
$as_echo_n "checking dependency style of $depcc... " >&6; }
3403
if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
3404
$as_echo_n "(cached) " >&6
3406
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3407
# We make a subdir and do the tests there. Otherwise we can end up
3408
# making bogus files that we don't know about and never remove. For
3409
# instance it was reported that on HP-UX the gcc test will end up
3410
# making a dummy file named `D' -- because `-MD' means `put the output
3414
# Copy depcomp to subdir because otherwise we won't find it if we're
3415
# using a relative directory.
3416
cp "$am_depcomp" conftest.dir
3418
# We will build objects and dependencies in a subdirectory because
3419
# it helps to detect inapplicable dependency modes. For instance
3420
# both Tru64's cc and ICC support -MD to output dependencies as a
3421
# side effect of compilation, but ICC will put the dependencies in
3422
# the current directory while Tru64 will put them in the object
3426
am_cv_CXX_dependencies_compiler_type=none
3427
if test "$am_compiler_list" = ""; then
3428
am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3431
case " $depcc " in #(
3432
*\ -arch\ *\ -arch\ *) am__universal=true ;;
3435
for depmode in $am_compiler_list; do
3436
# Setup a source with many dependencies, because some compilers
3437
# like to wrap large dependency lists on column 80 (with \), and
3438
# we should not choose a depcomp mode which is confused by this.
3440
# We need to recreate these files for each test, as the compiler may
3441
# overwrite some of them when testing with obscure command lines.
3442
# This happens at least with the AIX C compiler.
3444
for i in 1 2 3 4 5 6; do
3445
echo '#include "conftst'$i'.h"' >> sub/conftest.c
3446
# Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3447
# Solaris 8's {/usr,}/bin/sh.
3448
touch sub/conftst$i.h
3450
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3452
# We check with `-c' and `-o' for the sake of the "dashmstdout"
3453
# mode. It turns out that the SunPro C++ compiler does not properly
3454
# handle `-M -o', and we need to detect this. Also, some Intel
3455
# versions had trouble with output in subdirs
3456
am__obj=sub/conftest.${OBJEXT-o}
3457
am__minus_obj="-o $am__obj"
3460
# This depmode causes a compiler race in universal mode.
3461
test "$am__universal" = false || continue
3464
# after this tag, mechanisms are not by side-effect, so they'll
3465
# only be used when explicitly requested
3466
if test "x$enable_dependency_tracking" = xyes; then
3472
msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3473
# This compiler won't grok `-c -o', but also, the minuso test has
3474
# not run yet. These depmodes are late enough in the game, and
3475
# so weak that their functioning should not be impacted.
3476
am__obj=conftest.${OBJEXT-o}
3481
if depmode=$depmode \
3482
source=sub/conftest.c object=$am__obj \
3483
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3484
$SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3485
>/dev/null 2>conftest.err &&
3486
grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3487
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3488
grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3489
${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3490
# icc doesn't choke on unknown options, it will just issue warnings
3491
# or remarks (even with -Werror). So we grep stderr for any message
3492
# that says an option was ignored or not supported.
3493
# When given -MP, icc 7.0 and 7.1 complain thusly:
3494
# icc: Command line warning: ignoring option '-M'; no argument required
3495
# The diagnosis changed in icc 8.0:
3496
# icc: Command line remark: option '-MP' not supported
3497
if (grep 'ignoring option' conftest.err ||
3498
grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3499
am_cv_CXX_dependencies_compiler_type=$depmode
3508
am_cv_CXX_dependencies_compiler_type=none
3512
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
3513
$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
3514
CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
3517
test "x$enable_dependency_tracking" != xno \
3518
&& test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
3519
am__fastdepCXX_TRUE=
3520
am__fastdepCXX_FALSE='#'
3522
am__fastdepCXX_TRUE='#'
3523
am__fastdepCXX_FALSE=
3529
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3530
$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3535
macro_version='2.4.2'
3536
macro_revision='1.3337'
3550
ltmain="$ac_aux_dir/ltmain.sh"
3552
# Make sure we can run config.sub.
3553
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3554
as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3556
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3557
$as_echo_n "checking build system type... " >&6; }
3558
if ${ac_cv_build+:} false; then :
3559
$as_echo_n "(cached) " >&6
3561
ac_build_alias=$build_alias
3562
test "x$ac_build_alias" = x &&
3563
ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3564
test "x$ac_build_alias" = x &&
3565
as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3566
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3567
as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3570
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3571
$as_echo "$ac_cv_build" >&6; }
3572
case $ac_cv_build in
3574
*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3577
ac_save_IFS=$IFS; IFS='-'
3583
# Remember, the first character of IFS is used to create $*,
3584
# except with old shells:
3587
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3590
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3591
$as_echo_n "checking host system type... " >&6; }
3592
if ${ac_cv_host+:} false; then :
3593
$as_echo_n "(cached) " >&6
3595
if test "x$host_alias" = x; then
3596
ac_cv_host=$ac_cv_build
3598
ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3599
as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3603
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3604
$as_echo "$ac_cv_host" >&6; }
3607
*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3610
ac_save_IFS=$IFS; IFS='-'
3616
# Remember, the first character of IFS is used to create $*,
3617
# except with old shells:
3620
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3623
# Backslashify metacharacters that are still active within
3624
# double-quoted strings.
3625
sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3627
# Same as above, but do not quote variable references.
3628
double_quote_subst='s/\(["`\\]\)/\\\1/g'
3630
# Sed substitution to delay expansion of an escaped shell variable in a
3631
# double_quote_subst'ed string.
3632
delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3634
# Sed substitution to delay expansion of an escaped single quote.
3635
delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3637
# Sed substitution to avoid accidental globbing in evaled expressions
3638
no_glob_subst='s/\*/\\\*/g'
3640
ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3641
ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3642
ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3644
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3645
$as_echo_n "checking how to print strings... " >&6; }
3646
# Test print first, because it will be a builtin if present.
3647
if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
3648
test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3650
elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3653
# Use this function as a fallback that always works.
3654
func_fallback_echo ()
3656
eval 'cat <<_LTECHO_EOF
3660
ECHO='func_fallback_echo'
3663
# func_echo_all arg...
3664
# Invoke $ECHO with all args, space-separated.
3671
printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3672
$as_echo "printf" >&6; } ;;
3673
print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3674
$as_echo "print -r" >&6; } ;;
3675
*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3676
$as_echo "cat" >&6; } ;;
3693
ac_cpp='$CPP $CPPFLAGS'
3694
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3695
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3696
ac_compiler_gnu=$ac_cv_c_compiler_gnu
3697
if test -n "$ac_tool_prefix"; then
3698
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3699
set dummy ${ac_tool_prefix}gcc; ac_word=$2
3700
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3701
$as_echo_n "checking for $ac_word... " >&6; }
3702
if ${ac_cv_prog_CC+:} false; then :
3703
$as_echo_n "(cached) " >&6
3705
if test -n "$CC"; then
3706
ac_cv_prog_CC="$CC" # Let the user override the test.
3708
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3712
test -z "$as_dir" && as_dir=.
3713
for ac_exec_ext in '' $ac_executable_extensions; do
3714
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3715
ac_cv_prog_CC="${ac_tool_prefix}gcc"
3716
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3726
if test -n "$CC"; then
3727
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3728
$as_echo "$CC" >&6; }
3730
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3731
$as_echo "no" >&6; }
3736
if test -z "$ac_cv_prog_CC"; then
3738
# Extract the first word of "gcc", so it can be a program name with args.
3739
set dummy gcc; ac_word=$2
3740
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3741
$as_echo_n "checking for $ac_word... " >&6; }
3742
if ${ac_cv_prog_ac_ct_CC+:} false; then :
3743
$as_echo_n "(cached) " >&6
3745
if test -n "$ac_ct_CC"; then
3746
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3748
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3752
test -z "$as_dir" && as_dir=.
3753
for ac_exec_ext in '' $ac_executable_extensions; do
3754
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3755
ac_cv_prog_ac_ct_CC="gcc"
3756
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3765
ac_ct_CC=$ac_cv_prog_ac_ct_CC
3766
if test -n "$ac_ct_CC"; then
3767
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3768
$as_echo "$ac_ct_CC" >&6; }
3770
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3771
$as_echo "no" >&6; }
3774
if test "x$ac_ct_CC" = x; then
3777
case $cross_compiling:$ac_tool_warned in
3779
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3780
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3781
ac_tool_warned=yes ;;
3789
if test -z "$CC"; then
3790
if test -n "$ac_tool_prefix"; then
3791
# Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3792
set dummy ${ac_tool_prefix}cc; ac_word=$2
3793
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3794
$as_echo_n "checking for $ac_word... " >&6; }
3795
if ${ac_cv_prog_CC+:} false; then :
3796
$as_echo_n "(cached) " >&6
3798
if test -n "$CC"; then
3799
ac_cv_prog_CC="$CC" # Let the user override the test.
3801
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3805
test -z "$as_dir" && as_dir=.
3806
for ac_exec_ext in '' $ac_executable_extensions; do
3807
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3808
ac_cv_prog_CC="${ac_tool_prefix}cc"
3809
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3819
if test -n "$CC"; then
3820
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3821
$as_echo "$CC" >&6; }
3823
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3824
$as_echo "no" >&6; }
3830
if test -z "$CC"; then
3831
# Extract the first word of "cc", so it can be a program name with args.
3832
set dummy cc; ac_word=$2
3833
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3834
$as_echo_n "checking for $ac_word... " >&6; }
3835
if ${ac_cv_prog_CC+:} false; then :
3836
$as_echo_n "(cached) " >&6
3838
if test -n "$CC"; then
3839
ac_cv_prog_CC="$CC" # Let the user override the test.
3842
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3846
test -z "$as_dir" && as_dir=.
3847
for ac_exec_ext in '' $ac_executable_extensions; do
3848
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3849
if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3850
ac_prog_rejected=yes
3854
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3861
if test $ac_prog_rejected = yes; then
3862
# We found a bogon in the path, so make sure we never use it.
3863
set dummy $ac_cv_prog_CC
3865
if test $# != 0; then
3866
# We chose a different compiler from the bogus one.
3867
# However, it has the same basename, so the bogon will be chosen
3868
# first if we set CC to just the basename; use the full file name.
3870
ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3876
if test -n "$CC"; then
3877
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3878
$as_echo "$CC" >&6; }
3880
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3881
$as_echo "no" >&6; }
3886
if test -z "$CC"; then
3887
if test -n "$ac_tool_prefix"; then
3888
for ac_prog in cl.exe
3890
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3891
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3892
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3893
$as_echo_n "checking for $ac_word... " >&6; }
3894
if ${ac_cv_prog_CC+:} false; then :
3895
$as_echo_n "(cached) " >&6
3897
if test -n "$CC"; then
3898
ac_cv_prog_CC="$CC" # Let the user override the test.
3900
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3904
test -z "$as_dir" && as_dir=.
3905
for ac_exec_ext in '' $ac_executable_extensions; do
3906
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3907
ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3908
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3918
if test -n "$CC"; then
3919
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3920
$as_echo "$CC" >&6; }
3922
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3923
$as_echo "no" >&6; }
3927
test -n "$CC" && break
3930
if test -z "$CC"; then
3932
for ac_prog in cl.exe
3934
# Extract the first word of "$ac_prog", so it can be a program name with args.
3935
set dummy $ac_prog; ac_word=$2
3936
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3937
$as_echo_n "checking for $ac_word... " >&6; }
3938
if ${ac_cv_prog_ac_ct_CC+:} false; then :
3939
$as_echo_n "(cached) " >&6
3941
if test -n "$ac_ct_CC"; then
3942
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3944
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3948
test -z "$as_dir" && as_dir=.
3949
for ac_exec_ext in '' $ac_executable_extensions; do
3950
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3951
ac_cv_prog_ac_ct_CC="$ac_prog"
3952
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3961
ac_ct_CC=$ac_cv_prog_ac_ct_CC
3962
if test -n "$ac_ct_CC"; then
3963
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3964
$as_echo "$ac_ct_CC" >&6; }
3966
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3967
$as_echo "no" >&6; }
3971
test -n "$ac_ct_CC" && break
3974
if test "x$ac_ct_CC" = x; then
3977
case $cross_compiling:$ac_tool_warned in
3979
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3980
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3981
ac_tool_warned=yes ;;
3990
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3991
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3992
as_fn_error $? "no acceptable C compiler found in \$PATH
3993
See \`config.log' for more details" "$LINENO" 5; }
3995
# Provide some information about the compiler.
3996
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3999
for ac_option in --version -v -V -qversion; do
4000
{ { ac_try="$ac_compiler $ac_option >&5"
4002
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4003
*) ac_try_echo=$ac_try;;
4005
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4006
$as_echo "$ac_try_echo"; } >&5
4007
(eval "$ac_compiler $ac_option >&5") 2>conftest.err
4009
if test -s conftest.err; then
4011
... rest of stderr output deleted ...
4012
10q' conftest.err >conftest.er1
4013
cat conftest.er1 >&5
4015
rm -f conftest.er1 conftest.err
4016
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4017
test $ac_status = 0; }
4020
3684
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4021
3685
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4022
if ${ac_cv_c_compiler_gnu+:} false; then :
3686
if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4023
3687
$as_echo_n "(cached) " >&6
4025
3689
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11780
10532
CC="$lt_save_CC"
11782
if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
10546
ac_config_commands="$ac_config_commands libtool"
10551
# Only expand once:
10555
# checks for programs.
10557
ac_cpp='$CXXCPP $CPPFLAGS'
10558
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10559
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10560
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10561
if test -z "$CXX"; then
10562
if test -n "$CCC"; then
10565
if test -n "$ac_tool_prefix"; then
10566
for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
10568
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10569
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
10570
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10571
$as_echo_n "checking for $ac_word... " >&6; }
10572
if test "${ac_cv_prog_CXX+set}" = set; then :
10573
$as_echo_n "(cached) " >&6
10575
if test -n "$CXX"; then
10576
ac_cv_prog_CXX="$CXX" # Let the user override the test.
10578
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10579
for as_dir in $PATH
10582
test -z "$as_dir" && as_dir=.
10583
for ac_exec_ext in '' $ac_executable_extensions; do
10584
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10585
ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
10586
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10595
CXX=$ac_cv_prog_CXX
10596
if test -n "$CXX"; then
10597
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
10598
$as_echo "$CXX" >&6; }
10600
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10601
$as_echo "no" >&6; }
10605
test -n "$CXX" && break
10608
if test -z "$CXX"; then
10610
for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
10612
# Extract the first word of "$ac_prog", so it can be a program name with args.
10613
set dummy $ac_prog; ac_word=$2
10614
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10615
$as_echo_n "checking for $ac_word... " >&6; }
10616
if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
10617
$as_echo_n "(cached) " >&6
10619
if test -n "$ac_ct_CXX"; then
10620
ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
10622
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10623
for as_dir in $PATH
10626
test -z "$as_dir" && as_dir=.
10627
for ac_exec_ext in '' $ac_executable_extensions; do
10628
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10629
ac_cv_prog_ac_ct_CXX="$ac_prog"
10630
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10639
ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
10640
if test -n "$ac_ct_CXX"; then
10641
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
10642
$as_echo "$ac_ct_CXX" >&6; }
10644
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10645
$as_echo "no" >&6; }
10649
test -n "$ac_ct_CXX" && break
10652
if test "x$ac_ct_CXX" = x; then
10655
case $cross_compiling:$ac_tool_warned in
10657
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
10658
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
10659
ac_tool_warned=yes ;;
10667
# Provide some information about the compiler.
10668
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
10671
for ac_option in --version -v -V -qversion; do
10672
{ { ac_try="$ac_compiler $ac_option >&5"
10673
case "(($ac_try" in
10674
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10675
*) ac_try_echo=$ac_try;;
10677
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
10678
$as_echo "$ac_try_echo"; } >&5
10679
(eval "$ac_compiler $ac_option >&5") 2>conftest.err
10681
if test -s conftest.err; then
10683
... rest of stderr output deleted ...
10684
10q' conftest.err >conftest.er1
10685
cat conftest.er1 >&5
10687
rm -f conftest.er1 conftest.err
10688
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10689
test $ac_status = 0; }
10692
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
10693
$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
10694
if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
10695
$as_echo_n "(cached) " >&6
10697
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10698
/* end confdefs.h. */
10711
if ac_fn_cxx_try_compile "$LINENO"; then :
10712
ac_compiler_gnu=yes
10716
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10717
ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
10720
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
10721
$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
10722
if test $ac_compiler_gnu = yes; then
10727
ac_test_CXXFLAGS=${CXXFLAGS+set}
10728
ac_save_CXXFLAGS=$CXXFLAGS
10729
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
10730
$as_echo_n "checking whether $CXX accepts -g... " >&6; }
10731
if test "${ac_cv_prog_cxx_g+set}" = set; then :
10732
$as_echo_n "(cached) " >&6
10734
ac_save_cxx_werror_flag=$ac_cxx_werror_flag
10735
ac_cxx_werror_flag=yes
10736
ac_cv_prog_cxx_g=no
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
10753
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10754
/* end confdefs.h. */
10764
if ac_fn_cxx_try_compile "$LINENO"; then :
10767
ac_cxx_werror_flag=$ac_save_cxx_werror_flag
10769
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10770
/* end confdefs.h. */
10780
if ac_fn_cxx_try_compile "$LINENO"; then :
10781
ac_cv_prog_cxx_g=yes
10783
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10785
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10787
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10788
ac_cxx_werror_flag=$ac_save_cxx_werror_flag
10790
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
10791
$as_echo "$ac_cv_prog_cxx_g" >&6; }
10792
if test "$ac_test_CXXFLAGS" = set; then
10793
CXXFLAGS=$ac_save_CXXFLAGS
10794
elif test $ac_cv_prog_cxx_g = yes; then
10795
if test "$GXX" = yes; then
10801
if test "$GXX" = yes; then
10808
ac_cpp='$CPP $CPPFLAGS'
10809
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10810
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10811
ac_compiler_gnu=$ac_cv_c_compiler_gnu
10813
depcc="$CXX" am_compiler_list=
10815
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
10816
$as_echo_n "checking dependency style of $depcc... " >&6; }
10817
if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
10818
$as_echo_n "(cached) " >&6
10820
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
10821
# We make a subdir and do the tests there. Otherwise we can end up
10822
# making bogus files that we don't know about and never remove. For
10823
# instance it was reported that on HP-UX the gcc test will end up
10824
# making a dummy file named `D' -- because `-MD' means `put the output
10827
# Copy depcomp to subdir because otherwise we won't find it if we're
10828
# using a relative directory.
10829
cp "$am_depcomp" conftest.dir
10831
# We will build objects and dependencies in a subdirectory because
10832
# it helps to detect inapplicable dependency modes. For instance
10833
# both Tru64's cc and ICC support -MD to output dependencies as a
10834
# side effect of compilation, but ICC will put the dependencies in
10835
# the current directory while Tru64 will put them in the object
10839
am_cv_CXX_dependencies_compiler_type=none
10840
if test "$am_compiler_list" = ""; then
10841
am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
10843
am__universal=false
10844
case " $depcc " in #(
10845
*\ -arch\ *\ -arch\ *) am__universal=true ;;
10848
for depmode in $am_compiler_list; do
10849
# Setup a source with many dependencies, because some compilers
10850
# like to wrap large dependency lists on column 80 (with \), and
10851
# we should not choose a depcomp mode which is confused by this.
10853
# We need to recreate these files for each test, as the compiler may
10854
# overwrite some of them when testing with obscure command lines.
10855
# This happens at least with the AIX C compiler.
10857
for i in 1 2 3 4 5 6; do
10858
echo '#include "conftst'$i'.h"' >> sub/conftest.c
10859
# Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
10860
# Solaris 8's {/usr,}/bin/sh.
10861
touch sub/conftst$i.h
10863
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
10865
# We check with `-c' and `-o' for the sake of the "dashmstdout"
10866
# mode. It turns out that the SunPro C++ compiler does not properly
10867
# handle `-M -o', and we need to detect this. Also, some Intel
10868
# versions had trouble with output in subdirs
10869
am__obj=sub/conftest.${OBJEXT-o}
10870
am__minus_obj="-o $am__obj"
10873
# This depmode causes a compiler race in universal mode.
10874
test "$am__universal" = false || continue
10877
# after this tag, mechanisms are not by side-effect, so they'll
10878
# only be used when explicitly requested
10879
if test "x$enable_dependency_tracking" = xyes; then
10885
msvisualcpp | msvcmsys)
10886
# This compiler won't grok `-c -o', but also, the minuso test has
10887
# not run yet. These depmodes are late enough in the game, and
10888
# so weak that their functioning should not be impacted.
10889
am__obj=conftest.${OBJEXT-o}
10894
if depmode=$depmode \
10895
source=sub/conftest.c object=$am__obj \
10896
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
10897
$SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
10898
>/dev/null 2>conftest.err &&
10899
grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
10900
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
10901
grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
10902
${MAKE-make} -s -f confmf > /dev/null 2>&1; then
10903
# icc doesn't choke on unknown options, it will just issue warnings
10904
# or remarks (even with -Werror). So we grep stderr for any message
10905
# that says an option was ignored or not supported.
10906
# When given -MP, icc 7.0 and 7.1 complain thusly:
10907
# icc: Command line warning: ignoring option '-M'; no argument required
10908
# The diagnosis changed in icc 8.0:
10909
# icc: Command line remark: option '-MP' not supported
10910
if (grep 'ignoring option' conftest.err ||
10911
grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
10912
am_cv_CXX_dependencies_compiler_type=$depmode
10919
rm -rf conftest.dir
10921
am_cv_CXX_dependencies_compiler_type=none
10925
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
10926
$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
10927
CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
10930
test "x$enable_dependency_tracking" != xno \
10931
&& test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
10932
am__fastdepCXX_TRUE=
10933
am__fastdepCXX_FALSE='#'
10935
am__fastdepCXX_TRUE='#'
10936
am__fastdepCXX_FALSE=
10942
ac_cpp='$CXXCPP $CPPFLAGS'
10943
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10944
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10945
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10946
if test -z "$CXX"; then
10947
if test -n "$CCC"; then
10950
if test -n "$ac_tool_prefix"; then
10951
for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
10953
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10954
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
10955
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10956
$as_echo_n "checking for $ac_word... " >&6; }
10957
if test "${ac_cv_prog_CXX+set}" = set; then :
10958
$as_echo_n "(cached) " >&6
10960
if test -n "$CXX"; then
10961
ac_cv_prog_CXX="$CXX" # Let the user override the test.
10963
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10964
for as_dir in $PATH
10967
test -z "$as_dir" && as_dir=.
10968
for ac_exec_ext in '' $ac_executable_extensions; do
10969
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10970
ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
10971
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10980
CXX=$ac_cv_prog_CXX
10981
if test -n "$CXX"; then
10982
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
10983
$as_echo "$CXX" >&6; }
10985
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10986
$as_echo "no" >&6; }
10990
test -n "$CXX" && break
10993
if test -z "$CXX"; then
10995
for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
10997
# Extract the first word of "$ac_prog", so it can be a program name with args.
10998
set dummy $ac_prog; ac_word=$2
10999
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11000
$as_echo_n "checking for $ac_word... " >&6; }
11001
if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
11002
$as_echo_n "(cached) " >&6
11004
if test -n "$ac_ct_CXX"; then
11005
ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
11007
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11008
for as_dir in $PATH
11011
test -z "$as_dir" && as_dir=.
11012
for ac_exec_ext in '' $ac_executable_extensions; do
11013
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11014
ac_cv_prog_ac_ct_CXX="$ac_prog"
11015
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11024
ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
11025
if test -n "$ac_ct_CXX"; then
11026
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
11027
$as_echo "$ac_ct_CXX" >&6; }
11029
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11030
$as_echo "no" >&6; }
11034
test -n "$ac_ct_CXX" && break
11037
if test "x$ac_ct_CXX" = x; then
11040
case $cross_compiling:$ac_tool_warned in
11042
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
11043
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
11044
ac_tool_warned=yes ;;
11052
# Provide some information about the compiler.
11053
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
11056
for ac_option in --version -v -V -qversion; do
11057
{ { ac_try="$ac_compiler $ac_option >&5"
11058
case "(($ac_try" in
11059
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11060
*) ac_try_echo=$ac_try;;
11062
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
11063
$as_echo "$ac_try_echo"; } >&5
11064
(eval "$ac_compiler $ac_option >&5") 2>conftest.err
11066
if test -s conftest.err; then
11068
... rest of stderr output deleted ...
11069
10q' conftest.err >conftest.er1
11070
cat conftest.er1 >&5
11072
rm -f conftest.er1 conftest.err
11073
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11074
test $ac_status = 0; }
11077
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
11078
$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
11079
if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
11080
$as_echo_n "(cached) " >&6
11082
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11083
/* end confdefs.h. */
11096
if ac_fn_cxx_try_compile "$LINENO"; then :
11097
ac_compiler_gnu=yes
11101
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11102
ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
11105
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
11106
$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
11107
if test $ac_compiler_gnu = yes; then
11112
ac_test_CXXFLAGS=${CXXFLAGS+set}
11113
ac_save_CXXFLAGS=$CXXFLAGS
11114
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
11115
$as_echo_n "checking whether $CXX accepts -g... " >&6; }
11116
if test "${ac_cv_prog_cxx_g+set}" = set; then :
11117
$as_echo_n "(cached) " >&6
11119
ac_save_cxx_werror_flag=$ac_cxx_werror_flag
11120
ac_cxx_werror_flag=yes
11121
ac_cv_prog_cxx_g=no
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
11138
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11139
/* end confdefs.h. */
11149
if ac_fn_cxx_try_compile "$LINENO"; then :
11152
ac_cxx_werror_flag=$ac_save_cxx_werror_flag
11154
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11155
/* end confdefs.h. */
11165
if ac_fn_cxx_try_compile "$LINENO"; then :
11166
ac_cv_prog_cxx_g=yes
11168
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11170
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11172
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11173
ac_cxx_werror_flag=$ac_save_cxx_werror_flag
11175
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
11176
$as_echo "$ac_cv_prog_cxx_g" >&6; }
11177
if test "$ac_test_CXXFLAGS" = set; then
11178
CXXFLAGS=$ac_save_CXXFLAGS
11179
elif test $ac_cv_prog_cxx_g = yes; then
11180
if test "$GXX" = yes; then
11186
if test "$GXX" = yes; then
11193
ac_cpp='$CPP $CPPFLAGS'
11194
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11195
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11196
ac_compiler_gnu=$ac_cv_c_compiler_gnu
11198
depcc="$CXX" am_compiler_list=
11200
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
11201
$as_echo_n "checking dependency style of $depcc... " >&6; }
11202
if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
11203
$as_echo_n "(cached) " >&6
11205
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
11206
# We make a subdir and do the tests there. Otherwise we can end up
11207
# making bogus files that we don't know about and never remove. For
11208
# instance it was reported that on HP-UX the gcc test will end up
11209
# making a dummy file named `D' -- because `-MD' means `put the output
11212
# Copy depcomp to subdir because otherwise we won't find it if we're
11213
# using a relative directory.
11214
cp "$am_depcomp" conftest.dir
11216
# We will build objects and dependencies in a subdirectory because
11217
# it helps to detect inapplicable dependency modes. For instance
11218
# both Tru64's cc and ICC support -MD to output dependencies as a
11219
# side effect of compilation, but ICC will put the dependencies in
11220
# the current directory while Tru64 will put them in the object
11224
am_cv_CXX_dependencies_compiler_type=none
11225
if test "$am_compiler_list" = ""; then
11226
am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
11228
am__universal=false
11229
case " $depcc " in #(
11230
*\ -arch\ *\ -arch\ *) am__universal=true ;;
11233
for depmode in $am_compiler_list; do
11234
# Setup a source with many dependencies, because some compilers
11235
# like to wrap large dependency lists on column 80 (with \), and
11236
# we should not choose a depcomp mode which is confused by this.
11238
# We need to recreate these files for each test, as the compiler may
11239
# overwrite some of them when testing with obscure command lines.
11240
# This happens at least with the AIX C compiler.
11242
for i in 1 2 3 4 5 6; do
11243
echo '#include "conftst'$i'.h"' >> sub/conftest.c
11244
# Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
11245
# Solaris 8's {/usr,}/bin/sh.
11246
touch sub/conftst$i.h
11248
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
11250
# We check with `-c' and `-o' for the sake of the "dashmstdout"
11251
# mode. It turns out that the SunPro C++ compiler does not properly
11252
# handle `-M -o', and we need to detect this. Also, some Intel
11253
# versions had trouble with output in subdirs
11254
am__obj=sub/conftest.${OBJEXT-o}
11255
am__minus_obj="-o $am__obj"
11258
# This depmode causes a compiler race in universal mode.
11259
test "$am__universal" = false || continue
11262
# after this tag, mechanisms are not by side-effect, so they'll
11263
# only be used when explicitly requested
11264
if test "x$enable_dependency_tracking" = xyes; then
11270
msvisualcpp | msvcmsys)
11271
# This compiler won't grok `-c -o', but also, the minuso test has
11272
# not run yet. These depmodes are late enough in the game, and
11273
# so weak that their functioning should not be impacted.
11274
am__obj=conftest.${OBJEXT-o}
11279
if depmode=$depmode \
11280
source=sub/conftest.c object=$am__obj \
11281
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
11282
$SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
11283
>/dev/null 2>conftest.err &&
11284
grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
11285
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
11286
grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
11287
${MAKE-make} -s -f confmf > /dev/null 2>&1; then
11288
# icc doesn't choke on unknown options, it will just issue warnings
11289
# or remarks (even with -Werror). So we grep stderr for any message
11290
# that says an option was ignored or not supported.
11291
# When given -MP, icc 7.0 and 7.1 complain thusly:
11292
# icc: Command line warning: ignoring option '-M'; no argument required
11293
# The diagnosis changed in icc 8.0:
11294
# icc: Command line remark: option '-MP' not supported
11295
if (grep 'ignoring option' conftest.err ||
11296
grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
11297
am_cv_CXX_dependencies_compiler_type=$depmode
11304
rm -rf conftest.dir
11306
am_cv_CXX_dependencies_compiler_type=none
11310
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
11311
$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
11312
CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
11315
test "x$enable_dependency_tracking" != xno \
11316
&& test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
11317
am__fastdepCXX_TRUE=
11318
am__fastdepCXX_FALSE='#'
11320
am__fastdepCXX_TRUE='#'
11321
am__fastdepCXX_FALSE=
11325
if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
11783
11326
( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
11784
11327
(test "X$CXX" != "Xg++"))) ; then
16003
15296
sed_quote_subst='$sed_quote_subst'
16004
15297
double_quote_subst='$double_quote_subst'
16005
15298
delay_variable_subst='$delay_variable_subst'
16006
macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
16007
macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
16008
enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
16009
enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
16010
pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
16011
enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
16012
SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
16013
ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
16014
PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
16015
host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
16016
host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
16017
host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
16018
build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
16019
build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
16020
build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
16021
SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
16022
Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
16023
GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
16024
EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
16025
FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
16026
LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
16027
NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
16028
LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
16029
max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
16030
ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
16031
exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
16032
lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
16033
lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
16034
lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
16035
lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
16036
lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
16037
reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
16038
reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
16039
OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
16040
deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
16041
file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
16042
file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
16043
want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
16044
DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
16045
sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
16046
AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
16047
AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
16048
archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
16049
STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
16050
RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
16051
old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16052
old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16053
old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
16054
lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
16055
CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
16056
CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
16057
compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
16058
GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
16059
lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
16060
lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
16061
lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
16062
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"`'
16063
nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
16064
lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
16065
objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
16066
MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
16067
lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
16068
lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
16069
lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
16070
lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
16071
lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
16072
need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
16073
MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
16074
DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
16075
NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
16076
LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
16077
OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
16078
OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
16079
libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
16080
shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
16081
extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16082
archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
16083
enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
16084
export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
16085
whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
16086
compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
16087
old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
16088
old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16089
archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
16090
archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16091
module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
16092
module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16093
with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
16094
allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16095
no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16096
hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16097
hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16098
hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16099
hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
16100
hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
16101
hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
16102
hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
16103
inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
16104
link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
16105
always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
16106
export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
16107
exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
16108
include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
16109
prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
16110
postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
16111
file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
16112
variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
16113
need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
16114
need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
16115
version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
16116
runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
16117
shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
16118
shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
16119
libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
16120
library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
16121
soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
16122
install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16123
postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16124
postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16125
finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16126
finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16127
hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16128
sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16129
sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16130
hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16131
enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16132
enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16133
enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16134
old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16135
striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
16136
compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
16137
predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
16138
postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
16139
predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
16140
postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
16141
compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
16142
LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
16143
reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
16144
reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
16145
old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
16146
compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
16147
GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
16148
lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
16149
lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
16150
lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
16151
lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
16152
lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
16153
archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
16154
enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
16155
export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
16156
whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
16157
compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
16158
old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
16159
old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
16160
archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
16161
archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
16162
module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
16163
module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
16164
with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
16165
allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
16166
no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
16167
hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
16168
hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
16169
hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
16170
hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
16171
hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
16172
hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
16173
hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
16174
inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
16175
link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
16176
always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
16177
export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
16178
exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
16179
include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
16180
prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
16181
postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
16182
file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
16183
hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
16184
compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
16185
predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
16186
postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
16187
predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
16188
postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
16189
compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
15299
macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
15300
macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
15301
enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
15302
enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
15303
pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
15304
enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
15305
host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
15306
host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
15307
host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
15308
build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
15309
build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
15310
build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
15311
SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
15312
Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
15313
GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
15314
EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
15315
FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
15316
LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
15317
NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
15318
LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
15319
max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
15320
ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
15321
exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
15322
lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
15323
lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
15324
lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
15325
reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
15326
reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15327
OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
15328
deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
15329
file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
15330
AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
15331
AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
15332
STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
15333
RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
15334
old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15335
old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15336
old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15337
CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
15338
CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
15339
compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
15340
GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
15341
lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
15342
lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
15343
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"`'
15344
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"`'
15345
objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
15346
SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
15347
ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
15348
MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
15349
lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
15350
lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
15351
lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
15352
lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
15353
lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
15354
need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
15355
DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
15356
NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
15357
LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
15358
OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
15359
OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
15360
libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
15361
shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15362
extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15363
archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
15364
enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
15365
export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
15366
whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
15367
compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
15368
old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15369
old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15370
archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15371
archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15372
module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15373
module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15374
with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
15375
allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
15376
no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
15377
hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
15378
hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
15379
hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
15380
hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
15381
hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
15382
hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
15383
hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
15384
hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
15385
inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
15386
link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
15387
fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
15388
always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
15389
export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15390
exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
15391
include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
15392
prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15393
file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
15394
variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
15395
need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
15396
need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
15397
version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
15398
runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
15399
shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
15400
shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
15401
libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
15402
library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
15403
soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
15404
postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15405
postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15406
finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15407
finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
15408
hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
15409
sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
15410
sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
15411
hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
15412
enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
15413
enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
15414
enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
15415
old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
15416
striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
15417
compiler_lib_search_dirs='`$ECHO "X$compiler_lib_search_dirs" | $Xsed -e "$delay_single_quote_subst"`'
15418
predep_objects='`$ECHO "X$predep_objects" | $Xsed -e "$delay_single_quote_subst"`'
15419
postdep_objects='`$ECHO "X$postdep_objects" | $Xsed -e "$delay_single_quote_subst"`'
15420
predeps='`$ECHO "X$predeps" | $Xsed -e "$delay_single_quote_subst"`'
15421
postdeps='`$ECHO "X$postdeps" | $Xsed -e "$delay_single_quote_subst"`'
15422
compiler_lib_search_path='`$ECHO "X$compiler_lib_search_path" | $Xsed -e "$delay_single_quote_subst"`'
15423
LD_CXX='`$ECHO "X$LD_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15424
old_archive_cmds_CXX='`$ECHO "X$old_archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15425
compiler_CXX='`$ECHO "X$compiler_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15426
GCC_CXX='`$ECHO "X$GCC_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15427
lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "X$lt_prog_compiler_no_builtin_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15428
lt_prog_compiler_wl_CXX='`$ECHO "X$lt_prog_compiler_wl_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15429
lt_prog_compiler_pic_CXX='`$ECHO "X$lt_prog_compiler_pic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15430
lt_prog_compiler_static_CXX='`$ECHO "X$lt_prog_compiler_static_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15431
lt_cv_prog_compiler_c_o_CXX='`$ECHO "X$lt_cv_prog_compiler_c_o_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15432
archive_cmds_need_lc_CXX='`$ECHO "X$archive_cmds_need_lc_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15433
enable_shared_with_static_runtimes_CXX='`$ECHO "X$enable_shared_with_static_runtimes_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15434
export_dynamic_flag_spec_CXX='`$ECHO "X$export_dynamic_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15435
whole_archive_flag_spec_CXX='`$ECHO "X$whole_archive_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15436
compiler_needs_object_CXX='`$ECHO "X$compiler_needs_object_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15437
old_archive_from_new_cmds_CXX='`$ECHO "X$old_archive_from_new_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15438
old_archive_from_expsyms_cmds_CXX='`$ECHO "X$old_archive_from_expsyms_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15439
archive_cmds_CXX='`$ECHO "X$archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15440
archive_expsym_cmds_CXX='`$ECHO "X$archive_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15441
module_cmds_CXX='`$ECHO "X$module_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15442
module_expsym_cmds_CXX='`$ECHO "X$module_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15443
with_gnu_ld_CXX='`$ECHO "X$with_gnu_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15444
allow_undefined_flag_CXX='`$ECHO "X$allow_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15445
no_undefined_flag_CXX='`$ECHO "X$no_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15446
hardcode_libdir_flag_spec_CXX='`$ECHO "X$hardcode_libdir_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15447
hardcode_libdir_flag_spec_ld_CXX='`$ECHO "X$hardcode_libdir_flag_spec_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15448
hardcode_libdir_separator_CXX='`$ECHO "X$hardcode_libdir_separator_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15449
hardcode_direct_CXX='`$ECHO "X$hardcode_direct_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15450
hardcode_direct_absolute_CXX='`$ECHO "X$hardcode_direct_absolute_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15451
hardcode_minus_L_CXX='`$ECHO "X$hardcode_minus_L_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15452
hardcode_shlibpath_var_CXX='`$ECHO "X$hardcode_shlibpath_var_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15453
hardcode_automatic_CXX='`$ECHO "X$hardcode_automatic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15454
inherit_rpath_CXX='`$ECHO "X$inherit_rpath_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15455
link_all_deplibs_CXX='`$ECHO "X$link_all_deplibs_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15456
fix_srcfile_path_CXX='`$ECHO "X$fix_srcfile_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15457
always_export_symbols_CXX='`$ECHO "X$always_export_symbols_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15458
export_symbols_cmds_CXX='`$ECHO "X$export_symbols_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15459
exclude_expsyms_CXX='`$ECHO "X$exclude_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15460
include_expsyms_CXX='`$ECHO "X$include_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15461
prelink_cmds_CXX='`$ECHO "X$prelink_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15462
file_list_spec_CXX='`$ECHO "X$file_list_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15463
hardcode_action_CXX='`$ECHO "X$hardcode_action_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15464
compiler_lib_search_dirs_CXX='`$ECHO "X$compiler_lib_search_dirs_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15465
predep_objects_CXX='`$ECHO "X$predep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15466
postdep_objects_CXX='`$ECHO "X$postdep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15467
predeps_CXX='`$ECHO "X$predeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15468
postdeps_CXX='`$ECHO "X$postdeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
15469
compiler_lib_search_path_CXX='`$ECHO "X$compiler_lib_search_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
16192
15472
LTCFLAGS='$LTCFLAGS'
16193
15473
compiler='$compiler_DEFAULT'
16195
# A function that is used when there is no print builtin or printf.
16196
func_fallback_echo ()
16198
eval 'cat <<_LTECHO_EOF
16203
15475
# Quote evaled strings.
17552
16772
# if finds mixed CR/LF and LF-only lines. Since sed operates in
17553
16773
# text mode, it properly converts lines to CR/LF. This bash problem
17554
16774
# is reportedly fixed, but why not run on old versions too?
17555
sed '$q' "$ltmain" >> "$cfgfile" \
17556
|| (rm -f "$cfgfile"; exit 1)
17558
if test x"$xsi_shell" = xyes; then
17559
sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
17563
\ */*) func_dirname_result="${1%/*}${2}" ;;\
17564
\ * ) func_dirname_result="${3}" ;;\
17566
} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
17567
&& mv -f "$cfgfile.tmp" "$cfgfile" \
17568
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17569
test 0 -eq $? || _lt_function_replace_fail=:
17572
sed -e '/^func_basename ()$/,/^} # func_basename /c\
17575
\ func_basename_result="${1##*/}"\
17576
} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
17577
&& mv -f "$cfgfile.tmp" "$cfgfile" \
17578
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17579
test 0 -eq $? || _lt_function_replace_fail=:
17582
sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
17583
func_dirname_and_basename ()\
17586
\ */*) func_dirname_result="${1%/*}${2}" ;;\
17587
\ * ) func_dirname_result="${3}" ;;\
17589
\ func_basename_result="${1##*/}"\
17590
} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
17591
&& mv -f "$cfgfile.tmp" "$cfgfile" \
17592
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17593
test 0 -eq $? || _lt_function_replace_fail=:
17596
sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
17599
\ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
17600
\ # positional parameters, so assign one to ordinary parameter first.\
17601
\ func_stripname_result=${3}\
17602
\ func_stripname_result=${func_stripname_result#"${1}"}\
17603
\ func_stripname_result=${func_stripname_result%"${2}"}\
17604
} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
17605
&& mv -f "$cfgfile.tmp" "$cfgfile" \
17606
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17607
test 0 -eq $? || _lt_function_replace_fail=:
17610
sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
17611
func_split_long_opt ()\
17613
\ func_split_long_opt_name=${1%%=*}\
17614
\ func_split_long_opt_arg=${1#*=}\
17615
} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
17616
&& mv -f "$cfgfile.tmp" "$cfgfile" \
17617
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17618
test 0 -eq $? || _lt_function_replace_fail=:
17621
sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
17622
func_split_short_opt ()\
17624
\ func_split_short_opt_arg=${1#??}\
17625
\ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
17626
} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
17627
&& mv -f "$cfgfile.tmp" "$cfgfile" \
17628
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17629
test 0 -eq $? || _lt_function_replace_fail=:
17632
sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
17636
\ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
17637
\ *) func_lo2o_result=${1} ;;\
17639
} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
17640
&& mv -f "$cfgfile.tmp" "$cfgfile" \
17641
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17642
test 0 -eq $? || _lt_function_replace_fail=:
17645
sed -e '/^func_xform ()$/,/^} # func_xform /c\
17648
func_xform_result=${1%.*}.lo\
17649
} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
17650
&& mv -f "$cfgfile.tmp" "$cfgfile" \
17651
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17652
test 0 -eq $? || _lt_function_replace_fail=:
17655
sed -e '/^func_arith ()$/,/^} # func_arith /c\
17658
func_arith_result=$(( $* ))\
17659
} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
17660
&& mv -f "$cfgfile.tmp" "$cfgfile" \
17661
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17662
test 0 -eq $? || _lt_function_replace_fail=:
17665
sed -e '/^func_len ()$/,/^} # func_len /c\
17668
func_len_result=${#1}\
17669
} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
17670
&& mv -f "$cfgfile.tmp" "$cfgfile" \
17671
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17672
test 0 -eq $? || _lt_function_replace_fail=:
17676
if test x"$lt_shell_append" = xyes; then
17677
sed -e '/^func_append ()$/,/^} # func_append /c\
17680
eval "${1}+=\\${2}"\
17681
} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
17682
&& mv -f "$cfgfile.tmp" "$cfgfile" \
17683
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17684
test 0 -eq $? || _lt_function_replace_fail=:
17687
sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
17688
func_append_quoted ()\
17690
\ func_quote_for_eval "${2}"\
17691
\ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
17692
} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
17693
&& mv -f "$cfgfile.tmp" "$cfgfile" \
17694
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17695
test 0 -eq $? || _lt_function_replace_fail=:
17698
# Save a `func_append' function call where possible by direct use of '+='
17699
sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
17700
&& mv -f "$cfgfile.tmp" "$cfgfile" \
17701
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17702
test 0 -eq $? || _lt_function_replace_fail=:
17704
# Save a `func_append' function call even when '+=' is not available
17705
sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
17706
&& mv -f "$cfgfile.tmp" "$cfgfile" \
17707
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17708
test 0 -eq $? || _lt_function_replace_fail=:
17711
if test x"$_lt_function_replace_fail" = x":"; then
17712
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
17713
$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
17717
mv -f "$cfgfile" "$ofile" ||
16775
sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16776
|| (rm -f "$cfgfile"; exit 1)
16780
cat << \_LT_EOF >> "$cfgfile"
16782
# func_dirname file append nondir_replacement
16783
# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16784
# otherwise set result to NONDIR_REPLACEMENT.
16788
*/*) func_dirname_result="${1%/*}${2}" ;;
16789
* ) func_dirname_result="${3}" ;;
16793
# func_basename file
16796
func_basename_result="${1##*/}"
16799
# func_dirname_and_basename file append nondir_replacement
16800
# perform func_basename and func_dirname in a single function
16802
# dirname: Compute the dirname of FILE. If nonempty,
16803
# add APPEND to the result, otherwise set result
16804
# to NONDIR_REPLACEMENT.
16805
# value returned in "$func_dirname_result"
16806
# basename: Compute filename of FILE.
16807
# value retuned in "$func_basename_result"
16808
# Implementation must be kept synchronized with func_dirname
16809
# and func_basename. For efficiency, we do not delegate to
16810
# those functions but instead duplicate the functionality here.
16811
func_dirname_and_basename ()
16814
*/*) func_dirname_result="${1%/*}${2}" ;;
16815
* ) func_dirname_result="${3}" ;;
16817
func_basename_result="${1##*/}"
16820
# func_stripname prefix suffix name
16821
# strip PREFIX and SUFFIX off of NAME.
16822
# PREFIX and SUFFIX must not contain globbing or regex special
16823
# characters, hashes, percent signs, but SUFFIX may contain a leading
16824
# dot (in which case that matches only a dot).
16827
# pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16828
# positional parameters, so assign one to ordinary parameter first.
16829
func_stripname_result=${3}
16830
func_stripname_result=${func_stripname_result#"${1}"}
16831
func_stripname_result=${func_stripname_result%"${2}"}
16837
func_opt_split_opt=${1%%=*}
16838
func_opt_split_arg=${1#*=}
16845
*.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16846
*) func_lo2o_result=${1} ;;
16850
# func_xform libobj-or-source
16853
func_xform_result=${1%.*}.lo
16856
# func_arith arithmetic-term...
16859
func_arith_result=$(( $* ))
16863
# STRING may not start with a hyphen.
16866
func_len_result=${#1}
16871
*) # Bourne compatible functions.
16872
cat << \_LT_EOF >> "$cfgfile"
16874
# func_dirname file append nondir_replacement
16875
# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16876
# otherwise set result to NONDIR_REPLACEMENT.
16879
# Extract subdirectory from the argument.
16880
func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
16881
if test "X$func_dirname_result" = "X${1}"; then
16882
func_dirname_result="${3}"
16884
func_dirname_result="$func_dirname_result${2}"
16888
# func_basename file
16891
func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
16895
# func_stripname prefix suffix name
16896
# strip PREFIX and SUFFIX off of NAME.
16897
# PREFIX and SUFFIX must not contain globbing or regex special
16898
# characters, hashes, percent signs, but SUFFIX may contain a leading
16899
# dot (in which case that matches only a dot).
16900
# func_strip_suffix prefix name
16904
.*) func_stripname_result=`$ECHO "X${3}" \
16905
| $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
16906
*) func_stripname_result=`$ECHO "X${3}" \
16907
| $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
16912
my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16913
my_sed_long_arg='1s/^-[^=]*=//'
16918
func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
16919
func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
16925
func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
16928
# func_xform libobj-or-source
16931
func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
16934
# func_arith arithmetic-term...
16937
func_arith_result=`expr "$@"`
16941
# STRING may not start with a hyphen.
16944
func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16950
case $lt_shell_append in
16952
cat << \_LT_EOF >> "$cfgfile"
16954
# func_append var value
16955
# Append VALUE to the end of shell variable VAR.
16963
cat << \_LT_EOF >> "$cfgfile"
16965
# func_append var value
16966
# Append VALUE to the end of shell variable VAR.
16977
sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16978
|| (rm -f "$cfgfile"; exit 1)
16980
mv -f "$cfgfile" "$ofile" ||
17718
16981
(rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17719
16982
chmod +x "$ofile"