/[ascend]/trunk/base/autotools/configure
ViewVC logotype

Diff of /trunk/base/autotools/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 370 by johnpye, Fri Mar 10 08:39:24 2006 UTC revision 371 by johnpye, Tue Mar 14 05:04:06 2006 UTC
# Line 1  Line 1 
1  #! /bin/sh  #! /bin/sh
2  # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
3  # Generated by GNU Autoconf 2.56.  # Generated by GNU Autoconf 2.59.
4  #  #
5  # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002  # Copyright (C) 2003 Free Software Foundation, Inc.
 # Free Software Foundation, Inc.  
6  # This configure script is free software; the Free Software Foundation  # This configure script is free software; the Free Software Foundation
7  # gives unlimited permission to copy, distribute and modify it.  # gives unlimited permission to copy, distribute and modify it.
8  ## --------------------- ##  ## --------------------- ##
# Line 20  if test -n "${ZSH_VERSION+set}" && (emul Line 19  if test -n "${ZSH_VERSION+set}" && (emul
19  elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then  elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20    set -o posix    set -o posix
21  fi  fi
22    DUALCASE=1; export DUALCASE # for MKS sh
23    
24  # Support unset when possible.  # Support unset when possible.
25  if (FOO=FOO; unset FOO) >/dev/null 2>&1; then  if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26    as_unset=unset    as_unset=unset
27  else  else
28    as_unset=false    as_unset=false
# Line 41  for as_var in \ Line 41  for as_var in \
41    LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \    LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42    LC_TELEPHONE LC_TIME    LC_TELEPHONE LC_TIME
43  do  do
44    if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then    if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45      eval $as_var=C; export $as_var      eval $as_var=C; export $as_var
46    else    else
47      $as_unset $as_var      $as_unset $as_var
# Line 218  rm -f conf$$ conf$$.exe conf$$.file Line 218  rm -f conf$$ conf$$.exe conf$$.file
218  if mkdir -p . 2>/dev/null; then  if mkdir -p . 2>/dev/null; then
219    as_mkdir_p=:    as_mkdir_p=:
220  else  else
221      test -d ./-p && rmdir ./-p
222    as_mkdir_p=false    as_mkdir_p=false
223  fi  fi
224    
225  as_executable_p="test -f"  as_executable_p="test -f"
226    
227  # Sed expression to map a string onto a valid CPP name.  # Sed expression to map a string onto a valid CPP name.
228  as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"  as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
229    
230  # Sed expression to map a string onto a valid variable name.  # Sed expression to map a string onto a valid variable name.
231  as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"  as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
232    
233    
234  # IFS  # IFS
# Line 667  done Line 668  done
668    
669  # Be sure to have absolute paths.  # Be sure to have absolute paths.
670  for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \  for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
671                localstatedir libdir includedir oldincludedir infodir mandir            localstatedir libdir includedir oldincludedir infodir mandir
672  do  do
673    eval ac_val=$`echo $ac_var`    eval ac_val=$`echo $ac_var`
674    case $ac_val in    case $ac_val in
# Line 707  if test -z "$srcdir"; then Line 708  if test -z "$srcdir"; then
708    # Try the directory containing this script, then its parent.    # Try the directory containing this script, then its parent.
709    ac_confdir=`(dirname "$0") 2>/dev/null ||    ac_confdir=`(dirname "$0") 2>/dev/null ||
710  $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
711           X"$0" : 'X\(//\)[^/]' \| \       X"$0" : 'X\(//\)[^/]' \| \
712           X"$0" : 'X\(//\)$' \| \       X"$0" : 'X\(//\)$' \| \
713           X"$0" : 'X\(/\)' \| \       X"$0" : 'X\(/\)' \| \
714           .     : '\(.\)' 2>/dev/null ||       .     : '\(.\)' 2>/dev/null ||
715  echo X"$0" |  echo X"$0" |
716      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
717        /^X\(\/\/\)[^/].*/{ s//\1/; q; }        /^X\(\/\/\)[^/].*/{ s//\1/; q; }
# Line 802  _ACEOF Line 803  _ACEOF
803    cat <<_ACEOF    cat <<_ACEOF
804  Installation directories:  Installation directories:
805    --prefix=PREFIX         install architecture-independent files in PREFIX    --prefix=PREFIX         install architecture-independent files in PREFIX
806                            [$ac_default_prefix]                [$ac_default_prefix]
807    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
808                            [PREFIX]                [PREFIX]
809    
810  By default, \`make install' will install all the files in  By default, \`make install' will install all the files in
811  \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify  \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
# Line 853  Optional Features: Line 854  Optional Features:
854                            (default is YES for Linux, Cygwin and MinGW; NO for                            (default is YES for Linux, Cygwin and MinGW; NO for
855                            any other platform)                            any other platform)
856    
857      --enable-relation-debugging
858                              Enable debug output for relation compilation
859                              (default is NO)
860    
861      --enable-compiler-timing
862                              Enable timing of the compiler (default is NO)
863    
864    
865  Optional Packages:  Optional Packages:
866    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
# Line 931  case $srcdir in Line 939  case $srcdir in
939      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
940      ac_top_srcdir=$ac_top_builddir$srcdir ;;      ac_top_srcdir=$ac_top_builddir$srcdir ;;
941  esac  esac
942  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be  
943  # absolute.  # Do not use `cd foo && pwd` to compute absolute paths, because
944  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`  # the directories may not exist.
945  ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`  case `pwd` in
946  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`  .) ac_abs_builddir="$ac_dir";;
947  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`  *)
948      case "$ac_dir" in
949      .) ac_abs_builddir=`pwd`;;
950      [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
951      *) ac_abs_builddir=`pwd`/"$ac_dir";;
952      esac;;
953    esac
954    case $ac_abs_builddir in
955    .) ac_abs_top_builddir=${ac_top_builddir}.;;
956    *)
957      case ${ac_top_builddir}. in
958      .) ac_abs_top_builddir=$ac_abs_builddir;;
959      [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
960      *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
961      esac;;
962    esac
963    case $ac_abs_builddir in
964    .) ac_abs_srcdir=$ac_srcdir;;
965    *)
966      case $ac_srcdir in
967      .) ac_abs_srcdir=$ac_abs_builddir;;
968      [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
969      *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
970      esac;;
971    esac
972    case $ac_abs_builddir in
973    .) ac_abs_top_srcdir=$ac_top_srcdir;;
974    *)
975      case $ac_top_srcdir in
976      .) ac_abs_top_srcdir=$ac_abs_builddir;;
977      [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
978      *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
979      esac;;
980    esac
981    
982      cd $ac_dir      cd $ac_dir
983      # Check for guested configure; otherwise get Cygnus style configure.      # Check for guested configure; otherwise get Cygnus style configure.
# Line 947  ac_abs_top_srcdir=`cd "$ac_dir" && cd $a Line 988  ac_abs_top_srcdir=`cd "$ac_dir" && cd $a
988        echo        echo
989        $SHELL $ac_srcdir/configure  --help=recursive        $SHELL $ac_srcdir/configure  --help=recursive
990      elif test -f $ac_srcdir/configure.ac ||      elif test -f $ac_srcdir/configure.ac ||
991             test -f $ac_srcdir/configure.in; then         test -f $ac_srcdir/configure.in; then
992        echo        echo
993        $ac_configure --help        $ac_configure --help
994      else      else
# Line 961  test -n "$ac_init_help" && exit 0 Line 1002  test -n "$ac_init_help" && exit 0
1002  if $ac_init_version; then  if $ac_init_version; then
1003    cat <<\_ACEOF    cat <<\_ACEOF
1004    
1005  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002  Copyright (C) 2003 Free Software Foundation, Inc.
 Free Software Foundation, Inc.  
1006  This configure script is free software; the Free Software Foundation  This configure script is free software; the Free Software Foundation
1007  gives unlimited permission to copy, distribute and modify it.  gives unlimited permission to copy, distribute and modify it.
1008  _ACEOF  _ACEOF
# Line 974  This file contains any messages produced Line 1014  This file contains any messages produced
1014  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
1015    
1016  It was created by $as_me, which was  It was created by $as_me, which was
1017  generated by GNU Autoconf 2.56.  Invocation command line was  generated by GNU Autoconf 2.59.  Invocation command line was
1018    
1019    $ $0 $@    $ $0 $@
1020    
# Line 1051  do Line 1091  do
1091      2)      2)
1092        ac_configure_args1="$ac_configure_args1 '$ac_arg'"        ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1093        if test $ac_must_keep_next = true; then        if test $ac_must_keep_next = true; then
1094          ac_must_keep_next=false # Got value, back to normal.      ac_must_keep_next=false # Got value, back to normal.
1095        else        else
1096          case $ac_arg in      case $ac_arg in
1097            *=* | --config-cache | -C | -disable-* | --disable-* \        *=* | --config-cache | -C | -disable-* | --disable-* \
1098            | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \        | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1099            | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \        | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1100            | -with-* | --with-* | -without-* | --without-* | --x)        | -with-* | --with-* | -without-* | --without-* | --x)
1101              case "$ac_configure_args0 " in          case "$ac_configure_args0 " in
1102                "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;            "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1103              esac          esac
1104              ;;          ;;
1105            -* ) ac_must_keep_next=true ;;        -* ) ac_must_keep_next=true ;;
1106          esac      esac
1107        fi        fi
1108        ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"        ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1109        # Get rid of the leading space.        # Get rid of the leading space.
# Line 1097  _ASBOX Line 1137  _ASBOX
1137      case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in      case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1138      *ac_space=\ *)      *ac_space=\ *)
1139        sed -n \        sed -n \
1140          "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;      "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1141            s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"        s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1142        ;;        ;;
1143      *)      *)
1144        sed -n \        sed -n \
1145          "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"      "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1146        ;;        ;;
1147      esac;      esac;
1148  }  }
# Line 1131  _ASBOX Line 1171  _ASBOX
1171        for ac_var in $ac_subst_files        for ac_var in $ac_subst_files
1172        do        do
1173      eval ac_val=$`echo $ac_var`      eval ac_val=$`echo $ac_var`
1174          echo "$ac_var='"'"'$ac_val'"'"'"      echo "$ac_var='"'"'$ac_val'"'"'"
1175        done | sort        done | sort
1176        echo        echo
1177      fi      fi
# Line 1150  _ASBOX Line 1190  _ASBOX
1190        echo "$as_me: caught signal $ac_signal"        echo "$as_me: caught signal $ac_signal"
1191      echo "$as_me: exit $exit_status"      echo "$as_me: exit $exit_status"
1192    } >&5    } >&5
1193    rm -f core core.* *.core &&    rm -f core *.core &&
1194    rm -rf conftest* confdefs* conf$$* $ac_clean_files &&    rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1195      exit $exit_status      exit $exit_status
1196       ' 0       ' 0
# Line 1214  done Line 1254  done
1254  # value.  # value.
1255  ac_cache_corrupted=false  ac_cache_corrupted=false
1256  for ac_var in `(set) 2>&1 |  for ac_var in `(set) 2>&1 |
1257                 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do             sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1258    eval ac_old_set=\$ac_cv_env_${ac_var}_set    eval ac_old_set=\$ac_cv_env_${ac_var}_set
1259    eval ac_new_set=\$ac_env_${ac_var}_set    eval ac_new_set=\$ac_env_${ac_var}_set
1260    eval ac_old_val="\$ac_cv_env_${ac_var}_value"    eval ac_old_val="\$ac_cv_env_${ac_var}_value"
# Line 1231  echo "$as_me: error: \`$ac_var' was not Line 1271  echo "$as_me: error: \`$ac_var' was not
1271      ,);;      ,);;
1272      *)      *)
1273        if test "x$ac_old_val" != "x$ac_new_val"; then        if test "x$ac_old_val" != "x$ac_new_val"; then
1274          { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5      { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1275  echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}  echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1276          { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5      { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1277  echo "$as_me:   former value:  $ac_old_val" >&2;}  echo "$as_me:   former value:  $ac_old_val" >&2;}
1278          { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5      { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1279  echo "$as_me:   current value: $ac_new_val" >&2;}  echo "$as_me:   current value: $ac_new_val" >&2;}
1280          ac_cache_corrupted=:      ac_cache_corrupted=:
1281        fi;;        fi;;
1282    esac    esac
1283    # Pass precious variables to config.status.    # Pass precious variables to config.status.
# Line 1544  fi Line 1584  fi
1584    
1585  echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5  echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1586  echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6  echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1587  set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`  set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1588  if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then  if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1589    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1590  else  else
# Line 1582  fi Line 1622  fi
1622  # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag  # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1623  # AFS /usr/afsws/bin/install, which mishandles nonexistent args  # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1624  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1625    # OS/2's system install, which has a completely different semantic
1626  # ./install, which can be erroneously created by make from ./install.sh.  # ./install, which can be erroneously created by make from ./install.sh.
1627  echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5  echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1628  echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6  echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
# Line 1598  do Line 1639  do
1639  case $as_dir/ in  case $as_dir/ in
1640    ./ | .// | /cC/* | \    ./ | .// | /cC/* | \
1641    /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \    /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1642      ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1643    /usr/ucb/* ) ;;    /usr/ucb/* ) ;;
1644    *)    *)
1645      # OSF1 and SCO ODT 3.0 have their own names for install.      # OSF1 and SCO ODT 3.0 have their own names for install.
# Line 1605  case $as_dir/ in Line 1647  case $as_dir/ in
1647      # by default.      # by default.
1648      for ac_prog in ginstall scoinst install; do      for ac_prog in ginstall scoinst install; do
1649        for ac_exec_ext in '' $ac_executable_extensions; do        for ac_exec_ext in '' $ac_executable_extensions; do
1650          if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then      if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1651            if test $ac_prog = install &&        if test $ac_prog = install &&
1652              grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then          grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1653              # AIX install.  It has an incompatible calling convention.          # AIX install.  It has an incompatible calling convention.
1654              :          :
1655            elif test $ac_prog = install &&        elif test $ac_prog = install &&
1656              grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then          grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1657              # program-specific install script used by HP pwplus--don't use.          # program-specific install script used by HP pwplus--don't use.
1658              :          :
1659            else        else
1660              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"          ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1661              break 3          break 3
1662            fi        fi
1663          fi      fi
1664        done        done
1665      done      done
1666      ;;      ;;
# Line 1861  ac_compiler=`set X $ac_compile; echo $2` Line 1903  ac_compiler=`set X $ac_compile; echo $2`
1903    (exit $ac_status); }    (exit $ac_status); }
1904    
1905  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
1906  /* confdefs.h.  */  /* confdefs.h.  */
1907  _ACEOF  _ACEOF
1908  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 1881  ac_clean_files="$ac_clean_files a.out a. Line 1922  ac_clean_files="$ac_clean_files a.out a.
1922  # Try to create an executable without -o first, disregard a.out.  # Try to create an executable without -o first, disregard a.out.
1923  # It will help us diagnose broken compilers, and finding out an intuition  # It will help us diagnose broken compilers, and finding out an intuition
1924  # of exeext.  # of exeext.
1925  echo "$as_me:$LINENO: checking for C compiler default output" >&5  echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1926  echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6  echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1927  ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`  ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1928  if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1929    (eval $ac_link_default) 2>&5    (eval $ac_link_default) 2>&5
# Line 1902  do Line 1943  do
1943    test -f "$ac_file" || continue    test -f "$ac_file" || continue
1944    case $ac_file in    case $ac_file in
1945      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1946          ;;      ;;
1947      conftest.$ac_ext )      conftest.$ac_ext )
1948          # This is the source file.      # This is the source file.
1949          ;;      ;;
1950      [ab].out )      [ab].out )
1951          # We found the default executable, but exeext='' is most      # We found the default executable, but exeext='' is most
1952          # certainly right.      # certainly right.
1953          break;;      break;;
1954      *.* )      *.* )
1955          ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`      ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1956          # FIXME: I believe we export ac_cv_exeext for Libtool,      # FIXME: I believe we export ac_cv_exeext for Libtool,
1957          # but it would be cool to find out if it's true.  Does anybody      # but it would be cool to find out if it's true.  Does anybody
1958          # maintain Libtool? --akim.      # maintain Libtool? --akim.
1959          export ac_cv_exeext      export ac_cv_exeext
1960          break;;      break;;
1961      * )      * )
1962          break;;      break;;
1963    esac    esac
1964  done  done
1965  else  else
# Line 1992  for ac_file in conftest.exe conftest con Line 2033  for ac_file in conftest.exe conftest con
2033    case $ac_file in    case $ac_file in
2034      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2035      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2036            export ac_cv_exeext        export ac_cv_exeext
2037            break;;        break;;
2038      * ) break;;      * ) break;;
2039    esac    esac
2040  done  done
# Line 2018  if test "${ac_cv_objext+set}" = set; the Line 2059  if test "${ac_cv_objext+set}" = set; the
2059    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2060  else  else
2061    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
2062  /* confdefs.h.  */  /* confdefs.h.  */
2063  _ACEOF  _ACEOF
2064  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 2069  if test "${ac_cv_c_compiler_gnu+set}" = Line 2109  if test "${ac_cv_c_compiler_gnu+set}" =
2109    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2110  else  else
2111    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
2112  /* confdefs.h.  */  /* confdefs.h.  */
2113  _ACEOF  _ACEOF
2114  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 2089  main () Line 2128  main ()
2128  _ACEOF  _ACEOF
2129  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
2130  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2131    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>conftest.er1
2132    ac_status=$?    ac_status=$?
2133      grep -v '^ *+' conftest.er1 >conftest.err
2134      rm -f conftest.er1
2135      cat conftest.err >&5
2136    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2137    (exit $ac_status); } &&    (exit $ac_status); } &&
2138           { ac_try='test -s conftest.$ac_objext'       { ac_try='test -z "$ac_c_werror_flag"
2139                 || test ! -s conftest.err'
2140      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2141      (eval $ac_try) 2>&5
2142      ac_status=$?
2143      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2144      (exit $ac_status); }; } &&
2145         { ac_try='test -s conftest.$ac_objext'
2146    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2147    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2148    ac_status=$?    ac_status=$?
# Line 2106  sed 's/^/| /' conftest.$ac_ext >&5 Line 2155  sed 's/^/| /' conftest.$ac_ext >&5
2155    
2156  ac_compiler_gnu=no  ac_compiler_gnu=no
2157  fi  fi
2158  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2159  ac_cv_c_compiler_gnu=$ac_compiler_gnu  ac_cv_c_compiler_gnu=$ac_compiler_gnu
2160    
2161  fi  fi
# Line 2122  if test "${ac_cv_prog_cc_g+set}" = set; Line 2171  if test "${ac_cv_prog_cc_g+set}" = set;
2171    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2172  else  else
2173    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
2174  /* confdefs.h.  */  /* confdefs.h.  */
2175  _ACEOF  _ACEOF
2176  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 2139  main () Line 2187  main ()
2187  _ACEOF  _ACEOF
2188  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
2189  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2190    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>conftest.er1
2191    ac_status=$?    ac_status=$?
2192      grep -v '^ *+' conftest.er1 >conftest.err
2193      rm -f conftest.er1
2194      cat conftest.err >&5
2195    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2196    (exit $ac_status); } &&    (exit $ac_status); } &&
2197           { ac_try='test -s conftest.$ac_objext'       { ac_try='test -z "$ac_c_werror_flag"
2198                 || test ! -s conftest.err'
2199      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2200      (eval $ac_try) 2>&5
2201      ac_status=$?
2202      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2203      (exit $ac_status); }; } &&
2204         { ac_try='test -s conftest.$ac_objext'
2205    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2206    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2207    ac_status=$?    ac_status=$?
# Line 2156  sed 's/^/| /' conftest.$ac_ext >&5 Line 2214  sed 's/^/| /' conftest.$ac_ext >&5
2214    
2215  ac_cv_prog_cc_g=no  ac_cv_prog_cc_g=no
2216  fi  fi
2217  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2218  fi  fi
2219  echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5  echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2220  echo "${ECHO_T}$ac_cv_prog_cc_g" >&6  echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
# Line 2183  else Line 2241  else
2241    ac_cv_prog_cc_stdc=no    ac_cv_prog_cc_stdc=no
2242  ac_save_CC=$CC  ac_save_CC=$CC
2243  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
2244  /* confdefs.h.  */  /* confdefs.h.  */
2245  _ACEOF  _ACEOF
2246  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 2211  static char *f (char * (*g) (char **, in Line 2268  static char *f (char * (*g) (char **, in
2268    va_end (v);    va_end (v);
2269    return s;    return s;
2270  }  }
2271    
2272    /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
2273       function prototypes and stuff, but not '\xHH' hex character constants.
2274       These don't provoke an error unfortunately, instead are silently treated
2275       as 'x'.  The following induces an error, until -std1 is added to get
2276       proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
2277       array size at least.  It's necessary to write '\x00'==0 to get something
2278       that's true only with -std1.  */
2279    int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2280    
2281  int test (int i, double x);  int test (int i, double x);
2282  struct s1 {int (*f) (int a);};  struct s1 {int (*f) (int a);};
2283  struct s2 {int (*f) (double a);};  struct s2 {int (*f) (double a);};
# Line 2237  do Line 2304  do
2304    CC="$ac_save_CC $ac_arg"    CC="$ac_save_CC $ac_arg"
2305    rm -f conftest.$ac_objext    rm -f conftest.$ac_objext
2306  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2307    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>conftest.er1
2308    ac_status=$?    ac_status=$?
2309      grep -v '^ *+' conftest.er1 >conftest.err
2310      rm -f conftest.er1
2311      cat conftest.err >&5
2312    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2313    (exit $ac_status); } &&    (exit $ac_status); } &&
2314           { ac_try='test -s conftest.$ac_objext'       { ac_try='test -z "$ac_c_werror_flag"
2315                 || test ! -s conftest.err'
2316      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2317      (eval $ac_try) 2>&5
2318      ac_status=$?
2319      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2320      (exit $ac_status); }; } &&
2321         { ac_try='test -s conftest.$ac_objext'
2322    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2323    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2324    ac_status=$?    ac_status=$?
# Line 2254  else Line 2331  else
2331  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2332    
2333  fi  fi
2334  rm -f conftest.$ac_objext  rm -f conftest.err conftest.$ac_objext
2335  done  done
2336  rm -f conftest.$ac_ext conftest.$ac_objext  rm -f conftest.$ac_ext conftest.$ac_objext
2337  CC=$ac_save_CC  CC=$ac_save_CC
# Line 2282  cat >conftest.$ac_ext <<_ACEOF Line 2359  cat >conftest.$ac_ext <<_ACEOF
2359  _ACEOF  _ACEOF
2360  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
2361  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2362    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>conftest.er1
2363    ac_status=$?    ac_status=$?
2364      grep -v '^ *+' conftest.er1 >conftest.err
2365      rm -f conftest.er1
2366      cat conftest.err >&5
2367    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2368    (exit $ac_status); } &&    (exit $ac_status); } &&
2369           { ac_try='test -s conftest.$ac_objext'       { ac_try='test -z "$ac_c_werror_flag"
2370                 || test ! -s conftest.err'
2371      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2372      (eval $ac_try) 2>&5
2373      ac_status=$?
2374      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2375      (exit $ac_status); }; } &&
2376         { ac_try='test -s conftest.$ac_objext'
2377    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2378    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2379    ac_status=$?    ac_status=$?
2380    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2381    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
2382    for ac_declaration in \    for ac_declaration in \
2383     ''\     '' \
    '#include <stdlib.h>' \  
2384     'extern "C" void std::exit (int) throw (); using std::exit;' \     'extern "C" void std::exit (int) throw (); using std::exit;' \
2385     'extern "C" void std::exit (int); using std::exit;' \     'extern "C" void std::exit (int); using std::exit;' \
2386     'extern "C" void exit (int) throw ();' \     'extern "C" void exit (int) throw ();' \
# Line 2302  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2388  if { (eval echo "$as_me:$LINENO: \"$ac_c
2388     'void exit (int);'     'void exit (int);'
2389  do  do
2390    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
2391  /* confdefs.h.  */  /* confdefs.h.  */
2392  _ACEOF  _ACEOF
2393  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
2394  cat >>conftest.$ac_ext <<_ACEOF  cat >>conftest.$ac_ext <<_ACEOF
2395  /* end confdefs.h.  */  /* end confdefs.h.  */
 #include <stdlib.h>  
2396  $ac_declaration  $ac_declaration
2397    #include <stdlib.h>
2398  int  int
2399  main ()  main ()
2400  {  {
# Line 2320  exit (42); Line 2405  exit (42);
2405  _ACEOF  _ACEOF
2406  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
2407  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2408    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>conftest.er1
2409    ac_status=$?    ac_status=$?
2410      grep -v '^ *+' conftest.er1 >conftest.err
2411      rm -f conftest.er1
2412      cat conftest.err >&5
2413    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2414    (exit $ac_status); } &&    (exit $ac_status); } &&
2415           { ac_try='test -s conftest.$ac_objext'       { ac_try='test -z "$ac_c_werror_flag"
2416                 || test ! -s conftest.err'
2417      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2418      (eval $ac_try) 2>&5
2419      ac_status=$?
2420      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2421      (exit $ac_status); }; } &&
2422         { ac_try='test -s conftest.$ac_objext'
2423    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2424    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2425    ac_status=$?    ac_status=$?
# Line 2337  sed 's/^/| /' conftest.$ac_ext >&5 Line 2432  sed 's/^/| /' conftest.$ac_ext >&5
2432    
2433  continue  continue
2434  fi  fi
2435  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2436    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
2437  /* confdefs.h.  */  /* confdefs.h.  */
2438  _ACEOF  _ACEOF
2439  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 2356  exit (42); Line 2450  exit (42);
2450  _ACEOF  _ACEOF
2451  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
2452  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2453    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>conftest.er1
2454    ac_status=$?    ac_status=$?
2455      grep -v '^ *+' conftest.er1 >conftest.err
2456      rm -f conftest.er1
2457      cat conftest.err >&5
2458    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2459    (exit $ac_status); } &&    (exit $ac_status); } &&
2460           { ac_try='test -s conftest.$ac_objext'       { ac_try='test -z "$ac_c_werror_flag"
2461                 || test ! -s conftest.err'
2462      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2463      (eval $ac_try) 2>&5
2464      ac_status=$?
2465      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2466      (exit $ac_status); }; } &&
2467         { ac_try='test -s conftest.$ac_objext'
2468    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2469    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2470    ac_status=$?    ac_status=$?
# Line 2372  else Line 2476  else
2476  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2477    
2478  fi  fi
2479  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2480  done  done
2481  rm -f conftest*  rm -f conftest*
2482  if test -n "$ac_declaration"; then  if test -n "$ac_declaration"; then
# Line 2386  else Line 2490  else
2490  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2491    
2492  fi  fi
2493  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2494  ac_ext=c  ac_ext=c
2495  ac_cpp='$CPP $CPPFLAGS'  ac_cpp='$CPP $CPPFLAGS'
2496  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
# Line 2435  for ac_c_preproc_warn_flag in '' yes Line 2539  for ac_c_preproc_warn_flag in '' yes
2539  do  do
2540    # Use a header file that comes with gcc, so configuring glibc    # Use a header file that comes with gcc, so configuring glibc
2541    # with a fresh cross-compiler works.    # with a fresh cross-compiler works.
2542      # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2543      # <limits.h> exists even on freestanding compilers.
2544    # On the NeXT, cc -E runs the code through the compiler's parser,    # On the NeXT, cc -E runs the code through the compiler's parser,
2545    # not just through cpp. "Syntax error" is here to catch this case.    # not just through cpp. "Syntax error" is here to catch this case.
2546    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
2547  /* confdefs.h.  */  /* confdefs.h.  */
2548  _ACEOF  _ACEOF
2549  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
2550  cat >>conftest.$ac_ext <<_ACEOF  cat >>conftest.$ac_ext <<_ACEOF
2551  /* end confdefs.h.  */  /* end confdefs.h.  */
2552  #include <assert.h>  #ifdef __STDC__
2553                       Syntax error  # include <limits.h>
2554    #else
2555    # include <assert.h>
2556    #endif
2557                 Syntax error
2558  _ACEOF  _ACEOF
2559  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2560    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
# Line 2457  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2566  if { (eval echo "$as_me:$LINENO: \"$ac_c
2566    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
2567    if test -s conftest.err; then    if test -s conftest.err; then
2568      ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
2569        ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2570    else    else
2571      ac_cpp_err=      ac_cpp_err=
2572    fi    fi
# Line 2477  rm -f conftest.err conftest.$ac_ext Line 2587  rm -f conftest.err conftest.$ac_ext
2587    # OK, works on sane cases.  Now check whether non-existent headers    # OK, works on sane cases.  Now check whether non-existent headers
2588    # can be detected and how.    # can be detected and how.
2589    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
2590  /* confdefs.h.  */  /* confdefs.h.  */
2591  _ACEOF  _ACEOF
2592  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 2495  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2604  if { (eval echo "$as_me:$LINENO: \"$ac_c
2604    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
2605    if test -s conftest.err; then    if test -s conftest.err; then
2606      ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
2607        ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2608    else    else
2609      ac_cpp_err=      ac_cpp_err=
2610    fi    fi
# Line 2536  for ac_c_preproc_warn_flag in '' yes Line 2646  for ac_c_preproc_warn_flag in '' yes
2646  do  do
2647    # Use a header file that comes with gcc, so configuring glibc    # Use a header file that comes with gcc, so configuring glibc
2648    # with a fresh cross-compiler works.    # with a fresh cross-compiler works.
2649      # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2650      # <limits.h> exists even on freestanding compilers.
2651    # On the NeXT, cc -E runs the code through the compiler's parser,    # On the NeXT, cc -E runs the code through the compiler's parser,
2652    # not just through cpp. "Syntax error" is here to catch this case.    # not just through cpp. "Syntax error" is here to catch this case.
2653    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
2654  /* confdefs.h.  */  /* confdefs.h.  */
2655  _ACEOF  _ACEOF
2656  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
2657  cat >>conftest.$ac_ext <<_ACEOF  cat >>conftest.$ac_ext <<_ACEOF
2658  /* end confdefs.h.  */  /* end confdefs.h.  */
2659  #include <assert.h>  #ifdef __STDC__
2660                       Syntax error  # include <limits.h>
2661    #else
2662    # include <assert.h>
2663    #endif
2664                 Syntax error
2665  _ACEOF  _ACEOF
2666  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2667    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
# Line 2558  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2673  if { (eval echo "$as_me:$LINENO: \"$ac_c
2673    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
2674    if test -s conftest.err; then    if test -s conftest.err; then
2675      ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
2676        ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2677    else    else
2678      ac_cpp_err=      ac_cpp_err=
2679    fi    fi
# Line 2578  rm -f conftest.err conftest.$ac_ext Line 2694  rm -f conftest.err conftest.$ac_ext
2694    # OK, works on sane cases.  Now check whether non-existent headers    # OK, works on sane cases.  Now check whether non-existent headers
2695    # can be detected and how.    # can be detected and how.
2696    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
2697  /* confdefs.h.  */  /* confdefs.h.  */
2698  _ACEOF  _ACEOF
2699  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 2596  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2711  if { (eval echo "$as_me:$LINENO: \"$ac_c
2711    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
2712    if test -s conftest.err; then    if test -s conftest.err; then
2713      ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
2714        ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2715    else    else
2716      ac_cpp_err=      ac_cpp_err=
2717    fi    fi
# Line 2711  echo "${ECHO_T}$ac_cv_prog_egrep" >&6 Line 2827  echo "${ECHO_T}$ac_cv_prog_egrep" >&6
2827    
2828    
2829  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
2830  /* confdefs.h.  */  /* confdefs.h.  */
2831  _ACEOF  _ACEOF
2832  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 2740  echo "${ECHO_T}$asc_aix" >&6 Line 2855  echo "${ECHO_T}$asc_aix" >&6
2855  echo "$as_me:$LINENO: checking whether -D_HPUX_SOURCE is needed" >&5  echo "$as_me:$LINENO: checking whether -D_HPUX_SOURCE is needed" >&5
2856  echo $ECHO_N "checking whether -D_HPUX_SOURCE is needed... $ECHO_C" >&6  echo $ECHO_N "checking whether -D_HPUX_SOURCE is needed... $ECHO_C" >&6
2857  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
2858  /* confdefs.h.  */  /* confdefs.h.  */
2859  _ACEOF  _ACEOF
2860  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 2775  if test "${ac_cv_header_stdc+set}" = set Line 2889  if test "${ac_cv_header_stdc+set}" = set
2889    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2890  else  else
2891    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
2892  /* confdefs.h.  */  /* confdefs.h.  */
2893  _ACEOF  _ACEOF
2894  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 2796  main () Line 2909  main ()
2909  _ACEOF  _ACEOF
2910  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
2911  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2912    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>conftest.er1
2913    ac_status=$?    ac_status=$?
2914      grep -v '^ *+' conftest.er1 >conftest.err
2915      rm -f conftest.er1
2916      cat conftest.err >&5
2917    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2918    (exit $ac_status); } &&    (exit $ac_status); } &&
2919           { ac_try='test -s conftest.$ac_objext'       { ac_try='test -z "$ac_c_werror_flag"
2920                 || test ! -s conftest.err'
2921      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2922      (eval $ac_try) 2>&5
2923      ac_status=$?
2924      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2925      (exit $ac_status); }; } &&
2926         { ac_try='test -s conftest.$ac_objext'
2927    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2928    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2929    ac_status=$?    ac_status=$?
# Line 2813  sed 's/^/| /' conftest.$ac_ext >&5 Line 2936  sed 's/^/| /' conftest.$ac_ext >&5
2936    
2937  ac_cv_header_stdc=no  ac_cv_header_stdc=no
2938  fi  fi
2939  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2940    
2941  if test $ac_cv_header_stdc = yes; then  if test $ac_cv_header_stdc = yes; then
2942    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
2943    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
2944  /* confdefs.h.  */  /* confdefs.h.  */
2945  _ACEOF  _ACEOF
2946  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 2840  fi Line 2962  fi
2962  if test $ac_cv_header_stdc = yes; then  if test $ac_cv_header_stdc = yes; then
2963    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
2964    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
2965  /* confdefs.h.  */  /* confdefs.h.  */
2966  _ACEOF  _ACEOF
2967  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 2865  if test $ac_cv_header_stdc = yes; then Line 2986  if test $ac_cv_header_stdc = yes; then
2986    :    :
2987  else  else
2988    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
2989  /* confdefs.h.  */  /* confdefs.h.  */
2990  _ACEOF  _ACEOF
2991  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 2877  cat >>conftest.$ac_ext <<_ACEOF Line 2997  cat >>conftest.$ac_ext <<_ACEOF
2997  # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))  # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
2998  #else  #else
2999  # define ISLOWER(c) \  # define ISLOWER(c) \
3000                     (('a' <= (c) && (c) <= 'i') \             (('a' <= (c) && (c) <= 'i') \
3001                       || ('j' <= (c) && (c) <= 'r') \               || ('j' <= (c) && (c) <= 'r') \
3002                       || ('s' <= (c) && (c) <= 'z'))               || ('s' <= (c) && (c) <= 'z'))
3003  # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))  # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3004  #endif  #endif
3005    
# Line 2890  main () Line 3010  main ()
3010    int i;    int i;
3011    for (i = 0; i < 256; i++)    for (i = 0; i < 256; i++)
3012      if (XOR (islower (i), ISLOWER (i))      if (XOR (islower (i), ISLOWER (i))
3013          || toupper (i) != TOUPPER (i))      || toupper (i) != TOUPPER (i))
3014        exit(2);        exit(2);
3015    exit (0);    exit (0);
3016  }  }
# Line 2915  sed 's/^/| /' conftest.$ac_ext >&5 Line 3035  sed 's/^/| /' conftest.$ac_ext >&5
3035  ( exit $ac_status )  ( exit $ac_status )
3036  ac_cv_header_stdc=no  ac_cv_header_stdc=no
3037  fi  fi
3038  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3039  fi  fi
3040  fi  fi
3041  fi  fi
# Line 2940  fi Line 3060  fi
3060    
3061    
3062  for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \  for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3063                    inttypes.h stdint.h unistd.h            inttypes.h stdint.h unistd.h
3064  do  do
3065  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3066  echo "$as_me:$LINENO: checking for $ac_header" >&5  echo "$as_me:$LINENO: checking for $ac_header" >&5
# Line 2949  if eval "test \"\${$as_ac_Header+set}\" Line 3069  if eval "test \"\${$as_ac_Header+set}\"
3069    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
3070  else  else
3071    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
3072  /* confdefs.h.  */  /* confdefs.h.  */
3073  _ACEOF  _ACEOF
3074  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 2961  $ac_includes_default Line 3080  $ac_includes_default
3080  _ACEOF  _ACEOF
3081  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
3082  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3083    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>conftest.er1
3084    ac_status=$?    ac_status=$?
3085      grep -v '^ *+' conftest.er1 >conftest.err
3086      rm -f conftest.er1
3087      cat conftest.err >&5
3088    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3089    (exit $ac_status); } &&    (exit $ac_status); } &&
3090           { ac_try='test -s conftest.$ac_objext'       { ac_try='test -z "$ac_c_werror_flag"
3091                 || test ! -s conftest.err'
3092      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3093      (eval $ac_try) 2>&5
3094      ac_status=$?
3095      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3096      (exit $ac_status); }; } &&
3097         { ac_try='test -s conftest.$ac_objext'
3098    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3099    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3100    ac_status=$?    ac_status=$?
# Line 2978  sed 's/^/| /' conftest.$ac_ext >&5 Line 3107  sed 's/^/| /' conftest.$ac_ext >&5
3107    
3108  eval "$as_ac_Header=no"  eval "$as_ac_Header=no"
3109  fi  fi
3110  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3111  fi  fi
3112  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3113  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
# Line 2998  if test "${ac_cv_type_void_p+set}" = set Line 3127  if test "${ac_cv_type_void_p+set}" = set
3127    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
3128  else  else
3129    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
3130  /* confdefs.h.  */  /* confdefs.h.  */
3131  _ACEOF  _ACEOF
3132  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 3018  if (sizeof (void *)) Line 3146  if (sizeof (void *))
3146  _ACEOF  _ACEOF
3147  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
3148  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3149    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>conftest.er1
3150    ac_status=$?    ac_status=$?
3151      grep -v '^ *+' conftest.er1 >conftest.err
3152      rm -f conftest.er1
3153      cat conftest.err >&5
3154    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3155    (exit $ac_status); } &&    (exit $ac_status); } &&
3156           { ac_try='test -s conftest.$ac_objext'       { ac_try='test -z "$ac_c_werror_flag"
3157                 || test ! -s conftest.err'
3158      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3159      (eval $ac_try) 2>&5
3160      ac_status=$?
3161      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3162      (exit $ac_status); }; } &&
3163         { ac_try='test -s conftest.$ac_objext'
3164    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3165    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3166    ac_status=$?    ac_status=$?
# Line 3035  sed 's/^/| /' conftest.$ac_ext >&5 Line 3173  sed 's/^/| /' conftest.$ac_ext >&5
3173    
3174  ac_cv_type_void_p=no  ac_cv_type_void_p=no
3175  fi  fi
3176  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3177  fi  fi
3178  echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5  echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
3179  echo "${ECHO_T}$ac_cv_type_void_p" >&6  echo "${ECHO_T}$ac_cv_type_void_p" >&6
# Line 3053  else Line 3191  else
3191    if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
3192    # Depending upon the size, compute the lo and hi bounds.    # Depending upon the size, compute the lo and hi bounds.
3193  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
3194  /* confdefs.h.  */  /* confdefs.h.  */
3195  _ACEOF  _ACEOF
3196  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 3072  test_array [0] = 0 Line 3209  test_array [0] = 0
3209  _ACEOF  _ACEOF
3210  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
3211  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3212    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>conftest.er1
3213    ac_status=$?    ac_status=$?
3214      grep -v '^ *+' conftest.er1 >conftest.err
3215      rm -f conftest.er1
3216      cat conftest.err >&5
3217    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3218    (exit $ac_status); } &&    (exit $ac_status); } &&
3219           { ac_try='test -s conftest.$ac_objext'       { ac_try='test -z "$ac_c_werror_flag"
3220                 || test ! -s conftest.err'
3221      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3222      (eval $ac_try) 2>&5
3223      ac_status=$?
3224      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3225      (exit $ac_status); }; } &&
3226         { ac_try='test -s conftest.$ac_objext'
3227    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3228    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3229    ac_status=$?    ac_status=$?
# Line 3085  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3232  if { (eval echo "$as_me:$LINENO: \"$ac_c
3232    ac_lo=0 ac_mid=0    ac_lo=0 ac_mid=0
3233    while :; do    while :; do
3234      cat >conftest.$ac_ext <<_ACEOF      cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
3235  /* confdefs.h.  */  /* confdefs.h.  */
3236  _ACEOF  _ACEOF
3237  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 3104  test_array [0] = 0 Line 3250  test_array [0] = 0
3250  _ACEOF  _ACEOF
3251  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
3252  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3253    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>conftest.er1
3254    ac_status=$?    ac_status=$?
3255      grep -v '^ *+' conftest.er1 >conftest.err
3256      rm -f conftest.er1
3257      cat conftest.err >&5
3258    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3259    (exit $ac_status); } &&    (exit $ac_status); } &&
3260           { ac_try='test -s conftest.$ac_objext'       { ac_try='test -z "$ac_c_werror_flag"
3261                 || test ! -s conftest.err'
3262      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3263      (eval $ac_try) 2>&5
3264      ac_status=$?
3265      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3266      (exit $ac_status); }; } &&
3267         { ac_try='test -s conftest.$ac_objext'
3268    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3269    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3270    ac_status=$?    ac_status=$?
# Line 3120  else Line 3276  else
3276  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
3277    
3278  ac_lo=`expr $ac_mid + 1`  ac_lo=`expr $ac_mid + 1`
3279                      if test $ac_lo -le $ac_mid; then              if test $ac_lo -le $ac_mid; then
3280                        ac_lo= ac_hi=                ac_lo= ac_hi=
3281                        break                break
3282                      fi              fi
3283                      ac_mid=`expr 2 '*' $ac_mid + 1`              ac_mid=`expr 2 '*' $ac_mid + 1`
3284  fi  fi
3285  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3286    done    done
3287  else  else
3288    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
3289  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
3290    
3291  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
3292  /* confdefs.h.  */  /* confdefs.h.  */
3293  _ACEOF  _ACEOF
3294  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 3152  test_array [0] = 0 Line 3307  test_array [0] = 0
3307  _ACEOF  _ACEOF
3308  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
3309  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3310    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>conftest.er1
3311    ac_status=$?    ac_status=$?
3312      grep -v '^ *+' conftest.er1 >conftest.err
3313      rm -f conftest.er1
3314      cat conftest.err >&5
3315    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3316    (exit $ac_status); } &&    (exit $ac_status); } &&
3317           { ac_try='test -s conftest.$ac_objext'       { ac_try='test -z "$ac_c_werror_flag"
3318                 || test ! -s conftest.err'
3319      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3320      (eval $ac_try) 2>&5
3321      ac_status=$?
3322      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3323      (exit $ac_status); }; } &&
3324         { ac_try='test -s conftest.$ac_objext'
3325    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3326    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3327    ac_status=$?    ac_status=$?
# Line 3165  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3330  if { (eval echo "$as_me:$LINENO: \"$ac_c
3330    ac_hi=-1 ac_mid=-1    ac_hi=-1 ac_mid=-1
3331    while :; do    while :; do
3332      cat >conftest.$ac_ext <<_ACEOF      cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
3333  /* confdefs.h.  */  /* confdefs.h.  */
3334  _ACEOF  _ACEOF
3335  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 3184  test_array [0] = 0 Line 3348  test_array [0] = 0
3348  _ACEOF  _ACEOF
3349  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
3350  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3351    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>conftest.er1
3352    ac_status=$?    ac_status=$?
3353      grep -v '^ *+' conftest.er1 >conftest.err
3354      rm -f conftest.er1
3355      cat conftest.err >&5
3356    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3357    (exit $ac_status); } &&    (exit $ac_status); } &&
3358           { ac_try='test -s conftest.$ac_objext'       { ac_try='test -z "$ac_c_werror_flag"
3359                 || test ! -s conftest.err'
3360      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3361      (eval $ac_try) 2>&5
3362      ac_status=$?
3363      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3364      (exit $ac_status); }; } &&
3365         { ac_try='test -s conftest.$ac_objext'
3366    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3367    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3368    ac_status=$?    ac_status=$?
# Line 3200  else Line 3374  else
3374  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
3375    
3376  ac_hi=`expr '(' $ac_mid ')' - 1`  ac_hi=`expr '(' $ac_mid ')' - 1`
3377                         if test $ac_mid -le $ac_hi; then                 if test $ac_mid -le $ac_hi; then
3378                           ac_lo= ac_hi=               ac_lo= ac_hi=
3379                           break               break
3380                         fi                 fi
3381                         ac_mid=`expr 2 '*' $ac_mid`                 ac_mid=`expr 2 '*' $ac_mid`
3382  fi  fi
3383  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3384    done    done
3385  else  else
3386    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
# Line 3214  sed 's/^/| /' conftest.$ac_ext >&5 Line 3388  sed 's/^/| /' conftest.$ac_ext >&5
3388    
3389  ac_lo= ac_hi=  ac_lo= ac_hi=
3390  fi  fi
3391  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3392  fi  fi
3393  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3394  # Binary search between lo and hi bounds.  # Binary search between lo and hi bounds.
3395  while test "x$ac_lo" != "x$ac_hi"; do  while test "x$ac_lo" != "x$ac_hi"; do
3396    ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`    ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
3397    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
3398  /* confdefs.h.  */  /* confdefs.h.  */
3399  _ACEOF  _ACEOF
3400  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 3240  test_array [0] = 0 Line 3413  test_array [0] = 0
3413  _ACEOF  _ACEOF
3414  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
3415  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3416    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>conftest.er1
3417    ac_status=$?    ac_status=$?
3418      grep -v '^ *+' conftest.er1 >conftest.err
3419      rm -f conftest.er1
3420      cat conftest.err >&5
3421    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3422    (exit $ac_status); } &&    (exit $ac_status); } &&
3423           { ac_try='test -s conftest.$ac_objext'       { ac_try='test -z "$ac_c_werror_flag"
3424                 || test ! -s conftest.err'
3425      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3426      (eval $ac_try) 2>&5
3427      ac_status=$?
3428      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3429      (exit $ac_status); }; } &&
3430         { ac_try='test -s conftest.$ac_objext'
3431    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3432    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3433    ac_status=$?    ac_status=$?
# Line 3257  sed 's/^/| /' conftest.$ac_ext >&5 Line 3440  sed 's/^/| /' conftest.$ac_ext >&5
3440    
3441  ac_lo=`expr '(' $ac_mid ')' + 1`  ac_lo=`expr '(' $ac_mid ')' + 1`
3442  fi  fi
3443  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3444  done  done
3445  case $ac_lo in  case $ac_lo in
3446  ?*) ac_cv_sizeof_void_p=$ac_lo;;  ?*) ac_cv_sizeof_void_p=$ac_lo;;
# Line 3276  See \`config.log' for more details." >&2 Line 3459  See \`config.log' for more details." >&2
3459     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3460  else  else
3461    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
3462  /* confdefs.h.  */  /* confdefs.h.  */
3463  _ACEOF  _ACEOF
3464  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 3338  echo "$as_me: error: cannot compute size Line 3520  echo "$as_me: error: cannot compute size
3520  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
3521     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3522  fi  fi
3523  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3524  fi  fi
3525  fi  fi
3526  rm -f conftest.val  rm -f conftest.val
# Line 3546  else Line 3728  else
3728    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
3729  LIBS="-lfl  $LIBS"  LIBS="-lfl  $LIBS"
3730  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
3731  /* confdefs.h.  */  /* confdefs.h.  */
3732  _ACEOF  _ACEOF
3733  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 3570  yywrap (); Line 3751  yywrap ();
3751  _ACEOF  _ACEOF
3752  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
3753  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3754    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
3755    ac_status=$?    ac_status=$?
3756      grep -v '^ *+' conftest.er1 >conftest.err
3757      rm -f conftest.er1
3758      cat conftest.err >&5
3759    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3760    (exit $ac_status); } &&    (exit $ac_status); } &&
3761           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
3762                 || test ! -s conftest.err'
3763      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3764      (eval $ac_try) 2>&5
3765      ac_status=$?
3766      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3767      (exit $ac_status); }; } &&
3768         { ac_try='test -s conftest$ac_exeext'
3769    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3770    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3771    ac_status=$?    ac_status=$?
# Line 3587  sed 's/^/| /' conftest.$ac_ext >&5 Line 3778  sed 's/^/| /' conftest.$ac_ext >&5
3778    
3779  ac_cv_lib_fl_yywrap=no  ac_cv_lib_fl_yywrap=no
3780  fi  fi
3781  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
3782          conftest$ac_exeext conftest.$ac_ext
3783  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
3784  fi  fi
3785  echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
# Line 3603  else Line 3795  else
3795    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
3796  LIBS="-ll  $LIBS"  LIBS="-ll  $LIBS"
3797  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
3798  /* confdefs.h.  */  /* confdefs.h.  */
3799  _ACEOF  _ACEOF
3800  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 3627  yywrap (); Line 3818  yywrap ();
3818  _ACEOF  _ACEOF
3819  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
3820  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3821    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
3822    ac_status=$?    ac_status=$?
3823      grep -v '^ *+' conftest.er1 >conftest.err
3824      rm -f conftest.er1
3825      cat conftest.err >&5
3826    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3827    (exit $ac_status); } &&    (exit $ac_status); } &&
3828           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
3829                 || test ! -s conftest.err'
3830      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3831      (eval $ac_try) 2>&5
3832      ac_status=$?
3833      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3834      (exit $ac_status); }; } &&
3835         { ac_try='test -s conftest$ac_exeext'
3836    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3837    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3838    ac_status=$?    ac_status=$?
# Line 3644  sed 's/^/| /' conftest.$ac_ext >&5 Line 3845  sed 's/^/| /' conftest.$ac_ext >&5
3845    
3846  ac_cv_lib_l_yywrap=no  ac_cv_lib_l_yywrap=no
3847  fi  fi
3848  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
3849          conftest$ac_exeext conftest.$ac_ext
3850  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
3851  fi  fi
3852  echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
# Line 3706  cat >conftest.$ac_ext <<_ACEOF Line 3908  cat >conftest.$ac_ext <<_ACEOF
3908  _ACEOF  _ACEOF
3909  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
3910  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3911    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
3912    ac_status=$?    ac_status=$?
3913      grep -v '^ *+' conftest.er1 >conftest.err
3914      rm -f conftest.er1
3915      cat conftest.err >&5
3916    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3917    (exit $ac_status); } &&    (exit $ac_status); } &&
3918           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
3919                 || test ! -s conftest.err'
3920      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3921      (eval $ac_try) 2>&5
3922      ac_status=$?
3923      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3924      (exit $ac_status); }; } &&
3925         { ac_try='test -s conftest$ac_exeext'
3926    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3927    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3928    ac_status=$?    ac_status=$?
# Line 3722  else Line 3934  else
3934  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
3935    
3936  fi  fi
3937  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
3938          conftest$ac_exeext conftest.$ac_ext
3939  LIBS=$ac_save_LIBS  LIBS=$ac_save_LIBS
3940  rm -f "${LEX_OUTPUT_ROOT}.c"  rm -f "${LEX_OUTPUT_ROOT}.c"
3941    
# Line 3761  if test "${ac_cv_func_sin+set}" = set; t Line 3974  if test "${ac_cv_func_sin+set}" = set; t
3974    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
3975  else  else
3976    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
3977  /* confdefs.h.  */  /* confdefs.h.  */
3978  _ACEOF  _ACEOF
3979  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
3980  cat >>conftest.$ac_ext <<_ACEOF  cat >>conftest.$ac_ext <<_ACEOF
3981  /* end confdefs.h.  */  /* end confdefs.h.  */
3982    /* Define sin to an innocuous variant, in case <limits.h> declares sin.
3983       For example, HP-UX 11i <limits.h> declares gettimeofday.  */
3984    #define sin innocuous_sin
3985    
3986  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
3987      which can conflict with char sin (); below.  */      which can conflict with char sin (); below.
3988  #include <assert.h>      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3989        <limits.h> exists even on freestanding compilers.  */
3990    
3991    #ifdef __STDC__
3992    # include <limits.h>
3993    #else
3994    # include <assert.h>
3995    #endif
3996    
3997    #undef sin
3998    
3999  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
4000  #ifdef __cplusplus  #ifdef __cplusplus
4001  extern "C"  extern "C"
# Line 3793  char (*f) () = sin; Line 4019  char (*f) () = sin;
4019  int  int
4020  main ()  main ()
4021  {  {
4022    return f != sin;
4023    ;    ;
4024    return 0;    return 0;
4025  }  }
4026  _ACEOF  _ACEOF
4027  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
4028  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4029    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
4030    ac_status=$?    ac_status=$?
4031      grep -v '^ *+' conftest.er1 >conftest.err
4032      rm -f conftest.er1
4033      cat conftest.err >&5
4034    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4035    (exit $ac_status); } &&    (exit $ac_status); } &&
4036           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
4037                 || test ! -s conftest.err'
4038      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4039      (eval $ac_try) 2>&5
4040      ac_status=$?
4041      echo "$as_me:$LINENO: \$? = $ac_status" >&5
4042      (exit $ac_status); }; } &&
4043         { ac_try='test -s conftest$ac_exeext'
4044    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4045    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4046    ac_status=$?    ac_status=$?
# Line 3817  sed 's/^/| /' conftest.$ac_ext >&5 Line 4053  sed 's/^/| /' conftest.$ac_ext >&5
4053    
4054  ac_cv_func_sin=no  ac_cv_func_sin=no
4055  fi  fi
4056  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
4057          conftest$ac_exeext conftest.$ac_ext
4058  fi  fi
4059  echo "$as_me:$LINENO: result: $ac_cv_func_sin" >&5  echo "$as_me:$LINENO: result: $ac_cv_func_sin" >&5
4060  echo "${ECHO_T}$ac_cv_func_sin" >&6  echo "${ECHO_T}$ac_cv_func_sin" >&6
# Line 3836  else Line 4073  else
4073    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
4074  LIBS="-lieee  $LIBS"  LIBS="-lieee  $LIBS"
4075  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
4076  /* confdefs.h.  */  /* confdefs.h.  */
4077  _ACEOF  _ACEOF
4078  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 3860  printf (); Line 4096  printf ();
4096  _ACEOF  _ACEOF
4097  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
4098  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4099    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
4100    ac_status=$?    ac_status=$?
4101      grep -v '^ *+' conftest.er1 >conftest.err
4102      rm -f conftest.er1
4103      cat conftest.err >&5
4104    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4105    (exit $ac_status); } &&    (exit $ac_status); } &&
4106           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
4107                 || test ! -s conftest.err'
4108      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4109      (eval $ac_try) 2>&5
4110      ac_status=$?
4111      echo "$as_me:$LINENO: \$? = $ac_status" >&5
4112      (exit $ac_status); }; } &&
4113         { ac_try='test -s conftest$ac_exeext'
4114    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4115    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4116    ac_status=$?    ac_status=$?
# Line 3877  sed 's/^/| /' conftest.$ac_ext >&5 Line 4123  sed 's/^/| /' conftest.$ac_ext >&5
4123    
4124  ac_cv_lib_ieee_printf=no  ac_cv_lib_ieee_printf=no
4125  fi  fi
4126  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
4127          conftest$ac_exeext conftest.$ac_ext
4128  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
4129  fi  fi
4130  echo "$as_me:$LINENO: result: $ac_cv_lib_ieee_printf" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_ieee_printf" >&5
# Line 3897  else Line 4144  else
4144    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
4145  LIBS="-lm $MATH_LIBS $LIBS"  LIBS="-lm $MATH_LIBS $LIBS"
4146  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
4147  /* confdefs.h.  */  /* confdefs.h.  */
4148  _ACEOF  _ACEOF
4149  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 3921  copysign (); Line 4167  copysign ();
4167  _ACEOF  _ACEOF
4168  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
4169  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4170    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
4171    ac_status=$?    ac_status=$?
4172      grep -v '^ *+' conftest.er1 >conftest.err
4173      rm -f conftest.er1
4174      cat conftest.err >&5
4175    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4176    (exit $ac_status); } &&    (exit $ac_status); } &&
4177           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
4178                 || test ! -s conftest.err'
4179      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4180      (eval $ac_try) 2>&5
4181      ac_status=$?
4182      echo "$as_me:$LINENO: \$? = $ac_status" >&5
4183      (exit $ac_status); }; } &&
4184         { ac_try='test -s conftest$ac_exeext'
4185    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4186    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4187    ac_status=$?    ac_status=$?
# Line 3938  sed 's/^/| /' conftest.$ac_ext >&5 Line 4194  sed 's/^/| /' conftest.$ac_ext >&5
4194    
4195  ac_cv_lib_m_copysign=no  ac_cv_lib_m_copysign=no
4196  fi  fi
4197  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
4198          conftest$ac_exeext conftest.$ac_ext
4199  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
4200  fi  fi
4201  echo "$as_me:$LINENO: result: $ac_cv_lib_m_copysign" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_m_copysign" >&5
# Line 3960  else Line 4217  else
4217  LIBS="-lm /lib/pa1.1/libM.a  LIBS="-lm /lib/pa1.1/libM.a
4218           $LIBS"           $LIBS"
4219  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
4220  /* confdefs.h.  */  /* confdefs.h.  */
4221  _ACEOF  _ACEOF
4222  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 3984  drem (); Line 4240  drem ();
4240  _ACEOF  _ACEOF
4241  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
4242  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4243    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
4244    ac_status=$?    ac_status=$?
4245      grep -v '^ *+' conftest.er1 >conftest.err
4246      rm -f conftest.er1
4247      cat conftest.err >&5
4248    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4249    (exit $ac_status); } &&    (exit $ac_status); } &&
4250           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
4251                 || test ! -s conftest.err'
4252      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4253      (eval $ac_try) 2>&5
4254      ac_status=$?
4255      echo "$as_me:$LINENO: \$? = $ac_status" >&5
4256      (exit $ac_status); }; } &&
4257         { ac_try='test -s conftest$ac_exeext'
4258    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4259    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4260    ac_status=$?    ac_status=$?
# Line 4001  sed 's/^/| /' conftest.$ac_ext >&5 Line 4267  sed 's/^/| /' conftest.$ac_ext >&5
4267    
4268  ac_cv_lib_m_drem=no  ac_cv_lib_m_drem=no
4269  fi  fi
4270  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
4271          conftest$ac_exeext conftest.$ac_ext
4272  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
4273  fi  fi
4274  echo "$as_me:$LINENO: result: $ac_cv_lib_m_drem" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_m_drem" >&5
# Line 4029  if eval "test \"\${$as_ac_var+set}\" = s Line 4296  if eval "test \"\${$as_ac_var+set}\" = s
4296    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
4297  else  else
4298    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
4299  /* confdefs.h.  */  /* confdefs.h.  */
4300  _ACEOF  _ACEOF
4301  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
4302  cat >>conftest.$ac_ext <<_ACEOF  cat >>conftest.$ac_ext <<_ACEOF
4303  /* end confdefs.h.  */  /* end confdefs.h.  */
4304    /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
4305       For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4306    #define $ac_func innocuous_$ac_func
4307    
4308  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
4309      which can conflict with char $ac_func (); below.  */      which can conflict with char $ac_func (); below.
4310  #include <assert.h>      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4311        <limits.h> exists even on freestanding compilers.  */
4312    
4313    #ifdef __STDC__
4314    # include <limits.h>
4315    #else
4316    # include <assert.h>
4317    #endif
4318    
4319    #undef $ac_func
4320    
4321  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
4322  #ifdef __cplusplus  #ifdef __cplusplus
4323  extern "C"  extern "C"
# Line 4061  char (*f) () = $ac_func; Line 4341  char (*f) () = $ac_func;
4341  int  int
4342  main ()  main ()
4343  {  {
4344    return f != $ac_func;
4345    ;    ;
4346    return 0;    return 0;
4347  }  }
4348  _ACEOF  _ACEOF
4349  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
4350  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4351    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
4352    ac_status=$?    ac_status=$?
4353      grep -v '^ *+' conftest.er1 >conftest.err
4354      rm -f conftest.er1
4355      cat conftest.err >&5
4356    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4357    (exit $ac_status); } &&    (exit $ac_status); } &&
4358           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
4359                 || test ! -s conftest.err'
4360      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4361      (eval $ac_try) 2>&5
4362      ac_status=$?
4363      echo "$as_me:$LINENO: \$? = $ac_status" >&5
4364      (exit $ac_status); }; } &&
4365         { ac_try='test -s conftest$ac_exeext'
4366    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4367    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4368    ac_status=$?    ac_status=$?
# Line 4085  sed 's/^/| /' conftest.$ac_ext >&5 Line 4375  sed 's/^/| /' conftest.$ac_ext >&5
4375    
4376  eval "$as_ac_var=no"  eval "$as_ac_var=no"
4377  fi  fi
4378  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
4379          conftest$ac_exeext conftest.$ac_ext
4380  fi  fi
4381  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4382  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
# Line 4117  if eval "test \"\${$as_ac_var+set}\" = s Line 4408  if eval "test \"\${$as_ac_var+set}\" = s
4408    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
4409  else  else
4410    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
4411  /* confdefs.h.  */  /* confdefs.h.  */
4412  _ACEOF  _ACEOF
4413  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
4414  cat >>conftest.$ac_ext <<_ACEOF  cat >>conftest.$ac_ext <<_ACEOF
4415  /* end confdefs.h.  */  /* end confdefs.h.  */
4416    /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
4417       For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4418    #define $ac_func innocuous_$ac_func
4419    
4420  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
4421      which can conflict with char $ac_func (); below.  */      which can conflict with char $ac_func (); below.
4422  #include <assert.h>      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4423        <limits.h> exists even on freestanding compilers.  */
4424    
4425    #ifdef __STDC__
4426    # include <limits.h>
4427    #else
4428    # include <assert.h>
4429    #endif
4430    
4431    #undef $ac_func
4432    
4433  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
4434  #ifdef __cplusplus  #ifdef __cplusplus
4435  extern "C"  extern "C"
# Line 4149  char (*f) () = $ac_func; Line 4453  char (*f) () = $ac_func;
4453  int  int
4454  main ()  main ()
4455  {  {
4456    return f != $ac_func;
4457    ;    ;
4458    return 0;    return 0;
4459  }  }
4460  _ACEOF  _ACEOF
4461  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
4462  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4463    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
4464    ac_status=$?    ac_status=$?
4465      grep -v '^ *+' conftest.er1 >conftest.err
4466      rm -f conftest.er1
4467      cat conftest.err >&5
4468    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4469    (exit $ac_status); } &&    (exit $ac_status); } &&
4470           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
4471                 || test ! -s conftest.err'
4472      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4473      (eval $ac_try) 2>&5
4474      ac_status=$?
4475      echo "$as_me:$LINENO: \$? = $ac_status" >&5
4476      (exit $ac_status); }; } &&
4477         { ac_try='test -s conftest$ac_exeext'
4478    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4479    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4480    ac_status=$?    ac_status=$?
# Line 4173  sed 's/^/| /' conftest.$ac_ext >&5 Line 4487  sed 's/^/| /' conftest.$ac_ext >&5
4487    
4488  eval "$as_ac_var=no"  eval "$as_ac_var=no"
4489  fi  fi
4490  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
4491          conftest$ac_exeext conftest.$ac_ext
4492  fi  fi
4493  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4494  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
# Line 4194  else Line 4509  else
4509    ac_cv_have_working_snprintf=cross    ac_cv_have_working_snprintf=cross
4510  else  else
4511    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
4512  /* confdefs.h.  */  /* confdefs.h.  */
4513  _ACEOF  _ACEOF
4514  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 4236  sed 's/^/| /' conftest.$ac_ext >&5 Line 4550  sed 's/^/| /' conftest.$ac_ext >&5
4550  ( exit $ac_status )  ( exit $ac_status )
4551  ac_cv_have_working_snprintf=no  ac_cv_have_working_snprintf=no
4552  fi  fi
4553  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4554  fi  fi
4555  fi  fi
4556    
# Line 4251  else Line 4565  else
4565    ac_cv_have_working_vsnprintf=cross    ac_cv_have_working_vsnprintf=cross
4566  else  else
4567    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
4568  /* confdefs.h.  */  /* confdefs.h.  */
4569  _ACEOF  _ACEOF
4570  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 4304  sed 's/^/| /' conftest.$ac_ext >&5 Line 4617  sed 's/^/| /' conftest.$ac_ext >&5
4617  ( exit $ac_status )  ( exit $ac_status )
4618  ac_cv_have_working_vsnprintf=no  ac_cv_have_working_vsnprintf=no
4619  fi  fi
4620  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4621  fi  fi
4622  fi  fi
4623    
4624  echo "$as_me:$LINENO: result: $ac_cv_have_working_vsnprintf" >&5  echo "$as_me:$LINENO: result: $ac_cv_have_working_vsnprintf" >&5
4625  echo "${ECHO_T}$ac_cv_have_working_vsnprintf" >&6  echo "${ECHO_T}$ac_cv_have_working_vsnprintf" >&6
4626  if test x$ac_cv_have_working_snprintf$ac_cv_have_working_vsnprintf != "xyesyes"; then  if test x$ac_cv_have_working_snprintf$ac_cv_have_working_vsnprintf != "xyesyes"; then
4627    LIBOBJS="$LIBOBJS snprintf.$ac_objext"    case $LIBOBJS in
4628        "snprintf.$ac_objext"   | \
4629      *" snprintf.$ac_objext"   | \
4630        "snprintf.$ac_objext "* | \
4631      *" snprintf.$ac_objext "* ) ;;
4632      *) LIBOBJS="$LIBOBJS snprintf.$ac_objext" ;;
4633    esac
4634    
4635    { echo "$as_me:$LINENO: WARNING: Replacing missing/broken (v)snprintf() with version from http://www.ijs.si/software/snprintf/." >&5    { echo "$as_me:$LINENO: WARNING: Replacing missing/broken (v)snprintf() with version from http://www.ijs.si/software/snprintf/." >&5
4636  echo "$as_me: WARNING: Replacing missing/broken (v)snprintf() with version from http://www.ijs.si/software/snprintf/." >&2;}  echo "$as_me: WARNING: Replacing missing/broken (v)snprintf() with version from http://www.ijs.si/software/snprintf/." >&2;}
4637    
# Line 4368  _ACEOF Line 4688  _ACEOF
4688      # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.      # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4689      for ac_extension in a so sl; do      for ac_extension in a so sl; do
4690        if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&        if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
4691           test -f $ac_im_libdir/libX11.$ac_extension; then       test -f $ac_im_libdir/libX11.$ac_extension; then
4692          ac_im_usrlibdir=$ac_im_libdir; break      ac_im_usrlibdir=$ac_im_libdir; break
4693        fi        fi
4694      done      done
4695      # Screen out bogus values from the imake configuration.  They are      # Screen out bogus values from the imake configuration.  They are
# Line 4429  if test "$ac_x_includes" = no; then Line 4749  if test "$ac_x_includes" = no; then
4749    # Guess where to find include files, by looking for Intrinsic.h.    # Guess where to find include files, by looking for Intrinsic.h.
4750    # First, try using that file with no special directory specified.    # First, try using that file with no special directory specified.
4751    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
4752  /* confdefs.h.  */  /* confdefs.h.  */
4753  _ACEOF  _ACEOF
4754  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 4447  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4766  if { (eval echo "$as_me:$LINENO: \"$ac_c
4766    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
4767    if test -s conftest.err; then    if test -s conftest.err; then
4768      ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
4769        ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4770    else    else
4771      ac_cpp_err=      ac_cpp_err=
4772    fi    fi
# Line 4477  if test "$ac_x_libraries" = no; then Line 4797  if test "$ac_x_libraries" = no; then
4797    ac_save_LIBS=$LIBS    ac_save_LIBS=$LIBS
4798    LIBS="-lXt $LIBS"    LIBS="-lXt $LIBS"
4799    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
4800  /* confdefs.h.  */  /* confdefs.h.  */
4801  _ACEOF  _ACEOF
4802  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 4494  XtMalloc (0) Line 4813  XtMalloc (0)
4813  _ACEOF  _ACEOF
4814  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
4815  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4816    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
4817    ac_status=$?    ac_status=$?
4818      grep -v '^ *+' conftest.er1 >conftest.err
4819      rm -f conftest.er1
4820      cat conftest.err >&5
4821    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4822    (exit $ac_status); } &&    (exit $ac_status); } &&
4823           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
4824                 || test ! -s conftest.err'
4825      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4826      (eval $ac_try) 2>&5
4827      ac_status=$?
4828      echo "$as_me:$LINENO: \$? = $ac_status" >&5
4829      (exit $ac_status); }; } &&
4830         { ac_try='test -s conftest$ac_exeext'
4831    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4832    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4833    ac_status=$?    ac_status=$?
# Line 4523  do Line 4852  do
4852    done    done
4853  done  done
4854  fi  fi
4855  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
4856          conftest$ac_exeext conftest.$ac_ext
4857  fi # $ac_x_libraries = no  fi # $ac_x_libraries = no
4858    
4859  if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then  if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
# Line 4532  if test "$ac_x_includes" = no || test "$ Line 4862  if test "$ac_x_includes" = no || test "$
4862  else  else
4863    # Record where we found X for the cache.    # Record where we found X for the cache.
4864    ac_cv_have_x="have_x=yes \    ac_cv_have_x="have_x=yes \
4865              ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"          ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
4866  fi  fi
4867  fi  fi
4868    
# Line 4600  if test "${ac_cv_func_connect+set}" = se Line 4930  if test "${ac_cv_func_connect+set}" = se
4930    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
4931  else  else
4932    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
4933  /* confdefs.h.  */  /* confdefs.h.  */
4934  _ACEOF  _ACEOF
4935  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
4936  cat >>conftest.$ac_ext <<_ACEOF  cat >>conftest.$ac_ext <<_ACEOF
4937  /* end confdefs.h.  */  /* end confdefs.h.  */
4938    /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4939       For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4940    #define connect innocuous_connect
4941    
4942  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
4943      which can conflict with char connect (); below.  */      which can conflict with char connect (); below.
4944  #include <assert.h>      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4945        <limits.h> exists even on freestanding compilers.  */
4946    
4947    #ifdef __STDC__
4948    # include <limits.h>
4949    #else
4950    # include <assert.h>
4951    #endif
4952    
4953    #undef connect
4954    
4955  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
4956  #ifdef __cplusplus  #ifdef __cplusplus
4957  extern "C"  extern "C"
# Line 4632  char (*f) () = connect; Line 4975  char (*f) () = connect;
4975  int  int
4976  main ()  main ()
4977  {  {
4978    return f != connect;
4979    ;    ;
4980    return 0;    return 0;
4981  }  }
4982  _ACEOF  _ACEOF
4983  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
4984  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4985    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
4986    ac_status=$?    ac_status=$?
4987      grep -v '^ *+' conftest.er1 >conftest.err
4988      rm -f conftest.er1
4989      cat conftest.err >&5
4990    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4991    (exit $ac_status); } &&    (exit $ac_status); } &&
4992           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
4993                 || test ! -s conftest.err'
4994    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4995    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4996    ac_status=$?    ac_status=$?
4997    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4998    (exit $ac_status); }; }; then    (exit $ac_status); }; } &&
4999    ac_cv_func_connect=yes       { ac_try='test -s conftest$ac_exeext'
5000  else    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5001      (eval $ac_try) 2>&5
5002      ac_status=$?
5003      echo "$as_me:$LINENO: \$? = $ac_status" >&5
5004      (exit $ac_status); }; }; then
5005      ac_cv_func_connect=yes
5006    else
5007    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
5008  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
5009    
5010  ac_cv_func_connect=no  ac_cv_func_connect=no
5011  fi  fi
5012  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
5013          conftest$ac_exeext conftest.$ac_ext
5014  fi  fi
5015  echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5  echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
5016  echo "${ECHO_T}$ac_cv_func_connect" >&6  echo "${ECHO_T}$ac_cv_func_connect" >&6
# Line 4675  else Line 5029  else
5029    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
5030  LIBS="-lsocket  $LIBS"  LIBS="-lsocket  $LIBS"
5031  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
5032  /* confdefs.h.  */  /* confdefs.h.  */
5033  _ACEOF  _ACEOF
5034  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 4699  printf (); Line 5052  printf ();
5052  _ACEOF  _ACEOF
5053  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
5054  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5055    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
5056    ac_status=$?    ac_status=$?
5057      grep -v '^ *+' conftest.er1 >conftest.err
5058      rm -f conftest.er1
5059      cat conftest.err >&5
5060    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5061    (exit $ac_status); } &&    (exit $ac_status); } &&
5062           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
5063                 || test ! -s conftest.err'
5064      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5065      (eval $ac_try) 2>&5
5066      ac_status=$?
5067      echo "$as_me:$LINENO: \$? = $ac_status" >&5
5068      (exit $ac_status); }; } &&
5069         { ac_try='test -s conftest$ac_exeext'
5070    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5071    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5072    ac_status=$?    ac_status=$?
# Line 4716  sed 's/^/| /' conftest.$ac_ext >&5 Line 5079  sed 's/^/| /' conftest.$ac_ext >&5
5079    
5080  ac_cv_lib_socket_printf=no  ac_cv_lib_socket_printf=no
5081  fi  fi
5082  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
5083          conftest$ac_exeext conftest.$ac_ext
5084  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
5085  fi  fi
5086  echo "$as_me:$LINENO: result: $ac_cv_lib_socket_printf" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_socket_printf" >&5
# Line 4738  if test "${ac_cv_func_accept+set}" = set Line 5102  if test "${ac_cv_func_accept+set}" = set
5102    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
5103  else  else
5104    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
5105  /* confdefs.h.  */  /* confdefs.h.  */
5106  _ACEOF  _ACEOF
5107  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
5108  cat >>conftest.$ac_ext <<_ACEOF  cat >>conftest.$ac_ext <<_ACEOF
5109  /* end confdefs.h.  */  /* end confdefs.h.  */
5110    /* Define accept to an innocuous variant, in case <limits.h> declares accept.
5111       For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5112    #define accept innocuous_accept
5113    
5114  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
5115      which can conflict with char accept (); below.  */      which can conflict with char accept (); below.
5116  #include <assert.h>      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5117        <limits.h> exists even on freestanding compilers.  */
5118    
5119    #ifdef __STDC__
5120    # include <limits.h>
5121    #else
5122    # include <assert.h>
5123    #endif
5124    
5125    #undef accept
5126    
5127  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
5128  #ifdef __cplusplus  #ifdef __cplusplus
5129  extern "C"  extern "C"
# Line 4770  char (*f) () = accept; Line 5147  char (*f) () = accept;
5147  int  int
5148  main ()  main ()
5149  {  {
5150    return f != accept;
5151    ;    ;
5152    return 0;    return 0;
5153  }  }
5154  _ACEOF  _ACEOF
5155  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
5156  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5157    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
5158    ac_status=$?    ac_status=$?
5159      grep -v '^ *+' conftest.er1 >conftest.err
5160      rm -f conftest.er1
5161      cat conftest.err >&5
5162    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5163    (exit $ac_status); } &&    (exit $ac_status); } &&
5164           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
5165                 || test ! -s conftest.err'
5166      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5167      (eval $ac_try) 2>&5
5168      ac_status=$?
5169      echo "$as_me:$LINENO: \$? = $ac_status" >&5
5170      (exit $ac_status); }; } &&
5171         { ac_try='test -s conftest$ac_exeext'
5172    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5173    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5174    ac_status=$?    ac_status=$?
# Line 4794  sed 's/^/| /' conftest.$ac_ext >&5 Line 5181  sed 's/^/| /' conftest.$ac_ext >&5
5181    
5182  ac_cv_func_accept=no  ac_cv_func_accept=no
5183  fi  fi
5184  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
5185          conftest$ac_exeext conftest.$ac_ext
5186  fi  fi
5187  echo "$as_me:$LINENO: result: $ac_cv_func_accept" >&5  echo "$as_me:$LINENO: result: $ac_cv_func_accept" >&5
5188  echo "${ECHO_T}$ac_cv_func_accept" >&6  echo "${ECHO_T}$ac_cv_func_accept" >&6
# Line 4814  if test "${ac_cv_func_gethostbyname+set} Line 5202  if test "${ac_cv_func_gethostbyname+set}
5202    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
5203  else  else
5204    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
5205  /* confdefs.h.  */  /* confdefs.h.  */
5206  _ACEOF  _ACEOF
5207  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
5208  cat >>conftest.$ac_ext <<_ACEOF  cat >>conftest.$ac_ext <<_ACEOF
5209  /* end confdefs.h.  */  /* end confdefs.h.  */
5210    /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
5211       For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5212    #define gethostbyname innocuous_gethostbyname
5213    
5214  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
5215      which can conflict with char gethostbyname (); below.  */      which can conflict with char gethostbyname (); below.
5216  #include <assert.h>      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5217        <limits.h> exists even on freestanding compilers.  */
5218    
5219    #ifdef __STDC__
5220    # include <limits.h>
5221    #else
5222    # include <assert.h>
5223    #endif
5224    
5225    #undef gethostbyname
5226    
5227  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
5228  #ifdef __cplusplus  #ifdef __cplusplus
5229  extern "C"  extern "C"
# Line 4846  char (*f) () = gethostbyname; Line 5247  char (*f) () = gethostbyname;
5247  int  int
5248  main ()  main ()
5249  {  {
5250    return f != gethostbyname;
5251    ;    ;
5252    return 0;    return 0;
5253  }  }
5254  _ACEOF  _ACEOF
5255  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
5256  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5257    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
5258    ac_status=$?    ac_status=$?
5259      grep -v '^ *+' conftest.er1 >conftest.err
5260      rm -f conftest.er1
5261      cat conftest.err >&5
5262    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5263    (exit $ac_status); } &&    (exit $ac_status); } &&
5264           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
5265                 || test ! -s conftest.err'
5266      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5267      (eval $ac_try) 2>&5
5268      ac_status=$?
5269      echo "$as_me:$LINENO: \$? = $ac_status" >&5
5270      (exit $ac_status); }; } &&
5271         { ac_try='test -s conftest$ac_exeext'
5272    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5273    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5274    ac_status=$?    ac_status=$?
# Line 4870  sed 's/^/| /' conftest.$ac_ext >&5 Line 5281  sed 's/^/| /' conftest.$ac_ext >&5
5281    
5282  ac_cv_func_gethostbyname=no  ac_cv_func_gethostbyname=no
5283  fi  fi
5284  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
5285          conftest$ac_exeext conftest.$ac_ext
5286  fi  fi
5287  echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5  echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
5288  echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6  echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
# Line 4885  else Line 5297  else
5297    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
5298  LIBS="-lnsl  $LIBS"  LIBS="-lnsl  $LIBS"
5299  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
5300  /* confdefs.h.  */  /* confdefs.h.  */
5301  _ACEOF  _ACEOF
5302  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 4909  printf (); Line 5320  printf ();
5320  _ACEOF  _ACEOF
5321  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
5322  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5323    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
5324    ac_status=$?    ac_status=$?
5325      grep -v '^ *+' conftest.er1 >conftest.err
5326      rm -f conftest.er1
5327      cat conftest.err >&5
5328    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5329    (exit $ac_status); } &&    (exit $ac_status); } &&
5330           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
5331                 || test ! -s conftest.err'
5332      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5333      (eval $ac_try) 2>&5
5334      ac_status=$?
5335      echo "$as_me:$LINENO: \$? = $ac_status" >&5
5336      (exit $ac_status); }; } &&
5337         { ac_try='test -s conftest$ac_exeext'
5338    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5339    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5340    ac_status=$?    ac_status=$?
# Line 4926  sed 's/^/| /' conftest.$ac_ext >&5 Line 5347  sed 's/^/| /' conftest.$ac_ext >&5
5347    
5348  ac_cv_lib_nsl_printf=no  ac_cv_lib_nsl_printf=no
5349  fi  fi
5350  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
5351          conftest$ac_exeext conftest.$ac_ext
5352  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
5353  fi  fi
5354  echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_printf" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_printf" >&5
# Line 5011  else Line 5433  else
5433    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
5434  LIBS="-ldl  $LIBS"  LIBS="-ldl  $LIBS"
5435  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
5436  /* confdefs.h.  */  /* confdefs.h.  */
5437  _ACEOF  _ACEOF
5438  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 5035  dlopen (); Line 5456  dlopen ();
5456  _ACEOF  _ACEOF
5457  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
5458  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5459    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
5460    ac_status=$?    ac_status=$?
5461      grep -v '^ *+' conftest.er1 >conftest.err
5462      rm -f conftest.er1
5463      cat conftest.err >&5
5464    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5465    (exit $ac_status); } &&    (exit $ac_status); } &&
5466           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
5467                 || test ! -s conftest.err'
5468      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5469      (eval $ac_try) 2>&5
5470      ac_status=$?
5471      echo "$as_me:$LINENO: \$? = $ac_status" >&5
5472      (exit $ac_status); }; } &&
5473         { ac_try='test -s conftest$ac_exeext'
5474    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5475    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5476    ac_status=$?    ac_status=$?
# Line 5052  sed 's/^/| /' conftest.$ac_ext >&5 Line 5483  sed 's/^/| /' conftest.$ac_ext >&5
5483    
5484  ac_cv_lib_dl_dlopen=no  ac_cv_lib_dl_dlopen=no
5485  fi  fi
5486  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
5487          conftest$ac_exeext conftest.$ac_ext
5488  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
5489  fi  fi
5490  echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
# Line 5110  else Line 5542  else
5542    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
5543  LIBS="-ldld  $LIBS"  LIBS="-ldld  $LIBS"
5544  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
5545  /* confdefs.h.  */  /* confdefs.h.  */
5546  _ACEOF  _ACEOF
5547  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 5134  shl_load (); Line 5565  shl_load ();
5565  _ACEOF  _ACEOF
5566  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
5567  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5568    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
5569    ac_status=$?    ac_status=$?
5570      grep -v '^ *+' conftest.er1 >conftest.err
5571      rm -f conftest.er1
5572      cat conftest.err >&5
5573    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5574    (exit $ac_status); } &&    (exit $ac_status); } &&
5575           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
5576                 || test ! -s conftest.err'
5577      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5578      (eval $ac_try) 2>&5
5579      ac_status=$?
5580      echo "$as_me:$LINENO: \$? = $ac_status" >&5
5581      (exit $ac_status); }; } &&
5582         { ac_try='test -s conftest$ac_exeext'
5583    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5584    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5585    ac_status=$?    ac_status=$?
# Line 5151  sed 's/^/| /' conftest.$ac_ext >&5 Line 5592  sed 's/^/| /' conftest.$ac_ext >&5
5592    
5593  ac_cv_lib_dld_shl_load=no  ac_cv_lib_dld_shl_load=no
5594  fi  fi
5595  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
5596          conftest$ac_exeext conftest.$ac_ext
5597  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
5598  fi  fi
5599  echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
# Line 5218  else Line 5660  else
5660  echo "$as_me:$LINENO: checking dld.h usability" >&5  echo "$as_me:$LINENO: checking dld.h usability" >&5
5661  echo $ECHO_N "checking dld.h usability... $ECHO_C" >&6  echo $ECHO_N "checking dld.h usability... $ECHO_C" >&6
5662  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
5663  /* confdefs.h.  */  /* confdefs.h.  */
5664  _ACEOF  _ACEOF
5665  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 5229  $ac_includes_default Line 5670  $ac_includes_default
5670  _ACEOF  _ACEOF
5671  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
5672  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5673    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>conftest.er1
5674    ac_status=$?    ac_status=$?
5675      grep -v '^ *+' conftest.er1 >conftest.err
5676      rm -f conftest.er1
5677      cat conftest.err >&5
5678    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5679    (exit $ac_status); } &&    (exit $ac_status); } &&
5680           { ac_try='test -s conftest.$ac_objext'       { ac_try='test -z "$ac_c_werror_flag"
5681                 || test ! -s conftest.err'
5682      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5683      (eval $ac_try) 2>&5
5684      ac_status=$?
5685      echo "$as_me:$LINENO: \$? = $ac_status" >&5
5686      (exit $ac_status); }; } &&
5687         { ac_try='test -s conftest.$ac_objext'
5688    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5689    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5690    ac_status=$?    ac_status=$?
# Line 5246  sed 's/^/| /' conftest.$ac_ext >&5 Line 5697  sed 's/^/| /' conftest.$ac_ext >&5
5697    
5698  ac_header_compiler=no  ac_header_compiler=no
5699  fi  fi
5700  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5701  echo "$as_me:$LINENO: result: $ac_header_compiler" >&5  echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5702  echo "${ECHO_T}$ac_header_compiler" >&6  echo "${ECHO_T}$ac_header_compiler" >&6
5703    
# Line 5254  echo "${ECHO_T}$ac_header_compiler" >&6 Line 5705  echo "${ECHO_T}$ac_header_compiler" >&6
5705  echo "$as_me:$LINENO: checking dld.h presence" >&5  echo "$as_me:$LINENO: checking dld.h presence" >&5
5706  echo $ECHO_N "checking dld.h presence... $ECHO_C" >&6  echo $ECHO_N "checking dld.h presence... $ECHO_C" >&6
5707  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
5708  /* confdefs.h.  */  /* confdefs.h.  */
5709  _ACEOF  _ACEOF
5710  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 5272  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5722  if { (eval echo "$as_me:$LINENO: \"$ac_c
5722    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
5723    if test -s conftest.err; then    if test -s conftest.err; then
5724      ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
5725        ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5726    else    else
5727      ac_cpp_err=      ac_cpp_err=
5728    fi    fi
# Line 5291  echo "$as_me:$LINENO: result: $ac_header Line 5742  echo "$as_me:$LINENO: result: $ac_header
5742  echo "${ECHO_T}$ac_header_preproc" >&6  echo "${ECHO_T}$ac_header_preproc" >&6
5743    
5744  # So?  What about this header?  # So?  What about this header?
5745  case $ac_header_compiler:$ac_header_preproc in  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5746    yes:no )    yes:no: )
5747      { echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5
5748  echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
5749      { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5
5750  echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}
5751      (      ac_header_preproc=yes
       cat <<\_ASBOX  
 ## ------------------------------------ ##  
 ## Report this to bug-autoconf@gnu.org. ##  
 ## ------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
5752      ;;      ;;
5753    no:yes )    no:yes:* )
5754      { echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5
5755  echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}
5756      { echo "$as_me:$LINENO: WARNING: dld.h: check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: dld.h:     check for missing prerequisite headers?" >&5
5757  echo "$as_me: WARNING: dld.h: check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: dld.h:     check for missing prerequisite headers?" >&2;}
5758        { echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5
5759    echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}
5760        { echo "$as_me:$LINENO: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&5
5761    echo "$as_me: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&2;}
5762      { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5
5763  echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}
5764        { echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5
5765    echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}
5766      (      (
5767        cat <<\_ASBOX        cat <<\_ASBOX
5768  ## ------------------------------------ ##  ## ------------------------------------------ ##
5769  ## Report this to bug-autoconf@gnu.org. ##  ## Report this to the AC_PACKAGE_NAME lists.  ##
5770  ## ------------------------------------ ##  ## ------------------------------------------ ##
5771  _ASBOX  _ASBOX
5772      ) |      ) |
5773        sed "s/^/$as_me: WARNING:     /" >&2        sed "s/^/$as_me: WARNING:     /" >&2
# Line 5381  else Line 5831  else
5831  echo "$as_me:$LINENO: checking dlfcn.h usability" >&5  echo "$as_me:$LINENO: checking dlfcn.h usability" >&5
5832  echo $ECHO_N "checking dlfcn.h usability... $ECHO_C" >&6  echo $ECHO_N "checking dlfcn.h usability... $ECHO_C" >&6
5833  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
5834  /* confdefs.h.  */  /* confdefs.h.  */
5835  _ACEOF  _ACEOF
5836  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 5392  $ac_includes_default Line 5841  $ac_includes_default
5841  _ACEOF  _ACEOF
5842  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
5843  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5844    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>conftest.er1
5845    ac_status=$?    ac_status=$?
5846      grep -v '^ *+' conftest.er1 >conftest.err
5847      rm -f conftest.er1
5848      cat conftest.err >&5
5849    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5850    (exit $ac_status); } &&    (exit $ac_status); } &&
5851           { ac_try='test -s conftest.$ac_objext'       { ac_try='test -z "$ac_c_werror_flag"
5852                 || test ! -s conftest.err'
5853      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5854      (eval $ac_try) 2>&5
5855      ac_status=$?
5856      echo "$as_me:$LINENO: \$? = $ac_status" >&5
5857      (exit $ac_status); }; } &&
5858         { ac_try='test -s conftest.$ac_objext'
5859    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5860    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5861    ac_status=$?    ac_status=$?
# Line 5409  sed 's/^/| /' conftest.$ac_ext >&5 Line 5868  sed 's/^/| /' conftest.$ac_ext >&5
5868    
5869  ac_header_compiler=no  ac_header_compiler=no
5870  fi  fi
5871  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5872  echo "$as_me:$LINENO: result: $ac_header_compiler" >&5  echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5873  echo "${ECHO_T}$ac_header_compiler" >&6  echo "${ECHO_T}$ac_header_compiler" >&6
5874    
# Line 5417  echo "${ECHO_T}$ac_header_compiler" >&6 Line 5876  echo "${ECHO_T}$ac_header_compiler" >&6
5876  echo "$as_me:$LINENO: checking dlfcn.h presence" >&5  echo "$as_me:$LINENO: checking dlfcn.h presence" >&5
5877  echo $ECHO_N "checking dlfcn.h presence... $ECHO_C" >&6  echo $ECHO_N "checking dlfcn.h presence... $ECHO_C" >&6
5878  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
5879  /* confdefs.h.  */  /* confdefs.h.  */
5880  _ACEOF  _ACEOF
5881  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 5435  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5893  if { (eval echo "$as_me:$LINENO: \"$ac_c
5893    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
5894    if test -s conftest.err; then    if test -s conftest.err; then
5895      ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
5896        ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5897    else    else
5898      ac_cpp_err=      ac_cpp_err=
5899    fi    fi
# Line 5454  echo "$as_me:$LINENO: result: $ac_header Line 5913  echo "$as_me:$LINENO: result: $ac_header
5913  echo "${ECHO_T}$ac_header_preproc" >&6  echo "${ECHO_T}$ac_header_preproc" >&6
5914    
5915  # So?  What about this header?  # So?  What about this header?
5916  case $ac_header_compiler:$ac_header_preproc in  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5917    yes:no )    yes:no: )
5918      { echo "$as_me:$LINENO: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&5
5919  echo "$as_me: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
5920      { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the compiler's result" >&5
5921  echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: dlfcn.h: proceeding with the compiler's result" >&2;}
5922      (      ac_header_preproc=yes
       cat <<\_ASBOX  
 ## ------------------------------------ ##  
 ## Report this to bug-autoconf@gnu.org. ##  
 ## ------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
5923      ;;      ;;
5924    no:yes )    no:yes:* )
5925      { echo "$as_me:$LINENO: WARNING: dlfcn.h: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: dlfcn.h: present but cannot be compiled" >&5
5926  echo "$as_me: WARNING: dlfcn.h: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: dlfcn.h: present but cannot be compiled" >&2;}
5927      { echo "$as_me:$LINENO: WARNING: dlfcn.h: check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&5
5928  echo "$as_me: WARNING: dlfcn.h: check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&2;}
5929        { echo "$as_me:$LINENO: WARNING: dlfcn.h: see the Autoconf documentation" >&5
5930    echo "$as_me: WARNING: dlfcn.h: see the Autoconf documentation" >&2;}
5931        { echo "$as_me:$LINENO: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&5
5932    echo "$as_me: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&2;}
5933      { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&5
5934  echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;}
5935        { echo "$as_me:$LINENO: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&5
5936    echo "$as_me: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&2;}
5937      (      (
5938        cat <<\_ASBOX        cat <<\_ASBOX
5939  ## ------------------------------------ ##  ## ------------------------------------------ ##
5940  ## Report this to bug-autoconf@gnu.org. ##  ## Report this to the AC_PACKAGE_NAME lists.  ##
5941  ## ------------------------------------ ##  ## ------------------------------------------ ##
5942  _ASBOX  _ASBOX
5943      ) |      ) |
5944        sed "s/^/$as_me: WARNING:     /" >&2        sed "s/^/$as_me: WARNING:     /" >&2
# Line 5610  fi Line 6068  fi
6068  echo $ECHO_N "checking for ld accepts -Bexport flag... $ECHO_C" >&6  echo $ECHO_N "checking for ld accepts -Bexport flag... $ECHO_C" >&6
6069      LDFLAGS="${LDFLAGS} -Wl,-Bexport"      LDFLAGS="${LDFLAGS} -Wl,-Bexport"
6070      cat >conftest.$ac_ext <<_ACEOF      cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
6071  /* confdefs.h.  */  /* confdefs.h.  */
6072  _ACEOF  _ACEOF
6073  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 5627  int i; Line 6084  int i;
6084  _ACEOF  _ACEOF
6085  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
6086  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6087    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
6088    ac_status=$?    ac_status=$?
6089      grep -v '^ *+' conftest.er1 >conftest.err
6090      rm -f conftest.er1
6091      cat conftest.err >&5
6092    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6093    (exit $ac_status); } &&    (exit $ac_status); } &&
6094           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
6095                 || test ! -s conftest.err'
6096      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6097      (eval $ac_try) 2>&5
6098      ac_status=$?
6099      echo "$as_me:$LINENO: \$? = $ac_status" >&5
6100      (exit $ac_status); }; } &&
6101         { ac_try='test -s conftest$ac_exeext'
6102    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6103    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
6104    ac_status=$?    ac_status=$?
# Line 5644  sed 's/^/| /' conftest.$ac_ext >&5 Line 6111  sed 's/^/| /' conftest.$ac_ext >&5
6111    
6112  found=no  found=no
6113  fi  fi
6114  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
6115          conftest$ac_exeext conftest.$ac_ext
6116      LDFLAGS=$hold_ldflags      LDFLAGS=$hold_ldflags
6117      echo "$as_me:$LINENO: result: $found" >&5      echo "$as_me:$LINENO: result: $found" >&5
6118  echo "${ECHO_T}$found" >&6  echo "${ECHO_T}$found" >&6
# Line 5759  echo "$as_me:$LINENO: checking for Tcl h Line 6227  echo "$as_me:$LINENO: checking for Tcl h
6227  echo $ECHO_N "checking for Tcl header files... $ECHO_C" >&6  echo $ECHO_N "checking for Tcl header files... $ECHO_C" >&6
6228  if test -z "$TCLINCLUDE"; then  if test -z "$TCLINCLUDE"; then
6229  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
6230  /* confdefs.h.  */  /* confdefs.h.  */
6231  _ACEOF  _ACEOF
6232  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 5777  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 6244  if { (eval echo "$as_me:$LINENO: \"$ac_c
6244    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
6245    if test -s conftest.err; then    if test -s conftest.err; then
6246      ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
6247        ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6248    else    else
6249      ac_cpp_err=      ac_cpp_err=
6250    fi    fi
# Line 6078  else Line 6546  else
6546    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
6547  LIBS="-lcl $F77LIBS $LIBS"  LIBS="-lcl $F77LIBS $LIBS"
6548  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
6549  /* confdefs.h.  */  /* confdefs.h.  */
6550  _ACEOF  _ACEOF
6551  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 6102  FTN_QATAN (); Line 6569  FTN_QATAN ();
6569  _ACEOF  _ACEOF
6570  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
6571  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6572    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
6573    ac_status=$?    ac_status=$?
6574      grep -v '^ *+' conftest.er1 >conftest.err
6575      rm -f conftest.er1
6576      cat conftest.err >&5
6577    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6578    (exit $ac_status); } &&    (exit $ac_status); } &&
6579           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
6580                 || test ! -s conftest.err'
6581      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6582      (eval $ac_try) 2>&5
6583      ac_status=$?
6584      echo "$as_me:$LINENO: \$? = $ac_status" >&5
6585      (exit $ac_status); }; } &&
6586         { ac_try='test -s conftest$ac_exeext'
6587    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6588    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
6589    ac_status=$?    ac_status=$?
# Line 6119  sed 's/^/| /' conftest.$ac_ext >&5 Line 6596  sed 's/^/| /' conftest.$ac_ext >&5
6596    
6597  ac_cv_lib_cl_FTN_QATAN=no  ac_cv_lib_cl_FTN_QATAN=no
6598  fi  fi
6599  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
6600          conftest$ac_exeext conftest.$ac_ext
6601  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
6602  fi  fi
6603  echo "$as_me:$LINENO: result: $ac_cv_lib_cl_FTN_QATAN" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_cl_FTN_QATAN" >&5
# Line 6141  else Line 6619  else
6619    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
6620  LIBS="-lxlf $F77LIBS $LIBS"  LIBS="-lxlf $F77LIBS $LIBS"
6621  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
6622  /* confdefs.h.  */  /* confdefs.h.  */
6623  _ACEOF  _ACEOF
6624  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 6165  _xldabs (); Line 6642  _xldabs ();
6642  _ACEOF  _ACEOF
6643  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
6644  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6645    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
6646    ac_status=$?    ac_status=$?
6647      grep -v '^ *+' conftest.er1 >conftest.err
6648      rm -f conftest.er1
6649      cat conftest.err >&5
6650    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6651    (exit $ac_status); } &&    (exit $ac_status); } &&
6652           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
6653                 || test ! -s conftest.err'
6654      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6655      (eval $ac_try) 2>&5
6656      ac_status=$?
6657      echo "$as_me:$LINENO: \$? = $ac_status" >&5
6658      (exit $ac_status); }; } &&
6659         { ac_try='test -s conftest$ac_exeext'
6660    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6661    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
6662    ac_status=$?    ac_status=$?
# Line 6182  sed 's/^/| /' conftest.$ac_ext >&5 Line 6669  sed 's/^/| /' conftest.$ac_ext >&5
6669    
6670  ac_cv_lib_xlf__xldabs=no  ac_cv_lib_xlf__xldabs=no
6671  fi  fi
6672  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
6673          conftest$ac_exeext conftest.$ac_ext
6674  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
6675  fi  fi
6676  echo "$as_me:$LINENO: result: $ac_cv_lib_xlf__xldabs" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_xlf__xldabs" >&5
# Line 6199  else Line 6687  else
6687    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
6688  LIBS="-lxlfutil $F77LIBS $LIBS"  LIBS="-lxlfutil $F77LIBS $LIBS"
6689  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
6690  /* confdefs.h.  */  /* confdefs.h.  */
6691  _ACEOF  _ACEOF
6692  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 6223  srand_ (); Line 6710  srand_ ();
6710  _ACEOF  _ACEOF
6711  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
6712  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6713    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
6714    ac_status=$?    ac_status=$?
6715      grep -v '^ *+' conftest.er1 >conftest.err
6716      rm -f conftest.er1
6717      cat conftest.err >&5
6718    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6719    (exit $ac_status); } &&    (exit $ac_status); } &&
6720           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
6721                 || test ! -s conftest.err'
6722      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6723      (eval $ac_try) 2>&5
6724      ac_status=$?
6725      echo "$as_me:$LINENO: \$? = $ac_status" >&5
6726      (exit $ac_status); }; } &&
6727         { ac_try='test -s conftest$ac_exeext'
6728    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6729    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
6730    ac_status=$?    ac_status=$?
# Line 6240  sed 's/^/| /' conftest.$ac_ext >&5 Line 6737  sed 's/^/| /' conftest.$ac_ext >&5
6737    
6738  ac_cv_lib_xlfutil_srand_=no  ac_cv_lib_xlfutil_srand_=no
6739  fi  fi
6740  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
6741          conftest$ac_exeext conftest.$ac_ext
6742  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
6743  fi  fi
6744  echo "$as_me:$LINENO: result: $ac_cv_lib_xlfutil_srand_" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_xlfutil_srand_" >&5
# Line 6257  else Line 6755  else
6755    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
6756  LIBS="-lxlf90 $F77LIBS $LIBS"  LIBS="-lxlf90 $F77LIBS $LIBS"
6757  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
6758  /* confdefs.h.  */  /* confdefs.h.  */
6759  _ACEOF  _ACEOF
6760  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 6281  printf (); Line 6778  printf ();
6778  _ACEOF  _ACEOF
6779  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
6780  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6781    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
6782    ac_status=$?    ac_status=$?
6783      grep -v '^ *+' conftest.er1 >conftest.err
6784      rm -f conftest.er1
6785      cat conftest.err >&5
6786    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6787    (exit $ac_status); } &&    (exit $ac_status); } &&
6788           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
6789                 || test ! -s conftest.err'
6790      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6791      (eval $ac_try) 2>&5
6792      ac_status=$?
6793      echo "$as_me:$LINENO: \$? = $ac_status" >&5
6794      (exit $ac_status); }; } &&
6795         { ac_try='test -s conftest$ac_exeext'
6796    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6797    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
6798    ac_status=$?    ac_status=$?
# Line 6298  sed 's/^/| /' conftest.$ac_ext >&5 Line 6805  sed 's/^/| /' conftest.$ac_ext >&5
6805    
6806  ac_cv_lib_xlf90_printf=no  ac_cv_lib_xlf90_printf=no
6807  fi  fi
6808  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
6809          conftest$ac_exeext conftest.$ac_ext
6810  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
6811  fi  fi
6812  echo "$as_me:$LINENO: result: $ac_cv_lib_xlf90_printf" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_xlf90_printf" >&5
# Line 6317  else Line 6825  else
6825    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
6826  LIBS="-lf2c $F77LIBS $LIBS"  LIBS="-lf2c $F77LIBS $LIBS"
6827  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
6828  /* confdefs.h.  */  /* confdefs.h.  */
6829  _ACEOF  _ACEOF
6830  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 6341  pow_dd (); Line 6848  pow_dd ();
6848  _ACEOF  _ACEOF
6849  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
6850  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6851    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
6852    ac_status=$?    ac_status=$?
6853      grep -v '^ *+' conftest.er1 >conftest.err
6854      rm -f conftest.er1
6855      cat conftest.err >&5
6856    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6857    (exit $ac_status); } &&    (exit $ac_status); } &&
6858           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
6859                 || test ! -s conftest.err'
6860      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6861      (eval $ac_try) 2>&5
6862      ac_status=$?
6863      echo "$as_me:$LINENO: \$? = $ac_status" >&5
6864      (exit $ac_status); }; } &&
6865         { ac_try='test -s conftest$ac_exeext'
6866    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6867    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
6868    ac_status=$?    ac_status=$?
# Line 6358  sed 's/^/| /' conftest.$ac_ext >&5 Line 6875  sed 's/^/| /' conftest.$ac_ext >&5
6875    
6876  ac_cv_lib_f2c_pow_dd=no  ac_cv_lib_f2c_pow_dd=no
6877  fi  fi
6878  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
6879          conftest$ac_exeext conftest.$ac_ext
6880  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
6881  fi  fi
6882  echo "$as_me:$LINENO: result: $ac_cv_lib_f2c_pow_dd" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_f2c_pow_dd" >&5
# Line 6375  else Line 6893  else
6893    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
6894  LIBS="-lg2c $F77LIBS $LIBS"  LIBS="-lg2c $F77LIBS $LIBS"
6895  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
6896  /* confdefs.h.  */  /* confdefs.h.  */
6897  _ACEOF  _ACEOF
6898  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 6399  pow_dd (); Line 6916  pow_dd ();
6916  _ACEOF  _ACEOF
6917  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
6918  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6919    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
6920    ac_status=$?    ac_status=$?
6921      grep -v '^ *+' conftest.er1 >conftest.err
6922      rm -f conftest.er1
6923      cat conftest.err >&5
6924    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6925    (exit $ac_status); } &&    (exit $ac_status); } &&
6926           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
6927                 || test ! -s conftest.err'
6928      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6929      (eval $ac_try) 2>&5
6930      ac_status=$?
6931      echo "$as_me:$LINENO: \$? = $ac_status" >&5
6932      (exit $ac_status); }; } &&
6933         { ac_try='test -s conftest$ac_exeext'
6934    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6935    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
6936    ac_status=$?    ac_status=$?
# Line 6416  sed 's/^/| /' conftest.$ac_ext >&5 Line 6943  sed 's/^/| /' conftest.$ac_ext >&5
6943    
6944  ac_cv_lib_g2c_pow_dd=no  ac_cv_lib_g2c_pow_dd=no
6945  fi  fi
6946  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
6947          conftest$ac_exeext conftest.$ac_ext
6948  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
6949  fi  fi
6950  echo "$as_me:$LINENO: result: $ac_cv_lib_g2c_pow_dd" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_g2c_pow_dd" >&5
# Line 6438  else Line 6966  else
6966    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
6967  LIBS="-lsunmath  $LIBS"  LIBS="-lsunmath  $LIBS"
6968  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
6969  /* confdefs.h.  */  /* confdefs.h.  */
6970  _ACEOF  _ACEOF
6971  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 6462  d_sqrt_ (); Line 6989  d_sqrt_ ();
6989  _ACEOF  _ACEOF
6990  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
6991  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6992    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
6993    ac_status=$?    ac_status=$?
6994      grep -v '^ *+' conftest.er1 >conftest.err
6995      rm -f conftest.er1
6996      cat conftest.err >&5
6997    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6998    (exit $ac_status); } &&    (exit $ac_status); } &&
6999           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
7000                 || test ! -s conftest.err'
7001      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7002      (eval $ac_try) 2>&5
7003      ac_status=$?
7004      echo "$as_me:$LINENO: \$? = $ac_status" >&5
7005      (exit $ac_status); }; } &&
7006         { ac_try='test -s conftest$ac_exeext'
7007    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7008    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7009    ac_status=$?    ac_status=$?
# Line 6479  sed 's/^/| /' conftest.$ac_ext >&5 Line 7016  sed 's/^/| /' conftest.$ac_ext >&5
7016    
7017  ac_cv_lib_sunmath_d_sqrt_=no  ac_cv_lib_sunmath_d_sqrt_=no
7018  fi  fi
7019  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
7020          conftest$ac_exeext conftest.$ac_ext
7021  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
7022  fi  fi
7023  echo "$as_me:$LINENO: result: $ac_cv_lib_sunmath_d_sqrt_" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_sunmath_d_sqrt_" >&5
# Line 6496  else Line 7034  else
7034    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
7035  LIBS="-lF77 $F77LIBS $MATH_LIBS $LIBS"  LIBS="-lF77 $F77LIBS $MATH_LIBS $LIBS"
7036  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
7037  /* confdefs.h.  */  /* confdefs.h.  */
7038  _ACEOF  _ACEOF
7039  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 6520  f77_init (); Line 7057  f77_init ();
7057  _ACEOF  _ACEOF
7058  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
7059  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7060    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
7061    ac_status=$?    ac_status=$?
7062      grep -v '^ *+' conftest.er1 >conftest.err
7063      rm -f conftest.er1
7064      cat conftest.err >&5
7065    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7066    (exit $ac_status); } &&    (exit $ac_status); } &&
7067           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
7068                 || test ! -s conftest.err'
7069      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7070      (eval $ac_try) 2>&5
7071      ac_status=$?
7072      echo "$as_me:$LINENO: \$? = $ac_status" >&5
7073      (exit $ac_status); }; } &&
7074         { ac_try='test -s conftest$ac_exeext'
7075    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7076    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7077    ac_status=$?    ac_status=$?
# Line 6537  sed 's/^/| /' conftest.$ac_ext >&5 Line 7084  sed 's/^/| /' conftest.$ac_ext >&5
7084    
7085  ac_cv_lib_F77_f77_init=no  ac_cv_lib_F77_f77_init=no
7086  fi  fi
7087  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
7088          conftest$ac_exeext conftest.$ac_ext
7089  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
7090  fi  fi
7091  echo "$as_me:$LINENO: result: $ac_cv_lib_F77_f77_init" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_F77_f77_init" >&5
# Line 6554  else Line 7102  else
7102    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
7103  LIBS="-lM77 $F77LIBS $MATH_LIBS $LIBS"  LIBS="-lM77 $F77LIBS $MATH_LIBS $LIBS"
7104  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
7105  /* confdefs.h.  */  /* confdefs.h.  */
7106  _ACEOF  _ACEOF
7107  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 6578  inmax_ (); Line 7125  inmax_ ();
7125  _ACEOF  _ACEOF
7126  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
7127  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7128    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
7129    ac_status=$?    ac_status=$?
7130      grep -v '^ *+' conftest.er1 >conftest.err
7131      rm -f conftest.er1
7132      cat conftest.err >&5
7133    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7134    (exit $ac_status); } &&    (exit $ac_status); } &&
7135           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
7136                 || test ! -s conftest.err'
7137      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7138      (eval $ac_try) 2>&5
7139      ac_status=$?
7140      echo "$as_me:$LINENO: \$? = $ac_status" >&5
7141      (exit $ac_status); }; } &&
7142         { ac_try='test -s conftest$ac_exeext'
7143    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7144    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7145    ac_status=$?    ac_status=$?
# Line 6595  sed 's/^/| /' conftest.$ac_ext >&5 Line 7152  sed 's/^/| /' conftest.$ac_ext >&5
7152    
7153  ac_cv_lib_M77_inmax_=no  ac_cv_lib_M77_inmax_=no
7154  fi  fi
7155  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
7156          conftest$ac_exeext conftest.$ac_ext
7157  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
7158  fi  fi
7159  echo "$as_me:$LINENO: result: $ac_cv_lib_M77_inmax_" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_M77_inmax_" >&5
# Line 6617  else Line 7175  else
7175    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
7176  LIBS="-lF77 $F77LIBS $LIBS"  LIBS="-lF77 $F77LIBS $LIBS"
7177  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
7178  /* confdefs.h.  */  /* confdefs.h.  */
7179  _ACEOF  _ACEOF
7180  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 6641  f77_init (); Line 7198  f77_init ();
7198  _ACEOF  _ACEOF
7199  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
7200  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7201    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
7202    ac_status=$?    ac_status=$?
7203      grep -v '^ *+' conftest.er1 >conftest.err
7204      rm -f conftest.er1
7205      cat conftest.err >&5
7206    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7207    (exit $ac_status); } &&    (exit $ac_status); } &&
7208           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
7209                 || test ! -s conftest.err'
7210      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7211      (eval $ac_try) 2>&5
7212      ac_status=$?
7213      echo "$as_me:$LINENO: \$? = $ac_status" >&5
7214      (exit $ac_status); }; } &&
7215         { ac_try='test -s conftest$ac_exeext'
7216    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7217    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7218    ac_status=$?    ac_status=$?
# Line 6658  sed 's/^/| /' conftest.$ac_ext >&5 Line 7225  sed 's/^/| /' conftest.$ac_ext >&5
7225    
7226  ac_cv_lib_F77_f77_init=no  ac_cv_lib_F77_f77_init=no
7227  fi  fi
7228  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
7229          conftest$ac_exeext conftest.$ac_ext
7230  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
7231  fi  fi
7232  echo "$as_me:$LINENO: result: $ac_cv_lib_F77_f77_init" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_F77_f77_init" >&5
# Line 6675  else Line 7243  else
7243    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
7244  LIBS="-lM77 $F77LIBS $LIBS"  LIBS="-lM77 $F77LIBS $LIBS"
7245  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
7246  /* confdefs.h.  */  /* confdefs.h.  */
7247  _ACEOF  _ACEOF
7248  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 6699  inmax_ (); Line 7266  inmax_ ();
7266  _ACEOF  _ACEOF
7267  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
7268  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7269    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
7270    ac_status=$?    ac_status=$?
7271      grep -v '^ *+' conftest.er1 >conftest.err
7272      rm -f conftest.er1
7273      cat conftest.err >&5
7274    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7275    (exit $ac_status); } &&    (exit $ac_status); } &&
7276           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
7277                 || test ! -s conftest.err'
7278      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7279      (eval $ac_try) 2>&5
7280      ac_status=$?
7281      echo "$as_me:$LINENO: \$? = $ac_status" >&5
7282      (exit $ac_status); }; } &&
7283         { ac_try='test -s conftest$ac_exeext'
7284    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7285    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7286    ac_status=$?    ac_status=$?
# Line 6716  sed 's/^/| /' conftest.$ac_ext >&5 Line 7293  sed 's/^/| /' conftest.$ac_ext >&5
7293    
7294  ac_cv_lib_M77_inmax_=no  ac_cv_lib_M77_inmax_=no
7295  fi  fi
7296  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
7297          conftest$ac_exeext conftest.$ac_ext
7298  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
7299  fi  fi
7300  echo "$as_me:$LINENO: result: $ac_cv_lib_M77_inmax_" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_M77_inmax_" >&5
# Line 6735  else Line 7313  else
7313    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
7314  LIBS="-lF77 $F77LIBS $LIBS"  LIBS="-lF77 $F77LIBS $LIBS"
7315  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
7316  /* confdefs.h.  */  /* confdefs.h.  */
7317  _ACEOF  _ACEOF
7318  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 6759  s_copy (); Line 7336  s_copy ();
7336  _ACEOF  _ACEOF
7337  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
7338  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7339    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
7340    ac_status=$?    ac_status=$?
7341      grep -v '^ *+' conftest.er1 >conftest.err
7342      rm -f conftest.er1
7343      cat conftest.err >&5
7344    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7345    (exit $ac_status); } &&    (exit $ac_status); } &&
7346           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
7347                 || test ! -s conftest.err'
7348      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7349      (eval $ac_try) 2>&5
7350      ac_status=$?
7351      echo "$as_me:$LINENO: \$? = $ac_status" >&5
7352      (exit $ac_status); }; } &&
7353         { ac_try='test -s conftest$ac_exeext'
7354    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7355    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7356    ac_status=$?    ac_status=$?
# Line 6776  sed 's/^/| /' conftest.$ac_ext >&5 Line 7363  sed 's/^/| /' conftest.$ac_ext >&5
7363    
7364  ac_cv_lib_F77_s_copy=no  ac_cv_lib_F77_s_copy=no
7365  fi  fi
7366  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
7367          conftest$ac_exeext conftest.$ac_ext
7368  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
7369  fi  fi
7370  echo "$as_me:$LINENO: result: $ac_cv_lib_F77_s_copy" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_F77_s_copy" >&5
# Line 6793  else Line 7381  else
7381    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
7382  LIBS="-lI77 $F77LIBS $LIBS"  LIBS="-lI77 $F77LIBS $LIBS"
7383  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
7384  /* confdefs.h.  */  /* confdefs.h.  */
7385  _ACEOF  _ACEOF
7386  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 6817  f_exit (); Line 7404  f_exit ();
7404  _ACEOF  _ACEOF
7405  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
7406  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7407    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
7408    ac_status=$?    ac_status=$?
7409      grep -v '^ *+' conftest.er1 >conftest.err
7410      rm -f conftest.er1
7411      cat conftest.err >&5
7412    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7413    (exit $ac_status); } &&    (exit $ac_status); } &&
7414           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
7415                 || test ! -s conftest.err'
7416      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7417      (eval $ac_try) 2>&5
7418      ac_status=$?
7419      echo "$as_me:$LINENO: \$? = $ac_status" >&5
7420      (exit $ac_status); }; } &&
7421         { ac_try='test -s conftest$ac_exeext'
7422    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7423    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7424    ac_status=$?    ac_status=$?
# Line 6834  sed 's/^/| /' conftest.$ac_ext >&5 Line 7431  sed 's/^/| /' conftest.$ac_ext >&5
7431    
7432  ac_cv_lib_I77_f_exit=no  ac_cv_lib_I77_f_exit=no
7433  fi  fi
7434  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
7435          conftest$ac_exeext conftest.$ac_ext
7436  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
7437  fi  fi
7438  echo "$as_me:$LINENO: result: $ac_cv_lib_I77_f_exit" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_I77_f_exit" >&5
# Line 6851  else Line 7449  else
7449    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
7450  LIBS="-lisam $F77LIBS $LIBS"  LIBS="-lisam $F77LIBS $LIBS"
7451  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
7452  /* confdefs.h.  */  /* confdefs.h.  */
7453  _ACEOF  _ACEOF
7454  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 6875  mkidxname (); Line 7472  mkidxname ();
7472  _ACEOF  _ACEOF
7473  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
7474  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7475    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
7476    ac_status=$?    ac_status=$?
7477      grep -v '^ *+' conftest.er1 >conftest.err
7478      rm -f conftest.er1
7479      cat conftest.err >&5
7480    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7481    (exit $ac_status); } &&    (exit $ac_status); } &&
7482           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
7483                 || test ! -s conftest.err'
7484      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7485      (eval $ac_try) 2>&5
7486      ac_status=$?
7487      echo "$as_me:$LINENO: \$? = $ac_status" >&5
7488      (exit $ac_status); }; } &&
7489         { ac_try='test -s conftest$ac_exeext'
7490    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7491    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7492    ac_status=$?    ac_status=$?
# Line 6892  sed 's/^/| /' conftest.$ac_ext >&5 Line 7499  sed 's/^/| /' conftest.$ac_ext >&5
7499    
7500  ac_cv_lib_isam_mkidxname=no  ac_cv_lib_isam_mkidxname=no
7501  fi  fi
7502  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
7503          conftest$ac_exeext conftest.$ac_ext
7504  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
7505  fi  fi
7506  echo "$as_me:$LINENO: result: $ac_cv_lib_isam_mkidxname" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_isam_mkidxname" >&5
# Line 6911  else Line 7519  else
7519    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
7520  LIBS="-lF77 $F77LIBS $LIBS"  LIBS="-lF77 $F77LIBS $LIBS"
7521  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
7522  /* confdefs.h.  */  /* confdefs.h.  */
7523  _ACEOF  _ACEOF
7524  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 6935  printf (); Line 7542  printf ();
7542  _ACEOF  _ACEOF
7543  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
7544  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7545    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
7546    ac_status=$?    ac_status=$?
7547      grep -v '^ *+' conftest.er1 >conftest.err
7548      rm -f conftest.er1
7549      cat conftest.err >&5
7550    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7551    (exit $ac_status); } &&    (exit $ac_status); } &&
7552           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
7553                 || test ! -s conftest.err'
7554      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7555      (eval $ac_try) 2>&5
7556      ac_status=$?
7557      echo "$as_me:$LINENO: \$? = $ac_status" >&5
7558      (exit $ac_status); }; } &&
7559         { ac_try='test -s conftest$ac_exeext'
7560    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7561    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7562    ac_status=$?    ac_status=$?
# Line 6952  sed 's/^/| /' conftest.$ac_ext >&5 Line 7569  sed 's/^/| /' conftest.$ac_ext >&5
7569    
7570  ac_cv_lib_F77_printf=no  ac_cv_lib_F77_printf=no
7571  fi  fi
7572  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
7573          conftest$ac_exeext conftest.$ac_ext
7574  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
7575  fi  fi
7576  echo "$as_me:$LINENO: result: $ac_cv_lib_F77_printf" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_F77_printf" >&5
# Line 6969  else Line 7587  else
7587    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
7588  LIBS="-lM77 $F77LIBS $LIBS"  LIBS="-lM77 $F77LIBS $LIBS"
7589  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
7590  /* confdefs.h.  */  /* confdefs.h.  */
7591  _ACEOF  _ACEOF
7592  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 6993  printf (); Line 7610  printf ();
7610  _ACEOF  _ACEOF
7611  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
7612  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7613    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
7614    ac_status=$?    ac_status=$?
7615      grep -v '^ *+' conftest.er1 >conftest.err
7616      rm -f conftest.er1
7617      cat conftest.err >&5
7618    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7619    (exit $ac_status); } &&    (exit $ac_status); } &&
7620           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
7621                 || test ! -s conftest.err'
7622      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7623      (eval $ac_try) 2>&5
7624      ac_status=$?
7625      echo "$as_me:$LINENO: \$? = $ac_status" >&5
7626      (exit $ac_status); }; } &&
7627         { ac_try='test -s conftest$ac_exeext'
7628    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7629    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7630    ac_status=$?    ac_status=$?
# Line 7010  sed 's/^/| /' conftest.$ac_ext >&5 Line 7637  sed 's/^/| /' conftest.$ac_ext >&5
7637    
7638  ac_cv_lib_M77_printf=no  ac_cv_lib_M77_printf=no
7639  fi  fi
7640  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
7641          conftest$ac_exeext conftest.$ac_ext
7642  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
7643  fi  fi
7644  echo "$as_me:$LINENO: result: $ac_cv_lib_M77_printf" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_M77_printf" >&5
# Line 7027  else Line 7655  else
7655    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
7656  LIBS="-lf2c $F77LIBS $LIBS"  LIBS="-lf2c $F77LIBS $LIBS"
7657  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
7658  /* confdefs.h.  */  /* confdefs.h.  */
7659  _ACEOF  _ACEOF
7660  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 7051  pow_dd (); Line 7678  pow_dd ();
7678  _ACEOF  _ACEOF
7679  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
7680  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7681    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
7682    ac_status=$?    ac_status=$?
7683      grep -v '^ *+' conftest.er1 >conftest.err
7684      rm -f conftest.er1
7685      cat conftest.err >&5
7686    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7687    (exit $ac_status); } &&    (exit $ac_status); } &&
7688           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
7689                 || test ! -s conftest.err'
7690      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7691      (eval $ac_try) 2>&5
7692      ac_status=$?
7693      echo "$as_me:$LINENO: \$? = $ac_status" >&5
7694      (exit $ac_status); }; } &&
7695         { ac_try='test -s conftest$ac_exeext'
7696    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7697    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7698    ac_status=$?    ac_status=$?
# Line 7068  sed 's/^/| /' conftest.$ac_ext >&5 Line 7705  sed 's/^/| /' conftest.$ac_ext >&5
7705    
7706  ac_cv_lib_f2c_pow_dd=no  ac_cv_lib_f2c_pow_dd=no
7707  fi  fi
7708  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
7709          conftest$ac_exeext conftest.$ac_ext
7710  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
7711  fi  fi
7712  echo "$as_me:$LINENO: result: $ac_cv_lib_f2c_pow_dd" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_f2c_pow_dd" >&5
# Line 7085  else Line 7723  else
7723    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
7724  LIBS="-lf77 $F77LIBS $LIBS"  LIBS="-lf77 $F77LIBS $LIBS"
7725  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
7726  /* confdefs.h.  */  /* confdefs.h.  */
7727  _ACEOF  _ACEOF
7728  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 7109  printf (); Line 7746  printf ();
7746  _ACEOF  _ACEOF
7747  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
7748  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7749    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
7750    ac_status=$?    ac_status=$?
7751      grep -v '^ *+' conftest.er1 >conftest.err
7752      rm -f conftest.er1
7753      cat conftest.err >&5
7754    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7755    (exit $ac_status); } &&    (exit $ac_status); } &&
7756           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
7757                 || test ! -s conftest.err'
7758      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7759      (eval $ac_try) 2>&5
7760      ac_status=$?
7761      echo "$as_me:$LINENO: \$? = $ac_status" >&5
7762      (exit $ac_status); }; } &&
7763         { ac_try='test -s conftest$ac_exeext'
7764    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7765    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7766    ac_status=$?    ac_status=$?
# Line 7126  sed 's/^/| /' conftest.$ac_ext >&5 Line 7773  sed 's/^/| /' conftest.$ac_ext >&5
7773    
7774  ac_cv_lib_f77_printf=no  ac_cv_lib_f77_printf=no
7775  fi  fi
7776  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
7777          conftest$ac_exeext conftest.$ac_ext
7778  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
7779  fi  fi
7780  echo "$as_me:$LINENO: result: $ac_cv_lib_f77_printf" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_f77_printf" >&5
# Line 7143  else Line 7791  else
7791    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
7792  LIBS="-lfor $F77LIBS $LIBS"  LIBS="-lfor $F77LIBS $LIBS"
7793  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
7794  /* confdefs.h.  */  /* confdefs.h.  */
7795  _ACEOF  _ACEOF
7796  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 7167  printf (); Line 7814  printf ();
7814  _ACEOF  _ACEOF
7815  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
7816  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7817    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
7818    ac_status=$?    ac_status=$?
7819      grep -v '^ *+' conftest.er1 >conftest.err
7820      rm -f conftest.er1
7821      cat conftest.err >&5
7822    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7823    (exit $ac_status); } &&    (exit $ac_status); } &&
7824           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
7825                 || test ! -s conftest.err'
7826      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7827      (eval $ac_try) 2>&5
7828      ac_status=$?
7829      echo "$as_me:$LINENO: \$? = $ac_status" >&5
7830      (exit $ac_status); }; } &&
7831         { ac_try='test -s conftest$ac_exeext'
7832    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7833    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7834    ac_status=$?    ac_status=$?
# Line 7184  sed 's/^/| /' conftest.$ac_ext >&5 Line 7841  sed 's/^/| /' conftest.$ac_ext >&5
7841    
7842  ac_cv_lib_for_printf=no  ac_cv_lib_for_printf=no
7843  fi  fi
7844  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
7845          conftest$ac_exeext conftest.$ac_ext
7846  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
7847  fi  fi
7848  echo "$as_me:$LINENO: result: $ac_cv_lib_for_printf" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_for_printf" >&5
# Line 7201  else Line 7859  else
7859    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
7860  LIBS="-lots $F77LIBS $LIBS"  LIBS="-lots $F77LIBS $LIBS"
7861  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
7862  /* confdefs.h.  */  /* confdefs.h.  */
7863  _ACEOF  _ACEOF
7864  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 7225  printf (); Line 7882  printf ();
7882  _ACEOF  _ACEOF
7883  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
7884  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7885    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
7886    ac_status=$?    ac_status=$?
7887      grep -v '^ *+' conftest.er1 >conftest.err
7888      rm -f conftest.er1
7889      cat conftest.err >&5
7890    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7891    (exit $ac_status); } &&    (exit $ac_status); } &&
7892           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
7893                 || test ! -s conftest.err'
7894      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7895      (eval $ac_try) 2>&5
7896      ac_status=$?
7897      echo "$as_me:$LINENO: \$? = $ac_status" >&5
7898      (exit $ac_status); }; } &&
7899         { ac_try='test -s conftest$ac_exeext'
7900    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7901    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7902    ac_status=$?    ac_status=$?
# Line 7242  sed 's/^/| /' conftest.$ac_ext >&5 Line 7909  sed 's/^/| /' conftest.$ac_ext >&5
7909    
7910  ac_cv_lib_ots_printf=no  ac_cv_lib_ots_printf=no
7911  fi  fi
7912  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
7913          conftest$ac_exeext conftest.$ac_ext
7914  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
7915  fi  fi
7916  echo "$as_me:$LINENO: result: $ac_cv_lib_ots_printf" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_ots_printf" >&5
# Line 7259  else Line 7927  else
7927    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
7928  LIBS="-lUfor $F77LIBS $LIBS"  LIBS="-lUfor $F77LIBS $LIBS"
7929  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
7930  /* confdefs.h.  */  /* confdefs.h.  */
7931  _ACEOF  _ACEOF
7932  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 7283  printf (); Line 7950  printf ();
7950  _ACEOF  _ACEOF
7951  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
7952  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7953    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
7954    ac_status=$?    ac_status=$?
7955      grep -v '^ *+' conftest.er1 >conftest.err
7956      rm -f conftest.er1
7957      cat conftest.err >&5
7958    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7959    (exit $ac_status); } &&    (exit $ac_status); } &&
7960           { ac_try='test -s conftest$ac_exeext'       { ac_try='test -z "$ac_c_werror_flag"
7961                 || test ! -s conftest.err'
7962      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7963      (eval $ac_try) 2>&5
7964      ac_status=$?
7965      echo "$as_me:$LINENO: \$? = $ac_status" >&5
7966      (exit $ac_status); }; } &&
7967         { ac_try='test -s conftest$ac_exeext'
7968    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7969    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7970    ac_status=$?    ac_status=$?
# Line 7300  sed 's/^/| /' conftest.$ac_ext >&5 Line 7977  sed 's/^/| /' conftest.$ac_ext >&5
7977    
7978  ac_cv_lib_Ufor_printf=no  ac_cv_lib_Ufor_printf=no
7979  fi  fi
7980  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
7981          conftest$ac_exeext conftest.$ac_ext
7982  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
7983  fi  fi
7984  echo "$as_me:$LINENO: result: $ac_cv_lib_Ufor_printf" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_Ufor_printf" >&5
# Line 7932  else Line 8610  else
8610  echo "${ECHO_T}STATIC" >&6  echo "${ECHO_T}STATIC" >&6
8611  fi  fi
8612    
8613    #-----------------------------------------------
8614    # DEBUG_RELS or not?
8615    
8616    echo "$as_me:$LINENO: checking for relation debugging" >&5
8617    echo $ECHO_N "checking for relation debugging... $ECHO_C" >&6
8618    
8619    # Check whether --enable-relation-debugging or --disable-relation-debugging was given.
8620    if test "${enable_relation_debugging+set}" = set; then
8621      enableval="$enable_relation_debugging"
8622      if test $enableval; then
8623            debugrels=1
8624        else
8625            debugrels=0
8626        fi
8627    
8628    else
8629      debugrels=0
8630    
8631    fi;
8632    
8633    if test "X$debugrels" = "X1"; then
8634        echo "$as_me:$LINENO: result: YES" >&5
8635    echo "${ECHO_T}YES" >&6
8636        cat >>confdefs.h <<\_ACEOF
8637    #define DEBUG_RELS 1
8638    _ACEOF
8639    
8640    else
8641        echo "$as_me:$LINENO: result: no" >&5
8642    echo "${ECHO_T}no" >&6
8643    fi
8644    
8645    #-----------------------------------------------
8646    # TIME the compiler?
8647    
8648    echo "$as_me:$LINENO: checking whether to time the compiler" >&5
8649    echo $ECHO_N "checking whether to time the compiler... $ECHO_C" >&6
8650    
8651    # Check whether --enable-compiler-timing or --disable-compiler-timing was given.
8652    if test "${enable_compiler_timing+set}" = set; then
8653      enableval="$enable_compiler_timing"
8654      if test $enableval; then
8655            timecompiler=1
8656        else
8657            timecompiler=0
8658        fi
8659    
8660    else
8661      timecompiler=0
8662    
8663    fi;
8664    
8665    if test "X$timecompiler" = "X1"; then
8666        echo "$as_me:$LINENO: result: YES" >&5
8667    echo "${ECHO_T}YES" >&6
8668        cat >>confdefs.h <<\_ACEOF
8669    #define TIMECOMPILER 1
8670    _ACEOF
8671    
8672    else
8673        echo "$as_me:$LINENO: result: no" >&5
8674    echo "${ECHO_T}no" >&6
8675    fi
8676    
8677    
8678  #--------------------------------------------------------------------  #--------------------------------------------------------------------
8679  #   The variables we substitute into the Makefile.in files  #   The variables we substitute into the Makefile.in files
# Line 8008  test "x$exec_prefix" = xNONE && exec_pre Line 8750  test "x$exec_prefix" = xNONE && exec_pre
8750  # trailing colons and then remove the whole line if VPATH becomes empty  # trailing colons and then remove the whole line if VPATH becomes empty
8751  # (actually we leave an empty line to preserve line numbers).  # (actually we leave an empty line to preserve line numbers).
8752  if test "x$srcdir" = x.; then  if test "x$srcdir" = x.; then
8753    ac_vpsub='/^[     ]*VPATH[    ]*=/{    ac_vpsub='/^[  ]*VPATH[    ]*=/{
8754  s/:*\$(srcdir):*/:/;  s/:*\$(srcdir):*/:/;
8755  s/:*\${srcdir}:*/:/;  s/:*\${srcdir}:*/:/;
8756  s/:*@srcdir@:*/:/;  s/:*@srcdir@:*/:/;
8757  s/^\([^=]*=[    ]*\):*/\1/;  s/^\([^=]*=[     ]*\):*/\1/;
8758  s/:*$//;  s/:*$//;
8759  s/^[^=]*=[  ]*$//;  s/^[^=]*=[   ]*$//;
8760  }'  }'
8761  fi  fi
8762    
# Line 8028  fi Line 8770  fi
8770  cat >confdef2opt.sed <<\_ACEOF  cat >confdef2opt.sed <<\_ACEOF
8771  t clear  t clear
8772  : clear  : clear
8773  s,^[    ]*#[    ]*define[   ][  ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g  s,^[     ]*#[    ]*define[   ][  ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
8774  t quote  t quote
8775  s,^[    ]*#[    ]*define[   ][  ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g  s,^[     ]*#[    ]*define[   ][  ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
8776  t quote  t quote
8777  d  d
8778  : quote  : quote
8779  s,[     `~#$^&*(){}\\|;'"<>?],\\&,g  s,[  `~#$^&*(){}\\|;'"<>?],\\&,g
8780  s,\[,\\&,g  s,\[,\\&,g
8781  s,\],\\&,g  s,\],\\&,g
8782  s,\$,$$,g  s,\$,$$,g
# Line 8056  ac_ltlibobjs= Line 8798  ac_ltlibobjs=
8798  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
8799    # 1. Remove the extension, and $U if already installed.    # 1. Remove the extension, and $U if already installed.
8800    ac_i=`echo "$ac_i" |    ac_i=`echo "$ac_i" |
8801           sed 's/\$U\././;s/\.o$//;s/\.obj$//'`       sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
8802    # 2. Add them.    # 2. Add them.
8803    ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"    ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
8804    ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'    ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
# Line 8100  if test -n "${ZSH_VERSION+set}" && (emul Line 8842  if test -n "${ZSH_VERSION+set}" && (emul
8842  elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then  elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
8843    set -o posix    set -o posix
8844  fi  fi
8845    DUALCASE=1; export DUALCASE # for MKS sh
8846    
8847  # Support unset when possible.  # Support unset when possible.
8848  if (FOO=FOO; unset FOO) >/dev/null 2>&1; then  if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
8849    as_unset=unset    as_unset=unset
8850  else  else
8851    as_unset=false    as_unset=false
# Line 8121  for as_var in \ Line 8864  for as_var in \
8864    LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \    LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
8865    LC_TELEPHONE LC_TIME    LC_TELEPHONE LC_TIME
8866  do  do
8867    if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then    if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
8868      eval $as_var=C; export $as_var      eval $as_var=C; export $as_var
8869    else    else
8870      $as_unset $as_var      $as_unset $as_var
# Line 8300  rm -f conf$$ conf$$.exe conf$$.file Line 9043  rm -f conf$$ conf$$.exe conf$$.file
9043  if mkdir -p . 2>/dev/null; then  if mkdir -p . 2>/dev/null; then
9044    as_mkdir_p=:    as_mkdir_p=:
9045  else  else
9046      test -d ./-p && rmdir ./-p
9047    as_mkdir_p=false    as_mkdir_p=false
9048  fi  fi
9049    
9050  as_executable_p="test -f"  as_executable_p="test -f"
9051    
9052  # Sed expression to map a string onto a valid CPP name.  # Sed expression to map a string onto a valid CPP name.
9053  as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"  as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
9054    
9055  # Sed expression to map a string onto a valid variable name.  # Sed expression to map a string onto a valid variable name.
9056  as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"  as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
9057    
9058    
9059  # IFS  # IFS
# Line 8336  _ASBOX Line 9080  _ASBOX
9080  cat >&5 <<_CSEOF  cat >&5 <<_CSEOF
9081    
9082  This file was extended by $as_me, which was  This file was extended by $as_me, which was
9083  generated by GNU Autoconf 2.56.  Invocation command line was  generated by GNU Autoconf 2.59.  Invocation command line was
9084    
9085    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
9086    CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 8380  Usage: $0 [OPTIONS] [FILE]... Line 9124  Usage: $0 [OPTIONS] [FILE]...
9124    -d, --debug      don't remove temporary files    -d, --debug      don't remove temporary files
9125        --recheck    update $as_me by reconfiguring in the same conditions        --recheck    update $as_me by reconfiguring in the same conditions
9126    --file=FILE[:TEMPLATE]    --file=FILE[:TEMPLATE]
9127                     instantiate the configuration file FILE             instantiate the configuration file FILE
9128    
9129  Configuration files:  Configuration files:
9130  $config_files  $config_files
# Line 8391  _ACEOF Line 9135  _ACEOF
9135  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
9136  ac_cs_version="\\  ac_cs_version="\\
9137  config.status  config.status
9138  configured by $0, generated by GNU Autoconf 2.56,  configured by $0, generated by GNU Autoconf 2.59,
9139    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
9140    
9141  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001  Copyright (C) 2003 Free Software Foundation, Inc.
 Free Software Foundation, Inc.  
9142  This config.status script is free software; the Free Software Foundation  This config.status script is free software; the Free Software Foundation
9143  gives unlimited permission to copy, distribute and modify it."  gives unlimited permission to copy, distribute and modify it."
9144  srcdir=$srcdir  srcdir=$srcdir
# Line 8701  _ACEOF Line 9444  _ACEOF
9444        (echo ':t        (echo ':t
9445    /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed    /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
9446        if test -z "$ac_sed_cmds"; then        if test -z "$ac_sed_cmds"; then
9447      ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"      ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
9448        else        else
9449      ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"      ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
9450        fi        fi
9451        ac_sed_frag=`expr $ac_sed_frag + 1`        ac_sed_frag=`expr $ac_sed_frag + 1`
9452        ac_beg=$ac_end        ac_beg=$ac_end
# Line 8721  for ac_file in : $CONFIG_FILES; do test Line 9464  for ac_file in : $CONFIG_FILES; do test
9464    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
9465    case $ac_file in    case $ac_file in
9466    - | *:- | *:-:* ) # input from stdin    - | *:- | *:-:* ) # input from stdin
9467          cat >$tmp/stdin      cat >$tmp/stdin
9468          ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`      ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
9469          ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;      ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
9470    *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`    *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
9471          ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;      ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
9472    * )   ac_file_in=$ac_file.in ;;    * )   ac_file_in=$ac_file.in ;;
9473    esac    esac
9474    
9475    # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.    # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
9476    ac_dir=`(dirname "$ac_file") 2>/dev/null ||    ac_dir=`(dirname "$ac_file") 2>/dev/null ||
9477  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9478           X"$ac_file" : 'X\(//\)[^/]' \| \       X"$ac_file" : 'X\(//\)[^/]' \| \
9479           X"$ac_file" : 'X\(//\)$' \| \       X"$ac_file" : 'X\(//\)$' \| \
9480           X"$ac_file" : 'X\(/\)' \| \       X"$ac_file" : 'X\(/\)' \| \
9481           .     : '\(.\)' 2>/dev/null ||       .     : '\(.\)' 2>/dev/null ||
9482  echo X"$ac_file" |  echo X"$ac_file" |
9483      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9484        /^X\(\/\/\)[^/].*/{ s//\1/; q; }        /^X\(\/\/\)[^/].*/{ s//\1/; q; }
# Line 8751  echo X"$ac_file" | Line 9494  echo X"$ac_file" |
9494        as_dirs="$as_dir $as_dirs"        as_dirs="$as_dir $as_dirs"
9495        as_dir=`(dirname "$as_dir") 2>/dev/null ||        as_dir=`(dirname "$as_dir") 2>/dev/null ||
9496  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9497           X"$as_dir" : 'X\(//\)[^/]' \| \       X"$as_dir" : 'X\(//\)[^/]' \| \
9498           X"$as_dir" : 'X\(//\)$' \| \       X"$as_dir" : 'X\(//\)$' \| \
9499           X"$as_dir" : 'X\(/\)' \| \       X"$as_dir" : 'X\(/\)' \| \
9500           .     : '\(.\)' 2>/dev/null ||       .     : '\(.\)' 2>/dev/null ||
9501  echo X"$as_dir" |  echo X"$as_dir" |
9502      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9503        /^X\(\/\/\)[^/].*/{ s//\1/; q; }        /^X\(\/\/\)[^/].*/{ s//\1/; q; }
# Line 8792  case $srcdir in Line 9535  case $srcdir in
9535      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
9536      ac_top_srcdir=$ac_top_builddir$srcdir ;;      ac_top_srcdir=$ac_top_builddir$srcdir ;;
9537  esac  esac
9538  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be  
9539  # absolute.  # Do not use `cd foo && pwd` to compute absolute paths, because
9540  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`  # the directories may not exist.
9541  ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`  case `pwd` in
9542  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`  .) ac_abs_builddir="$ac_dir";;
9543  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`  *)
9544      case "$ac_dir" in
9545      .) ac_abs_builddir=`pwd`;;
9546      [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
9547      *) ac_abs_builddir=`pwd`/"$ac_dir";;
9548      esac;;
9549    esac
9550    case $ac_abs_builddir in
9551    .) ac_abs_top_builddir=${ac_top_builddir}.;;
9552    *)
9553      case ${ac_top_builddir}. in
9554      .) ac_abs_top_builddir=$ac_abs_builddir;;
9555      [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
9556      *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
9557      esac;;
9558    esac
9559    case $ac_abs_builddir in
9560    .) ac_abs_srcdir=$ac_srcdir;;
9561    *)
9562      case $ac_srcdir in
9563      .) ac_abs_srcdir=$ac_abs_builddir;;
9564      [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
9565      *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
9566      esac;;
9567    esac
9568    case $ac_abs_builddir in
9569    .) ac_abs_top_srcdir=$ac_top_srcdir;;
9570    *)
9571      case $ac_top_srcdir in
9572      .) ac_abs_top_srcdir=$ac_abs_builddir;;
9573      [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
9574      *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
9575      esac;;
9576    esac
9577    
9578    
9579    case $INSTALL in    case $INSTALL in
# Line 8819  echo "$as_me: creating $ac_file" >&6;} Line 9595  echo "$as_me: creating $ac_file" >&6;}
9595      configure_input="$ac_file.  "      configure_input="$ac_file.  "
9596    fi    fi
9597    configure_input=$configure_input"Generated from `echo $ac_file_in |    configure_input=$configure_input"Generated from `echo $ac_file_in |
9598                                       sed 's,.*/,,'` by configure."                       sed 's,.*/,,'` by configure."
9599    
9600    # First look for the input files in the build tree, otherwise in the    # First look for the input files in the build tree, otherwise in the
9601    # src tree.    # src tree.
# Line 8828  echo "$as_me: creating $ac_file" >&6;} Line 9604  echo "$as_me: creating $ac_file" >&6;}
9604        case $f in        case $f in
9605        -) echo $tmp/stdin ;;        -) echo $tmp/stdin ;;
9606        [\\/$]*)        [\\/$]*)
9607           # Absolute (can't be DOS-style, as IFS=:)       # Absolute (can't be DOS-style, as IFS=:)
9608           test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5       test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
9609  echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
9610     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
9611           echo $f;;       echo "$f";;
9612        *) # Relative        *) # Relative
9613           if test -f "$f"; then       if test -f "$f"; then
9614             # Build tree         # Build tree
9615             echo $f         echo "$f"
9616           elif test -f "$srcdir/$f"; then       elif test -f "$srcdir/$f"; then
9617             # Source tree         # Source tree
9618             echo $srcdir/$f         echo "$srcdir/$f"
9619           else       else
9620             # /dev/null tree         # /dev/null tree
9621             { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5         { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
9622  echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
9623     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
9624           fi;;       fi;;
9625        esac        esac
9626      done` || { (exit 1); exit 1; }      done` || { (exit 1); exit 1; }
9627  _ACEOF  _ACEOF

Legend:
Removed from v.370  
changed lines
  Added in v.371

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22