This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[C++ PATCH]: Uninteresting cleanup patch


Hi,
I've installed this uninteresting code cleanup on the mainline.

built & tested on i686-pc-linux-gnu.

nathan
-- 
Dr Nathan Sidwell   ::   http://www.codesourcery.com   ::   CodeSourcery LLC
         'But that's a lie.' - 'Yes it is. What's your point?'
nathan@codesourcery.com : http://www.cs.bris.ac.uk/~nathan/ : nathan@acm.org
? genattr.s
? combine.s
Index: configure
===================================================================
RCS file: /cvs/gcc/egcs/gcc/configure,v
retrieving revision 1.526
diff -c -3 -p -r1.526 configure
*** configure	2001/04/23 04:07:12	1.526
--- configure	2001/04/24 08:00:24
*************** program_suffix=NONE
*** 102,108 ****
  program_transform_name=s,x,x,
  silent=
  site=
- sitefile=
  srcdir=
  target=NONE
  verbose=
--- 102,107 ----
*************** Configuration:
*** 217,223 ****
    --help                  print this message
    --no-create             do not create output files
    --quiet, --silent       do not print \`checking...' messages
-   --site-file=FILE        use FILE as the site file
    --version               print the version of autoconf that created configure
  Directory and file names:
    --prefix=PREFIX         install architecture-independent files in PREFIX
--- 216,221 ----
*************** EOF
*** 388,398 ****
    -site=* | --site=* | --sit=*)
      site="$ac_optarg" ;;
  
-   -site-file | --site-file | --site-fil | --site-fi | --site-f)
-     ac_prev=sitefile ;;
-   -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
-     sitefile="$ac_optarg" ;;
- 
    -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
      ac_prev=srcdir ;;
    -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
--- 386,391 ----
*************** fi
*** 558,573 ****
  srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  
  # Prefer explicitly selected file to automatically selected ones.
! if test -z "$sitefile"; then
!   if test -z "$CONFIG_SITE"; then
!     if test "x$prefix" != xNONE; then
!       CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
!     else
!       CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
!     fi
    fi
- else
-   CONFIG_SITE="$sitefile"
  fi
  for ac_site_file in $CONFIG_SITE; do
    if test -r "$ac_site_file"; then
--- 551,562 ----
  srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  
  # Prefer explicitly selected file to automatically selected ones.
! if test -z "$CONFIG_SITE"; then
!   if test "x$prefix" != xNONE; then
!     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
!   else
!     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    fi
  fi
  for ac_site_file in $CONFIG_SITE; do
    if test -r "$ac_site_file"; then
*************** copy=cp
*** 622,628 ****
  # - two terminals occur directly after each other
  # - the path contains an element with a dot in it
  echo $ac_n "checking LIBRARY_PATH variable""... $ac_c" 1>&6
! echo "configure:626: checking LIBRARY_PATH variable" >&5
  case ${LIBRARY_PATH} in
    [:\;]* | *[:\;] | *[:\;][:\;]* |  *[:\;]. | .[:\;]*| . | *[:\;].[:\;]* )
      library_path_setting="contains current directory"
--- 611,617 ----
  # - two terminals occur directly after each other
  # - the path contains an element with a dot in it
  echo $ac_n "checking LIBRARY_PATH variable""... $ac_c" 1>&6
! echo "configure:615: checking LIBRARY_PATH variable" >&5
  case ${LIBRARY_PATH} in
    [:\;]* | *[:\;] | *[:\;][:\;]* |  *[:\;]. | .[:\;]*| . | *[:\;].[:\;]* )
      library_path_setting="contains current directory"
*************** fi
*** 647,653 ****
  # - two terminals occur directly after each other
  # - the path contains an element with a dot in it
  echo $ac_n "checking GCC_EXEC_PREFIX variable""... $ac_c" 1>&6
! echo "configure:651: checking GCC_EXEC_PREFIX variable" >&5
  case ${GCC_EXEC_PREFIX} in
    [:\;]* | *[:\;] | *[:\;][:\;]* |  *[:\;]. | .[:\;]*| . | *[:\;].[:\;]* )
      gcc_exec_prefix_setting="contains current directory"
--- 636,642 ----
  # - two terminals occur directly after each other
  # - the path contains an element with a dot in it
  echo $ac_n "checking GCC_EXEC_PREFIX variable""... $ac_c" 1>&6
! echo "configure:640: checking GCC_EXEC_PREFIX variable" >&5
  case ${GCC_EXEC_PREFIX} in
    [:\;]* | *[:\;] | *[:\;][:\;]* |  *[:\;]. | .[:\;]*| . | *[:\;].[:\;]* )
      gcc_exec_prefix_setting="contains current directory"
*************** else { echo "configure: error: can not r
*** 1023,1029 ****
  fi
  
  echo $ac_n "checking host system type""... $ac_c" 1>&6
! echo "configure:1027: checking host system type" >&5
  
  host_alias=$host
  case "$host_alias" in
--- 1012,1018 ----
  fi
  
  echo $ac_n "checking host system type""... $ac_c" 1>&6
! echo "configure:1016: checking host system type" >&5
  
  host_alias=$host
  case "$host_alias" in
*************** host_os=`echo $host | sed 's/^\([^-]*\)-
*** 1044,1050 ****
  echo "$ac_t""$host" 1>&6
  
  echo $ac_n "checking target system type""... $ac_c" 1>&6
! echo "configure:1048: checking target system type" >&5
  
  target_alias=$target
  case "$target_alias" in
--- 1033,1039 ----
  echo "$ac_t""$host" 1>&6
  
  echo $ac_n "checking target system type""... $ac_c" 1>&6
! echo "configure:1037: checking target system type" >&5
  
  target_alias=$target
  case "$target_alias" in
*************** target_os=`echo $target | sed 's/^\([^-]
*** 1062,1068 ****
  echo "$ac_t""$target" 1>&6
  
  echo $ac_n "checking build system type""... $ac_c" 1>&6
! echo "configure:1066: checking build system type" >&5
  
  build_alias=$build
  case "$build_alias" in
--- 1051,1057 ----
  echo "$ac_t""$target" 1>&6
  
  echo $ac_n "checking build system type""... $ac_c" 1>&6
! echo "configure:1055: checking build system type" >&5
  
  build_alias=$build
  case "$build_alias" in
*************** test "$host_alias" != "$target_alias" &&
*** 1089,1095 ****
  # Extract the first word of "gcc", so it can be a program name with args.
  set dummy gcc; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:1093: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 1078,1084 ----
  # Extract the first word of "gcc", so it can be a program name with args.
  set dummy gcc; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:1082: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** if test -z "$CC"; then
*** 1119,1125 ****
    # Extract the first word of "cc", so it can be a program name with args.
  set dummy cc; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:1123: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 1108,1114 ----
    # Extract the first word of "cc", so it can be a program name with args.
  set dummy cc; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:1112: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** fi
*** 1170,1176 ****
        # Extract the first word of "cl", so it can be a program name with args.
  set dummy cl; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:1174: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 1159,1165 ----
        # Extract the first word of "cl", so it can be a program name with args.
  set dummy cl; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:1163: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** fi
*** 1202,1208 ****
  fi
  
  echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
! echo "configure:1206: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  
  ac_ext=c
  # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
--- 1191,1197 ----
  fi
  
  echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
! echo "configure:1195: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  
  ac_ext=c
  # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
*************** cross_compiling=$ac_cv_prog_cc_cross
*** 1213,1224 ****
  
  cat > conftest.$ac_ext << EOF
  
! #line 1217 "configure"
  #include "confdefs.h"
  
  main(){return(0);}
  EOF
! if { (eval echo configure:1222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    ac_cv_prog_cc_works=yes
    # If we can't run a trivial program, we are probably using a cross compiler.
    if (./conftest; exit) 2>/dev/null; then
--- 1202,1213 ----
  
  cat > conftest.$ac_ext << EOF
  
! #line 1206 "configure"
  #include "confdefs.h"
  
  main(){return(0);}
  EOF
! if { (eval echo configure:1211: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    ac_cv_prog_cc_works=yes
    # If we can't run a trivial program, we are probably using a cross compiler.
    if (./conftest; exit) 2>/dev/null; then
*************** if test $ac_cv_prog_cc_works = no; then
*** 1244,1255 ****
    { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  fi
  echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
! echo "configure:1248: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  cross_compiling=$ac_cv_prog_cc_cross
  
  echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
! echo "configure:1253: checking whether we are using GNU C" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 1233,1244 ----
    { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  fi
  echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
! echo "configure:1237: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  cross_compiling=$ac_cv_prog_cc_cross
  
  echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
! echo "configure:1242: checking whether we are using GNU C" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** else
*** 1258,1264 ****
    yes;
  #endif
  EOF
! if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1262: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    ac_cv_prog_gcc=yes
  else
    ac_cv_prog_gcc=no
--- 1247,1253 ----
    yes;
  #endif
  EOF
! if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1251: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    ac_cv_prog_gcc=yes
  else
    ac_cv_prog_gcc=no
*************** ac_test_CFLAGS="${CFLAGS+set}"
*** 1277,1283 ****
  ac_save_CFLAGS="$CFLAGS"
  CFLAGS=
  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
! echo "configure:1281: checking whether ${CC-cc} accepts -g" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 1266,1272 ----
  ac_save_CFLAGS="$CFLAGS"
  CFLAGS=
  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
! echo "configure:1270: checking whether ${CC-cc} accepts -g" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** fi
*** 1310,1319 ****
  
  if test "x$CC" != xcc; then
    echo $ac_n "checking whether $CC and cc understand -c and -o together""... $ac_c" 1>&6
! echo "configure:1314: checking whether $CC and cc understand -c and -o together" >&5
  else
    echo $ac_n "checking whether cc understands -c and -o together""... $ac_c" 1>&6
! echo "configure:1317: checking whether cc understands -c and -o together" >&5
  fi
  set dummy $CC; ac_cc="`echo $2 |
  		       sed -e 's/[^a-zA-Z0-9_]/_/g' -e 's/^[0-9]/_/'`"
--- 1299,1308 ----
  
  if test "x$CC" != xcc; then
    echo $ac_n "checking whether $CC and cc understand -c and -o together""... $ac_c" 1>&6
! echo "configure:1303: checking whether $CC and cc understand -c and -o together" >&5
  else
    echo $ac_n "checking whether cc understands -c and -o together""... $ac_c" 1>&6
! echo "configure:1306: checking whether cc understands -c and -o together" >&5
  fi
  set dummy $CC; ac_cc="`echo $2 |
  		       sed -e 's/[^a-zA-Z0-9_]/_/g' -e 's/^[0-9]/_/'`"
*************** else
*** 1325,1340 ****
  # We do the test twice because some compilers refuse to overwrite an
  # existing .o file with -o, though they will create one.
  ac_try='${CC-cc} -c conftest.c -o conftest.o 1>&5'
! if { (eval echo configure:1329: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } &&
!    test -f conftest.o && { (eval echo configure:1330: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; };
  then
    eval ac_cv_prog_cc_${ac_cc}_c_o=yes
    if test "x$CC" != xcc; then
      # Test first that cc exists at all.
!     if { ac_try='cc -c conftest.c 1>&5'; { (eval echo configure:1335: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
        ac_try='cc -c conftest.c -o conftest.o 1>&5'
!       if { (eval echo configure:1337: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } &&
! 	 test -f conftest.o && { (eval echo configure:1338: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; };
        then
          # cc works too.
          :
--- 1314,1329 ----
  # We do the test twice because some compilers refuse to overwrite an
  # existing .o file with -o, though they will create one.
  ac_try='${CC-cc} -c conftest.c -o conftest.o 1>&5'
! if { (eval echo configure:1318: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } &&
!    test -f conftest.o && { (eval echo configure:1319: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; };
  then
    eval ac_cv_prog_cc_${ac_cc}_c_o=yes
    if test "x$CC" != xcc; then
      # Test first that cc exists at all.
!     if { ac_try='cc -c conftest.c 1>&5'; { (eval echo configure:1324: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
        ac_try='cc -c conftest.c -o conftest.o 1>&5'
!       if { (eval echo configure:1326: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } &&
! 	 test -f conftest.o && { (eval echo configure:1327: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; };
        then
          # cc works too.
          :
*************** fi
*** 1370,1390 ****
  
  
  echo $ac_n "checking whether ${CC-cc} accepts -Wno-long-long""... $ac_c" 1>&6
! echo "configure:1374: checking whether ${CC-cc} accepts -Wno-long-long" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_cc_no_long_long'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    save_CFLAGS="$CFLAGS"
  CFLAGS="-Wno-long-long"
  cat > conftest.$ac_ext <<EOF
! #line 1381 "configure"
  #include "confdefs.h"
  
  int main() {
  
  ; return 0; }
  EOF
! if { (eval echo configure:1388: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_prog_cc_no_long_long=yes
  else
--- 1359,1379 ----
  
  
  echo $ac_n "checking whether ${CC-cc} accepts -Wno-long-long""... $ac_c" 1>&6
! echo "configure:1363: checking whether ${CC-cc} accepts -Wno-long-long" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_cc_no_long_long'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    save_CFLAGS="$CFLAGS"
  CFLAGS="-Wno-long-long"
  cat > conftest.$ac_ext <<EOF
! #line 1370 "configure"
  #include "confdefs.h"
  
  int main() {
  
  ; return 0; }
  EOF
! if { (eval echo configure:1377: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_prog_cc_no_long_long=yes
  else
*************** fi
*** 1405,1411 ****
  
  
  echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
! echo "configure:1409: checking how to run the C preprocessor" >&5
  # On Suns, sometimes $CPP names a directory.
  if test -n "$CPP" && test -d "$CPP"; then
    CPP=
--- 1394,1400 ----
  
  
  echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
! echo "configure:1398: checking how to run the C preprocessor" >&5
  # On Suns, sometimes $CPP names a directory.
  if test -n "$CPP" && test -d "$CPP"; then
    CPP=
*************** else
*** 1420,1432 ****
    # On the NeXT, cc -E runs the code through the compiler's parser,
    # not just through cpp.
    cat > conftest.$ac_ext <<EOF
! #line 1424 "configure"
  #include "confdefs.h"
  #include <assert.h>
  Syntax Error
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:1430: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    :
--- 1409,1421 ----
    # On the NeXT, cc -E runs the code through the compiler's parser,
    # not just through cpp.
    cat > conftest.$ac_ext <<EOF
! #line 1413 "configure"
  #include "confdefs.h"
  #include <assert.h>
  Syntax Error
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:1419: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    :
*************** else
*** 1437,1449 ****
    rm -rf conftest*
    CPP="${CC-cc} -E -traditional-cpp"
    cat > conftest.$ac_ext <<EOF
! #line 1441 "configure"
  #include "confdefs.h"
  #include <assert.h>
  Syntax Error
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:1447: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    :
--- 1426,1438 ----
    rm -rf conftest*
    CPP="${CC-cc} -E -traditional-cpp"
    cat > conftest.$ac_ext <<EOF
! #line 1430 "configure"
  #include "confdefs.h"
  #include <assert.h>
  Syntax Error
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:1436: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    :
*************** else
*** 1454,1466 ****
    rm -rf conftest*
    CPP="${CC-cc} -nologo -E"
    cat > conftest.$ac_ext <<EOF
! #line 1458 "configure"
  #include "confdefs.h"
  #include <assert.h>
  Syntax Error
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:1464: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    :
--- 1443,1455 ----
    rm -rf conftest*
    CPP="${CC-cc} -nologo -E"
    cat > conftest.$ac_ext <<EOF
! #line 1447 "configure"
  #include "confdefs.h"
  #include <assert.h>
  Syntax Error
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:1453: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    :
*************** fi
*** 1485,1505 ****
  echo "$ac_t""$CPP" 1>&6
  
  echo $ac_n "checking for inline""... $ac_c" 1>&6
! echo "configure:1489: checking for inline" >&5
  if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    ac_cv_c_inline=no
  for ac_kw in inline __inline__ __inline; do
    cat > conftest.$ac_ext <<EOF
! #line 1496 "configure"
  #include "confdefs.h"
  
  int main() {
  } $ac_kw foo() {
  ; return 0; }
  EOF
! if { (eval echo configure:1503: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_c_inline=$ac_kw; break
  else
--- 1474,1494 ----
  echo "$ac_t""$CPP" 1>&6
  
  echo $ac_n "checking for inline""... $ac_c" 1>&6
! echo "configure:1478: checking for inline" >&5
  if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    ac_cv_c_inline=no
  for ac_kw in inline __inline__ __inline; do
    cat > conftest.$ac_ext <<EOF
! #line 1485 "configure"
  #include "confdefs.h"
  
  int main() {
  } $ac_kw foo() {
  ; return 0; }
  EOF
! if { (eval echo configure:1492: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_c_inline=$ac_kw; break
  else
*************** EOF
*** 1525,1543 ****
  esac
  
  echo $ac_n "checking for volatile""... $ac_c" 1>&6
! echo "configure:1529: checking for volatile" >&5
  if eval "test \"`echo '$''{'gcc_cv_c_volatile'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1534 "configure"
  #include "confdefs.h"
  
  int main() {
  volatile int foo;
  ; return 0; }
  EOF
