/[pupa]/pupa/configure
ViewVC logotype

Diff of /pupa/configure

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

revision 1.4 by okuji, Fri Jan 31 03:26:56 2003 UTC revision 1.5 by okuji, Thu Sep 25 20:29:32 2003 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.53 for PUPA 0.6.  # Generated by GNU Autoconf 2.57 for PUPA 0.6.
4  #  #
5  # Report bugs to <okuji@enbug.org>.  # Report bugs to <okuji@enbug.org>.
6  #  #
# Line 8  Line 8 
8  # Free Software Foundation, Inc.  # Free Software Foundation, Inc.
9  # This configure script is free software; the Free Software Foundation  # This configure script is free software; the Free Software Foundation
10  # gives unlimited permission to copy, distribute and modify it.  # gives unlimited permission to copy, distribute and modify it.
   
 if expr a : '\(a\)' >/dev/null 2>&1; then  
   as_expr=expr  
 else  
   as_expr=false  
 fi  
   
   
11  ## --------------------- ##  ## --------------------- ##
12  ## M4sh Initialization.  ##  ## M4sh Initialization.  ##
13  ## --------------------- ##  ## --------------------- ##
# Line 24  fi Line 16  fi
16  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17    emulate sh    emulate sh
18    NULLCMD=:    NULLCMD=:
19      # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
20      # is contrary to our usage.  Disable this feature.
21      alias -g '${1+"$@"}'='"$@"'
22  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
23    set -o posix    set -o posix
24  fi  fi
25    
 # NLS nuisances.  
