diff options
Diffstat (limited to 'gcc/configure')
| -rwxr-xr-x | gcc/configure | 321 | 
1 files changed, 212 insertions, 109 deletions
diff --git a/gcc/configure b/gcc/configure index d94994695cb..855e60f5ed4 100755 --- a/gcc/configure +++ b/gcc/configure @@ -1032,7 +1032,7 @@ esac      else        echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2      fi -    cd "$ac_popdir" +    cd $ac_popdir    done  fi @@ -1517,8 +1517,13 @@ esac  # Determine the target- and build-specific subdirectories    # Prefix 'build-' so this never conflicts with target_subdir.  build_subdir="build-${build_noncanonical}" -# Not really a subdirectory, but here for completeness. -host_subdir=. +# --srcdir=. covers the toplevel, while "test -d" covers the subdirectories +if ( test $srcdir = . && test -d gcc ) \ +   || test -d $srcdir/../host-${host_noncanonical}; then +  host_subdir="host-${host_noncanonical}" +else +  host_subdir=. +fi  # No prefix.  target_subdir=${target_noncanonical} @@ -2401,7 +2406,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -2459,7 +2465,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -2575,7 +2582,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -2629,7 +2637,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -2674,7 +2683,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -2718,7 +2728,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -3140,7 +3151,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -3211,7 +3223,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -3270,7 +3283,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -3352,7 +3366,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -3522,7 +3537,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -3587,7 +3603,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -3649,7 +3666,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -3689,7 +3707,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -3745,7 +3764,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -3785,7 +3805,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -3849,7 +3870,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -3880,8 +3902,10 @@ See \`config.log' for more details." >&2;}  esac  else    if test "$cross_compiling" = yes; then -  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 -echo "$as_me: error: internal error: not reached in cross-compile" >&2;} +  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot run test program while cross compiling +See \`config.log' for more details." >&2;}     { (exit 1); exit 1; }; }  else    cat >conftest.$ac_ext <<_ACEOF @@ -3993,7 +4017,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -4055,7 +4080,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -4095,7 +4121,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -4151,7 +4178,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -4191,7 +4219,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -4255,7 +4284,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -4286,8 +4316,10 @@ See \`config.log' for more details." >&2;}  esac  else    if test "$cross_compiling" = yes; then -  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 -echo "$as_me: error: internal error: not reached in cross-compile" >&2;} +  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot run test program while cross compiling +See \`config.log' for more details." >&2;}     { (exit 1); exit 1; }; }  else    cat >conftest.$ac_ext <<_ACEOF @@ -4399,7 +4431,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -4461,7 +4494,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -4501,7 +4535,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -4557,7 +4592,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -4597,7 +4633,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -4661,7 +4698,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -4692,8 +4730,10 @@ See \`config.log' for more details." >&2;}  esac  else    if test "$cross_compiling" = yes; then -  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 -echo "$as_me: error: internal error: not reached in cross-compile" >&2;} +  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot run test program while cross compiling +See \`config.log' for more details." >&2;}     { (exit 1); exit 1; }; }  else    cat >conftest.$ac_ext <<_ACEOF @@ -4805,7 +4845,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -4867,7 +4908,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -4907,7 +4949,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -4963,7 +5006,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -5003,7 +5047,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -5067,7 +5112,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -5098,8 +5144,10 @@ See \`config.log' for more details." >&2;}  esac  else    if test "$cross_compiling" = yes; then -  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 -echo "$as_me: error: internal error: not reached in cross-compile" >&2;} +  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot run test program while cross compiling +See \`config.log' for more details." >&2;}     { (exit 1); exit 1; }; }  else    cat >conftest.$ac_ext <<_ACEOF @@ -5212,7 +5260,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -5274,7 +5323,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -5314,7 +5364,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -5370,7 +5421,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -5410,7 +5462,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -5474,7 +5527,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -5505,8 +5559,10 @@ See \`config.log' for more details." >&2;}  esac  else    if test "$cross_compiling" = yes; then -  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 -echo "$as_me: error: internal error: not reached in cross-compile" >&2;} +  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot run test program while cross compiling +See \`config.log' for more details." >&2;}     { (exit 1); exit 1; }; }  else    cat >conftest.$ac_ext <<_ACEOF @@ -5620,7 +5676,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -5682,7 +5739,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -5722,7 +5780,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -5778,7 +5837,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -5818,7 +5878,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -5882,7 +5943,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -5913,8 +5975,10 @@ See \`config.log' for more details." >&2;}  esac  else    if test "$cross_compiling" = yes; then -  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 -echo "$as_me: error: internal error: not reached in cross-compile" >&2;} +  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot run test program while cross compiling +See \`config.log' for more details." >&2;}     { (exit 1); exit 1; }; }  else    cat >conftest.$ac_ext <<_ACEOF @@ -6030,7 +6094,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -6080,7 +6145,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -6138,7 +6204,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -6356,7 +6423,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -7326,7 +7394,7 @@ if test "${gcc_cv_prog_makeinfo_modern+set}" = set; then  else      ac_prog_version=`$MAKEINFO --version 2>&1 |                     sed -n 's/^.*GNU texinfo.* \([0-9][0-9.]*\).*$/\1/p'` -  echo "configure:7329: version of makeinfo is $ac_prog_version" >&5 +  echo "configure:7397: version of makeinfo is $ac_prog_version" >&5    case $ac_prog_version in      '')     gcc_cv_prog_makeinfo_modern=no;;      4.[2-9]*) @@ -7581,7 +7649,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -7651,7 +7720,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -7816,7 +7886,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -7877,7 +7948,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -7947,7 +8019,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -8222,7 +8295,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -8295,7 +8369,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -8336,7 +8411,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -8538,7 +8614,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -8612,7 +8689,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -8666,7 +8744,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -8744,7 +8823,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -8798,7 +8878,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -8866,7 +8947,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -8996,7 +9078,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -9117,7 +9200,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -9468,7 +9552,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -9585,7 +9670,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -9697,7 +9783,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -9855,7 +9942,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -10727,7 +10815,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -10777,7 +10866,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -10867,7 +10957,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -10936,7 +11027,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -10999,7 +11091,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -11102,7 +11195,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -11187,7 +11281,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -11256,7 +11351,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -11331,7 +11427,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -11414,7 +11511,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -11490,7 +11588,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -11556,7 +11655,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -11692,7 +11792,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -12001,7 +12102,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -12267,7 +12369,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -12321,7 +12424,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' +	 { ac_try='test -z "$ac_c_werror_flag" +			 || test ! -s conftest.err'    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    (eval $ac_try) 2>&5    ac_status=$? @@ -16249,6 +16353,11 @@ esac +  if test x"$ac_file" != x-; then +    { echo "$as_me:$LINENO: creating $ac_file" >&5 +echo "$as_me: creating $ac_file" >&6;} +    rm -f "$ac_file" +  fi    # Let's still pretend it is `configure' which instantiates (i.e., don't    # use $as_me), people would be surprised to read:    #    /* config.h.  Generated by config.status.  */ @@ -16287,12 +16396,6 @@ echo "$as_me: error: cannot find input file: $f" >&2;}  	 fi;;        esac      done` || { (exit 1); exit 1; } - -  if test x"$ac_file" != x-; then -    { echo "$as_me:$LINENO: creating $ac_file" >&5 -echo "$as_me: creating $ac_file" >&6;} -    rm -f "$ac_file" -  fi  _ACEOF  cat >>$CONFIG_STATUS <<_ACEOF    sed "$ac_vpsub  | 