! if { (eval echo configure:1541: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    gcc_cv_c_volatile=yes
  else
--- 1514,1532 ----
  esac
  
  echo $ac_n "checking for volatile""... $ac_c" 1>&6
! echo "configure:1518: checking for volatile" >&5
  if eval "test \"`echo '$''{'gcc_cv_c_volatile'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1523 "configure"
  #include "confdefs.h"
  
  int main() {
  volatile int foo;
  ; return 0; }
  EOF
! if { (eval echo configure:1530: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    gcc_cv_c_volatile=yes
  else
*************** fi
*** 1559,1565 ****
  
  
  echo $ac_n "checking for long double""... $ac_c" 1>&6
! echo "configure:1563: checking for long double" >&5
  if eval "test \"`echo '$''{'gcc_cv_c_long_double'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 1548,1554 ----
  
  
  echo $ac_n "checking for long double""... $ac_c" 1>&6
! echo "configure:1552: checking for long double" >&5
  if eval "test \"`echo '$''{'gcc_cv_c_long_double'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** else
*** 1567,1573 ****
    gcc_cv_c_long_double=yes
  else
  cat > conftest.$ac_ext <<EOF
! #line 1571 "configure"
  #include "confdefs.h"
  
  int main() {
--- 1556,1562 ----
    gcc_cv_c_long_double=yes
  else
  cat > conftest.$ac_ext <<EOF
! #line 1560 "configure"
  #include "confdefs.h"
  
  int main() {
*************** long double foo = 0.0;
*** 1577,1583 ****
  switch (0) case 0: case (sizeof(long double) >= sizeof(double)):;
  ; return 0; }
  EOF
! if { (eval echo configure:1581: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    gcc_cv_c_long_double=yes
  else
--- 1566,1572 ----
  switch (0) case 0: case (sizeof(long double) >= sizeof(double)):;
  ; return 0; }
  EOF
! if { (eval echo configure:1570: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    gcc_cv_c_long_double=yes
  else
*************** EOF
*** 1599,1617 ****
  fi
  
  echo $ac_n "checking for long long int""... $ac_c" 1>&6
! echo "configure:1603: checking for long long int" >&5
  if eval "test \"`echo '$''{'ac_cv_c_long_long'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1608 "configure"
  #include "confdefs.h"
  
  int main() {
  long long int i;
  ; return 0; }
  EOF
! if { (eval echo configure:1615: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_c_long_long=yes
  else
--- 1588,1606 ----
  fi
  
  echo $ac_n "checking for long long int""... $ac_c" 1>&6
! echo "configure:1592: checking for long long int" >&5
  if eval "test \"`echo '$''{'ac_cv_c_long_long'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1597 "configure"
  #include "confdefs.h"
  
  int main() {
  long long int i;
  ; return 0; }
  EOF
! if { (eval echo configure:1604: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_c_long_long=yes
  else
*************** EOF
*** 1631,1649 ****
  
    fi
  echo $ac_n "checking for __int64""... $ac_c" 1>&6
! echo "configure:1635: checking for __int64" >&5
  if eval "test \"`echo '$''{'ac_cv_c___int64'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1640 "configure"
  #include "confdefs.h"
  
  int main() {
  __int64 i;
  ; return 0; }
  EOF
! if { (eval echo configure:1647: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_c___int64=yes
  else
--- 1620,1638 ----
  
    fi
  echo $ac_n "checking for __int64""... $ac_c" 1>&6
! echo "configure:1624: checking for __int64" >&5
  if eval "test \"`echo '$''{'ac_cv_c___int64'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1629 "configure"
  #include "confdefs.h"
  
  int main() {
  __int64 i;
  ; return 0; }
  EOF
! if { (eval echo configure:1636: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_c___int64=yes
  else
*************** EOF
*** 1666,1678 ****
  
  # sizeof(char) is 1 by definition.
  echo $ac_n "checking size of short""... $ac_c" 1>&6
! echo "configure:1670: checking size of short" >&5
  if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    for ac_size in 4 8 1 2 16  ; do # List sizes in rough order of prevalence.
    cat > conftest.$ac_ext <<EOF
! #line 1676 "configure"
  #include "confdefs.h"
  #include "confdefs.h"
  #include <sys/types.h>
--- 1655,1667 ----
  
  # sizeof(char) is 1 by definition.
  echo $ac_n "checking size of short""... $ac_c" 1>&6
! echo "configure:1659: checking size of short" >&5
  if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    for ac_size in 4 8 1 2 16  ; do # List sizes in rough order of prevalence.
    cat > conftest.$ac_ext <<EOF
! #line 1665 "configure"
  #include "confdefs.h"
  #include "confdefs.h"
  #include <sys/types.h>
*************** int main() {
*** 1682,1688 ****
  switch (0) case 0: case (sizeof (short) == $ac_size):;
  ; return 0; }
  EOF
! if { (eval echo configure:1686: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_sizeof_short=$ac_size
  else
--- 1671,1677 ----
  switch (0) case 0: case (sizeof (short) == $ac_size):;
  ; return 0; }
  EOF
! if { (eval echo configure:1675: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_sizeof_short=$ac_size
  else
*************** EOF
*** 1705,1717 ****
  
  
  echo $ac_n "checking size of int""... $ac_c" 1>&6
! echo "configure:1709: checking size of int" >&5
  if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    for ac_size in 4 8 1 2 16  ; do # List sizes in rough order of prevalence.
    cat > conftest.$ac_ext <<EOF
! #line 1715 "configure"
  #include "confdefs.h"
  #include "confdefs.h"
  #include <sys/types.h>
--- 1694,1706 ----
  
  
  echo $ac_n "checking size of int""... $ac_c" 1>&6
! echo "configure:1698: checking size of int" >&5
  if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    for ac_size in 4 8 1 2 16  ; do # List sizes in rough order of prevalence.
    cat > conftest.$ac_ext <<EOF
! #line 1704 "configure"
  #include "confdefs.h"
  #include "confdefs.h"
  #include <sys/types.h>
*************** int main() {
*** 1721,1727 ****
  switch (0) case 0: case (sizeof (int) == $ac_size):;
  ; return 0; }
  EOF
! if { (eval echo configure:1725: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_sizeof_int=$ac_size
  else
--- 1710,1716 ----
  switch (0) case 0: case (sizeof (int) == $ac_size):;
  ; return 0; }
  EOF
! if { (eval echo configure:1714: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_sizeof_int=$ac_size
  else
*************** EOF
*** 1744,1756 ****
  
  
  echo $ac_n "checking size of long""... $ac_c" 1>&6
! echo "configure:1748: checking size of long" >&5
  if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    for ac_size in 4 8 1 2 16  ; do # List sizes in rough order of prevalence.
    cat > conftest.$ac_ext <<EOF
! #line 1754 "configure"
  #include "confdefs.h"
  #include "confdefs.h"
  #include <sys/types.h>
--- 1733,1745 ----
  
  
  echo $ac_n "checking size of long""... $ac_c" 1>&6
! echo "configure:1737: checking size of long" >&5
  if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    for ac_size in 4 8 1 2 16  ; do # List sizes in rough order of prevalence.
    cat > conftest.$ac_ext <<EOF
! #line 1743 "configure"
  #include "confdefs.h"
  #include "confdefs.h"
  #include <sys/types.h>
*************** int main() {
*** 1760,1766 ****
  switch (0) case 0: case (sizeof (long) == $ac_size):;
  ; return 0; }
  EOF
! if { (eval echo configure:1764: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_sizeof_long=$ac_size
  else
--- 1749,1755 ----
  switch (0) case 0: case (sizeof (long) == $ac_size):;
  ; return 0; }
  EOF
! if { (eval echo configure:1753: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_sizeof_long=$ac_size
  else
*************** EOF
*** 1784,1796 ****
  
  if test $ac_cv_c_long_long = yes; then
    echo $ac_n "checking size of long long""... $ac_c" 1>&6
! echo "configure:1788: checking size of long long" >&5
  if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    for ac_size in 4 8 1 2 16  ; do # List sizes in rough order of prevalence.
    cat > conftest.$ac_ext <<EOF
! #line 1794 "configure"
  #include "confdefs.h"
  #include "confdefs.h"
  #include <sys/types.h>
--- 1773,1785 ----
  
  if test $ac_cv_c_long_long = yes; then
    echo $ac_n "checking size of long long""... $ac_c" 1>&6
! echo "configure:1777: checking size of long long" >&5
  if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    for ac_size in 4 8 1 2 16  ; do # List sizes in rough order of prevalence.
    cat > conftest.$ac_ext <<EOF
! #line 1783 "configure"
  #include "confdefs.h"
  #include "confdefs.h"
  #include <sys/types.h>
*************** int main() {
*** 1800,1806 ****
  switch (0) case 0: case (sizeof (long long) == $ac_size):;
  ; return 0; }
  EOF
! if { (eval echo configure:1804: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_sizeof_long_long=$ac_size
  else
--- 1789,1795 ----
  switch (0) case 0: case (sizeof (long long) == $ac_size):;
  ; return 0; }
  EOF
! if { (eval echo configure:1793: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_sizeof_long_long=$ac_size
  else
*************** EOF
*** 1825,1837 ****
  fi
  if test $ac_cv_c___int64 = yes; then
    echo $ac_n "checking size of __int64""... $ac_c" 1>&6
! echo "configure:1829: checking size of __int64" >&5
  if eval "test \"`echo '$''{'ac_cv_sizeof___int64'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    for ac_size in 4 8 1 2 16  ; do # List sizes in rough order of prevalence.
    cat > conftest.$ac_ext <<EOF
! #line 1835 "configure"
  #include "confdefs.h"
  #include "confdefs.h"
  #include <sys/types.h>
--- 1814,1826 ----
  fi
  if test $ac_cv_c___int64 = yes; then
    echo $ac_n "checking size of __int64""... $ac_c" 1>&6
! echo "configure:1818: checking size of __int64" >&5
  if eval "test \"`echo '$''{'ac_cv_sizeof___int64'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    for ac_size in 4 8 1 2 16  ; do # List sizes in rough order of prevalence.
    cat > conftest.$ac_ext <<EOF
! #line 1824 "configure"
  #include "confdefs.h"
  #include "confdefs.h"
  #include <sys/types.h>
*************** int main() {
*** 1841,1847 ****
  switch (0) case 0: case (sizeof (__int64) == $ac_size):;
  ; return 0; }
  EOF
! if { (eval echo configure:1845: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_sizeof___int64=$ac_size
  else
--- 1830,1836 ----
  switch (0) case 0: case (sizeof (__int64) == $ac_size):;
  ; return 0; }
  EOF
! if { (eval echo configure:1834: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_sizeof___int64=$ac_size
  else
*************** EOF
*** 1866,1877 ****
  fi
  
  echo $ac_n "checking execution character set""... $ac_c" 1>&6
! echo "configure:1870: checking execution character set" >&5
  if eval "test \"`echo '$''{'ac_cv_c_charset'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1875 "configure"
  #include "confdefs.h"
  #if '\n' == 0x0A && ' ' == 0x20 && '0' == 0x30 \
     && 'A' == 0x41 && 'a' == 0x61 && '!' == 0x21
--- 1855,1866 ----
  fi
  
  echo $ac_n "checking execution character set""... $ac_c" 1>&6
! echo "configure:1859: checking execution character set" >&5
  if eval "test \"`echo '$''{'ac_cv_c_charset'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1864 "configure"
  #include "confdefs.h"
  #if '\n' == 0x0A && ' ' == 0x20 && '0' == 0x30 \
     && 'A' == 0x41 && 'a' == 0x61 && '!' == 0x21
*************** rm -f conftest*
*** 1887,1893 ****
  
    if test x${ac_cv_c_charset+set} != xset; then
      cat > conftest.$ac_ext <<EOF
! #line 1891 "configure"
  #include "confdefs.h"
  #if '\n' == 0x15 && ' ' == 0x40 && '0' == 0xF0 \
     && 'A' == 0xC1 && 'a' == 0x81 && '!' == 0x5A
--- 1876,1882 ----
  
    if test x${ac_cv_c_charset+set} != xset; then
      cat > conftest.$ac_ext <<EOF
! #line 1880 "configure"
  #include "confdefs.h"
  #if '\n' == 0x15 && ' ' == 0x40 && '0' == 0xF0 \
     && 'A' == 0xC1 && 'a' == 0x81 && '!' == 0x5A
*************** esac
*** 1941,1947 ****
  
  
  echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
! echo "configure:1945: checking whether ${MAKE-make} sets \${MAKE}" >&5
  set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 1930,1936 ----
  
  
  echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
! echo "configure:1934: checking whether ${MAKE-make} sets \${MAKE}" >&5
  set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
*************** fi
*** 1969,1975 ****
  
  
  echo $ac_n "checking whether a default assembler was specified""... $ac_c" 1>&6
! echo "configure:1973: checking whether a default assembler was specified" >&5
  if test x"${DEFAULT_ASSEMBLER+set}" = x"set"; then
      if test x"$gas_flag" = x"no"; then
      	echo "$ac_t""yes ($DEFAULT_ASSEMBLER)" 1>&6
--- 1958,1964 ----
  
  
  echo $ac_n "checking whether a default assembler was specified""... $ac_c" 1>&6
! echo "configure:1962: checking whether a default assembler was specified" >&5
  if test x"${DEFAULT_ASSEMBLER+set}" = x"set"; then
      if test x"$gas_flag" = x"no"; then
      	echo "$ac_t""yes ($DEFAULT_ASSEMBLER)" 1>&6
*************** else
*** 1981,1987 ****
  fi
  
  echo $ac_n "checking whether a default linker was specified""... $ac_c" 1>&6
! echo "configure:1985: checking whether a default linker was specified" >&5
  if test x"${DEFAULT_LINKER+set}" = x"set"; then
      if test x"$gnu_ld_flag" = x"no"; then
  	echo "$ac_t""yes ($DEFAULT_LINKER)" 1>&6
--- 1970,1976 ----
  fi
  
  echo $ac_n "checking whether a default linker was specified""... $ac_c" 1>&6
! echo "configure:1974: checking whether a default linker was specified" >&5
  if test x"${DEFAULT_LINKER+set}" = x"set"; then
      if test x"$gnu_ld_flag" = x"no"; then
  	echo "$ac_t""yes ($DEFAULT_LINKER)" 1>&6
*************** else
*** 1993,2004 ****
  fi
  
  echo $ac_n "checking for GNU C library""... $ac_c" 1>&6
! echo "configure:1997: checking for GNU C library" >&5
  if eval "test \"`echo '$''{'gcc_cv_glibc'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2002 "configure"
  #include "confdefs.h"
  #include <features.h>
  int main() {
--- 1982,1993 ----
  fi
  
  echo $ac_n "checking for GNU C library""... $ac_c" 1>&6
! echo "configure:1986: checking for GNU C library" >&5
  if eval "test \"`echo '$''{'gcc_cv_glibc'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1991 "configure"
  #include "confdefs.h"
  #include <features.h>
  int main() {
*************** int main() {
*** 2008,2014 ****
  #endif
  ; return 0; }
  EOF
! if { (eval echo configure:2012: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    gcc_cv_glibc=yes
  else
--- 1997,2003 ----
  #endif
  ; return 0; }
  EOF
! if { (eval echo configure:2001: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    gcc_cv_glibc=yes
  else
*************** do
*** 2034,2040 ****
  # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:2038: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 2023,2029 ----
  # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:2027: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** test -n "$AWK" && break
*** 2064,2070 ****
  done
  
  echo $ac_n "checking whether ln works""... $ac_c" 1>&6
! echo "configure:2068: checking whether ln works" >&5
  if eval "test \"`echo '$''{'gcc_cv_prog_LN'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 2053,2059 ----
  done
  
  echo $ac_n "checking whether ln works""... $ac_c" 1>&6
! echo "configure:2057: checking whether ln works" >&5
  if eval "test \"`echo '$''{'gcc_cv_prog_LN'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** else
*** 2096,2102 ****
  fi
  
  echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
! echo "configure:2100: checking whether ln -s works" >&5
  if eval "test \"`echo '$''{'gcc_cv_prog_LN_S'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 2085,2091 ----
  fi
  
  echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
! echo "configure:2089: checking whether ln -s works" >&5
  if eval "test \"`echo '$''{'gcc_cv_prog_LN_S'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** fi
*** 2130,2136 ****
  # Extract the first word of "ranlib", so it can be a program name with args.
  set dummy ranlib; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:2134: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 2119,2125 ----
  # Extract the first word of "ranlib", so it can be a program name with args.
  set dummy ranlib; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:2123: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** fi
*** 2168,2174 ****
  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  # ./install, which can be erroneously created by make from ./install.sh.
  echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
! echo "configure:2172: checking for a BSD compatible install" >&5
  if test -z "$INSTALL"; then
  if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 2157,2163 ----
  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  # ./install, which can be erroneously created by make from ./install.sh.
  echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
! echo "configure:2161: checking for a BSD compatible install" >&5
  if test -z "$INSTALL"; then
  if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
*************** test -z "$INSTALL_DATA" && INSTALL_DATA=
*** 2219,2230 ****
  
  
  echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
! echo "configure:2223: checking for ANSI C header files" >&5
  if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2228 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  #include <stdarg.h>
--- 2208,2219 ----
  
  
  echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
! echo "configure:2212: checking for ANSI C header files" >&5
  if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2217 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  #include <stdarg.h>
*************** else
*** 2232,2238 ****
  #include <float.h>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:2236: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
--- 2221,2227 ----
  #include <float.h>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:2225: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
*************** rm -f conftest*
*** 2249,2255 ****
  if test $ac_cv_header_stdc = yes; then
    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  cat > conftest.$ac_ext <<EOF
! #line 2253 "configure"
  #include "confdefs.h"
  #include <string.h>
  EOF
--- 2238,2244 ----
  if test $ac_cv_header_stdc = yes; then
    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  cat > conftest.$ac_ext <<EOF
! #line 2242 "configure"
  #include "confdefs.h"
  #include <string.h>
  EOF
*************** fi
*** 2267,2273 ****
  if test $ac_cv_header_stdc = yes; then
    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  cat > conftest.$ac_ext <<EOF
! #line 2271 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  EOF
--- 2256,2262 ----
  if test $ac_cv_header_stdc = yes; then
    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  cat > conftest.$ac_ext <<EOF
! #line 2260 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  EOF
*************** if test "$cross_compiling" = yes; then
*** 2288,2294 ****
    :
  else
    cat > conftest.$ac_ext <<EOF
! #line 2292 "configure"
  #include "confdefs.h"
  #include <ctype.h>
  #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
--- 2277,2283 ----
    :
  else
    cat > conftest.$ac_ext <<EOF
! #line 2281 "configure"
  #include "confdefs.h"
  #include <ctype.h>
  #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
*************** if (XOR (islower (i), ISLOWER (i)) || to
*** 2299,2305 ****
  exit (0); }
  
  EOF
! if { (eval echo configure:2303: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    :
  else
--- 2288,2294 ----
  exit (0); }
  
  EOF
! if { (eval echo configure:2292: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    :
  else
*************** EOF
*** 2323,2334 ****
  fi
  
  echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
! echo "configure:2327: checking whether time.h and sys/time.h may both be included" >&5
  if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2332 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <sys/time.h>
--- 2312,2323 ----
  fi
  
  echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
! echo "configure:2316: checking whether time.h and sys/time.h may both be included" >&5
  if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2321 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <sys/time.h>
*************** int main() {
*** 2337,2343 ****
  struct tm *tp;
  ; return 0; }
  EOF
! if { (eval echo configure:2341: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_header_time=yes
  else
--- 2326,2332 ----
  struct tm *tp;
  ; return 0; }
  EOF
! if { (eval echo configure:2330: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_header_time=yes
  else
*************** EOF
*** 2358,2369 ****
  fi
  
  echo $ac_n "checking whether string.h and strings.h may both be included""... $ac_c" 1>&6
! echo "configure:2362: checking whether string.h and strings.h may both be included" >&5
  if eval "test \"`echo '$''{'gcc_cv_header_string'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2367 "configure"
  #include "confdefs.h"
  #include <string.h>
  #include <strings.h>
--- 2347,2358 ----
  fi
  
  echo $ac_n "checking whether string.h and strings.h may both be included""... $ac_c" 1>&6
! echo "configure:2351: checking whether string.h and strings.h may both be included" >&5
  if eval "test \"`echo '$''{'gcc_cv_header_string'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2356 "configure"
  #include "confdefs.h"
  #include <string.h>
  #include <strings.h>
*************** int main() {
*** 2371,2377 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:2375: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    gcc_cv_header_string=yes
  else
--- 2360,2366 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:2364: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    gcc_cv_header_string=yes
  else
*************** EOF
*** 2392,2403 ****
  fi
  
  echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
! echo "configure:2396: checking for sys/wait.h that is POSIX.1 compatible" >&5
  if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2401 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <sys/wait.h>
--- 2381,2392 ----
  fi
  
  echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
! echo "configure:2385: checking for sys/wait.h that is POSIX.1 compatible" >&5
  if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2390 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <sys/wait.h>
*************** wait (&s);
*** 2413,2419 ****
  s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
  ; return 0; }
  EOF
! if { (eval echo configure:2417: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_header_sys_wait_h=yes
  else
--- 2402,2408 ----
  s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
  ; return 0; }
  EOF
! if { (eval echo configure:2406: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_header_sys_wait_h=yes
  else
*************** for ac_hdr in limits.h stddef.h string.h
*** 2440,2456 ****
  do
  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
! echo "configure:2444: checking for $ac_hdr" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2449 "configure"
  #include "confdefs.h"
  #include <$ac_hdr>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:2454: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
--- 2429,2445 ----
  do
  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
! echo "configure:2433: checking for $ac_hdr" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2438 "configure"
  #include "confdefs.h"
  #include <$ac_hdr>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:2443: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
*************** done
*** 2480,2496 ****
  # Check for thread headers.
  ac_safe=`echo "thread.h" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for thread.h""... $ac_c" 1>&6
! echo "configure:2484: checking for thread.h" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2489 "configure"
  #include "confdefs.h"
  #include <thread.h>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:2494: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
--- 2469,2485 ----
  # Check for thread headers.
  ac_safe=`echo "thread.h" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for thread.h""... $ac_c" 1>&6
! echo "configure:2473: checking for thread.h" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2478 "configure"
  #include "confdefs.h"
  #include <thread.h>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:2483: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
*************** fi
*** 2514,2530 ****
  
  ac_safe=`echo "pthread.h" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for pthread.h""... $ac_c" 1>&6
! echo "configure:2518: checking for pthread.h" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2523 "configure"
  #include "confdefs.h"
  #include <pthread.h>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:2528: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
--- 2503,2519 ----
  
  ac_safe=`echo "pthread.h" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for pthread.h""... $ac_c" 1>&6
! echo "configure:2507: checking for pthread.h" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2512 "configure"
  #include "confdefs.h"
  #include <pthread.h>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:2517: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
*************** fi
*** 2549,2560 ****
  
  # These tests can't be done till we know if we have limits.h.
  echo $ac_n "checking for CHAR_BIT""... $ac_c" 1>&6
! echo "configure:2553: checking for CHAR_BIT" >&5
  if eval "test \"`echo '$''{'gcc_cv_decl_char_bit'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2558 "configure"
  #include "confdefs.h"
  #ifdef HAVE_LIMITS_H
  #include <limits.h>
--- 2538,2549 ----
  
  # These tests can't be done till we know if we have limits.h.
  echo $ac_n "checking for CHAR_BIT""... $ac_c" 1>&6
! echo "configure:2542: checking for CHAR_BIT" >&5
  if eval "test \"`echo '$''{'gcc_cv_decl_char_bit'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2547 "configure"
  #include "confdefs.h"
  #ifdef HAVE_LIMITS_H
  #include <limits.h>
*************** fi
*** 2579,2585 ****
  echo "$ac_t""$gcc_cv_decl_char_bit" 1>&6
  if test $gcc_cv_decl_char_bit = no; then
    echo $ac_n "checking number of bits in a byte""... $ac_c" 1>&6
! echo "configure:2583: checking number of bits in a byte" >&5
  if eval "test \"`echo '$''{'gcc_cv_c_nbby'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 2568,2574 ----
  echo "$ac_t""$gcc_cv_decl_char_bit" 1>&6
  if test $gcc_cv_decl_char_bit = no; then
    echo $ac_n "checking number of bits in a byte""... $ac_c" 1>&6
! echo "configure:2572: checking number of bits in a byte" >&5
  if eval "test \"`echo '$''{'gcc_cv_c_nbby'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** else
*** 2587,2600 ****
   gcc_cv_c_nbby=
   while test $i -lt 65; do
     cat > conftest.$ac_ext <<EOF
! #line 2591 "configure"
  #include "confdefs.h"
  
  int main() {
  switch(0) { case 0: case (char)(1 << $i) && (char)(1 << $i) != 1: ; }
  ; return 0; }
  EOF
! if { (eval echo configure:2598: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    gcc_cv_c_nbby=$i
           break
--- 2576,2589 ----
   gcc_cv_c_nbby=
   while test $i -lt 65; do
     cat > conftest.$ac_ext <<EOF
! #line 2580 "configure"
  #include "confdefs.h"
  
  int main() {
  switch(0) { case 0: case (char)(1 << $i) && (char)(1 << $i) != 1: ; }
  ; return 0; }
  EOF
! if { (eval echo configure:2587: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    gcc_cv_c_nbby=$i
           break
*************** EOF
*** 2620,2626 ****
  fi
  fi
  echo $ac_n "checking byte ordering""... $ac_c" 1>&6
! echo "configure:2624: checking byte ordering" >&5
  if eval "test \"`echo '$''{'ac_cv_c_compile_endian'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 2609,2615 ----
  fi
  fi
  echo $ac_n "checking byte ordering""... $ac_c" 1>&6
! echo "configure:2613: checking byte ordering" >&5
  if eval "test \"`echo '$''{'ac_cv_c_compile_endian'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** ac_link='${CC-cc} -o conftest${ac_exeext
*** 2634,2640 ****
  cross_compiling=$ac_cv_prog_cc_cross
  
  cat > conftest.$ac_ext <<EOF
! #line 2638 "configure"
  #include "confdefs.h"
  
  #ifdef HAVE_LIMITS_H
--- 2623,2629 ----
  cross_compiling=$ac_cv_prog_cc_cross
  
  cat > conftest.$ac_ext <<EOF
! #line 2627 "configure"
  #include "confdefs.h"
  
  #ifdef HAVE_LIMITS_H
*************** cat > conftest.$ac_ext <<EOF
*** 2654,2660 ****
      'X', '\n'
  };
  EOF
! if { (eval echo configure:2658: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    od -c conftest.o |
      sed 's/^[0-7]*[ 	]*/ /
  	  s/\*/./g
--- 2643,2649 ----
      'X', '\n'
  };
  EOF
! if { (eval echo configure:2647: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    od -c conftest.o |
      sed 's/^[0-7]*[ 	]*/ /
  	  s/\*/./g
*************** EOF
*** 2693,2699 ****
  fi
  
  echo $ac_n "checking floating point format""... $ac_c" 1>&6
! echo "configure:2697: checking floating point format" >&5
  if eval "test \"`echo '$''{'ac_cv_c_float_format'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 2682,2688 ----
  fi
  
  echo $ac_n "checking floating point format""... $ac_c" 1>&6
! echo "configure:2686: checking floating point format" >&5
  if eval "test \"`echo '$''{'ac_cv_c_float_format'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** ac_link='${CC-cc} -o conftest${ac_exeext
*** 2706,2712 ****
  cross_compiling=$ac_cv_prog_cc_cross
  
  cat > conftest.$ac_ext <<EOF
! #line 2710 "configure"
  #include "confdefs.h"
  /* This will not work unless sizeof(double) == 8.  */
  extern char sizeof_double_must_be_8 [sizeof(double) == 8 ? 1 : -1];
--- 2695,2701 ----
  cross_compiling=$ac_cv_prog_cc_cross
  
  cat > conftest.$ac_ext <<EOF
! #line 2699 "configure"
  #include "confdefs.h"
  /* This will not work unless sizeof(double) == 8.  */
  extern char sizeof_double_must_be_8 [sizeof(double) == 8 ? 1 : -1];
*************** struct possibility table [] =
*** 2728,2734 ****
    C(-5.22995989424860458374e+10)  /* IBMHEXFP - s/390 format, EBCDIC */
  };
  EOF
! if { (eval echo configure:2732: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    od -c conftest.o |
      sed 's/^[0-7]*[ 	]*/ /
  	  s/\*/./g
--- 2717,2723 ----
    C(-5.22995989424860458374e+10)  /* IBMHEXFP - s/390 format, EBCDIC */
  };
  EOF
! if { (eval echo configure:2721: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    od -c conftest.o |
      sed 's/^[0-7]*[ 	]*/ /
  	  s/\*/./g
*************** fi
*** 2817,2823 ****
  # Extract the first word of "gnatbind", so it can be a program name with args.
  set dummy gnatbind; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:2821: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_have_gnat'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 2806,2812 ----
  # Extract the first word of "gnatbind", so it can be a program name with args.
  set dummy gnatbind; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:2810: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_have_gnat'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** fi
*** 2849,2855 ****
  # Extract the first word of "mktemp", so it can be a program name with args.
  set dummy mktemp; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:2853: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_have_mktemp_command'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 2838,2844 ----
  # Extract the first word of "mktemp", so it can be a program name with args.
  set dummy mktemp; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:2842: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_have_mktemp_command'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** else
*** 2888,2894 ****
    # Extract the first word of "makeinfo", so it can be a program name with args.
  set dummy makeinfo; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:2892: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 2877,2883 ----
    # Extract the first word of "makeinfo", so it can be a program name with args.
  set dummy makeinfo; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:2881: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** fi
*** 2917,2929 ****
  if test -n "$MAKEINFO"; then
    # Found it, now check the version.
    echo $ac_n "checking for modern makeinfo""... $ac_c" 1>&6
! echo "configure:2921: checking for modern makeinfo" >&5
  if eval "test \"`echo '$''{'gcc_cv_prog_makeinfo_modern'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
      ac_prog_version=`$MAKEINFO --version 2>&1 |
                     sed -n 's/^.*GNU texinfo.* \([0-9][0-9.]*\).*$/\1/p'`
!   echo "configure:2927: version of makeinfo is $ac_prog_version" >&5
    case $ac_prog_version in
      '')     gcc_cv_prog_makeinfo_modern=no;;
      4.*)
--- 2906,2918 ----
  if test -n "$MAKEINFO"; then
    # Found it, now check the version.
    echo $ac_n "checking for modern makeinfo""... $ac_c" 1>&6
! echo "configure:2910: checking for modern makeinfo" >&5
  if eval "test \"`echo '$''{'gcc_cv_prog_makeinfo_modern'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
      ac_prog_version=`$MAKEINFO --version 2>&1 |
                     sed -n 's/^.*GNU texinfo.* \([0-9][0-9.]*\).*$/\1/p'`
!   echo "configure:2916: version of makeinfo is $ac_prog_version" >&5
    case $ac_prog_version in
      '')     gcc_cv_prog_makeinfo_modern=no;;
      4.*)
*************** fi
*** 2951,2957 ****
  
  # Is pod2man recent enough to regenerate manpages?
  echo $ac_n "checking for recent Pod::Man""... $ac_c" 1>&6
! echo "configure:2955: checking for recent Pod::Man" >&5
  if perl -e 'use 1.10 Pod::Man' >/dev/null 2>&1; then
    echo "$ac_t""yes" 1>&6
    GENERATED_MANPAGES=generated-manpages		
--- 2940,2946 ----
  
  # Is pod2man recent enough to regenerate manpages?
  echo $ac_n "checking for recent Pod::Man""... $ac_c" 1>&6
! echo "configure:2944: checking for recent Pod::Man" >&5
  if perl -e 'use 1.10 Pod::Man' >/dev/null 2>&1; then
    echo "$ac_t""yes" 1>&6
    GENERATED_MANPAGES=generated-manpages		
*************** else
*** 2967,2973 ****
    # Extract the first word of "flex", so it can be a program name with args.
  set dummy flex; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:2971: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_FLEX'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 2956,2962 ----
    # Extract the first word of "flex", so it can be a program name with args.
  set dummy flex; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:2960: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_FLEX'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** else
*** 3004,3010 ****
    # Extract the first word of "bison", so it can be a program name with args.
  set dummy bison; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:3008: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 2993,2999 ----
    # Extract the first word of "bison", so it can be a program name with args.
  set dummy bison; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:2997: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** fi
*** 3038,3049 ****
  
  
  echo $ac_n "checking for preprocessor stringizing operator""... $ac_c" 1>&6
! echo "configure:3042: checking for preprocessor stringizing operator" >&5
  if eval "test \"`echo '$''{'ac_cv_c_stringize'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3047 "configure"
  #include "confdefs.h"
  
  #define x(y) #y
--- 3027,3038 ----
  
  
  echo $ac_n "checking for preprocessor stringizing operator""... $ac_c" 1>&6
! echo "configure:3031: checking for preprocessor stringizing operator" >&5
  if eval "test \"`echo '$''{'ac_cv_c_stringize'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3036 "configure"
  #include "confdefs.h"
  
  #define x(y) #y
*************** echo "$ac_t""${ac_cv_c_stringize}" 1>&6
*** 3076,3087 ****
  # Use <inttypes.h> only if it exists,
  # doesn't clash with <sys/types.h>, and declares intmax_t.
  echo $ac_n "checking for inttypes.h""... $ac_c" 1>&6
! echo "configure:3080: checking for inttypes.h" >&5
  if eval "test \"`echo '$''{'gcc_cv_header_inttypes_h'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3085 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <inttypes.h>
--- 3065,3076 ----
  # Use <inttypes.h> only if it exists,
  # doesn't clash with <sys/types.h>, and declares intmax_t.
  echo $ac_n "checking for inttypes.h""... $ac_c" 1>&6
! echo "configure:3069: checking for inttypes.h" >&5
  if eval "test \"`echo '$''{'gcc_cv_header_inttypes_h'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3074 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <inttypes.h>
*************** int main() {
*** 3089,3095 ****
  intmax_t i = -1;
  ; return 0; }
  EOF
! if { (eval echo configure:3093: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    gcc_cv_header_inttypes_h=yes
  else
--- 3078,3084 ----
  intmax_t i = -1;
  ; return 0; }
  EOF
! if { (eval echo configure:3082: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    gcc_cv_header_inttypes_h=yes
  else
*************** for ac_func in strtoul bsearch popen tim
*** 3116,3127 ****
  	fputs_unlocked getrusage iconv nl_langinfo lstat
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:3120: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3125 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
--- 3105,3116 ----
  	fputs_unlocked getrusage iconv nl_langinfo lstat
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:3109: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3114 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
*************** $ac_func();
*** 3144,3150 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:3148: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
--- 3133,3139 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:3137: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
*************** done
*** 3170,3181 ****
  
  
  echo $ac_n "checking for ssize_t""... $ac_c" 1>&6
! echo "configure:3174: checking for ssize_t" >&5
  if eval "test \"`echo '$''{'ac_cv_type_ssize_t'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3179 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #if STDC_HEADERS
--- 3159,3170 ----
  
  
  echo $ac_n "checking for ssize_t""... $ac_c" 1>&6
! echo "configure:3163: checking for ssize_t" >&5
  if eval "test \"`echo '$''{'ac_cv_type_ssize_t'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3168 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #if STDC_HEADERS
*************** fi
*** 3206,3217 ****
  # Try to determine the array type of the second argument of getgroups
  # for the target system (int or gid_t).
  echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
! echo "configure:3210: checking for uid_t in sys/types.h" >&5
  if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3215 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  EOF
--- 3195,3206 ----
  # Try to determine the array type of the second argument of getgroups
  # for the target system (int or gid_t).
  echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
! echo "configure:3199: checking for uid_t in sys/types.h" >&5
  if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3204 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  EOF
*************** EOF
*** 3240,3246 ****
  fi
  
  echo $ac_n "checking type of array argument to getgroups""... $ac_c" 1>&6
! echo "configure:3244: checking type of array argument to getgroups" >&5
  if eval "test \"`echo '$''{'ac_cv_type_getgroups'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 3229,3235 ----
  fi
  
  echo $ac_n "checking type of array argument to getgroups""... $ac_c" 1>&6
! echo "configure:3233: checking type of array argument to getgroups" >&5
  if eval "test \"`echo '$''{'ac_cv_type_getgroups'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** else
*** 3248,3254 ****
    ac_cv_type_getgroups=cross
  else
    cat > conftest.$ac_ext <<EOF
! #line 3252 "configure"
  #include "confdefs.h"
  
  /* Thanks to Mike Rendell for this test.  */
--- 3237,3243 ----
    ac_cv_type_getgroups=cross
  else
    cat > conftest.$ac_ext <<EOF
! #line 3241 "configure"
  #include "confdefs.h"
  
  /* Thanks to Mike Rendell for this test.  */
*************** main()
*** 3273,3279 ****
  }
  
  EOF
! if { (eval echo configure:3277: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
      ac_cv_type_getgroups=gid_t
  else
--- 3262,3268 ----
  }
  
  EOF
! if { (eval echo configure:3266: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
      ac_cv_type_getgroups=gid_t
  else
*************** fi
*** 3287,3293 ****
  
  if test $ac_cv_type_getgroups = cross; then
          cat > conftest.$ac_ext <<EOF
! #line 3291 "configure"
  #include "confdefs.h"
  #include <unistd.h>
  EOF
--- 3276,3282 ----
  
  if test $ac_cv_type_getgroups = cross; then
          cat > conftest.$ac_ext <<EOF
! #line 3280 "configure"
  #include "confdefs.h"
  #include <unistd.h>
  EOF
*************** fi
*** 3328,3339 ****
  
  
  echo $ac_n "checking for vprintf""... $ac_c" 1>&6
! echo "configure:3332: checking for vprintf" >&5
  if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3337 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char vprintf(); below.  */
--- 3317,3328 ----
  
  
  echo $ac_n "checking for vprintf""... $ac_c" 1>&6
! echo "configure:3321: checking for vprintf" >&5
  if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3326 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char vprintf(); below.  */
*************** vprintf();
*** 3356,3362 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:3360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_vprintf=yes"
  else
--- 3345,3351 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:3349: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_vprintf=yes"
  else
*************** fi
*** 3380,3391 ****
  
  if test "$ac_cv_func_vprintf" != yes; then
  echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
! echo "configure:3384: checking for _doprnt" >&5
  if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3389 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char _doprnt(); below.  */
--- 3369,3380 ----
  
  if test "$ac_cv_func_vprintf" != yes; then
  echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
! echo "configure:3373: checking for _doprnt" >&5
  if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3378 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char _doprnt(); below.  */
*************** _doprnt();
*** 3408,3414 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:3412: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func__doprnt=yes"
  else
--- 3397,3403 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:3401: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func__doprnt=yes"
  else
*************** fi
*** 3446,3457 ****
  for ac_func in strstr
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:3450: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3455 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
--- 3435,3446 ----
  for ac_func in strstr
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:3439: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3444 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
*************** $ac_func();
*** 3474,3480 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:3478: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
--- 3463,3469 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:3467: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
*************** done
*** 3501,3507 ****
  
     
  echo $ac_n "checking whether the printf functions support %p""... $ac_c" 1>&6
! echo "configure:3505: checking whether the printf functions support %p" >&5
  if eval "test \"`echo '$''{'gcc_cv_func_printf_ptr'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 3490,3496 ----
  
     
  echo $ac_n "checking whether the printf functions support %p""... $ac_c" 1>&6
! echo "configure:3494: checking whether the printf functions support %p" >&5
  if eval "test \"`echo '$''{'gcc_cv_func_printf_ptr'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** else
*** 3509,3515 ****
    gcc_cv_func_printf_ptr=no
  else
    cat > conftest.$ac_ext <<EOF
! #line 3513 "configure"
  #include "confdefs.h"
  #include <stdio.h>
  
--- 3498,3504 ----
    gcc_cv_func_printf_ptr=no
  else
    cat > conftest.$ac_ext <<EOF
! #line 3502 "configure"
  #include "confdefs.h"
  #include <stdio.h>
  
*************** int main()
*** 3522,3528 ****
    return (p != q);
  }
  EOF
! if { (eval echo configure:3526: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    gcc_cv_func_printf_ptr=yes
  else
--- 3511,3517 ----
    return (p != q);
  }
  EOF
! if { (eval echo configure:3515: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    gcc_cv_func_printf_ptr=yes
  else
*************** case "${host}" in
*** 3554,3565 ****
    ;;
  esac
  echo $ac_n "checking for pid_t""... $ac_c" 1>&6
! echo "configure:3558: checking for pid_t" >&5
  if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3563 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #if STDC_HEADERS
--- 3543,3554 ----
    ;;
  esac
  echo $ac_n "checking for pid_t""... $ac_c" 1>&6
! echo "configure:3547: checking for pid_t" >&5
  if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3552 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #if STDC_HEADERS
*************** fi
*** 3588,3604 ****
  
  ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for vfork.h""... $ac_c" 1>&6
! echo "configure:3592: checking for vfork.h" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3597 "configure"
  #include "confdefs.h"
  #include <vfork.h>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:3602: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
--- 3577,3593 ----
  
  ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for vfork.h""... $ac_c" 1>&6
! echo "configure:3581: checking for vfork.h" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3586 "configure"
  #include "confdefs.h"
  #include <vfork.h>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:3591: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
*************** else
*** 3623,3640 ****
  fi
  
  echo $ac_n "checking for working vfork""... $ac_c" 1>&6
! echo "configure:3627: checking for working vfork" >&5
  if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    if test "$cross_compiling" = yes; then
    echo $ac_n "checking for vfork""... $ac_c" 1>&6
! echo "configure:3633: checking for vfork" >&5
  if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3638 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char vfork(); below.  */
--- 3612,3629 ----
  fi
  
  echo $ac_n "checking for working vfork""... $ac_c" 1>&6
! echo "configure:3616: checking for working vfork" >&5
  if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    if test "$cross_compiling" = yes; then
    echo $ac_n "checking for vfork""... $ac_c" 1>&6
! echo "configure:3622: checking for vfork" >&5
  if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3627 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char vfork(); below.  */
*************** vfork();
*** 3657,3663 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:3661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_vfork=yes"
  else
--- 3646,3652 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:3650: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_vfork=yes"
  else
*************** fi
*** 3679,3685 ****
  ac_cv_func_vfork_works=$ac_cv_func_vfork
  else
    cat > conftest.$ac_ext <<EOF
! #line 3683 "configure"
  #include "confdefs.h"
  /* Thanks to Paul Eggert for this test.  */
  #include <stdio.h>
--- 3668,3674 ----
  ac_cv_func_vfork_works=$ac_cv_func_vfork
  else
    cat > conftest.$ac_ext <<EOF
! #line 3672 "configure"
  #include "confdefs.h"
  /* Thanks to Paul Eggert for this test.  */
  #include <stdio.h>
*************** main() {
*** 3774,3780 ****
    }
  }
  EOF
! if { (eval echo configure:3778: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    ac_cv_func_vfork_works=yes
  else
--- 3763,3769 ----
    }
  }
  EOF
! if { (eval echo configure:3767: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    ac_cv_func_vfork_works=yes
  else
*************** fi
*** 3799,3810 ****
  for ac_func in getpagesize
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:3803: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3808 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
--- 3788,3799 ----
  for ac_func in getpagesize
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:3792: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3797 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
*************** $ac_func();
*** 3827,3833 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:3831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
--- 3816,3822 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:3820: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
*************** main ()
*** 4098,4104 ****
  EOF
  
  echo $ac_n "checking for working mmap from /dev/zero""... $ac_c" 1>&6
! echo "configure:4102: checking for working mmap from /dev/zero" >&5
  if eval "test \"`echo '$''{'ac_cv_func_mmap_dev_zero'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 4087,4093 ----
  EOF
  
  echo $ac_n "checking for working mmap from /dev/zero""... $ac_c" 1>&6
! echo "configure:4091: checking for working mmap from /dev/zero" >&5
  if eval "test \"`echo '$''{'ac_cv_func_mmap_dev_zero'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** else
*** 4114,4124 ****
    esac
  else
    cat > conftest.$ac_ext <<EOF
! #line 4118 "configure"
  #include "confdefs.h"
  #include "ct-mmap.inc"
  EOF
! if { (eval echo configure:4122: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    ac_cv_func_mmap_dev_zero=yes
  else
--- 4103,4113 ----
    esac
  else
    cat > conftest.$ac_ext <<EOF
! #line 4107 "configure"
  #include "confdefs.h"
  #include "ct-mmap.inc"
  EOF
! if { (eval echo configure:4111: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    ac_cv_func_mmap_dev_zero=yes
  else
*************** EOF
*** 4145,4151 ****
  fi
  
  echo $ac_n "checking for working mmap with MAP_ANON(YMOUS)""... $ac_c" 1>&6
! echo "configure:4149: checking for working mmap with MAP_ANON(YMOUS)" >&5
  if eval "test \"`echo '$''{'ac_cv_func_mmap_anon'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 4134,4140 ----
  fi
  
  echo $ac_n "checking for working mmap with MAP_ANON(YMOUS)""... $ac_c" 1>&6
! echo "configure:4138: checking for working mmap with MAP_ANON(YMOUS)" >&5
  if eval "test \"`echo '$''{'ac_cv_func_mmap_anon'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** else
*** 4155,4166 ****
   ac_cv_func_mmap_anon=no
  else
    cat > conftest.$ac_ext <<EOF
! #line 4159 "configure"
  #include "confdefs.h"
  #define USE_MAP_ANON
  #include "ct-mmap.inc"
  EOF
! if { (eval echo configure:4164: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    ac_cv_func_mmap_anon=yes
  else
--- 4144,4155 ----
   ac_cv_func_mmap_anon=no
  else
    cat > conftest.$ac_ext <<EOF
! #line 4148 "configure"
  #include "confdefs.h"
  #define USE_MAP_ANON
  #include "ct-mmap.inc"
  EOF
! if { (eval echo configure:4153: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    ac_cv_func_mmap_anon=yes
  else
*************** fi
*** 4188,4194 ****
  rm -f ct-mmap.inc
  
  echo $ac_n "checking for working mmap of a file""... $ac_c" 1>&6
! echo "configure:4192: checking for working mmap of a file" >&5
  if eval "test \"`echo '$''{'ac_cv_func_mmap_file'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 4177,4183 ----
  rm -f ct-mmap.inc
  
  echo $ac_n "checking for working mmap of a file""... $ac_c" 1>&6
! echo "configure:4181: checking for working mmap of a file" >&5
  if eval "test \"`echo '$''{'ac_cv_func_mmap_file'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** if test "$cross_compiling" = yes; then
*** 4203,4209 ****
    ac_cv_func_mmap_file=no
  else
    cat > conftest.$ac_ext <<EOF
! #line 4207 "configure"
  #include "confdefs.h"
  
  /* Test by Zack Weinberg.  Modified from MMAP_ANYWHERE test by
--- 4192,4198 ----
    ac_cv_func_mmap_file=no
  else
    cat > conftest.$ac_ext <<EOF
! #line 4196 "configure"
  #include "confdefs.h"
  
  /* Test by Zack Weinberg.  Modified from MMAP_ANYWHERE test by
*************** int main()
*** 4240,4246 ****
    exit(0);
  }
  EOF
! if { (eval echo configure:4244: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    ac_cv_func_mmap_file=yes
  else
--- 4229,4235 ----
    exit(0);
  }
  EOF
! if { (eval echo configure:4233: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    ac_cv_func_mmap_file=yes
  else
*************** for ac_func in getenv atol sbrk abort at
*** 4272,4283 ****
  do
    ac_tr_decl=HAVE_DECL_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  echo $ac_n "checking whether $ac_func is declared""... $ac_c" 1>&6
! echo "configure:4276: checking whether $ac_func is declared" >&5
  if eval "test \"`echo '$''{'gcc_cv_have_decl_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4281 "configure"
  #include "confdefs.h"
  #undef $ac_tr_decl
  #define $ac_tr_decl 1
--- 4261,4272 ----
  do
    ac_tr_decl=HAVE_DECL_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  echo $ac_n "checking whether $ac_func is declared""... $ac_c" 1>&6
! echo "configure:4265: checking whether $ac_func is declared" >&5
  if eval "test \"`echo '$''{'gcc_cv_have_decl_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4270 "configure"
  #include "confdefs.h"
  #undef $ac_tr_decl
  #define $ac_tr_decl 1
*************** char *(*pfn) = (char *(*)) $ac_func ;
*** 4291,4297 ****
  #endif
  ; return 0; }
  EOF
! if { (eval echo configure:4295: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    eval "gcc_cv_have_decl_$ac_func=yes"
  else
--- 4280,4286 ----
  #endif
  ; return 0; }
  EOF
! if { (eval echo configure:4284: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    eval "gcc_cv_have_decl_$ac_func=yes"
  else
*************** for ac_func in getrlimit setrlimit getru
*** 4386,4397 ****
  do
    ac_tr_decl=HAVE_DECL_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  echo $ac_n "checking whether $ac_func is declared""... $ac_c" 1>&6
! echo "configure:4390: checking whether $ac_func is declared" >&5
  if eval "test \"`echo '$''{'gcc_cv_have_decl_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4395 "configure"
  #include "confdefs.h"
  #undef $ac_tr_decl
  #define $ac_tr_decl 1
--- 4375,4386 ----
  do
    ac_tr_decl=HAVE_DECL_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  echo $ac_n "checking whether $ac_func is declared""... $ac_c" 1>&6
! echo "configure:4379: checking whether $ac_func is declared" >&5
  if eval "test \"`echo '$''{'gcc_cv_have_decl_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4384 "configure"
  #include "confdefs.h"
  #undef $ac_tr_decl
  #define $ac_tr_decl 1
*************** char *(*pfn) = (char *(*)) $ac_func ;
*** 4409,4415 ****
  #endif
  ; return 0; }
  EOF
! if { (eval echo configure:4413: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    eval "gcc_cv_have_decl_$ac_func=yes"
  else
--- 4398,4404 ----
  #endif
  ; return 0; }
  EOF
! if { (eval echo configure:4402: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    eval "gcc_cv_have_decl_$ac_func=yes"
  else
*************** for ac_func in times
*** 4451,4462 ****
  do
    ac_tr_decl=HAVE_DECL_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  echo $ac_n "checking whether $ac_func is declared""... $ac_c" 1>&6
! echo "configure:4455: checking whether $ac_func is declared" >&5
  if eval "test \"`echo '$''{'gcc_cv_have_decl_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4460 "configure"
  #include "confdefs.h"
  #undef $ac_tr_decl
  #define $ac_tr_decl 1
--- 4440,4451 ----
  do
    ac_tr_decl=HAVE_DECL_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  echo $ac_n "checking whether $ac_func is declared""... $ac_c" 1>&6
! echo "configure:4444: checking whether $ac_func is declared" >&5
  if eval "test \"`echo '$''{'gcc_cv_have_decl_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4449 "configure"
  #include "confdefs.h"
  #undef $ac_tr_decl
  #define $ac_tr_decl 1
*************** char *(*pfn) = (char *(*)) $ac_func ;
*** 4474,4480 ****
  #endif
  ; return 0; }
  EOF
! if { (eval echo configure:4478: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    eval "gcc_cv_have_decl_$ac_func=yes"
  else
--- 4463,4469 ----
  #endif
  ; return 0; }
  EOF
! if { (eval echo configure:4467: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    eval "gcc_cv_have_decl_$ac_func=yes"
  else
*************** fi
*** 4508,4520 ****
  
  # More time-related stuff.
  echo $ac_n "checking for struct tms""... $ac_c" 1>&6
! echo "configure:4512: checking for struct tms" >&5
  if eval "test \"`echo '$''{'ac_cv_struct_tms'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    
  cat > conftest.$ac_ext <<EOF
! #line 4518 "configure"
  #include "confdefs.h"
  
  #include "ansidecl.h"
--- 4497,4509 ----
  
  # More time-related stuff.
  echo $ac_n "checking for struct tms""... $ac_c" 1>&6
! echo "configure:4501: checking for struct tms" >&5
  if eval "test \"`echo '$''{'ac_cv_struct_tms'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    
  cat > conftest.$ac_ext <<EOF
! #line 4507 "configure"
  #include "confdefs.h"
  
  #include "ansidecl.h"
*************** int main() {
*** 4527,4533 ****
  struct tms tms;
  ; return 0; }
  EOF
! if { (eval echo configure:4531: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_struct_tms=yes
  else
--- 4516,4522 ----
  struct tms tms;
  ; return 0; }
  EOF
! if { (eval echo configure:4520: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_struct_tms=yes
  else
*************** fi
*** 4550,4562 ****
  # use gcc_cv_* here because this doesn't match the behavior of AC_CHECK_TYPE.
  # revisit after autoconf 2.50.
  echo $ac_n "checking for clock_t""... $ac_c" 1>&6
! echo "configure:4554: checking for clock_t" >&5
  if eval "test \"`echo '$''{'gcc_cv_type_clock_t'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    
  cat > conftest.$ac_ext <<EOF
! #line 4560 "configure"
  #include "confdefs.h"
  
  #include "ansidecl.h"
--- 4539,4551 ----
  # use gcc_cv_* here because this doesn't match the behavior of AC_CHECK_TYPE.
  # revisit after autoconf 2.50.
  echo $ac_n "checking for clock_t""... $ac_c" 1>&6
! echo "configure:4543: checking for clock_t" >&5
  if eval "test \"`echo '$''{'gcc_cv_type_clock_t'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    
  cat > conftest.$ac_ext <<EOF
! #line 4549 "configure"
  #include "confdefs.h"
  
  #include "ansidecl.h"
*************** int main() {
*** 4566,4572 ****
  clock_t x;
  ; return 0; }
  EOF
! if { (eval echo configure:4570: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    gcc_cv_type_clock_t=yes
  else
--- 4555,4561 ----
  clock_t x;
  ; return 0; }
  EOF
! if { (eval echo configure:4559: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    gcc_cv_type_clock_t=yes
  else
*************** CFLAGS="$saved_CFLAGS"
*** 4591,4602 ****
  
  # mkdir takes a single argument on some systems. 
  echo $ac_n "checking if mkdir takes one argument""... $ac_c" 1>&6
! echo "configure:4595: checking if mkdir takes one argument" >&5
  if eval "test \"`echo '$''{'gcc_cv_mkdir_takes_one_arg'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4600 "configure"
  #include "confdefs.h"
  
  #include <sys/types.h>
--- 4580,4591 ----
  
  # mkdir takes a single argument on some systems. 
  echo $ac_n "checking if mkdir takes one argument""... $ac_c" 1>&6
! echo "configure:4584: checking if mkdir takes one argument" >&5
  if eval "test \"`echo '$''{'gcc_cv_mkdir_takes_one_arg'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4589 "configure"
  #include "confdefs.h"
  
  #include <sys/types.h>
*************** int main() {
*** 4613,4619 ****
  mkdir ("foo", 0);
  ; return 0; }
  EOF
! if { (eval echo configure:4617: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    gcc_cv_mkdir_takes_one_arg=no
  else
--- 4602,4608 ----
  mkdir ("foo", 0);
  ; return 0; }
  EOF
! if { (eval echo configure:4606: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    gcc_cv_mkdir_takes_one_arg=no
  else
*************** fi
*** 4892,4898 ****
  
  
          echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6
! echo "configure:4896: checking for strerror in -lcposix" >&5
  ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 4881,4887 ----
  
  
          echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6
! echo "configure:4885: checking for strerror in -lcposix" >&5
  ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
*************** else
*** 4900,4906 ****
    ac_save_LIBS="$LIBS"
  LIBS="-lcposix  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 4904 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
  /* We use char because int might match the return type of a gcc2
--- 4889,4895 ----
    ac_save_LIBS="$LIBS"
  LIBS="-lcposix  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 4893 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
  /* We use char because int might match the return type of a gcc2
*************** int main() {
*** 4911,4917 ****
  strerror()
  ; return 0; }
  EOF
! if { (eval echo configure:4915: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
--- 4900,4906 ----
  strerror()
  ; return 0; }
  EOF
! if { (eval echo configure:4904: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
*************** fi
*** 4934,4945 ****
    
  
  echo $ac_n "checking for working const""... $ac_c" 1>&6
! echo "configure:4938: checking for working const" >&5
  if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4943 "configure"
  #include "confdefs.h"
  
  int main() {
--- 4923,4934 ----
    
  
  echo $ac_n "checking for working const""... $ac_c" 1>&6
! echo "configure:4927: checking for working const" >&5
  if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4932 "configure"
  #include "confdefs.h"
  
  int main() {
*************** ccp = (char const *const *) p;
*** 4988,4994 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:4992: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_c_const=yes
  else
--- 4977,4983 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:4981: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_c_const=yes
  else
*************** EOF
*** 5009,5020 ****
  fi
  
  echo $ac_n "checking for off_t""... $ac_c" 1>&6
! echo "configure:5013: checking for off_t" >&5
  if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5018 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #if STDC_HEADERS
--- 4998,5009 ----
  fi
  
  echo $ac_n "checking for off_t""... $ac_c" 1>&6
! echo "configure:5002: checking for off_t" >&5
  if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5007 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #if STDC_HEADERS
*************** EOF
*** 5042,5053 ****
  fi
  
  echo $ac_n "checking for size_t""... $ac_c" 1>&6
! echo "configure:5046: checking for size_t" >&5
  if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5051 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #if STDC_HEADERS
--- 5031,5042 ----
  fi
  
  echo $ac_n "checking for size_t""... $ac_c" 1>&6
! echo "configure:5035: checking for size_t" >&5
  if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5040 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #if STDC_HEADERS
*************** unistd.h sys/param.h
*** 5080,5096 ****
  do
  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
! echo "configure:5084: checking for $ac_hdr" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5089 "configure"
  #include "confdefs.h"
  #include <$ac_hdr>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:5094: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
--- 5069,5085 ----
  do
  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
! echo "configure:5073: checking for $ac_hdr" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5078 "configure"
  #include "confdefs.h"
  #include <$ac_hdr>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:5083: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
*************** done
*** 5120,5131 ****
  strdup __argz_count __argz_stringify __argz_next
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:5124: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5129 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
--- 5109,5120 ----
  strdup __argz_count __argz_stringify __argz_next
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:5113: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5118 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
*************** $ac_func();
*** 5148,5154 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:5152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
--- 5137,5143 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:5141: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
*************** done
*** 5177,5188 ****
       for ac_func in stpcpy
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:5181: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5186 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
--- 5166,5177 ----
       for ac_func in stpcpy
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:5170: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5175 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
*************** $ac_func();
*** 5205,5211 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:5209: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
--- 5194,5200 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:5198: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
*************** EOF
*** 5239,5257 ****
  
     if test $ac_cv_header_locale_h = yes; then
      echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
! echo "configure:5243: checking for LC_MESSAGES" >&5
  if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5248 "configure"
  #include "confdefs.h"
  #include <locale.h>
  int main() {
  return LC_MESSAGES
  ; return 0; }
  EOF
! if { (eval echo configure:5255: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    am_cv_val_LC_MESSAGES=yes
  else
--- 5228,5246 ----
  
     if test $ac_cv_header_locale_h = yes; then
      echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
! echo "configure:5232: checking for LC_MESSAGES" >&5
  if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5237 "configure"
  #include "confdefs.h"
  #include <locale.h>
  int main() {
  return LC_MESSAGES
  ; return 0; }
  EOF
! if { (eval echo configure:5244: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    am_cv_val_LC_MESSAGES=yes
  else
*************** EOF
*** 5272,5278 ****
      fi
    fi
     echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
! echo "configure:5276: checking whether NLS is requested" >&5
          # Check whether --enable-nls or --disable-nls was given.
  if test "${enable_nls+set}" = set; then
    enableval="$enable_nls"
--- 5261,5267 ----
      fi
    fi
     echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
! echo "configure:5265: checking whether NLS is requested" >&5
          # Check whether --enable-nls or --disable-nls was given.
  if test "${enable_nls+set}" = set; then
    enableval="$enable_nls"
*************** fi
*** 5292,5298 ****
  EOF
  
        echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
! echo "configure:5296: checking whether included gettext is requested" >&5
        # Check whether --with-included-gettext or --without-included-gettext was given.
  if test "${with_included_gettext+set}" = set; then
    withval="$with_included_gettext"
--- 5281,5287 ----
  EOF
  
        echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
! echo "configure:5285: checking whether included gettext is requested" >&5
        # Check whether --with-included-gettext or --without-included-gettext was given.
  if test "${with_included_gettext+set}" = set; then
    withval="$with_included_gettext"
*************** fi
*** 5311,5327 ****
  
  	ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
! echo "configure:5315: checking for libintl.h" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5320 "configure"
  #include "confdefs.h"
  #include <libintl.h>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:5325: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
--- 5300,5316 ----
  
  	ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
! echo "configure:5304: checking for libintl.h" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5309 "configure"
  #include "confdefs.h"
  #include <libintl.h>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:5314: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
*************** fi
*** 5338,5356 ****
  if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
    echo "$ac_t""yes" 1>&6
    echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
! echo "configure:5342: checking for gettext in libc" >&5
  if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5347 "configure"
  #include "confdefs.h"
  #include <libintl.h>
  int main() {
  return (int) gettext ("")
  ; return 0; }
  EOF
! if { (eval echo configure:5354: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    gt_cv_func_gettext_libc=yes
  else
--- 5327,5345 ----
  if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
    echo "$ac_t""yes" 1>&6
    echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
! echo "configure:5331: checking for gettext in libc" >&5
  if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5336 "configure"
  #include "confdefs.h"
  #include <libintl.h>
  int main() {
  return (int) gettext ("")
  ; return 0; }
  EOF
! if { (eval echo configure:5343: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    gt_cv_func_gettext_libc=yes
  else
*************** echo "$ac_t""$gt_cv_func_gettext_libc" 1
*** 5366,5372 ****
  
  	   if test "$gt_cv_func_gettext_libc" != "yes"; then
  	     echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
! echo "configure:5370: checking for bindtextdomain in -lintl" >&5
  ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 5355,5361 ----
  
  	   if test "$gt_cv_func_gettext_libc" != "yes"; then
  	     echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
! echo "configure:5359: checking for bindtextdomain in -lintl" >&5
  ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
*************** else
*** 5374,5380 ****
    ac_save_LIBS="$LIBS"
  LIBS="-lintl  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 5378 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
  /* We use char because int might match the return type of a gcc2
--- 5363,5369 ----
    ac_save_LIBS="$LIBS"
  LIBS="-lintl  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 5367 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
  /* We use char because int might match the return type of a gcc2
*************** int main() {
*** 5385,5391 ****
  bindtextdomain()
  ; return 0; }
  EOF
! if { (eval echo configure:5389: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
--- 5374,5380 ----
  bindtextdomain()
  ; return 0; }
  EOF
! if { (eval echo configure:5378: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
*************** fi
*** 5401,5412 ****
  if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    echo "$ac_t""yes" 1>&6
    echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
! echo "configure:5405: checking for gettext in libintl" >&5
  if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    echo $ac_n "checking for gettext in -lintl""... $ac_c" 1>&6
! echo "configure:5410: checking for gettext in -lintl" >&5
  ac_lib_var=`echo intl'_'gettext | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 5390,5401 ----
  if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    echo "$ac_t""yes" 1>&6
    echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
! echo "configure:5394: checking for gettext in libintl" >&5
  if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    echo $ac_n "checking for gettext in -lintl""... $ac_c" 1>&6
! echo "configure:5399: checking for gettext in -lintl" >&5
  ac_lib_var=`echo intl'_'gettext | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
*************** else
*** 5414,5420 ****
    ac_save_LIBS="$LIBS"
  LIBS="-lintl  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 5418 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
  /* We use char because int might match the return type of a gcc2
--- 5403,5409 ----
    ac_save_LIBS="$LIBS"
  LIBS="-lintl  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 5407 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
  /* We use char because int might match the return type of a gcc2
*************** int main() {
*** 5425,5431 ****
  gettext()
  ; return 0; }
  EOF
! if { (eval echo configure:5429: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
--- 5414,5420 ----
  gettext()
  ; return 0; }
  EOF
! if { (eval echo configure:5418: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
*************** EOF
*** 5468,5474 ****
  	      # Extract the first word of "msgfmt", so it can be a program name with args.
  set dummy msgfmt; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:5472: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'gcc_cv_path_MSGFMT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 5457,5463 ----
  	      # Extract the first word of "msgfmt", so it can be a program name with args.
  set dummy msgfmt; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:5461: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'gcc_cv_path_MSGFMT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** fi
*** 5502,5513 ****
  		for ac_func in dcgettext
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:5506: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5511 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
--- 5491,5502 ----
  		for ac_func in dcgettext
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:5495: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5500 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
*************** $ac_func();
*** 5530,5536 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:5534: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
--- 5519,5525 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:5523: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
*************** done
*** 5557,5563 ****
  		# Extract the first word of "gmsgfmt", so it can be a program name with args.
  set dummy gmsgfmt; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:5561: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'gcc_cv_path_GMSGFMT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 5546,5552 ----
  		# Extract the first word of "gmsgfmt", so it can be a program name with args.
  set dummy gmsgfmt; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:5550: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'gcc_cv_path_GMSGFMT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** fi
*** 5593,5599 ****
  		# Extract the first word of "xgettext", so it can be a program name with args.
  set dummy xgettext; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:5597: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'gcc_cv_path_XGETTEXT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 5582,5588 ----
  		# Extract the first word of "xgettext", so it can be a program name with args.
  set dummy xgettext; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:5586: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'gcc_cv_path_XGETTEXT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** else
*** 5625,5631 ****
  fi
  
  		cat > conftest.$ac_ext <<EOF
! #line 5629 "configure"
  #include "confdefs.h"
  
  int main() {
--- 5614,5620 ----
  fi
  
  		cat > conftest.$ac_ext <<EOF
! #line 5618 "configure"
  #include "confdefs.h"
  
  int main() {
*************** extern int _nl_msg_cat_cntr;
*** 5633,5639 ****
  			       return _nl_msg_cat_cntr
  ; return 0; }
  EOF
! if { (eval echo configure:5637: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    CATOBJEXT=.gmo
  		   DATADIRNAME=share
--- 5622,5628 ----
  			       return _nl_msg_cat_cntr
  ; return 0; }
  EOF
! if { (eval echo configure:5626: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    CATOBJEXT=.gmo
  		   DATADIRNAME=share
*************** fi
*** 5658,5664 ****
  
          if test "$CATOBJEXT" = "NONE"; then
  	  echo $ac_n "checking whether catgets can be used""... $ac_c" 1>&6
! echo "configure:5662: checking whether catgets can be used" >&5
  	  # Check whether --with-catgets or --without-catgets was given.
  if test "${with_catgets+set}" = set; then
    withval="$with_catgets"
--- 5647,5653 ----
  
          if test "$CATOBJEXT" = "NONE"; then
  	  echo $ac_n "checking whether catgets can be used""... $ac_c" 1>&6
! echo "configure:5651: checking whether catgets can be used" >&5
  	  # Check whether --with-catgets or --without-catgets was given.
  if test "${with_catgets+set}" = set; then
    withval="$with_catgets"
*************** fi
*** 5671,5677 ****
  
  	  if test "$nls_cv_use_catgets" = "yes"; then
  	    	    echo $ac_n "checking for main in -li""... $ac_c" 1>&6
! echo "configure:5675: checking for main in -li" >&5
  ac_lib_var=`echo i'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 5660,5666 ----
  
  	  if test "$nls_cv_use_catgets" = "yes"; then
  	    	    echo $ac_n "checking for main in -li""... $ac_c" 1>&6
! echo "configure:5664: checking for main in -li" >&5
  ac_lib_var=`echo i'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
*************** else
*** 5679,5692 ****
    ac_save_LIBS="$LIBS"
  LIBS="-li  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 5683 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:5690: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
--- 5668,5681 ----
    ac_save_LIBS="$LIBS"
  LIBS="-li  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 5672 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:5679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
*************** else
*** 5714,5725 ****
  fi
  
  	    echo $ac_n "checking for catgets""... $ac_c" 1>&6
! echo "configure:5718: checking for catgets" >&5
  if eval "test \"`echo '$''{'ac_cv_func_catgets'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5723 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char catgets(); below.  */
--- 5703,5714 ----
  fi
  
  	    echo $ac_n "checking for catgets""... $ac_c" 1>&6
! echo "configure:5707: checking for catgets" >&5
  if eval "test \"`echo '$''{'ac_cv_func_catgets'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5712 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char catgets(); below.  */
*************** catgets();
*** 5742,5748 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:5746: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_catgets=yes"
  else
--- 5731,5737 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:5735: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_catgets=yes"
  else
*************** EOF
*** 5764,5770 ****
  	       # Extract the first word of "gencat", so it can be a program name with args.
  set dummy gencat; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:5768: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'gcc_cv_path_GENCAT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 5753,5759 ----
  	       # Extract the first word of "gencat", so it can be a program name with args.
  set dummy gencat; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:5757: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'gcc_cv_path_GENCAT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** fi
*** 5800,5806 ****
  		 # Extract the first word of "gmsgfmt", so it can be a program name with args.
  set dummy gmsgfmt; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:5804: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'gcc_cv_path_GMSGFMT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 5789,5795 ----
  		 # Extract the first word of "gmsgfmt", so it can be a program name with args.
  set dummy gmsgfmt; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:5793: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'gcc_cv_path_GMSGFMT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** fi
*** 5837,5843 ****
  		   # Extract the first word of "msgfmt", so it can be a program name with args.
  set dummy msgfmt; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:5841: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'gcc_cv_path_GMSGFMT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 5826,5832 ----
  		   # Extract the first word of "msgfmt", so it can be a program name with args.
  set dummy msgfmt; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:5830: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'gcc_cv_path_GMSGFMT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** fi
*** 5875,5881 ****
  		 # Extract the first word of "xgettext", so it can be a program name with args.
  set dummy xgettext; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:5879: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'gcc_cv_path_XGETTEXT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 5864,5870 ----
  		 # Extract the first word of "xgettext", so it can be a program name with args.
  set dummy xgettext; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:5868: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'gcc_cv_path_XGETTEXT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** fi
*** 5933,5939 ****
          # Extract the first word of "msgfmt", so it can be a program name with args.
  set dummy msgfmt; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:5937: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'gcc_cv_path_MSGFMT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 5922,5928 ----
          # Extract the first word of "msgfmt", so it can be a program name with args.
  set dummy msgfmt; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:5926: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'gcc_cv_path_MSGFMT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** fi
*** 5967,5973 ****
          # Extract the first word of "gmsgfmt", so it can be a program name with args.
  set dummy gmsgfmt; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:5971: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'gcc_cv_path_GMSGFMT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 5956,5962 ----
          # Extract the first word of "gmsgfmt", so it can be a program name with args.
  set dummy gmsgfmt; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:5960: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'gcc_cv_path_GMSGFMT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** fi
*** 6006,6012 ****
          # Extract the first word of "xgettext", so it can be a program name with args.
  set dummy xgettext; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:6010: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'gcc_cv_path_XGETTEXT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 5995,6001 ----
          # Extract the first word of "xgettext", so it can be a program name with args.
  set dummy xgettext; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:5999: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'gcc_cv_path_XGETTEXT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** fi
*** 6105,6111 ****
         LINGUAS=
       else
         echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
! echo "configure:6109: checking for catalogs to be installed" >&5
         if test "x$LINGUAS" = "x"; then
  	 LINGUAS=$ALL_LINGUAS
         else
--- 6094,6100 ----
         LINGUAS=
       else
         echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
! echo "configure:6098: checking for catalogs to be installed" >&5
         if test "x$LINGUAS" = "x"; then
  	 LINGUAS=$ALL_LINGUAS
         else
*************** echo "configure:6109: checking for catal
*** 6137,6153 ****
     if test "$CATOBJEXT" = ".cat"; then
       ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
! echo "configure:6141: checking for linux/version.h" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 6146 "configure"
  #include "confdefs.h"
  #include <linux/version.h>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:6151: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
--- 6126,6142 ----
     if test "$CATOBJEXT" = ".cat"; then
       ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
! echo "configure:6130: checking for linux/version.h" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 6135 "configure"
  #include "confdefs.h"
  #include <linux/version.h>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:6140: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
*************** fi
*** 6222,6228 ****
  
  
  echo $ac_n "checking whether windows registry support is requested""... $ac_c" 1>&6
! echo "configure:6226: checking whether windows registry support is requested" >&5
  if test x$enable_win32_registry != xno; then
    cat >> confdefs.h <<\EOF
  #define ENABLE_WIN32_REGISTRY 1
--- 6211,6217 ----
  
  
  echo $ac_n "checking whether windows registry support is requested""... $ac_c" 1>&6
! echo "configure:6215: checking whether windows registry support is requested" >&5
  if test x$enable_win32_registry != xno; then
    cat >> confdefs.h <<\EOF
  #define ENABLE_WIN32_REGISTRY 1
*************** esac
*** 6251,6257 ****
  
  if test x$enable_win32_registry != xno; then
    echo $ac_n "checking registry key on windows hosts""... $ac_c" 1>&6
! echo "configure:6255: checking registry key on windows hosts" >&5
    cat >> confdefs.h <<EOF
  #define WIN32_REGISTRY_KEY "$gcc_cv_win32_registry_key"
  EOF
--- 6240,6246 ----
  
  if test x$enable_win32_registry != xno; then
    echo $ac_n "checking registry key on windows hosts""... $ac_c" 1>&6
! echo "configure:6244: checking registry key on windows hosts" >&5
    cat >> confdefs.h <<EOF
  #define WIN32_REGISTRY_KEY "$gcc_cv_win32_registry_key"
  EOF
*************** fi
*** 6442,6448 ****
  
  # Figure out what assembler we will be using.
  echo $ac_n "checking what assembler to use""... $ac_c" 1>&6
! echo "configure:6446: checking what assembler to use" >&5
  gcc_cv_as=
  gcc_cv_gas_major_version=
  gcc_cv_gas_minor_version=
--- 6431,6437 ----
  
  # Figure out what assembler we will be using.
  echo $ac_n "checking what assembler to use""... $ac_c" 1>&6
! echo "configure:6435: checking what assembler to use" >&5
  gcc_cv_as=
  gcc_cv_gas_major_version=
  gcc_cv_gas_minor_version=
*************** fi
*** 6527,6533 ****
  
  # Figure out what nm we will be using.
  echo $ac_n "checking what nm to use""... $ac_c" 1>&6
! echo "configure:6531: checking what nm to use" >&5
  if test -x nm$host_exeext; then
  	gcc_cv_nm=./nm$host_exeext
  elif test x$host = x$target; then
--- 6516,6522 ----
  
  # Figure out what nm we will be using.
  echo $ac_n "checking what nm to use""... $ac_c" 1>&6
! echo "configure:6520: checking what nm to use" >&5
  if test -x nm$host_exeext; then
  	gcc_cv_nm=./nm$host_exeext
  elif test x$host = x$target; then
*************** echo "$ac_t""$gcc_cv_nm" 1>&6
*** 6538,6544 ****
  
  # Figure out what assembler alignment features are present.
  echo $ac_n "checking assembler alignment features""... $ac_c" 1>&6
! echo "configure:6542: checking assembler alignment features" >&5
  gcc_cv_as_alignment_features=none
  if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
  	# Gas version 2.6 and later support for .balign and .p2align.
--- 6527,6533 ----
  
  # Figure out what assembler alignment features are present.
  echo $ac_n "checking assembler alignment features""... $ac_c" 1>&6
! echo "configure:6531: checking assembler alignment features" >&5
  gcc_cv_as_alignment_features=none
  if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
  	# Gas version 2.6 and later support for .balign and .p2align.
*************** fi
*** 6586,6592 ****
  echo "$ac_t""$gcc_cv_as_alignment_features" 1>&6
  
  echo $ac_n "checking assembler subsection support""... $ac_c" 1>&6
! echo "configure:6590: checking assembler subsection support" >&5
  gcc_cv_as_subsections=no
  if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
    if test "$gcc_cv_gas_major_version" -eq 2 -a "$gcc_cv_gas_minor_version" -ge 9 -o "$gcc_cv_gas_major_version" -gt 2 && grep 'obj_format = elf' ../gas/Makefile > /dev/null; then
--- 6575,6581 ----
  echo "$ac_t""$gcc_cv_as_alignment_features" 1>&6
  
  echo $ac_n "checking assembler subsection support""... $ac_c" 1>&6
! echo "configure:6579: checking assembler subsection support" >&5
  gcc_cv_as_subsections=no
  if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
    if test "$gcc_cv_gas_major_version" -eq 2 -a "$gcc_cv_gas_minor_version" -ge 9 -o "$gcc_cv_gas_major_version" -gt 2 && grep 'obj_format = elf' ../gas/Makefile > /dev/null; then
*************** fi
*** 6626,6632 ****
  echo "$ac_t""$gcc_cv_as_subsections" 1>&6
  
  echo $ac_n "checking assembler weak support""... $ac_c" 1>&6
! echo "configure:6630: checking assembler weak support" >&5
  gcc_cv_as_weak=no
  if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
    if test "$gcc_cv_gas_major_version" -eq 2 -a "$gcc_cv_gas_minor_version" -ge 2 -o "$gcc_cv_gas_major_version" -gt 2; then
--- 6615,6621 ----
  echo "$ac_t""$gcc_cv_as_subsections" 1>&6
  
  echo $ac_n "checking assembler weak support""... $ac_c" 1>&6
! echo "configure:6619: checking assembler weak support" >&5
  gcc_cv_as_weak=no
  if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
    if test "$gcc_cv_gas_major_version" -eq 2 -a "$gcc_cv_gas_minor_version" -ge 2 -o "$gcc_cv_gas_major_version" -gt 2; then
*************** fi
*** 6649,6655 ****
  echo "$ac_t""$gcc_cv_as_weak" 1>&6
  
  echo $ac_n "checking assembler hidden support""... $ac_c" 1>&6
! echo "configure:6653: checking assembler hidden support" >&5
  gcc_cv_as_hidden=no
  if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
    if test "$gcc_cv_gas_major_version" -eq 2 -a "$gcc_cv_gas_minor_version" -ge 10 -o "$gcc_cv_gas_major_version" -gt 2 && grep 'obj_format = elf' ../gas/Makefile > /dev/null; then
--- 6638,6644 ----
  echo "$ac_t""$gcc_cv_as_weak" 1>&6
  
  echo $ac_n "checking assembler hidden support""... $ac_c" 1>&6
! echo "configure:6642: checking assembler hidden support" >&5
  gcc_cv_as_hidden=no
  if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
    if test "$gcc_cv_gas_major_version" -eq 2 -a "$gcc_cv_gas_minor_version" -ge 10 -o "$gcc_cv_gas_major_version" -gt 2 && grep 'obj_format = elf' ../gas/Makefile > /dev/null; then
*************** fi
*** 6673,6679 ****
  echo "$ac_t""$gcc_cv_as_hidden" 1>&6
  
  echo $ac_n "checking assembler leb128 support""... $ac_c" 1>&6
! echo "configure:6677: checking assembler leb128 support" >&5
  gcc_cv_as_leb128=no
  if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
    if test "$gcc_cv_gas_major_version" -eq 2 -a "$gcc_cv_gas_minor_version" -ge 11 -o "$gcc_cv_gas_major_version" -gt 2 && grep 'obj_format = elf' ../gas/Makefile > /dev/null; then
--- 6662,6668 ----
  echo "$ac_t""$gcc_cv_as_hidden" 1>&6
  
  echo $ac_n "checking assembler leb128 support""... $ac_c" 1>&6
! echo "configure:6666: checking assembler leb128 support" >&5
  gcc_cv_as_leb128=no
  if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
    if test "$gcc_cv_gas_major_version" -eq 2 -a "$gcc_cv_gas_minor_version" -ge 11 -o "$gcc_cv_gas_major_version" -gt 2 && grep 'obj_format = elf' ../gas/Makefile > /dev/null; then
*************** echo "$ac_t""$gcc_cv_as_leb128" 1>&6
*** 6720,6726 ****
  case "$target" in 
    sparc*-*-*)
      echo $ac_n "checking assembler .register pseudo-op support""... $ac_c" 1>&6
! echo "configure:6724: checking assembler .register pseudo-op support" >&5
  if eval "test \"`echo '$''{'gcc_cv_as_register_pseudo_op'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 6709,6715 ----
  case "$target" in 
    sparc*-*-*)
      echo $ac_n "checking assembler .register pseudo-op support""... $ac_c" 1>&6
! echo "configure:6713: checking assembler .register pseudo-op support" >&5
  if eval "test \"`echo '$''{'gcc_cv_as_register_pseudo_op'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** EOF
*** 6748,6754 ****
      fi
  
      echo $ac_n "checking assembler supports -relax""... $ac_c" 1>&6
! echo "configure:6752: checking assembler supports -relax" >&5
  if eval "test \"`echo '$''{'gcc_cv_as_relax_opt'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 6737,6743 ----
      fi
  
      echo $ac_n "checking assembler supports -relax""... $ac_c" 1>&6
! echo "configure:6741: checking assembler supports -relax" >&5
  if eval "test \"`echo '$''{'gcc_cv_as_relax_opt'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** EOF
*** 6778,6784 ****
      case "$tm_file" in
      *64*)
  	echo $ac_n "checking for 64 bit support in assembler ($gcc_cv_as)""... $ac_c" 1>&6
! echo "configure:6782: checking for 64 bit support in assembler ($gcc_cv_as)" >&5
  if eval "test \"`echo '$''{'gcc_cv_as_flags64'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 6767,6773 ----
      case "$tm_file" in
      *64*)
  	echo $ac_n "checking for 64 bit support in assembler ($gcc_cv_as)""... $ac_c" 1>&6
! echo "configure:6771: checking for 64 bit support in assembler ($gcc_cv_as)" >&5
  if eval "test \"`echo '$''{'gcc_cv_as_flags64'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** EOF
*** 6823,6829 ****
  
      if test "x$gcc_cv_as_flags64" != xno; then
  	echo $ac_n "checking for assembler offsetable %lo() support""... $ac_c" 1>&6
! echo "configure:6827: checking for assembler offsetable %lo() support" >&5
  if eval "test \"`echo '$''{'gcc_cv_as_offsetable_lo10'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 6812,6818 ----
  
      if test "x$gcc_cv_as_flags64" != xno; then
  	echo $ac_n "checking for assembler offsetable %lo() support""... $ac_c" 1>&6
! echo "configure:6816: checking for assembler offsetable %lo() support" >&5
  if eval "test \"`echo '$''{'gcc_cv_as_offsetable_lo10'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** EOF
*** 6862,6868 ****
  
    i[34567]86-*-*)
      echo $ac_n "checking assembler instructions""... $ac_c" 1>&6
! echo "configure:6866: checking assembler instructions" >&5
      gcc_cv_as_instructions=
      if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
        if test "$gcc_cv_gas_major_version" -eq 2 -a "$gcc_cv_gas_minor_version" -ge 9 -o "$gcc_cv_gas_major_version" -gt 2; then
--- 6851,6857 ----
  
    i[34567]86-*-*)
      echo $ac_n "checking assembler instructions""... $ac_c" 1>&6
! echo "configure:6855: checking assembler instructions" >&5
      gcc_cv_as_instructions=
      if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
        if test "$gcc_cv_gas_major_version" -eq 2 -a "$gcc_cv_gas_minor_version" -ge 9 -o "$gcc_cv_gas_major_version" -gt 2; then
*************** EOF
*** 6891,6897 ****
  esac
  
  echo $ac_n "checking assembler dwarf2 debug_line support""... $ac_c" 1>&6
! echo "configure:6895: checking assembler dwarf2 debug_line support" >&5
  gcc_cv_as_dwarf2_debug_line=no
  # ??? Not all targets support dwarf2 debug_line, even within a version
  # of gas.  Moreover, we need to emit a valid instruction to trigger any
--- 6880,6886 ----
  esac
  
  echo $ac_n "checking assembler dwarf2 debug_line support""... $ac_c" 1>&6
! echo "configure:6884: checking assembler dwarf2 debug_line support" >&5
  gcc_cv_as_dwarf2_debug_line=no
  # ??? Not all targets support dwarf2 debug_line, even within a version
  # of gas.  Moreover, we need to emit a valid instruction to trigger any
*************** fi
*** 7076,7082 ****
  
  
  echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
! echo "configure:7080: checking whether to enable maintainer-specific portions of Makefiles" >&5
      # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
  if test "${enable_maintainer_mode+set}" = set; then
    enableval="$enable_maintainer_mode"
--- 7065,7071 ----
  
  
  echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
! echo "configure:7069: checking whether to enable maintainer-specific portions of Makefiles" >&5
      # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
  if test "${enable_maintainer_mode+set}" = set; then
    enableval="$enable_maintainer_mode"
Index: cp/pt.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/cp/pt.c,v
retrieving revision 1.529
diff -c -3 -p -r1.529 pt.c
*** pt.c	2001/04/12 14:15:48	1.529
--- pt.c	2001/04/24 08:00:27
*************** tsubst_decl (t, args, type)
*** 5901,5908 ****
  	DECL_INITIAL (r) = tsubst_expr (DECL_INITIAL (t), args,
  					/*complain=*/1, in_decl);
  	TREE_CHAIN (r) = NULL_TREE;
! 	if (TREE_CODE (type) == VOID_TYPE) 
! 	  cp_error_at ("instantiation of `%D' as type void", r);
        }
        break;
  
--- 5901,5908 ----
  	DECL_INITIAL (r) = tsubst_expr (DECL_INITIAL (t), args,
  					/*complain=*/1, in_decl);
  	TREE_CHAIN (r) = NULL_TREE;
! 	if (VOID_TYPE_P (type)) 
! 	  cp_error_at ("instantiation of `%D' as type `%T'", r, type);
        }
        break;
  
*************** tsubst_decl (t, args, type)
*** 6015,6022 ****
  	  register_local_specialization (r, t);
  
  	TREE_CHAIN (r) = NULL_TREE;
! 	if (TREE_CODE (r) == VAR_DECL && TREE_CODE (type) == VOID_TYPE)
! 	  cp_error_at ("instantiation of `%D' as type void", r);
        }
        break;
  
--- 6015,6022 ----
  	  register_local_specialization (r, t);
  
  	TREE_CHAIN (r) = NULL_TREE;
! 	if (TREE_CODE (r) == VAR_DECL && VOID_TYPE_P (type))
! 	  cp_error_at ("instantiation of `%D' as type `%T'", r, type);
        }
        break;
  
Index: cp/semantics.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/cp/semantics.c,v
retrieving revision 1.204
diff -c -3 -p -r1.204 semantics.c
*** semantics.c	2001/04/19 22:49:48	1.204
--- semantics.c	2001/04/24 08:00:28
*************** finish_else_clause (if_stmt)
*** 284,290 ****
    RECHAIN_STMTS (if_stmt, ELSE_CLAUSE (if_stmt));
  }
  
! /* Finsh an if-statement.  */
  
  void 
  finish_if_stmt ()
--- 284,290 ----
    RECHAIN_STMTS (if_stmt, ELSE_CLAUSE (if_stmt));
  }
  
! /* Finish an if-statement.  */
  
  void 
  finish_if_stmt ()
*************** finish_return_stmt (expr)
*** 403,409 ****
  	{
  	  /* Similarly, all destructors must run destructors for
  	     base-classes before returning.  So, all returns in a
! 	     destructor get sent to the DTOR_LABEL; finsh_function emits
  	     code to return a value there.  */
  	  return finish_goto_stmt (dtor_label);
  	}
--- 403,409 ----
  	{
  	  /* Similarly, all destructors must run destructors for
  	     base-classes before returning.  So, all returns in a
! 	     destructor get sent to the DTOR_LABEL; finish_function emits
  	     code to return a value there.  */
  	  return finish_goto_stmt (dtor_label);
  	}

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]