26  # Support unset when possible.  # Support unset when possible.
27  if (FOO=FOO; unset FOO) >/dev/null 2>&1; then  if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
28    as_unset=unset    as_unset=unset
# Line 36  else Line 30  else
30    as_unset=false    as_unset=false
31  fi  fi
32    
33  (set +x; test -n "`(LANG=C; export LANG) 2>&1`") &&  
34      { $as_unset LANG || test "${LANG+set}" != set; } ||  # Work around bugs in pre-3.0 UWIN ksh.
35        { LANG=C; export LANG; }  $as_unset ENV MAIL MAILPATH
36  (set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") &&  PS1='$ '
37      { $as_unset LC_ALL || test "${LC_ALL+set}" != set; } ||  PS2='> '
38        { LC_ALL=C; export LC_ALL; }  PS4='+ '
39  (set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") &&  
40      { $as_unset LC_TIME || test "${LC_TIME+set}" != set; } ||  # NLS nuisances.
41        { LC_TIME=C; export LC_TIME; }  for as_var in \
42  (set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") &&    LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
43      { $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } ||    LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44        { LC_CTYPE=C; export LC_CTYPE; }    LC_TELEPHONE LC_TIME
45  (set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") &&  do
46      { $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } ||    if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
47        { LANGUAGE=C; export LANGUAGE; }      eval $as_var=C; export $as_var
48  (set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") &&    else
49      { $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } ||      $as_unset $as_var
50        { LC_COLLATE=C; export LC_COLLATE; }    fi
51  (set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") &&  done
52      { $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } ||  
53        { LC_NUMERIC=C; export LC_NUMERIC; }  # Required to use basename.
54  (set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") &&  if expr a : '\(a\)' >/dev/null 2>&1; then
55      { $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } ||    as_expr=expr
56        { LC_MESSAGES=C; export LC_MESSAGES; }  else
57      as_expr=false
58    fi
59    
60    if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
61      as_basename=basename
62    else
63      as_basename=false
64    fi
65    
66    
67  # Name of the executable.  # Name of the executable.
68  as_me=`(basename "$0") 2>/dev/null ||  as_me=`$as_basename "$0" ||
69  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
70           X"$0" : 'X\(//\)$' \| \           X"$0" : 'X\(//\)$' \| \
71           X"$0" : 'X\(/\)$' \| \           X"$0" : 'X\(/\)$' \| \
# Line 74  echo X/"$0" | Line 76  echo X/"$0" |
76            /^X\/\(\/\).*/{ s//\1/; q; }            /^X\/\(\/\).*/{ s//\1/; q; }
77            s/.*/./; q'`            s/.*/./; q'`
78    
79    
80  # PATH needs CR, and LINENO needs CR and PATH.  # PATH needs CR, and LINENO needs CR and PATH.
81  # Avoid depending upon Character Ranges.  # Avoid depending upon Character Ranges.
82  as_cr_letters='abcdefghijklmnopqrstuvwxyz'  as_cr_letters='abcdefghijklmnopqrstuvwxyz'
# Line 84  as_cr_alnum=$as_cr_Letters$as_cr_digits Line 87  as_cr_alnum=$as_cr_Letters$as_cr_digits
87    
88  # The user is always right.  # The user is always right.
89  if test "${PATH_SEPARATOR+set}" != set; then  if test "${PATH_SEPARATOR+set}" != set; then
90    echo "#! /bin/sh" >conftest.sh    echo "#! /bin/sh" >conf$$.sh
91    echo  "exit 0"   >>conftest.sh    echo  "exit 0"   >>conf$$.sh
92    chmod +x conftest.sh    chmod +x conf$$.sh
93    if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then    if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
94      PATH_SEPARATOR=';'      PATH_SEPARATOR=';'
95    else    else
96      PATH_SEPARATOR=:      PATH_SEPARATOR=:
97    fi    fi
98    rm -f conftest.sh    rm -f conf$$.sh
99  fi  fi
100    
101    
# Line 140  do Line 143  do
143    as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`    as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
144    test "x$as_lineno_1" != "x$as_lineno_2" &&    test "x$as_lineno_1" != "x$as_lineno_2" &&
145    test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then    test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
146                 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
147                 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
148               CONFIG_SHELL=$as_dir/$as_base               CONFIG_SHELL=$as_dir/$as_base
149               export CONFIG_SHELL               export CONFIG_SHELL
150               exec "$CONFIG_SHELL" "$0" ${1+"$@"}               exec "$CONFIG_SHELL" "$0" ${1+"$@"}
# Line 212  else Line 217  else
217  fi  fi
218  rm -f conf$$ conf$$.exe conf$$.file  rm -f conf$$ conf$$.exe conf$$.file
219    
220    if mkdir -p . 2>/dev/null; then
221      as_mkdir_p=:
222    else
223      as_mkdir_p=false
224    fi
225    
226  as_executable_p="test -f"  as_executable_p="test -f"
227    
228  # Sed expression to map a string onto a valid CPP name.  # Sed expression to map a string onto a valid CPP name.
# Line 228  as_nl=' Line 239  as_nl='
239  IFS="   $as_nl"  IFS="   $as_nl"
240    
241  # CDPATH.  # CDPATH.
242  $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; }  $as_unset CDPATH
243    
244    
245  # Name of the host.  # Name of the host.
# Line 242  exec 6>&1 Line 253  exec 6>&1
253  # Initializations.  # Initializations.
254  #  #
255  ac_default_prefix=/usr/local  ac_default_prefix=/usr/local
256    ac_config_libobj_dir=.
257  cross_compiling=no  cross_compiling=no
258  subdirs=  subdirs=
259  MFLAGS=  MFLAGS=
# Line 298  ac_includes_default="\ Line 310  ac_includes_default="\
310  # include <unistd.h>  # include <unistd.h>
311  #endif"  #endif"
312    
313    ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA SET_MAKE OBJCOPY ac_ct_OBJCOPY STRIP ac_ct_STRIP NM ac_ct_NM LD ac_ct_LD RUBY BUILD_CC CPP EGREP LIBOBJS LTLIBOBJS'
314    ac_subst_files=''
315    
316  # Initialize some variables set by options.  # Initialize some variables set by options.
317  ac_init_help=  ac_init_help=
# Line 721  if test ! -r $srcdir/$ac_unique_file; th Line 735  if test ! -r $srcdir/$ac_unique_file; th
735     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
736    fi    fi
737  fi  fi
738    (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
739      { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
740       { (exit 1); exit 1; }; }
741  srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`  srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
742  ac_env_build_alias_set=${build_alias+set}  ac_env_build_alias_set=${build_alias+set}
743  ac_env_build_alias_value=$build_alias  ac_env_build_alias_value=$build_alias
# Line 876  esac Line 893  esac
893  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
894  # absolute.  # absolute.
895  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
896  ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`  ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
897  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
898  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
899    
# Line 903  test -n "$ac_init_help" && exit 0 Line 920  test -n "$ac_init_help" && exit 0
920  if $ac_init_version; then  if $ac_init_version; then
921    cat <<\_ACEOF    cat <<\_ACEOF
922  PUPA configure 0.6  PUPA configure 0.6
923  generated by GNU Autoconf 2.53  generated by GNU Autoconf 2.57
924    
925  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
926  Free Software Foundation, Inc.  Free Software Foundation, Inc.
# Line 918  This file contains any messages produced Line 935  This file contains any messages produced
935  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
936    
937  It was created by PUPA $as_me 0.6, which was  It was created by PUPA $as_me 0.6, which was
938  generated by GNU Autoconf 2.53.  Invocation command line was  generated by GNU Autoconf 2.57.  Invocation command line was
939    
940    $ $0 $@    $ $0 $@
941    
# Line 970  _ACEOF Line 987  _ACEOF
987    
988  # Keep a trace of the command line.  # Keep a trace of the command line.
989  # Strip out --no-create and --no-recursion so they do not pile up.  # Strip out --no-create and --no-recursion so they do not pile up.
990    # Strip out --silent because we don't want to record it for future runs.
991  # Also quote any args containing shell meta-characters.  # Also quote any args containing shell meta-characters.
992    # Make two passes to allow for proper duplicate-argument suppression.
993  ac_configure_args=  ac_configure_args=
994    ac_configure_args0=
995    ac_configure_args1=
996  ac_sep=  ac_sep=
997  for ac_arg  ac_must_keep_next=false
998    for ac_pass in 1 2
999  do  do
1000    case $ac_arg in    for ac_arg
1001    -no-create | --no-create | --no-creat | --no-crea | --no-cre \    do
1002    | --no-cr | --no-c | -n ) continue ;;      case $ac_arg in
1003    -no-recursion | --no-recursion | --no-recursio | --no-recursi \      -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1004    | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)      -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1005      continue ;;      | -silent | --silent | --silen | --sile | --sil)
1006    *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)        continue ;;
1007      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;      *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1008    esac        ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1009    case " $ac_configure_args " in      esac
1010      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.      case $ac_pass in
1011      *) ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"      1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1012         ac_sep=" " ;;      2)
1013    esac        ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1014    # Get rid of the leading space.        if test $ac_must_keep_next = true; then
1015            ac_must_keep_next=false # Got value, back to normal.
1016          else
1017            case $ac_arg in
1018              *=* | --config-cache | -C | -disable-* | --disable-* \
1019              | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1020              | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1021              | -with-* | --with-* | -without-* | --without-* | --x)
1022                case "$ac_configure_args0 " in
1023                  "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1024                esac
1025                ;;
1026              -* ) ac_must_keep_next=true ;;
1027            esac
1028          fi
1029          ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1030          # Get rid of the leading space.
1031          ac_sep=" "
1032          ;;
1033        esac
1034      done
1035  done  done
1036    $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1037    $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1038    
1039  # When interrupted or exit'd, cleanup temporary files, and complete  # When interrupted or exit'd, cleanup temporary files, and complete
1040  # config.log.  We remove comments because anyway the quotes in there  # config.log.  We remove comments because anyway the quotes in there
# Line 1001  trap 'exit_status=$? Line 1045  trap 'exit_status=$?
1045    # Save into config.log some information that might help in debugging.    # Save into config.log some information that might help in debugging.
1046    {    {
1047      echo      echo
1048    
1049      cat <<\_ASBOX      cat <<\_ASBOX
1050  ## ---------------- ##  ## ---------------- ##
1051  ## Cache variables. ##  ## Cache variables. ##
# Line 1023  _ASBOX Line 1068  _ASBOX
1068      esac;      esac;
1069  }  }
1070      echo      echo
1071    
1072        cat <<\_ASBOX
1073    ## ----------------- ##
1074    ## Output variables. ##
1075    ## ----------------- ##
1076    _ASBOX
1077        echo
1078        for ac_var in $ac_subst_vars
1079        do
1080          eval ac_val=$`echo $ac_var`
1081          echo "$ac_var='"'"'$ac_val'"'"'"
1082        done | sort
1083        echo
1084    
1085        if test -n "$ac_subst_files"; then
1086          cat <<\_ASBOX
1087    ## ------------- ##
1088    ## Output files. ##
1089    ## ------------- ##
1090    _ASBOX
1091          echo
1092          for ac_var in $ac_subst_files
1093          do
1094            eval ac_val=$`echo $ac_var`
1095            echo "$ac_var='"'"'$ac_val'"'"'"
1096          done | sort
1097          echo
1098        fi
1099    
1100      if test -s confdefs.h; then      if test -s confdefs.h; then
1101        cat <<\_ASBOX        cat <<\_ASBOX
1102  ## ----------- ##  ## ----------- ##
# Line 1030  _ASBOX Line 1104  _ASBOX
1104  ## ----------- ##  ## ----------- ##
1105  _ASBOX  _ASBOX
1106        echo        echo
1107        sed "/^$/d" confdefs.h        sed "/^$/d" confdefs.h | sort
1108        echo        echo
1109      fi      fi
1110      test "$ac_signal" != 0 &&      test "$ac_signal" != 0 &&
# Line 1197  ac_compiler_gnu=$ac_cv_c_compiler_gnu Line 1271  ac_compiler_gnu=$ac_cv_c_compiler_gnu
1271    
1272    
1273    
1274  ac_config_headers="$ac_config_headers config.h"  
1275              ac_config_headers="$ac_config_headers config.h"
1276    
1277    
1278  # Checks for build and host systems.  # Checks for build and host systems.
# Line 1507  if test $ac_prog_rejected = yes; then Line 1582  if test $ac_prog_rejected = yes; then
1582      # However, it has the same basename, so the bogon will be chosen      # However, it has the same basename, so the bogon will be chosen
1583      # first if we set CC to just the basename; use the full file name.      # first if we set CC to just the basename; use the full file name.
1584      shift      shift
1585      set dummy "$as_dir/$ac_word" ${1+"$@"}      ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
     shift  
     ac_cv_prog_CC="$@"  
1586    fi    fi
1587  fi  fi
1588  fi  fi
# Line 1614  fi Line 1687  fi
1687  fi  fi
1688    
1689    
1690  test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH" >&5  test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1691  echo "$as_me: error: no acceptable C compiler found in \$PATH" >&2;}  See \`config.log' for more details." >&5
1692    echo "$as_me: error: no acceptable C compiler found in \$PATH
1693    See \`config.log' for more details." >&2;}
1694     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1695    
1696  # Provide some information about the compiler.  # Provide some information about the compiler.
# Line 1640  ac_compiler=`set X $ac_compile; echo $2` Line 1715  ac_compiler=`set X $ac_compile; echo $2`
1715    
1716  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
1717  #line $LINENO "configure"  #line $LINENO "configure"
1718  #include "confdefs.h"  /* confdefs.h.  */
1719    _ACEOF
1720    cat confdefs.h >>conftest.$ac_ext
1721    cat >>conftest.$ac_ext <<_ACEOF
1722    /* end confdefs.h.  */
1723    
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
1724  int  int
1725  main ()  main ()
1726  {  {
# Line 1657  main () Line 1730  main ()
1730  }  }
1731  _ACEOF  _ACEOF
1732  ac_clean_files_save=$ac_clean_files  ac_clean_files_save=$ac_clean_files
1733  ac_clean_files="$ac_clean_files a.out a.exe"  ac_clean_files="$ac_clean_files a.out a.exe b.out"
1734  # Try to create an executable without -o first, disregard a.out.  # Try to create an executable without -o first, disregard a.out.
1735  # It will help us diagnose broken compilers, and finding out an intuition  # It will help us diagnose broken compilers, and finding out an intuition
1736  # of exeext.  # of exeext.
# Line 1676  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 1749  if { (eval echo "$as_me:$LINENO: \"$ac_l
1749  # Be careful to initialize this variable, since it used to be cached.  # Be careful to initialize this variable, since it used to be cached.
1750  # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.  # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1751  ac_cv_exeext=  ac_cv_exeext=
1752  for ac_file in `ls a_out.exe a.exe conftest.exe 2>/dev/null;  # b.out is created by i960 compilers.
1753                  ls a.out conftest 2>/dev/null;  for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1754                  ls a.* conftest.* 2>/dev/null`; do  do
1755      test -f "$ac_file" || continue
1756    case $ac_file in    case $ac_file in
1757      *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb | *.xSYM ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1758      a.out ) # We found the default executable, but exeext='' is most          ;;
1759              # certainly right.      conftest.$ac_ext )
1760              break;;          # This is the source file.
1761      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`          ;;
1762            # FIXME: I believe we export ac_cv_exeext for Libtool --akim.      [ab].out )
1763            export ac_cv_exeext          # We found the default executable, but exeext='' is most
1764            break;;          # certainly right.
1765      * ) break;;          break;;
1766        *.* )
1767            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1768            # FIXME: I believe we export ac_cv_exeext for Libtool,
1769            # but it would be cool to find out if it's true.  Does anybody
1770            # maintain Libtool? --akim.
1771            export ac_cv_exeext
1772            break;;
1773        * )
1774            break;;
1775    esac    esac
1776  done  done
1777  else  else
1778    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
1779  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
1780  { { echo "$as_me:$LINENO: error: C compiler cannot create executables" >&5  
1781  echo "$as_me: error: C compiler cannot create executables" >&2;}  { { echo "$as_me:$LINENO: error: C compiler cannot create executables
1782    See \`config.log' for more details." >&5
1783    echo "$as_me: error: C compiler cannot create executables
1784    See \`config.log' for more details." >&2;}
1785     { (exit 77); exit 77; }; }     { (exit 77); exit 77; }; }
1786  fi  fi
1787    
# Line 1722  if test "$cross_compiling" != yes; then Line 1808  if test "$cross_compiling" != yes; then
1808          cross_compiling=yes          cross_compiling=yes
1809      else      else
1810          { { echo "$as_me:$LINENO: error: cannot run C compiled programs.          { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
1811  If you meant to cross compile, use \`--host'." >&5  If you meant to cross compile, use \`--host'.
1812    See \`config.log' for more details." >&5
1813  echo "$as_me: error: cannot run C compiled programs.  echo "$as_me: error: cannot run C compiled programs.
1814  If you meant to cross compile, use \`--host'." >&2;}  If you meant to cross compile, use \`--host'.
1815    See \`config.log' for more details." >&2;}
1816     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1817      fi      fi
1818    fi    fi
# Line 1732  fi Line 1820  fi
1820  echo "$as_me:$LINENO: result: yes" >&5  echo "$as_me:$LINENO: result: yes" >&5
1821  echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
1822    
1823  rm -f a.out a.exe conftest$ac_cv_exeext  rm -f a.out a.exe conftest$ac_cv_exeext b.out
1824  ac_clean_files=$ac_clean_files_save  ac_clean_files=$ac_clean_files_save
1825  # Check the compiler produces executables we can run.  If not, either  # Check the compiler produces executables we can run.  If not, either
1826  # the compiler is broken, or we cross compile.  # the compiler is broken, or we cross compile.
# Line 1752  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 1840  if { (eval echo "$as_me:$LINENO: \"$ac_l
1840  # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will  # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
1841  # work properly (i.e., refer to `conftest.exe'), while it won't with  # work properly (i.e., refer to `conftest.exe'), while it won't with
1842  # `rm'.  # `rm'.
1843  for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do  for ac_file in conftest.exe conftest conftest.*; do
1844      test -f "$ac_file" || continue
1845    case $ac_file in    case $ac_file in
1846      *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
1847      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1848            export ac_cv_exeext            export ac_cv_exeext
1849            break;;            break;;
# Line 1762  for ac_file in `(ls conftest.exe; ls con Line 1851  for ac_file in `(ls conftest.exe; ls con
1851    esac    esac
1852  done  done
1853  else  else
1854    { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link" >&5    { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
1855  echo "$as_me: error: cannot compute suffix of executables: cannot compile and link" >&2;}  See \`config.log' for more details." >&5
1856    echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
1857    See \`config.log' for more details." >&2;}
1858     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1859  fi  fi
1860    
# Line 1781  if test "${ac_cv_objext+set}" = set; the Line 1872  if test "${ac_cv_objext+set}" = set; the
1872  else  else
1873    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
1874  #line $LINENO "configure"  #line $LINENO "configure"
1875  #include "confdefs.h"  /* confdefs.h.  */
1876    _ACEOF
1877    cat confdefs.h >>conftest.$ac_ext
1878    cat >>conftest.$ac_ext <<_ACEOF
1879    /* end confdefs.h.  */
1880    
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
1881  int  int
1882  main ()  main ()
1883  {  {
# Line 1805  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 1894  if { (eval echo "$as_me:$LINENO: \"$ac_c
1894    (exit $ac_status); }; then    (exit $ac_status); }; then
1895    for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do    for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1896    case $ac_file in    case $ac_file in
1897      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
1898      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
1899         break;;         break;;
1900    esac    esac
1901  done  done
1902  else  else
1903    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
1904  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
1905  { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile" >&5  
1906  echo "$as_me: error: cannot compute suffix of object files: cannot compile" >&2;}  { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
1907    See \`config.log' for more details." >&5
1908    echo "$as_me: error: cannot compute suffix of object files: cannot compile
1909    See \`config.log' for more details." >&2;}
1910     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1911  fi  fi
1912    
# Line 1831  if test "${ac_cv_c_compiler_gnu+set}" = Line 1923  if test "${ac_cv_c_compiler_gnu+set}" =
1923  else  else
1924    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
1925  #line $LINENO "configure"  #line $LINENO "configure"
1926  #include "confdefs.h"  /* confdefs.h.  */
1927    _ACEOF
1928    cat confdefs.h >>conftest.$ac_ext
1929    cat >>conftest.$ac_ext <<_ACEOF
1930    /* end confdefs.h.  */
1931    
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
1932  int  int
1933  main ()  main ()
1934  {  {
# Line 1865  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 1955  if { (eval echo "$as_me:$LINENO: \"$ac_c
1955    ac_compiler_gnu=yes    ac_compiler_gnu=yes
1956  else  else
1957    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
1958  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
1959    
1960  ac_compiler_gnu=no  ac_compiler_gnu=no
1961  fi  fi
1962  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 1885  if test "${ac_cv_prog_cc_g+set}" = set; Line 1976  if test "${ac_cv_prog_cc_g+set}" = set;
1976  else  else
1977    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
1978  #line $LINENO "configure"  #line $LINENO "configure"
1979  #include "confdefs.h"  /* confdefs.h.  */
1980    _ACEOF
1981    cat confdefs.h >>conftest.$ac_ext
1982    cat >>conftest.$ac_ext <<_ACEOF
1983    /* end confdefs.h.  */
1984    
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
1985  int  int
1986  main ()  main ()
1987  {  {
# Line 1916  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2005  if { (eval echo "$as_me:$LINENO: \"$ac_c
2005    ac_cv_prog_cc_g=yes    ac_cv_prog_cc_g=yes
2006  else  else
2007    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2008  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2009    
2010  ac_cv_prog_cc_g=no  ac_cv_prog_cc_g=no
2011  fi  fi
2012  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 1938  else Line 2028  else
2028      CFLAGS=      CFLAGS=
2029    fi    fi
2030  fi  fi
2031    echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2032    echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2033    if test "${ac_cv_prog_cc_stdc+set}" = set; then
2034      echo $ECHO_N "(cached) $ECHO_C" >&6
2035    else
2036      ac_cv_prog_cc_stdc=no
2037    ac_save_CC=$CC
2038    cat >conftest.$ac_ext <<_ACEOF
2039    #line $LINENO "configure"
2040    /* confdefs.h.  */
2041    _ACEOF
2042    cat confdefs.h >>conftest.$ac_ext
2043    cat >>conftest.$ac_ext <<_ACEOF
2044    /* end confdefs.h.  */
2045    #include <stdarg.h>
2046    #include <stdio.h>
2047    #include <sys/types.h>
2048    #include <sys/stat.h>
2049    /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
2050    struct buf { int x; };
2051    FILE * (*rcsopen) (struct buf *, struct stat *, int);
2052    static char *e (p, i)
2053         char **p;
2054         int i;
2055    {
2056      return p[i];
2057    }
2058    static char *f (char * (*g) (char **, int), char **p, ...)
2059    {
2060      char *s;
2061      va_list v;
2062      va_start (v,p);
2063      s = g (p, va_arg (v,int));
2064      va_end (v);
2065      return s;
2066    }
2067    int test (int i, double x);
2068    struct s1 {int (*f) (int a);};
2069    struct s2 {int (*f) (double a);};
2070    int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2071    int argc;
2072    char **argv;
2073    int
2074    main ()
2075    {
2076    return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
2077      ;
2078      return 0;
2079    }
2080    _ACEOF
2081    # Don't try gcc -ansi; that turns off useful extensions and
2082    # breaks some systems' header files.
2083    # AIX                   -qlanglvl=ansi
2084    # Ultrix and OSF/1      -std1
2085    # HP-UX 10.20 and later -Ae
2086    # HP-UX older versions  -Aa -D_HPUX_SOURCE
2087    # SVR4                  -Xc -D__EXTENSIONS__
2088    for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2089    do
2090      CC="$ac_save_CC $ac_arg"
2091      rm -f conftest.$ac_objext
2092    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2093      (eval $ac_compile) 2>&5
2094      ac_status=$?
2095      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2096      (exit $ac_status); } &&
2097             { ac_try='test -s conftest.$ac_objext'
2098      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2099      (eval $ac_try) 2>&5
2100      ac_status=$?
2101      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2102      (exit $ac_status); }; }; then
2103      ac_cv_prog_cc_stdc=$ac_arg
2104    break
2105    else
2106      echo "$as_me: failed program was:" >&5
2107    sed 's/^/| /' conftest.$ac_ext >&5
2108    
2109    fi
2110    rm -f conftest.$ac_objext
2111    done
2112    rm -f conftest.$ac_ext conftest.$ac_objext
2113    CC=$ac_save_CC
2114    
2115    fi
2116    
2117    case "x$ac_cv_prog_cc_stdc" in
2118      x|xno)
2119        echo "$as_me:$LINENO: result: none needed" >&5
2120    echo "${ECHO_T}none needed" >&6 ;;
2121      *)
2122        echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2123    echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2124        CC="$CC $ac_cv_prog_cc_stdc" ;;
2125    esac
2126    
2127  # Some people use a C++ compiler to compile C.  Since we use `exit',  # Some people use a C++ compiler to compile C.  Since we use `exit',
2128  # in C++ we need to declare it.  In case someone uses the same compiler  # in C++ we need to declare it.  In case someone uses the same compiler
2129  # for both compiling C and C++ we need to have the C++ compiler decide  # for both compiling C and C++ we need to have the C++ compiler decide
# Line 1970  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2156  if { (eval echo "$as_me:$LINENO: \"$ac_c
2156  do  do
2157    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2158  #line $LINENO "configure"  #line $LINENO "configure"
2159  #include "confdefs.h"  /* confdefs.h.  */
2160    _ACEOF
2161    cat confdefs.h >>conftest.$ac_ext
2162    cat >>conftest.$ac_ext <<_ACEOF
2163    /* end confdefs.h.  */
2164  #include <stdlib.h>  #include <stdlib.h>
2165  $ac_declaration  $ac_declaration
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
2166  int  int
2167  main ()  main ()
2168  {  {
# Line 2002  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2186  if { (eval echo "$as_me:$LINENO: \"$ac_c
2186    :    :
2187  else  else
2188    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2189  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2190    
2191  continue  continue
2192  fi  fi
2193  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
2194    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2195  #line $LINENO "configure"  #line $LINENO "configure"
2196  #include "confdefs.h"  /* confdefs.h.  */
2197    _ACEOF
2198    cat confdefs.h >>conftest.$ac_ext
2199    cat >>conftest.$ac_ext <<_ACEOF
2200    /* end confdefs.h.  */
2201  $ac_declaration  $ac_declaration
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
2202  int  int
2203  main ()  main ()
2204  {  {
# Line 2039  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2222  if { (eval echo "$as_me:$LINENO: \"$ac_c
2222    break    break
2223  else  else
2224    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2225  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2226    
2227  fi  fi
2228  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
2229  done  done
# Line 2052  fi Line 2236  fi
2236    
2237  else  else
2238    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2239  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2240    
2241  fi  fi
2242  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
2243  ac_ext=c  ac_ext=c
# Line 2073  if test "x$default_CFLAGS" = xyes; then Line 2258  if test "x$default_CFLAGS" = xyes; then
2258                  -Wundef -Wstrict-prototypes -g"                  -Wundef -Wstrict-prototypes -g"
2259    
2260    # optimization flags.    # optimization flags.
2261    echo "$as_me:$LINENO: checking whether optimization for size works" >&5  
2262    echo "$as_me:$LINENO: checking whether optimization for size works" >&5
2263  echo $ECHO_N "checking whether optimization for size works... $ECHO_C" >&6  echo $ECHO_N "checking whether optimization for size works... $ECHO_C" >&6
2264  if test "${size_flag+set}" = set; then  if test "${size_flag+set}" = set; then
2265    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2266  else  else
2267    
2268      CFLAGS=-Os      CFLAGS=-Os
2269        cat >conftest.$ac_ext <<_ACEOF
 cat >conftest.$ac_ext <<_ACEOF  
2270  #line $LINENO "configure"  #line $LINENO "configure"
2271  #include "confdefs.h"  /* confdefs.h.  */
2272    _ACEOF
2273    cat confdefs.h >>conftest.$ac_ext
2274    cat >>conftest.$ac_ext <<_ACEOF
2275    /* end confdefs.h.  */
2276    
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
2277  int  int
2278  main ()  main ()
2279  {  {
# Line 2114  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2297  if { (eval echo "$as_me:$LINENO: \"$ac_c
2297    size_flag=yes    size_flag=yes
2298  else  else
2299    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2300  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2301    
2302  size_flag=no  size_flag=no
2303  fi  fi
2304  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 2139  else Line 2323  else
2323        CFLAGS="-falign-loops=1"        CFLAGS="-falign-loops=1"
2324        cat >conftest.$ac_ext <<_ACEOF        cat >conftest.$ac_ext <<_ACEOF
2325  #line $LINENO "configure"  #line $LINENO "configure"
2326  #include "confdefs.h"  /* confdefs.h.  */
2327    _ACEOF
2328    cat confdefs.h >>conftest.$ac_ext
2329    cat >>conftest.$ac_ext <<_ACEOF
2330    /* end confdefs.h.  */
2331    
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
2332  int  int
2333  main ()  main ()
2334  {  {
# Line 2170  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2352  if { (eval echo "$as_me:$LINENO: \"$ac_c
2352    falign_loop_flag=yes    falign_loop_flag=yes
2353  else  else
2354    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2355  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2356    
2357  falign_loop_flag=no  falign_loop_flag=no
2358  fi  fi
2359  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 2248  if test "${pupa_cv_check_start_symbol+se Line 2431  if test "${pupa_cv_check_start_symbol+se
2431  else  else
2432    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2433  #line $LINENO "configure"  #line $LINENO "configure"
2434  #include "confdefs.h"  /* confdefs.h.  */
2435    _ACEOF
2436    cat confdefs.h >>conftest.$ac_ext
2437    cat >>conftest.$ac_ext <<_ACEOF
2438    /* end confdefs.h.  */
2439    
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
2440  int  int
2441  main ()  main ()
2442  {  {
# Line 2279  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 2460  if { (eval echo "$as_me:$LINENO: \"$ac_l
2460    pupa_cv_check_start_symbol=yes    pupa_cv_check_start_symbol=yes
2461  else  else
2462    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2463  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2464    
2465  pupa_cv_check_start_symbol=no  pupa_cv_check_start_symbol=no
2466  fi  fi
2467  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 2296  if test "${pupa_cv_check_uscore_start_sy Line 2478  if test "${pupa_cv_check_uscore_start_sy
2478  else  else
2479    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2480  #line $LINENO "configure"  #line $LINENO "configure"
2481  #include "confdefs.h"  /* confdefs.h.  */
2482    _ACEOF
2483    cat confdefs.h >>conftest.$ac_ext
2484    cat >>conftest.$ac_ext <<_ACEOF
2485    /* end confdefs.h.  */
2486    
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
2487  int  int
2488  main ()  main ()
2489  {  {
# Line 2327  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 2507  if { (eval echo "$as_me:$LINENO: \"$ac_l
2507    pupa_cv_check_uscore_start_symbol=yes    pupa_cv_check_uscore_start_symbol=yes
2508  else  else
2509    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2510  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2511    
2512  pupa_cv_check_uscore_start_symbol=no  pupa_cv_check_uscore_start_symbol=no
2513  fi  fi
2514  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 2364  if test "${pupa_cv_check_uscore_uscore_b Line 2545  if test "${pupa_cv_check_uscore_uscore_b
2545  else  else
2546    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2547  #line $LINENO "configure"  #line $LINENO "configure"
2548  #include "confdefs.h"  /* confdefs.h.  */
2549    _ACEOF
2550    cat confdefs.h >>conftest.$ac_ext
2551    cat >>conftest.$ac_ext <<_ACEOF
2552    /* end confdefs.h.  */
2553    
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
2554  int  int
2555  main ()  main ()
2556  {  {
# Line 2395  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 2574  if { (eval echo "$as_me:$LINENO: \"$ac_l
2574    pupa_cv_check_uscore_uscore_bss_start_symbol=yes    pupa_cv_check_uscore_uscore_bss_start_symbol=yes
2575  else  else
2576    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2577  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2578    
2579  pupa_cv_check_uscore_uscore_bss_start_symbol=no  pupa_cv_check_uscore_uscore_bss_start_symbol=no
2580  fi  fi
2581  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 2412  if test "${pupa_cv_check_edata_symbol+se Line 2592  if test "${pupa_cv_check_edata_symbol+se
2592  else  else
2593    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2594  #line $LINENO "configure"  #line $LINENO "configure"
2595  #include "confdefs.h"  /* confdefs.h.  */
2596    _ACEOF
2597    cat confdefs.h >>conftest.$ac_ext
2598    cat >>conftest.$ac_ext <<_ACEOF
2599    /* end confdefs.h.  */
2600    
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
2601  int  int
2602  main ()  main ()
2603  {  {
# Line 2443  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 2621  if { (eval echo "$as_me:$LINENO: \"$ac_l
2621    pupa_cv_check_edata_symbol=yes    pupa_cv_check_edata_symbol=yes
2622  else  else
2623    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2624  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2625    
2626  pupa_cv_check_edata_symbol=no  pupa_cv_check_edata_symbol=no
2627  fi  fi
2628  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 2460  if test "${pupa_cv_check_uscore_edata_sy Line 2639  if test "${pupa_cv_check_uscore_edata_sy
2639  else  else
2640    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2641  #line $LINENO "configure"  #line $LINENO "configure"
2642  #include "confdefs.h"  /* confdefs.h.  */
2643    _ACEOF
2644    cat confdefs.h >>conftest.$ac_ext
2645    cat >>conftest.$ac_ext <<_ACEOF
2646    /* end confdefs.h.  */
2647    
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
2648  int  int
2649  main ()  main ()
2650  {  {
# Line 2491  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 2668  if { (eval echo "$as_me:$LINENO: \"$ac_l
2668    pupa_cv_check_uscore_edata_symbol=yes    pupa_cv_check_uscore_edata_symbol=yes
2669  else  else
2670    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2671  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2672    
2673  pupa_cv_check_uscore_edata_symbol=no  pupa_cv_check_uscore_edata_symbol=no
2674  fi  fi
2675  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 2533  if test "${pupa_cv_check_end_symbol+set} Line 2711  if test "${pupa_cv_check_end_symbol+set}
2711  else  else
2712    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2713  #line $LINENO "configure"  #line $LINENO "configure"
2714  #include "confdefs.h"  /* confdefs.h.  */
2715    _ACEOF
2716    cat confdefs.h >>conftest.$ac_ext
2717    cat >>conftest.$ac_ext <<_ACEOF
2718    /* end confdefs.h.  */
2719    
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
2720  int  int
2721  main ()  main ()
2722  {  {
# Line 2564  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 2740  if { (eval echo "$as_me:$LINENO: \"$ac_l
2740    pupa_cv_check_end_symbol=yes    pupa_cv_check_end_symbol=yes
2741  else  else
2742    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2743  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2744    
2745  pupa_cv_check_end_symbol=no  pupa_cv_check_end_symbol=no
2746  fi  fi
2747  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 2581  if test "${pupa_cv_check_uscore_end_symb Line 2758  if test "${pupa_cv_check_uscore_end_symb
2758  else  else
2759    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2760  #line $LINENO "configure"  #line $LINENO "configure"
2761  #include "confdefs.h"  /* confdefs.h.  */
2762    _ACEOF
2763    cat confdefs.h >>conftest.$ac_ext
2764    cat >>conftest.$ac_ext <<_ACEOF
2765    /* end confdefs.h.  */
2766    
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
2767  int  int
2768  main ()  main ()
2769  {  {
# Line 2612  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 2787  if { (eval echo "$as_me:$LINENO: \"$ac_l
2787    pupa_cv_check_uscore_end_symbol=yes    pupa_cv_check_uscore_end_symbol=yes
2788  else  else
2789    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2790  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2791    
2792  pupa_cv_check_uscore_end_symbol=no  pupa_cv_check_uscore_end_symbol=no
2793  fi  fi
2794  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 2843  test -z "$INSTALL_SCRIPT" && INSTALL_SCR Line 3019  test -z "$INSTALL_SCRIPT" && INSTALL_SCR
3019    
3020  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3021    
3022  echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \${MAKE}" >&5  echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3023  echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6  echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
3024  set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`  set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
3025  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
3026    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
3027  else  else
3028    cat >conftest.make <<\_ACEOF    cat >conftest.make <<\_ACEOF
3029  all:  all:
3030          @echo 'ac_maketemp="${MAKE}"'          @echo 'ac_maketemp="$(MAKE)"'
3031  _ACEOF  _ACEOF
3032  # GNU make sometimes prints "make[1]: Entering...", which would confuse us.  # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3033  eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`  eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
# Line 3368  else Line 3544  else
3544    # See if sys/param.h defines the BYTE_ORDER macro.    # See if sys/param.h defines the BYTE_ORDER macro.
3545  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
3546  #line $LINENO "configure"  #line $LINENO "configure"
3547  #include "confdefs.h"  /* confdefs.h.  */
3548    _ACEOF
3549    cat confdefs.h >>conftest.$ac_ext
3550    cat >>conftest.$ac_ext <<_ACEOF
3551    /* end confdefs.h.  */
3552  #include <sys/types.h>  #include <sys/types.h>
3553  #include <sys/param.h>  #include <sys/param.h>
3554    
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
3555  int  int
3556  main ()  main ()
3557  {  {
# Line 3404  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3578  if { (eval echo "$as_me:$LINENO: \"$ac_c
3578    # It does; now see whether it defined to BIG_ENDIAN or not.    # It does; now see whether it defined to BIG_ENDIAN or not.
3579  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
3580  #line $LINENO "configure"  #line $LINENO "configure"
3581  #include "confdefs.h"  /* confdefs.h.  */
3582    _ACEOF
3583    cat confdefs.h >>conftest.$ac_ext
3584    cat >>conftest.$ac_ext <<_ACEOF
3585    /* end confdefs.h.  */
3586  #include <sys/types.h>  #include <sys/types.h>
3587  #include <sys/param.h>  #include <sys/param.h>
3588    
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
3589  int  int
3590  main ()  main ()
3591  {  {
# Line 3440  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3612  if { (eval echo "$as_me:$LINENO: \"$ac_c
3612    ac_cv_c_bigendian=yes    ac_cv_c_bigendian=yes
3613  else  else
3614    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
3615  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
3616    
3617  ac_cv_c_bigendian=no  ac_cv_c_bigendian=no
3618  fi  fi
3619  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
3620  else  else
3621    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
3622  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
3623    
3624  # It does not; compile a test program.  # It does not; compile a test program.
3625  if test "$cross_compiling" = yes; then  if test "$cross_compiling" = yes; then
3626    # try to guess the endianess by grep'ing values into an object file    # try to guess the endianness by grepping values into an object file
3627    ac_cv_c_bigendian=unknown    ac_cv_c_bigendian=unknown
3628    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
3629  #line $LINENO "configure"  #line $LINENO "configure"
3630  #include "confdefs.h"  /* confdefs.h.  */
3631    _ACEOF
3632    cat confdefs.h >>conftest.$ac_ext
3633    cat >>conftest.$ac_ext <<_ACEOF
3634    /* end confdefs.h.  */
3635  short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };  short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
3636  short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };  short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
3637  void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }  void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
3638  short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };  short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
3639  short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };  short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
3640  void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }  void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
3641  int  int
3642  main ()  main ()
3643  {  {
# Line 3486  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3658  if { (eval echo "$as_me:$LINENO: \"$ac_c
3658    ac_status=$?    ac_status=$?
3659    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3660    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
3661    if fgrep BIGenDianSyS conftest.$ac_objext >/dev/null ; then    if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
3662    ac_cv_c_bigendian=yes    ac_cv_c_bigendian=yes
3663  fi  fi
3664  if fgrep LiTTleEnDian conftest.$ac_objext >/dev/null ; then  if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
3665    if test "$ac_cv_c_bigendian" = unknown; then    if test "$ac_cv_c_bigendian" = unknown; then
3666      ac_cv_c_bigendian=no      ac_cv_c_bigendian=no
3667    else    else
# Line 3499  if fgrep LiTTleEnDian conftest.$ac_objex Line 3671  if fgrep LiTTleEnDian conftest.$ac_objex
3671  fi  fi
3672  else  else
3673    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
3674  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
3675    
3676  fi  fi
3677  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
3678  else  else
3679    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
3680  #line $LINENO "configure"  #line $LINENO "configure"
3681  #include "confdefs.h"  /* confdefs.h.  */
3682    _ACEOF
3683    cat confdefs.h >>conftest.$ac_ext
3684    cat >>conftest.$ac_ext <<_ACEOF
3685    /* end confdefs.h.  */
3686  int  int
3687  main ()  main ()
3688  {  {
# Line 3534  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 3711  if { (eval echo "$as_me:$LINENO: \"$ac_l
3711  else  else
3712    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
3713  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
3714  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
3715    
3716  ( exit $ac_status )  ( exit $ac_status )
3717  ac_cv_c_bigendian=yes  ac_cv_c_bigendian=yes
3718  fi  fi
3719  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3720  fi  fi
3721  fi  fi
3722  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 3555  _ACEOF Line 3733  _ACEOF
3733    no)    no)
3734       ;;       ;;
3735    *)    *)
3736      { { echo "$as_me:$LINENO: error: unknown endianess      { { echo "$as_me:$LINENO: error: unknown endianness
3737  presetting ac_cv_c_bigendian=no (or yes) will help" >&5  presetting ac_cv_c_bigendian=no (or yes) will help" >&5
3738  echo "$as_me: error: unknown endianess  echo "$as_me: error: unknown endianness
3739  presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}  presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
3740     { (exit 1); exit 1; }; } ;;     { (exit 1); exit 1; }; } ;;
3741  esac  esac
# Line 3585  for ac_c_preproc_warn_flag in '' yes Line 3763  for ac_c_preproc_warn_flag in '' yes
3763  do  do
3764    # Use a header file that comes with gcc, so configuring glibc    # Use a header file that comes with gcc, so configuring glibc
3765    # with a fresh cross-compiler works.    # with a fresh cross-compiler works.
3766      # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3767      # <limits.h> exists even on freestanding compilers.
3768    # 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,
3769    # not just through cpp. "Syntax error" is here to catch this case.    # not just through cpp. "Syntax error" is here to catch this case.
3770    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
3771  #line $LINENO "configure"  #line $LINENO "configure"
3772  #include "confdefs.h"  /* confdefs.h.  */
3773  #include <assert.h>  _ACEOF
3774    cat confdefs.h >>conftest.$ac_ext
3775    cat >>conftest.$ac_ext <<_ACEOF
3776    /* end confdefs.h.  */
3777    #ifdef __STDC__
3778    # include <limits.h>
3779    #else
3780    # include <assert.h>
3781    #endif
3782                       Syntax error                       Syntax error
3783  _ACEOF  _ACEOF
3784  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3785    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3786    ac_status=$?    ac_status=$?
3787    egrep -v '^ *\+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
3788    rm -f conftest.er1    rm -f conftest.er1
3789    cat conftest.err >&5    cat conftest.err >&5
3790    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
# Line 3613  if test -z "$ac_cpp_err"; then Line 3801  if test -z "$ac_cpp_err"; then
3801    :    :
3802  else  else
3803    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
3804    cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
3805    
3806    # Broken: fails on valid input.    # Broken: fails on valid input.
3807  continue  continue
3808  fi  fi
# Line 3623  rm -f conftest.err conftest.$ac_ext Line 3812  rm -f conftest.err conftest.$ac_ext
3812    # can be detected and how.    # can be detected and how.
3813    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
3814  #line $LINENO "configure"  #line $LINENO "configure"
3815  #include "confdefs.h"  /* confdefs.h.  */
3816    _ACEOF
3817    cat confdefs.h >>conftest.$ac_ext
3818    cat >>conftest.$ac_ext <<_ACEOF
3819    /* end confdefs.h.  */
3820  #include <ac_nonexistent.h>  #include <ac_nonexistent.h>
3821  _ACEOF  _ACEOF
3822  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3823    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3824    ac_status=$?    ac_status=$?
3825    egrep -v '^ *\+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
3826    rm -f conftest.er1    rm -f conftest.er1
3827    cat conftest.err >&5    cat conftest.err >&5
3828    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
# Line 3647  if test -z "$ac_cpp_err"; then Line 3840  if test -z "$ac_cpp_err"; then
3840  continue  continue
3841  else  else
3842    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
3843    cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
3844    
3845    # Passes both tests.    # Passes both tests.
3846  ac_preproc_ok=:  ac_preproc_ok=:
3847  break  break
# Line 3676  for ac_c_preproc_warn_flag in '' yes Line 3870  for ac_c_preproc_warn_flag in '' yes
3870  do  do
3871    # Use a header file that comes with gcc, so configuring glibc    # Use a header file that comes with gcc, so configuring glibc
3872    # with a fresh cross-compiler works.    # with a fresh cross-compiler works.
3873      # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3874      # <limits.h> exists even on freestanding compilers.
3875    # 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,
3876    # not just through cpp. "Syntax error" is here to catch this case.    # not just through cpp. "Syntax error" is here to catch this case.
3877    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
3878  #line $LINENO "configure"  #line $LINENO "configure"
3879  #include "confdefs.h"  /* confdefs.h.  */
3880  #include <assert.h>  _ACEOF
3881    cat confdefs.h >>conftest.$ac_ext
3882    cat >>conftest.$ac_ext <<_ACEOF
3883    /* end confdefs.h.  */
3884    #ifdef __STDC__
3885    # include <limits.h>
3886    #else
3887    # include <assert.h>
3888    #endif
3889                       Syntax error                       Syntax error
3890  _ACEOF  _ACEOF
3891  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3892    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3893    ac_status=$?    ac_status=$?
3894    egrep -v '^ *\+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
3895    rm -f conftest.er1    rm -f conftest.er1
3896    cat conftest.err >&5    cat conftest.err >&5
3897    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
# Line 3704  if test -z "$ac_cpp_err"; then Line 3908  if test -z "$ac_cpp_err"; then
3908    :    :
3909  else  else
3910    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
3911    cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
3912    
3913    # Broken: fails on valid input.    # Broken: fails on valid input.
3914  continue  continue
3915  fi  fi
# Line 3714  rm -f conftest.err conftest.$ac_ext Line 3919  rm -f conftest.err conftest.$ac_ext
3919    # can be detected and how.    # can be detected and how.
3920    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
3921  #line $LINENO "configure"  #line $LINENO "configure"
3922  #include "confdefs.h"  /* confdefs.h.  */
3923    _ACEOF
3924    cat confdefs.h >>conftest.$ac_ext
3925    cat >>conftest.$ac_ext <<_ACEOF
3926    /* end confdefs.h.  */
3927  #include <ac_nonexistent.h>  #include <ac_nonexistent.h>
3928  _ACEOF  _ACEOF
3929  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3930    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3931    ac_status=$?    ac_status=$?
3932    egrep -v '^ *\+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
3933    rm -f conftest.er1    rm -f conftest.er1
3934    cat conftest.err >&5    cat conftest.err >&5
3935    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
# Line 3738  if test -z "$ac_cpp_err"; then Line 3947  if test -z "$ac_cpp_err"; then
3947  continue  continue
3948  else  else
3949    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
3950    cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
3951    
3952    # Passes both tests.    # Passes both tests.
3953  ac_preproc_ok=:  ac_preproc_ok=:
3954  break  break
# Line 3751  rm -f conftest.err conftest.$ac_ext Line 3961  rm -f conftest.err conftest.$ac_ext
3961  if $ac_preproc_ok; then  if $ac_preproc_ok; then
3962    :    :
3963  else  else
3964    { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check" >&5    { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3965  echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}  See \`config.log' for more details." >&5
3966    echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3967    See \`config.log' for more details." >&2;}
3968     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3969  fi  fi
3970    
# Line 3763  ac_link='$CC -o conftest$ac_exeext $CFLA Line 3975  ac_link='$CC -o conftest$ac_exeext $CFLA
3975  ac_compiler_gnu=$ac_cv_c_compiler_gnu  ac_compiler_gnu=$ac_cv_c_compiler_gnu
3976    
3977    
3978    echo "$as_me:$LINENO: checking for egrep" >&5
3979    echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3980    if test "${ac_cv_prog_egrep+set}" = set; then
3981      echo $ECHO_N "(cached) $ECHO_C" >&6
3982    else
3983      if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3984        then ac_cv_prog_egrep='grep -E'
3985        else ac_cv_prog_egrep='egrep'
3986        fi
3987    fi
3988    echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3989    echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3990     EGREP=$ac_cv_prog_egrep
3991    
3992    
3993  echo "$as_me:$LINENO: checking for ANSI C header files" >&5  echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3994  echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6  echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
3995  if test "${ac_cv_header_stdc+set}" = set; then  if test "${ac_cv_header_stdc+set}" = set; then
# Line 3770  if test "${ac_cv_header_stdc+set}" = set Line 3997  if test "${ac_cv_header_stdc+set}" = set
3997  else  else
3998    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
3999  #line $LINENO "configure"  #line $LINENO "configure"
4000  #include "confdefs.h"  /* confdefs.h.  */
4001    _ACEOF
4002    cat confdefs.h >>conftest.$ac_ext
4003    cat >>conftest.$ac_ext <<_ACEOF
4004    /* end confdefs.h.  */
4005  #include <stdlib.h>  #include <stdlib.h>
4006  #include <stdarg.h>  #include <stdarg.h>
4007  #include <string.h>  #include <string.h>
4008  #include <float.h>  #include <float.h>
4009    
4010    int
4011    main ()
4012    {
4013    
4014      ;
4015      return 0;
4016    }
4017  _ACEOF  _ACEOF
4018  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  rm -f conftest.$ac_objext
4019    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4020      (eval $ac_compile) 2>&5
4021    ac_status=$?    ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err  
   rm -f conftest.er1  
   cat conftest.err >&5  
4022    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4023    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } &&
4024    if test -s conftest.err; then           { ac_try='test -s conftest.$ac_objext'
4025      ac_cpp_err=$ac_c_preproc_warn_flag    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4026    else    (eval $ac_try) 2>&5
4027      ac_cpp_err=    ac_status=$?
4028    fi    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4029  else    (exit $ac_status); }; }; then
   ac_cpp_err=yes  
 fi  
 if test -z "$ac_cpp_err"; then  
4030    ac_cv_header_stdc=yes    ac_cv_header_stdc=yes
4031  else  else
4032    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4033    cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
4034    ac_cv_header_stdc=no  
4035    ac_cv_header_stdc=no
4036  fi  fi
4037  rm -f conftest.err conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
4038    
4039  if test $ac_cv_header_stdc = yes; then  if test $ac_cv_header_stdc = yes; then
4040    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4041    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4042  #line $LINENO "configure"  #line $LINENO "configure"
4043  #include "confdefs.h"  /* confdefs.h.  */
4044    _ACEOF
4045    cat confdefs.h >>conftest.$ac_ext
4046    cat >>conftest.$ac_ext <<_ACEOF
4047    /* end confdefs.h.  */
4048  #include <string.h>  #include <string.h>
4049    
4050  _ACEOF  _ACEOF
4051  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4052    egrep "memchr" >/dev/null 2>&1; then    $EGREP "memchr" >/dev/null 2>&1; then
4053    :    :
4054  else  else
4055    ac_cv_header_stdc=no    ac_cv_header_stdc=no
# Line 3824  if test $ac_cv_header_stdc = yes; then Line 4062  if test $ac_cv_header_stdc = yes; then
4062    # 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.
4063    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4064  #line $LINENO "configure"  #line $LINENO "configure"
4065  #include "confdefs.h"  /* confdefs.h.  */
4066    _ACEOF
4067    cat confdefs.h >>conftest.$ac_ext
4068    cat >>conftest.$ac_ext <<_ACEOF
4069    /* end confdefs.h.  */
4070  #include <stdlib.h>  #include <stdlib.h>
4071    
4072  _ACEOF  _ACEOF
4073  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4074    egrep "free" >/dev/null 2>&1; then    $EGREP "free" >/dev/null 2>&1; then
4075    :    :
4076  else  else
4077    ac_cv_header_stdc=no    ac_cv_header_stdc=no
# Line 3845  if test $ac_cv_header_stdc = yes; then Line 4087  if test $ac_cv_header_stdc = yes; then
4087  else  else
4088    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4089  #line $LINENO "configure"  #line $LINENO "configure"
4090  #include "confdefs.h"  /* confdefs.h.  */
4091    _ACEOF
4092    cat confdefs.h >>conftest.$ac_ext
4093    cat >>conftest.$ac_ext <<_ACEOF
4094    /* end confdefs.h.  */
4095  #include <ctype.h>  #include <ctype.h>
4096  #if ((' ' & 0x0FF) == 0x020)  #if ((' ' & 0x0FF) == 0x020)
4097  # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')  # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4098  # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))  # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4099  #else  #else
4100  # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \  # define ISLOWER(c) \
4101                       (('a' <= (c) && (c) <= 'i') \
4102                       || ('j' <= (c) && (c) <= 'r') \                       || ('j' <= (c) && (c) <= 'r') \
4103                       || ('s' <= (c) && (c) <= 'z'))                       || ('s' <= (c) && (c) <= 'z'))
4104  # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))  # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
# Line 3884  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 4131  if { (eval echo "$as_me:$LINENO: \"$ac_l
4131  else  else
4132    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
4133  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
4134  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
4135    
4136  ( exit $ac_status )  ( exit $ac_status )
4137  ac_cv_header_stdc=no  ac_cv_header_stdc=no
4138  fi  fi
4139  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4140  fi  fi
4141  fi  fi
4142  fi  fi
# Line 3923  if eval "test \"\${$as_ac_Header+set}\" Line 4171  if eval "test \"\${$as_ac_Header+set}\"
4171  else  else
4172    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4173  #line $LINENO "configure"  #line $LINENO "configure"
4174  #include "confdefs.h"  /* confdefs.h.  */
4175    _ACEOF
4176    cat confdefs.h >>conftest.$ac_ext
4177    cat >>conftest.$ac_ext <<_ACEOF
4178    /* end confdefs.h.  */
4179  $ac_includes_default  $ac_includes_default
4180    
4181  #include <$ac_header>  #include <$ac_header>
# Line 3943  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4195  if { (eval echo "$as_me:$LINENO: \"$ac_c
4195    eval "$as_ac_Header=yes"    eval "$as_ac_Header=yes"
4196  else  else
4197    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4198  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
4199    
4200  eval "$as_ac_Header=no"  eval "$as_ac_Header=no"
4201  fi  fi
4202  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 3967  if test "${ac_cv_type_void_p+set}" = set Line 4220  if test "${ac_cv_type_void_p+set}" = set
4220  else  else
4221    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4222  #line $LINENO "configure"  #line $LINENO "configure"
4223  #include "confdefs.h"  /* confdefs.h.  */
4224    _ACEOF
4225    cat confdefs.h >>conftest.$ac_ext
4226    cat >>conftest.$ac_ext <<_ACEOF
4227    /* end confdefs.h.  */
4228  $ac_includes_default  $ac_includes_default
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
4229  int  int
4230  main ()  main ()
4231  {  {
# Line 4001  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4252  if { (eval echo "$as_me:$LINENO: \"$ac_c
4252    ac_cv_type_void_p=yes    ac_cv_type_void_p=yes
4253  else  else
4254    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4255  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
4256    
4257  ac_cv_type_void_p=no  ac_cv_type_void_p=no
4258  fi  fi
4259  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 4023  else Line 4275  else
4275    # Depending upon the size, compute the lo and hi bounds.    # Depending upon the size, compute the lo and hi bounds.
4276  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
4277  #line $LINENO "configure"  #line $LINENO "configure"
4278  #include "confdefs.h"  /* confdefs.h.  */
4279    _ACEOF
4280    cat confdefs.h >>conftest.$ac_ext
4281    cat >>conftest.$ac_ext <<_ACEOF
4282    /* end confdefs.h.  */
4283  $ac_includes_default  $ac_includes_default
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
4284  int  int
4285  main ()  main ()
4286  {  {
# Line 4057  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4307  if { (eval echo "$as_me:$LINENO: \"$ac_c
4307    while :; do    while :; do
4308      cat >conftest.$ac_ext <<_ACEOF      cat >conftest.$ac_ext <<_ACEOF
4309  #line $LINENO "configure"  #line $LINENO "configure"
4310  #include "confdefs.h"  /* confdefs.h.  */
4311    _ACEOF
4312    cat confdefs.h >>conftest.$ac_ext
4313    cat >>conftest.$ac_ext <<_ACEOF
4314    /* end confdefs.h.  */
4315  $ac_includes_default  $ac_includes_default
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
4316  int  int
4317  main ()  main ()
4318  {  {
# Line 4090  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4338  if { (eval echo "$as_me:$LINENO: \"$ac_c
4338    ac_hi=$ac_mid; break    ac_hi=$ac_mid; break
4339  else  else
4340    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4341  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
4342    
4343  ac_lo=`expr $ac_mid + 1`  ac_lo=`expr $ac_mid + 1`
4344                      if test $ac_lo -le $ac_mid; then                      if test $ac_lo -le $ac_mid; then
4345                        ac_lo= ac_hi=                        ac_lo= ac_hi=
# Line 4102  rm -f conftest.$ac_objext conftest.$ac_e Line 4351  rm -f conftest.$ac_objext conftest.$ac_e
4351    done    done
4352  else  else
4353    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4354  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
4355    
4356  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
4357  #line $LINENO "configure"  #line $LINENO "configure"
4358  #include "confdefs.h"  /* confdefs.h.  */
4359    _ACEOF
4360    cat confdefs.h >>conftest.$ac_ext
4361    cat >>conftest.$ac_ext <<_ACEOF
4362    /* end confdefs.h.  */
4363  $ac_includes_default  $ac_includes_default
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
4364  int  int
4365  main ()  main ()
4366  {  {
# Line 4139  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4387  if { (eval echo "$as_me:$LINENO: \"$ac_c
4387    while :; do    while :; do
4388      cat >conftest.$ac_ext <<_ACEOF      cat >conftest.$ac_ext <<_ACEOF
4389  #line $LINENO "configure"  #line $LINENO "configure"
4390  #include "confdefs.h"  /* confdefs.h.  */
4391    _ACEOF
4392    cat confdefs.h >>conftest.$ac_ext
4393    cat >>conftest.$ac_ext <<_ACEOF
4394    /* end confdefs.h.  */
4395  $ac_includes_default  $ac_includes_default
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
4396  int  int
4397  main ()  main ()
4398  {  {
# Line 4172  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4418  if { (eval echo "$as_me:$LINENO: \"$ac_c
4418    ac_lo=$ac_mid; break    ac_lo=$ac_mid; break
4419  else  else
4420    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4421  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
4422    
4423  ac_hi=`expr '(' $ac_mid ')' - 1`  ac_hi=`expr '(' $ac_mid ')' - 1`
4424                         if test $ac_mid -le $ac_hi; then                         if test $ac_mid -le $ac_hi; then
4425                           ac_lo= ac_hi=                           ac_lo= ac_hi=
# Line 4184  rm -f conftest.$ac_objext conftest.$ac_e Line 4431  rm -f conftest.$ac_objext conftest.$ac_e
4431    done    done
4432  else  else
4433    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4434  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
4435    
4436  ac_lo= ac_hi=  ac_lo= ac_hi=
4437  fi  fi
4438  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 4195  while test "x$ac_lo" != "x$ac_hi"; do Line 4443  while test "x$ac_lo" != "x$ac_hi"; do
4443    ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`    ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
4444    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4445  #line $LINENO "configure"  #line $LINENO "configure"
4446  #include "confdefs.h"  /* confdefs.h.  */
4447    _ACEOF
4448    cat confdefs.h >>conftest.$ac_ext
4449    cat >>conftest.$ac_ext <<_ACEOF
4450    /* end confdefs.h.  */
4451  $ac_includes_default  $ac_includes_default
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
4452  int  int
4453  main ()  main ()
4454  {  {
# Line 4228  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4474  if { (eval echo "$as_me:$LINENO: \"$ac_c
4474    ac_hi=$ac_mid    ac_hi=$ac_mid
4475  else  else
4476    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4477  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
4478    
4479  ac_lo=`expr '(' $ac_mid ')' + 1`  ac_lo=`expr '(' $ac_mid ')' + 1`
4480  fi  fi
4481  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
4482  done  done
4483  case $ac_lo in  case $ac_lo in
4484  ?*) ac_cv_sizeof_void_p=$ac_lo;;  ?*) ac_cv_sizeof_void_p=$ac_lo;;
4485  '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77" >&5  '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
4486  echo "$as_me: error: cannot compute sizeof (void *), 77" >&2;}  See \`config.log' for more details." >&5
4487    echo "$as_me: error: cannot compute sizeof (void *), 77
4488    See \`config.log' for more details." >&2;}
4489     { (exit 1); exit 1; }; } ;;     { (exit 1); exit 1; }; } ;;
4490  esac  esac
4491  else  else
4492    if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
4493    { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling" >&5    { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
4494  echo "$as_me: error: cannot run test program while cross compiling" >&2;}  See \`config.log' for more details." >&5
4495    echo "$as_me: error: cannot run test program while cross compiling
4496    See \`config.log' for more details." >&2;}
4497     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4498  else  else
4499    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4500  #line $LINENO "configure"  #line $LINENO "configure"
4501  #include "confdefs.h"  /* confdefs.h.  */
4502    _ACEOF
4503    cat confdefs.h >>conftest.$ac_ext
4504    cat >>conftest.$ac_ext <<_ACEOF
4505    /* end confdefs.h.  */
4506  $ac_includes_default  $ac_includes_default
4507  long longval () { return (long) (sizeof (void *)); }  long longval () { return (long) (sizeof (void *)); }
4508  unsigned long ulongval () { return (long) (sizeof (void *)); }  unsigned long ulongval () { return (long) (sizeof (void *)); }
4509  #include <stdio.h>  #include <stdio.h>
4510  #include <stdlib.h>  #include <stdlib.h>
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
4511  int  int
4512  main ()  main ()
4513  {  {
# Line 4301  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 4550  if { (eval echo "$as_me:$LINENO: \"$ac_l
4550  else  else
4551    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
4552  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
4553  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
4554    
4555  ( exit $ac_status )  ( exit $ac_status )
4556  { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77" >&5  { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
4557  echo "$as_me: error: cannot compute sizeof (void *), 77" >&2;}  See \`config.log' for more details." >&5
4558    echo "$as_me: error: cannot compute sizeof (void *), 77
4559    See \`config.log' for more details." >&2;}
4560     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4561  fi  fi
4562  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4563  fi  fi
4564  fi  fi
4565  rm -f conftest.val  rm -f conftest.val
# Line 4329  if test "${ac_cv_type_long+set}" = set; Line 4581  if test "${ac_cv_type_long+set}" = set;
4581  else  else
4582    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4583  #line $LINENO "configure"  #line $LINENO "configure"
4584  #include "confdefs.h"  /* confdefs.h.  */
4585    _ACEOF
4586    cat confdefs.h >>conftest.$ac_ext
4587    cat >>conftest.$ac_ext <<_ACEOF
4588    /* end confdefs.h.  */
4589  $ac_includes_default  $ac_includes_default
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
4590  int  int
4591  main ()  main ()
4592  {  {
# Line 4363  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4613  if { (eval echo "$as_me:$LINENO: \"$ac_c
4613    ac_cv_type_long=yes    ac_cv_type_long=yes
4614  else  else
4615    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4616  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
4617    
4618  ac_cv_type_long=no  ac_cv_type_long=no
4619  fi  fi
4620  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 4385  else Line 4636  else
4636    # Depending upon the size, compute the lo and hi bounds.    # Depending upon the size, compute the lo and hi bounds.
4637  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
4638  #line $LINENO "configure"  #line $LINENO "configure"
4639  #include "confdefs.h"  /* confdefs.h.  */
4640    _ACEOF
4641    cat confdefs.h >>conftest.$ac_ext
4642    cat >>conftest.$ac_ext <<_ACEOF
4643    /* end confdefs.h.  */
4644  $ac_includes_default  $ac_includes_default
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
4645  int  int
4646  main ()  main ()
4647  {  {
# Line 4419  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4668  if { (eval echo "$as_me:$LINENO: \"$ac_c
4668    while :; do    while :; do
4669      cat >conftest.$ac_ext <<_ACEOF      cat >conftest.$ac_ext <<_ACEOF
4670  #line $LINENO "configure"  #line $LINENO "configure"
4671  #include "confdefs.h"  /* confdefs.h.  */
4672    _ACEOF
4673    cat confdefs.h >>conftest.$ac_ext
4674    cat >>conftest.$ac_ext <<_ACEOF
4675    /* end confdefs.h.  */
4676  $ac_includes_default  $ac_includes_default
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
4677  int  int
4678  main ()  main ()
4679  {  {
# Line 4452  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4699  if { (eval echo "$as_me:$LINENO: \"$ac_c
4699    ac_hi=$ac_mid; break    ac_hi=$ac_mid; break
4700  else  else
4701    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4702  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
4703    
4704  ac_lo=`expr $ac_mid + 1`  ac_lo=`expr $ac_mid + 1`
4705                      if test $ac_lo -le $ac_mid; then                      if test $ac_lo -le $ac_mid; then
4706                        ac_lo= ac_hi=                        ac_lo= ac_hi=
# Line 4464  rm -f conftest.$ac_objext conftest.$ac_e Line 4712  rm -f conftest.$ac_objext conftest.$ac_e
4712    done    done
4713  else  else
4714    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4715  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
4716    
4717  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
4718  #line $LINENO "configure"  #line $LINENO "configure"
4719  #include "confdefs.h"  /* confdefs.h.  */
4720    _ACEOF
4721    cat confdefs.h >>conftest.$ac_ext
4722    cat >>conftest.$ac_ext <<_ACEOF
4723    /* end confdefs.h.  */
4724  $ac_includes_default  $ac_includes_default
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
4725  int  int
4726  main ()  main ()
4727  {  {
# Line 4501  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4748  if { (eval echo "$as_me:$LINENO: \"$ac_c
4748    while :; do    while :; do
4749      cat >conftest.$ac_ext <<_ACEOF      cat >conftest.$ac_ext <<_ACEOF
4750  #line $LINENO "configure"  #line $LINENO "configure"
4751  #include "confdefs.h"  /* confdefs.h.  */
4752    _ACEOF
4753    cat confdefs.h >>conftest.$ac_ext
4754    cat >>conftest.$ac_ext <<_ACEOF
4755    /* end confdefs.h.  */
4756  $ac_includes_default  $ac_includes_default
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
4757  int  int
4758  main ()  main ()
4759  {  {
# Line 4534  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4779  if { (eval echo "$as_me:$LINENO: \"$ac_c
4779    ac_lo=$ac_mid; break    ac_lo=$ac_mid; break
4780  else  else
4781    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4782  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
4783    
4784  ac_hi=`expr '(' $ac_mid ')' - 1`  ac_hi=`expr '(' $ac_mid ')' - 1`
4785                         if test $ac_mid -le $ac_hi; then                         if test $ac_mid -le $ac_hi; then
4786                           ac_lo= ac_hi=                           ac_lo= ac_hi=
# Line 4546  rm -f conftest.$ac_objext conftest.$ac_e Line 4792  rm -f conftest.$ac_objext conftest.$ac_e
4792    done    done
4793  else  else
4794    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4795  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
4796    
4797  ac_lo= ac_hi=  ac_lo= ac_hi=
4798  fi  fi
4799  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 4557  while test "x$ac_lo" != "x$ac_hi"; do Line 4804  while test "x$ac_lo" != "x$ac_hi"; do
4804    ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`    ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
4805    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4806  #line $LINENO "configure"  #line $LINENO "configure"
4807  #include "confdefs.h"  /* confdefs.h.  */
4808    _ACEOF
4809    cat confdefs.h >>conftest.$ac_ext
4810    cat >>conftest.$ac_ext <<_ACEOF
4811    /* end confdefs.h.  */
4812  $ac_includes_default  $ac_includes_default
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
4813  int  int
4814  main ()  main ()
4815  {  {
# Line 4590  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4835  if { (eval echo "$as_me:$LINENO: \"$ac_c
4835    ac_hi=$ac_mid    ac_hi=$ac_mid
4836  else  else
4837    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4838  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
4839    
4840  ac_lo=`expr '(' $ac_mid ')' + 1`  ac_lo=`expr '(' $ac_mid ')' + 1`
4841  fi  fi
4842  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
4843  done  done
4844  case $ac_lo in  case $ac_lo in
4845  ?*) ac_cv_sizeof_long=$ac_lo;;  ?*) ac_cv_sizeof_long=$ac_lo;;
4846  '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77" >&5  '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
4847  echo "$as_me: error: cannot compute sizeof (long), 77" >&2;}  See \`config.log' for more details." >&5
4848    echo "$as_me: error: cannot compute sizeof (long), 77
4849    See \`config.log' for more details." >&2;}
4850     { (exit 1); exit 1; }; } ;;     { (exit 1); exit 1; }; } ;;
4851  esac  esac
4852  else  else
4853    if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
4854    { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling" >&5    { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
4855  echo "$as_me: error: cannot run test program while cross compiling" >&2;}  See \`config.log' for more details." >&5
4856    echo "$as_me: error: cannot run test program while cross compiling
4857    See \`config.log' for more details." >&2;}
4858     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4859  else  else
4860    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4861  #line $LINENO "configure"  #line $LINENO "configure"
4862  #include "confdefs.h"  /* confdefs.h.  */
4863    _ACEOF
4864    cat confdefs.h >>conftest.$ac_ext
4865    cat >>conftest.$ac_ext <<_ACEOF
4866    /* end confdefs.h.  */
4867  $ac_includes_default  $ac_includes_default
4868  long longval () { return (long) (sizeof (long)); }  long longval () { return (long) (sizeof (long)); }
4869  unsigned long ulongval () { return (long) (sizeof (long)); }  unsigned long ulongval () { return (long) (sizeof (long)); }
4870  #include <stdio.h>  #include <stdio.h>
4871  #include <stdlib.h>  #include <stdlib.h>
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
4872  int  int
4873  main ()  main ()
4874  {  {
# Line 4663  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 4911  if { (eval echo "$as_me:$LINENO: \"$ac_l
4911  else  else
4912    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
4913  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
4914  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
4915    
4916  ( exit $ac_status )  ( exit $ac_status )
4917  { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77" >&5  { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
4918  echo "$as_me: error: cannot compute sizeof (long), 77" >&2;}  See \`config.log' for more details." >&5
4919    echo "$as_me: error: cannot compute sizeof (long), 77
4920    See \`config.log' for more details." >&2;}
4921     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4922  fi  fi
4923  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4924  fi  fi
4925  fi  fi
4926  rm -f conftest.val  rm -f conftest.val
# Line 4696  else Line 4947  else
4947  LIBS="-llzo  $LIBS"  LIBS="-llzo  $LIBS"
4948  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
4949  #line $LINENO "configure"  #line $LINENO "configure"
4950  #include "confdefs.h"  /* confdefs.h.  */
4951    _ACEOF
4952    cat confdefs.h >>conftest.$ac_ext
4953    cat >>conftest.$ac_ext <<_ACEOF
4954    /* end confdefs.h.  */
4955    
4956  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
4957  #ifdef __cplusplus  #ifdef __cplusplus
# Line 4705  extern "C" Line 4960  extern "C"
4960  /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
4961     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
4962  char __lzo_init2 ();  char __lzo_init2 ();
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
4963  int  int
4964  main ()  main ()
4965  {  {
# Line 4734  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 4983  if { (eval echo "$as_me:$LINENO: \"$ac_l
4983    ac_cv_lib_lzo___lzo_init2=yes    ac_cv_lib_lzo___lzo_init2=yes
4984  else  else
4985    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4986  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
4987    
4988  ac_cv_lib_lzo___lzo_init2=no  ac_cv_lib_lzo___lzo_init2=no
4989  fi  fi
4990  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 4762  if test "${ac_cv_func_lzo1x_999_compress Line 5012  if test "${ac_cv_func_lzo1x_999_compress
5012  else  else
5013    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
5014  #line $LINENO "configure"  #line $LINENO "configure"
5015  #include "confdefs.h"  /* confdefs.h.  */
5016    _ACEOF
5017    cat confdefs.h >>conftest.$ac_ext
5018    cat >>conftest.$ac_ext <<_ACEOF
5019    /* end confdefs.h.  */
5020  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
5021      which can conflict with char lzo1x_999_compress (); below.  */      which can conflict with char lzo1x_999_compress (); below.
5022  #include <assert.h>      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5023        <limits.h> exists even on freestanding compilers.  */
5024    #ifdef __STDC__
5025    # include <limits.h>
5026    #else
5027    # include <assert.h>
5028    #endif
5029  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
5030  #ifdef __cplusplus  #ifdef __cplusplus
5031  extern "C"  extern "C"
5032    {
5033  #endif  #endif
5034  /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
5035     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
5036  char lzo1x_999_compress ();  char lzo1x_999_compress ();
 char (*f) ();  
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  
 main ()  
 {  
5037  /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
5038      to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
5039      something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
5040  #if defined (__stub_lzo1x_999_compress) || defined (__stub___lzo1x_999_compress)  #if defined (__stub_lzo1x_999_compress) || defined (__stub___lzo1x_999_compress)
5041  choke me  choke me
5042  #else  #else
5043  f = lzo1x_999_compress;  char (*f) () = lzo1x_999_compress;
5044    #endif
5045    #ifdef __cplusplus
5046    }
5047  #endif  #endif
5048    
5049    int
5050    main ()
5051    {
5052    return f != lzo1x_999_compress;
5053    ;    ;
5054    return 0;    return 0;
5055  }  }
# Line 4812  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 5069  if { (eval echo "$as_me:$LINENO: \"$ac_l
5069    ac_cv_func_lzo1x_999_compress=yes    ac_cv_func_lzo1x_999_compress=yes
5070  else  else
5071    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
5072  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
5073    
5074  ac_cv_func_lzo1x_999_compress=no  ac_cv_func_lzo1x_999_compress=no
5075  fi  fi
5076  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 4833  CFLAGS="$tmp_CFLAGS" Line 5091  CFLAGS="$tmp_CFLAGS"
5091  CPPFLAGS="$tmp_CPPFLAGS"  CPPFLAGS="$tmp_CPPFLAGS"
5092    
5093  # Output files.  # Output files.
5094  ac_config_links="$ac_config_links include/pupa/cpu:include/pupa/$host_cpu include/pupa/machine:include/pupa/$host_cpu/$host_vendor"                      ac_config_links="$ac_config_links include/pupa/cpu:include/pupa/$host_cpu include/pupa/machine:include/pupa/$host_cpu/$host_vendor"
5095    
5096  ac_config_files="$ac_config_files Makefile"            ac_config_files="$ac_config_files Makefile"
5097    
5098  ac_config_files="$ac_config_files stamp-h"            ac_config_files="$ac_config_files stamp-h"
5099    
5100  cat >confcache <<\_ACEOF  cat >confcache <<\_ACEOF
5101  # This file is a shell script that caches the results of configure  # This file is a shell script that caches the results of configure
# Line 4849  cat >confcache <<\_ACEOF Line 5107  cat >confcache <<\_ACEOF
5107  # config.status only pays attention to the cache file if you give it  # config.status only pays attention to the cache file if you give it
5108  # the --recheck option to rerun configure.  # the --recheck option to rerun configure.
5109  #  #
5110  # `ac_cv_env_foo' variables (set or unset) will be overriden when  # `ac_cv_env_foo' variables (set or unset) will be overridden when
5111  # loading this file, other *unset* `ac_cv_foo' will be assigned the  # loading this file, other *unset* `ac_cv_foo' will be assigned the
5112  # following values.  # following values.
5113    
# Line 4884  _ACEOF Line 5142  _ACEOF
5142       t end       t end
5143       /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/       /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5144       : end' >>confcache       : end' >>confcache
5145  if cmp -s $cache_file confcache; then :; else  if diff $cache_file confcache >/dev/null 2>&1; then :; else
5146    if test -w $cache_file; then    if test -w $cache_file; then
5147      test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"      test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
5148      cat confcache >$cache_file      cat confcache >$cache_file
# Line 4915  fi Line 5173  fi
5173    
5174  DEFS=-DHAVE_CONFIG_H  DEFS=-DHAVE_CONFIG_H
5175    
5176    ac_libobjs=
5177    ac_ltlibobjs=
5178    for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
5179      # 1. Remove the extension, and $U if already installed.
5180      ac_i=`echo "$ac_i" |
5181             sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
5182      # 2. Add them.
5183      ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
5184      ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
5185    done
5186    LIBOBJS=$ac_libobjs
5187    
5188    LTLIBOBJS=$ac_ltlibobjs
5189    
5190    
5191    
5192  : ${CONFIG_STATUS=./config.status}  : ${CONFIG_STATUS=./config.status}
5193  ac_clean_files_save=$ac_clean_files  ac_clean_files_save=$ac_clean_files
# Line 4929  cat >$CONFIG_STATUS <<_ACEOF Line 5202  cat >$CONFIG_STATUS <<_ACEOF
5202  # configure, is in config.log if it exists.  # configure, is in config.log if it exists.
5203    
5204  debug=false  debug=false
5205    ac_cs_recheck=false
5206    ac_cs_silent=false
5207  SHELL=\${CONFIG_SHELL-$SHELL}  SHELL=\${CONFIG_SHELL-$SHELL}
5208  _ACEOF  _ACEOF
5209    
5210  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF
   
5211  ## --------------------- ##  ## --------------------- ##
5212  ## M4sh Initialization.  ##  ## M4sh Initialization.  ##
5213  ## --------------------- ##  ## --------------------- ##
# Line 4942  cat >>$CONFIG_STATUS <<\_ACEOF Line 5216  cat >>$CONFIG_STATUS <<\_ACEOF
5216  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
5217    emulate sh    emulate sh
5218    NULLCMD=:    NULLCMD=:
5219      # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
5220      # is contrary to our usage.  Disable this feature.
5221      alias -g '${1+"$@"}'='"$@"'
5222  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
5223    set -o posix    set -o posix
5224  fi  fi
5225    
 # NLS nuisances.  
5226  # Support unset when possible.  # Support unset when possible.
5227  if (FOO=FOO; unset FOO) >/dev/null 2>&1; then  if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
5228    as_unset=unset    as_unset=unset
# Line 4954  else Line 5230  else
5230    as_unset=false    as_unset=false
5231  fi  fi
5232    
5233  (set +x; test -n "`(LANG=C; export LANG) 2>&1`") &&  
5234      { $as_unset LANG || test "${LANG+set}" != set; } ||  # Work around bugs in pre-3.0 UWIN ksh.
5235        { LANG=C; export LANG; }  $as_unset ENV MAIL MAILPATH
5236  (set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") &&  PS1='$ '
5237      { $as_unset LC_ALL || test "${LC_ALL+set}" != set; } ||  PS2='> '
5238        { LC_ALL=C; export LC_ALL; }  PS4='+ '
5239  (set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") &&  
5240      { $as_unset LC_TIME || test "${LC_TIME+set}" != set; } ||  # NLS nuisances.
5241        { LC_TIME=C; export LC_TIME; }  for as_var in \
5242  (set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") &&    LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
5243      { $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } ||    LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
5244        { LC_CTYPE=C; export LC_CTYPE; }    LC_TELEPHONE LC_TIME
5245  (set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") &&  do
5246      { $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } ||    if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
5247        { LANGUAGE=C; export LANGUAGE; }      eval $as_var=C; export $as_var
5248  (set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") &&    else
5249      { $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } ||      $as_unset $as_var
5250        { LC_COLLATE=C; export LC_COLLATE; }    fi
5251  (set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") &&  done
5252      { $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } ||  
5253        { LC_NUMERIC=C; export LC_NUMERIC; }  # Required to use basename.
5254  (set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") &&  if expr a : '\(a\)' >/dev/null 2>&1; then
5255      { $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } ||    as_expr=expr
5256        { LC_MESSAGES=C; export LC_MESSAGES; }  else
5257      as_expr=false
5258    fi
5259    
5260    if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
5261      as_basename=basename
5262    else
5263      as_basename=false
5264    fi
5265    
5266    
5267  # Name of the executable.  # Name of the executable.
5268  as_me=`(basename "$0") 2>/dev/null ||  as_me=`$as_basename "$0" ||
5269  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
5270           X"$0" : 'X\(//\)$' \| \           X"$0" : 'X\(//\)$' \| \
5271           X"$0" : 'X\(/\)$' \| \           X"$0" : 'X\(/\)$' \| \
# Line 4992  echo X/"$0" | Line 5276  echo X/"$0" |
5276            /^X\/\(\/\).*/{ s//\1/; q; }            /^X\/\(\/\).*/{ s//\1/; q; }
5277            s/.*/./; q'`            s/.*/./; q'`
5278    
5279    
5280  # PATH needs CR, and LINENO needs CR and PATH.  # PATH needs CR, and LINENO needs CR and PATH.
5281  # Avoid depending upon Character Ranges.  # Avoid depending upon Character Ranges.
5282  as_cr_letters='abcdefghijklmnopqrstuvwxyz'  as_cr_letters='abcdefghijklmnopqrstuvwxyz'
# Line 5002  as_cr_alnum=$as_cr_Letters$as_cr_digits Line 5287  as_cr_alnum=$as_cr_Letters$as_cr_digits
5287    
5288  # The user is always right.  # The user is always right.
5289  if test "${PATH_SEPARATOR+set}" != set; then  if test "${PATH_SEPARATOR+set}" != set; then
5290    echo "#! /bin/sh" >conftest.sh    echo "#! /bin/sh" >conf$$.sh
5291    echo  "exit 0"   >>conftest.sh    echo  "exit 0"   >>conf$$.sh
5292    chmod +x conftest.sh    chmod +x conf$$.sh
5293    if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then    if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
5294      PATH_SEPARATOR=';'      PATH_SEPARATOR=';'
5295    else    else
5296      PATH_SEPARATOR=:      PATH_SEPARATOR=:
5297    fi    fi
5298    rm -f conftest.sh    rm -f conf$$.sh
5299  fi  fi
5300    
5301    
# Line 5059  do Line 5344  do
5344    as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`    as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
5345    test "x$as_lineno_1" != "x$as_lineno_2" &&    test "x$as_lineno_1" != "x$as_lineno_2" &&
5346    test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then    test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
5347                 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
5348                 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
5349               CONFIG_SHELL=$as_dir/$as_base               CONFIG_SHELL=$as_dir/$as_base
5350               export CONFIG_SHELL               export CONFIG_SHELL
5351               exec "$CONFIG_SHELL" "$0" ${1+"$@"}               exec "$CONFIG_SHELL" "$0" ${1+"$@"}
# Line 5132  else Line 5419  else
5419  fi  fi
5420  rm -f conf$$ conf$$.exe conf$$.file  rm -f conf$$ conf$$.exe conf$$.file
5421    
5422    if mkdir -p . 2>/dev/null; then
5423      as_mkdir_p=:
5424    else
5425      as_mkdir_p=false
5426    fi
5427    
5428  as_executable_p="test -f"  as_executable_p="test -f"
5429    
5430  # Sed expression to map a string onto a valid CPP name.  # Sed expression to map a string onto a valid CPP name.
# Line 5148  as_nl=' Line 5441  as_nl='
5441  IFS="   $as_nl"  IFS="   $as_nl"
5442    
5443  # CDPATH.  # CDPATH.
5444  $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; }  $as_unset CDPATH
5445    
5446  exec 6>&1  exec 6>&1
5447    
# Line 5165  _ASBOX Line 5458  _ASBOX
5458  cat >&5 <<_CSEOF  cat >&5 <<_CSEOF
5459    
5460  This file was extended by PUPA $as_me 0.6, which was  This file was extended by PUPA $as_me 0.6, which was
5461  generated by GNU Autoconf 2.53.  Invocation command line was  generated by GNU Autoconf 2.57.  Invocation command line was
5462    
5463    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
5464    CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 5205  Usage: $0 [OPTIONS] [FILE]... Line 5498  Usage: $0 [OPTIONS] [FILE]...
5498    
5499    -h, --help       print this help, then exit    -h, --help       print this help, then exit
5500    -V, --version    print version number, then exit    -V, --version    print version number, then exit
5501      -q, --quiet      do not print progress messages
5502    -d, --debug      don't remove temporary files    -d, --debug      don't remove temporary files
5503        --recheck    update $as_me by reconfiguring in the same conditions        --recheck    update $as_me by reconfiguring in the same conditions
5504    --file=FILE[:TEMPLATE]    --file=FILE[:TEMPLATE]
# Line 5227  _ACEOF Line 5521  _ACEOF
5521  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
5522  ac_cs_version="\\  ac_cs_version="\\
5523  PUPA config.status 0.6  PUPA config.status 0.6
5524  configured by $0, generated by GNU Autoconf 2.53,  configured by $0, generated by GNU Autoconf 2.57,
5525    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
5526    
5527  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
# Line 5248  do Line 5542  do
5542    --*=*)    --*=*)
5543      ac_option=`expr "x$1" : 'x\([^=]*\)='`      ac_option=`expr "x$1" : 'x\([^=]*\)='`
5544      ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`      ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
5545      shift      ac_shift=:
5546      set dummy "$ac_option" "$ac_optarg" ${1+"$@"}      ;;
5547      shift    -*)
5548        ac_option=$1
5549        ac_optarg=$2
5550        ac_shift=shift
5551      ;;      ;;
   -*);;  
5552    *) # This is not an option, so the user has probably given explicit    *) # This is not an option, so the user has probably given explicit
5553       # arguments.       # arguments.
5554         ac_option=$1
5555       ac_need_defaults=false;;       ac_need_defaults=false;;
5556    esac    esac
5557    
5558    case $1 in    case $ac_option in
5559    # Handling of the options.    # Handling of the options.
5560  _ACEOF  _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF  
   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)  
     echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"  
     exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;  
 _ACEOF  
5561  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF
5562      -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
5563        ac_cs_recheck=: ;;
5564    --version | --vers* | -V )    --version | --vers* | -V )
5565      echo "$ac_cs_version"; exit 0 ;;      echo "$ac_cs_version"; exit 0 ;;
5566    --he | --h)    --he | --h)
# Line 5281  Try \`$0 --help' for more information." Line 5575  Try \`$0 --help' for more information."
5575    --debug | --d* | -d )    --debug | --d* | -d )
5576      debug=: ;;      debug=: ;;
5577    --file | --fil | --fi | --f )    --file | --fil | --fi | --f )
5578      shift      $ac_shift
5579      CONFIG_FILES="$CONFIG_FILES $1"      CONFIG_FILES="$CONFIG_FILES $ac_optarg"
5580      ac_need_defaults=false;;      ac_need_defaults=false;;
5581    --header | --heade | --head | --hea )    --header | --heade | --head | --hea )
5582      shift      $ac_shift
5583      CONFIG_HEADERS="$CONFIG_HEADERS $1"      CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
5584      ac_need_defaults=false;;      ac_need_defaults=false;;
5585      -q | -quiet | --quiet | --quie | --qui | --qu | --q \
5586      | -silent | --silent | --silen | --sile | --sil | --si | --s)
5587        ac_cs_silent=: ;;
5588    
5589    # This is an error.    # This is an error.
5590    -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1    -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
# Line 5302  Try \`$0 --help' for more information." Line 5599  Try \`$0 --help' for more information."
5599    shift    shift
5600  done  done
5601    
5602    ac_configure_extra_args=
5603    
5604    if $ac_cs_silent; then
5605      exec 6>/dev/null
5606      ac_configure_extra_args="$ac_configure_extra_args --silent"
5607    fi
5608    
5609    _ACEOF
5610    cat >>$CONFIG_STATUS <<_ACEOF
5611    if \$ac_cs_recheck; then
5612      echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
5613      exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5614    fi
5615    
5616  _ACEOF  _ACEOF
5617    
5618    
# Line 5334  if $ac_need_defaults; then Line 5645  if $ac_need_defaults; then
5645    test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links    test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
5646  fi  fi
5647    
5648    # Have a temporary directory for convenience.  Make it in the build tree
5649    # simply because there is no reason to put it here, and in addition,
5650    # creating and moving files from /tmp can sometimes cause problems.
5651  # Create a temporary directory, and hook for its removal unless debugging.  # Create a temporary directory, and hook for its removal unless debugging.
5652  $debug ||  $debug ||
5653  {  {
# Line 5342  $debug || Line 5656  $debug ||
5656  }  }
5657    
5658  # Create a (secure) tmp directory for tmp files.  # Create a (secure) tmp directory for tmp files.
5659  : ${TMPDIR=/tmp}  
5660  {  {
5661    tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&    tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
5662    test -n "$tmp" && test -d "$tmp"    test -n "$tmp" && test -d "$tmp"
5663  }  ||  }  ||
5664  {  {
5665    tmp=$TMPDIR/cs$$-$RANDOM    tmp=./confstat$$-$RANDOM
5666    (umask 077 && mkdir $tmp)    (umask 077 && mkdir $tmp)
5667  } ||  } ||
5668  {  {
5669     echo "$me: cannot create a temporary directory in $TMPDIR" >&2     echo "$me: cannot create a temporary directory in ." >&2
5670     { (exit 1); exit 1; }     { (exit 1); exit 1; }
5671  }  }
5672    
# Line 5430  s,@ac_ct_LD@,$ac_ct_LD,;t t Line 5744  s,@ac_ct_LD@,$ac_ct_LD,;t t
5744  s,@RUBY@,$RUBY,;t t  s,@RUBY@,$RUBY,;t t
5745  s,@BUILD_CC@,$BUILD_CC,;t t  s,@BUILD_CC@,$BUILD_CC,;t t
5746  s,@CPP@,$CPP,;t t  s,@CPP@,$CPP,;t t
5747    s,@EGREP@,$EGREP,;t t
5748    s,@LIBOBJS@,$LIBOBJS,;t t
5749    s,@LTLIBOBJS@,$LTLIBOBJS,;t t
5750  CEOF  CEOF
5751    
5752  _ACEOF  _ACEOF
# Line 5500  echo X"$ac_file" | Line 5817  echo X"$ac_file" |
5817            /^X\(\/\/\)$/{ s//\1/; q; }            /^X\(\/\/\)$/{ s//\1/; q; }
5818            /^X\(\/\).*/{ s//\1/; q; }            /^X\(\/\).*/{ s//\1/; q; }
5819            s/.*/./; q'`            s/.*/./; q'`
5820    { case "$ac_dir" in    { if $as_mkdir_p; then
5821    [\\/]* | ?:[\\/]* ) as_incr_dir=;;      mkdir -p "$ac_dir"
5822    *)                      as_incr_dir=.;;    else
5823  esac      as_dir="$ac_dir"
5824  as_dummy="$ac_dir"      as_dirs=
5825  for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do      while test ! -d "$as_dir"; do
5826    case $as_mkdir_dir in        as_dirs="$as_dir $as_dirs"
5827      # Skip DOS drivespec        as_dir=`(dirname "$as_dir") 2>/dev/null ||
5828      ?:) as_incr_dir=$as_mkdir_dir ;;  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5829      *)           X"$as_dir" : 'X\(//\)[^/]' \| \
5830        as_incr_dir=$as_incr_dir/$as_mkdir_dir           X"$as_dir" : 'X\(//\)$' \| \
5831        test -d "$as_incr_dir" ||           X"$as_dir" : 'X\(/\)' \| \
5832          mkdir "$as_incr_dir" ||           .     : '\(.\)' 2>/dev/null ||
5833          { { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&5  echo X"$as_dir" |
5834  echo "$as_me: error: cannot create \"$ac_dir\"" >&2;}      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
5835     { (exit 1); exit 1; }; }            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
5836      ;;            /^X\(\/\/\)$/{ s//\1/; q; }
5837    esac            /^X\(\/\).*/{ s//\1/; q; }
5838  done; }            s/.*/./; q'`
5839        done
5840        test ! -n "$as_dirs" || mkdir $as_dirs
5841      fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
5842    echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
5843       { (exit 1); exit 1; }; }; }
5844    
5845    ac_builddir=.    ac_builddir=.
5846    
# Line 5548  esac Line 5870  esac
5870  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
5871  # absolute.  # absolute.
5872  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
5873  ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`  ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
5874  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
5875  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
5876    
# Line 5742  _ACEOF Line 6064  _ACEOF
6064  # Break up conftest.defines because some shells have a limit on the size  # Break up conftest.defines because some shells have a limit on the size
6065  # of here documents, and old seds have small limits too (100 cmds).  # of here documents, and old seds have small limits too (100 cmds).
6066  echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS  echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
6067  echo '  if egrep "^[    ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS  echo '  if grep "^[     ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
6068  echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS  echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
6069  echo '  :' >>$CONFIG_STATUS  echo '  :' >>$CONFIG_STATUS
6070  rm -f conftest.tail  rm -f conftest.tail
# Line 5766  do Line 6088  do
6088    mv conftest.tail conftest.defines    mv conftest.tail conftest.defines
6089  done  done
6090  rm -f conftest.defines  rm -f conftest.defines
6091  echo '  fi # egrep' >>$CONFIG_STATUS  echo '  fi # grep' >>$CONFIG_STATUS
6092  echo >>$CONFIG_STATUS  echo >>$CONFIG_STATUS
6093    
6094  # Break up conftest.undefs because some shells have a limit on the size  # Break up conftest.undefs because some shells have a limit on the size
# Line 5806  cat >>$CONFIG_STATUS <<\_ACEOF Line 6128  cat >>$CONFIG_STATUS <<\_ACEOF
6128    cat $tmp/in >>$tmp/config.h    cat $tmp/in >>$tmp/config.h
6129    rm -f $tmp/in    rm -f $tmp/in
6130    if test x"$ac_file" != x-; then    if test x"$ac_file" != x-; then
6131      if cmp -s $ac_file $tmp/config.h 2>/dev/null; then      if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
6132        { echo "$as_me:$LINENO: $ac_file is unchanged" >&5        { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
6133  echo "$as_me: $ac_file is unchanged" >&6;}  echo "$as_me: $ac_file is unchanged" >&6;}
6134      else      else
# Line 5822  echo X"$ac_file" | Line 6144  echo X"$ac_file" |
6144            /^X\(\/\/\)$/{ s//\1/; q; }            /^X\(\/\/\)$/{ s//\1/; q; }
6145            /^X\(\/\).*/{ s//\1/; q; }            /^X\(\/\).*/{ s//\1/; q; }
6146            s/.*/./; q'`            s/.*/./; q'`
6147        { case "$ac_dir" in        { if $as_mkdir_p; then
6148    [\\/]* | ?:[\\/]* ) as_incr_dir=;;      mkdir -p "$ac_dir"
6149    *)                      as_incr_dir=.;;    else
6150  esac      as_dir="$ac_dir"
6151  as_dummy="$ac_dir"      as_dirs=
6152  for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do      while test ! -d "$as_dir"; do
6153    case $as_mkdir_dir in        as_dirs="$as_dir $as_dirs"
6154      # Skip DOS drivespec        as_dir=`(dirname "$as_dir") 2>/dev/null ||
6155      ?:) as_incr_dir=$as_mkdir_dir ;;  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6156      *)           X"$as_dir" : 'X\(//\)[^/]' \| \
6157        as_incr_dir=$as_incr_dir/$as_mkdir_dir           X"$as_dir" : 'X\(//\)$' \| \
6158        test -d "$as_incr_dir" ||           X"$as_dir" : 'X\(/\)' \| \
6159          mkdir "$as_incr_dir" ||           .     : '\(.\)' 2>/dev/null ||
6160          { { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&5  echo X"$as_dir" |
6161  echo "$as_me: error: cannot create \"$ac_dir\"" >&2;}      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6162     { (exit 1); exit 1; }; }            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6163      ;;            /^X\(\/\/\)$/{ s//\1/; q; }
6164    esac            /^X\(\/\).*/{ s//\1/; q; }
6165  done; }            s/.*/./; q'`
6166        done
6167        test ! -n "$as_dirs" || mkdir $as_dirs
6168      fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6169    echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6170       { (exit 1); exit 1; }; }; }
6171    
6172        rm -f $ac_file        rm -f $ac_file
6173        mv $tmp/config.h $ac_file        mv $tmp/config.h $ac_file
# Line 5884  echo X"$ac_dest" | Line 6211  echo X"$ac_dest" |
6211            /^X\(\/\/\)$/{ s//\1/; q; }            /^X\(\/\/\)$/{ s//\1/; q; }
6212            /^X\(\/\).*/{ s//\1/; q; }            /^X\(\/\).*/{ s//\1/; q; }
6213            s/.*/./; q'`            s/.*/./; q'`
6214    { case "$ac_dest_dir" in    { if $as_mkdir_p; then
6215    [\\/]* | ?:[\\/]* ) as_incr_dir=;;      mkdir -p "$ac_dest_dir"
6216    *)                      as_incr_dir=.;;    else
6217  esac      as_dir="$ac_dest_dir"
6218  as_dummy="$ac_dest_dir"      as_dirs=
6219  for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do      while test ! -d "$as_dir"; do
6220    case $as_mkdir_dir in        as_dirs="$as_dir $as_dirs"
6221      # Skip DOS drivespec        as_dir=`(dirname "$as_dir") 2>/dev/null ||
6222      ?:) as_incr_dir=$as_mkdir_dir ;;  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6223      *)           X"$as_dir" : 'X\(//\)[^/]' \| \
6224        as_incr_dir=$as_incr_dir/$as_mkdir_dir           X"$as_dir" : 'X\(//\)$' \| \
6225        test -d "$as_incr_dir" ||           X"$as_dir" : 'X\(/\)' \| \
6226          mkdir "$as_incr_dir" ||           .     : '\(.\)' 2>/dev/null ||
6227          { { echo "$as_me:$LINENO: error: cannot create \"$ac_dest_dir\"" >&5  echo X"$as_dir" |
6228  echo "$as_me: error: cannot create \"$ac_dest_dir\"" >&2;}      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6229     { (exit 1); exit 1; }; }            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6230      ;;            /^X\(\/\/\)$/{ s//\1/; q; }
6231    esac            /^X\(\/\).*/{ s//\1/; q; }
6232  done; }            s/.*/./; q'`
6233        done
6234        test ! -n "$as_dirs" || mkdir $as_dirs
6235      fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dest_dir\"" >&5
6236    echo "$as_me: error: cannot create directory \"$ac_dest_dir\"" >&2;}
6237       { (exit 1); exit 1; }; }; }
6238    
6239    ac_builddir=.    ac_builddir=.
6240    
# Line 5932  esac Line 6264  esac
6264  # Don't blindly perform a `cd "$ac_dest_dir"/$ac_foo && pwd` since $ac_foo can be  # Don't blindly perform a `cd "$ac_dest_dir"/$ac_foo && pwd` since $ac_foo can be
6265  # absolute.  # absolute.
6266  ac_abs_builddir=`cd "$ac_dest_dir" && cd $ac_builddir && pwd`  ac_abs_builddir=`cd "$ac_dest_dir" && cd $ac_builddir && pwd`
6267  ac_abs_top_builddir=`cd "$ac_dest_dir" && cd $ac_top_builddir && pwd`  ac_abs_top_builddir=`cd "$ac_dest_dir" && cd ${ac_top_builddir}. && pwd`
6268  ac_abs_srcdir=`cd "$ac_dest_dir" && cd $ac_srcdir && pwd`  ac_abs_srcdir=`cd "$ac_dest_dir" && cd $ac_srcdir && pwd`
6269  ac_abs_top_srcdir=`cd "$ac_dest_dir" && cd $ac_top_srcdir && pwd`  ac_abs_top_srcdir=`cd "$ac_dest_dir" && cd $ac_top_srcdir && pwd`
6270    
# Line 5942  ac_abs_top_srcdir=`cd "$ac_dest_dir" && Line 6274  ac_abs_top_srcdir=`cd "$ac_dest_dir" &&
6274        *) ac_rel_source=$ac_top_builddir$srcdir/$ac_source ;;        *) ac_rel_source=$ac_top_builddir$srcdir/$ac_source ;;
6275    esac    esac
6276    
6277    # Make a symlink if possible; otherwise try a hard link.    # Try a symlink, then a hard link, then a copy.
6278    ln -s $ac_rel_source $ac_dest 2>/dev/null ||    ln -s $ac_rel_source $ac_dest 2>/dev/null ||
6279      ln $srcdir/$ac_source $ac_dest ||      ln $srcdir/$ac_source $ac_dest 2>/dev/null ||
6280      { { echo "$as_me:$LINENO: error: cannot link $ac_dest to $srcdir/$ac_source" >&5      cp -p $srcdir/$ac_source $ac_dest ||
6281  echo "$as_me: error: cannot link $ac_dest to $srcdir/$ac_source" >&2;}      { { echo "$as_me:$LINENO: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&5
6282    echo "$as_me: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&2;}
6283     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
6284  done  done
6285  _ACEOF  _ACEOF
# Line 5969  ac_clean_files=$ac_clean_files_save Line 6302  ac_clean_files=$ac_clean_files_save
6302  # need to make the FD available again.  # need to make the FD available again.
6303  if test "$no_create" != yes; then  if test "$no_create" != yes; then
6304    ac_cs_success=:    ac_cs_success=:
6305      ac_config_status_args=
6306      test "$silent" = yes &&
6307        ac_config_status_args="$ac_config_status_args --quiet"
6308    exec 5>/dev/null    exec 5>/dev/null
6309    $SHELL $CONFIG_STATUS || ac_cs_success=false    $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
6310    exec 5>>config.log    exec 5>>config.log
6311    # Use ||, not &&, to avoid exiting from the if with $? = 1, which    # Use ||, not &&, to avoid exiting from the if with $? = 1, which
6312    # would make configure fail if this is the last instruction.    # would make configure fail if this is the last instruction.

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26