[BACK]Return to configure CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils / dist / zlib

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/gpl3/binutils/dist/zlib/configure between version 1.1.1.2 and 1.1.1.2.12.2

version 1.1.1.2, 2016/10/26 17:30:33 version 1.1.1.2.12.2, 2018/11/26 01:50:35
Line 1 
Line 1 
 #! /bin/sh  #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.64.  # Generated by GNU Autoconf 2.69 for zlib 1.1.4.
   #
   #
   # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
 #  #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,  
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software  
 # Foundation, Inc.  
 #  #
 # This configure script is free software; the Free Software Foundation  # This configure script is free software; the Free Software Foundation
 # gives unlimited permission to copy, distribute and modify it.  # gives unlimited permission to copy, distribute and modify it.
Line 87  fi
Line 87  fi
 IFS=" ""        $as_nl"  IFS=" ""        $as_nl"
   
 # Find who we are.  Look in the path if we contain no directory separator.  # Find who we are.  Look in the path if we contain no directory separator.
   as_myself=
 case $0 in #((  case $0 in #((
   *[\\/]* ) as_myself=$0 ;;    *[\\/]* ) as_myself=$0 ;;
   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 131  export LANGUAGE
Line 132  export LANGUAGE
 # CDPATH.  # CDPATH.
 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH  (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   
   # Use a proper internal environment variable to ensure we don't fall
     # into an infinite loop, continuously re-executing ourselves.
     if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
       _as_can_reexec=no; export _as_can_reexec;
       # We cannot yet assume a decent shell, so we have to provide a
   # neutralization value for shells without unset; and this also
   # works around shells that cannot unset nonexistent variables.
   # Preserve -v and -x to the replacement shell.
   BASH_ENV=/dev/null
   ENV=/dev/null
   (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
   case $- in # ((((
     *v*x* | *x*v* ) as_opts=-vx ;;
     *v* ) as_opts=-v ;;
     *x* ) as_opts=-x ;;
     * ) as_opts= ;;
   esac
   exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
   # Admittedly, this is quite paranoid, since all the known shells bail
   # out after a failed `exec'.
   $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
   as_fn_exit 255
     fi
     # We don't want this to propagate to other subprocesses.
             { _as_can_reexec=; unset _as_can_reexec;}
 if test "x$CONFIG_SHELL" = x; then  if test "x$CONFIG_SHELL" = x; then
   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :    as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
   emulate sh    emulate sh
Line 164  if ( set x; as_fn_ret_success y && test 
Line 190  if ( set x; as_fn_ret_success y && test 
 else  else
   exitcode=1; echo positional parameters were not saved.    exitcode=1; echo positional parameters were not saved.
 fi  fi
 test x\$exitcode = x0 || exit 1"  test x\$exitcode = x0 || exit 1
   test -x / || exit 1"
   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO    as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO    as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&    eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
Line 217  IFS=$as_save_IFS
Line 244  IFS=$as_save_IFS
   
   
       if test "x$CONFIG_SHELL" != x; then :        if test "x$CONFIG_SHELL" != x; then :
   # We cannot yet assume a decent shell, so we have to provide a    export CONFIG_SHELL
         # neutralization value for shells without unset; and this also               # We cannot yet assume a decent shell, so we have to provide a
         # works around shells that cannot unset nonexistent variables.  # neutralization value for shells without unset; and this also
         BASH_ENV=/dev/null  # works around shells that cannot unset nonexistent variables.
         ENV=/dev/null  # Preserve -v and -x to the replacement shell.
         (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV  BASH_ENV=/dev/null
         export CONFIG_SHELL  ENV=/dev/null
         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}  (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
   case $- in # ((((
     *v*x* | *x*v* ) as_opts=-vx ;;
     *v* ) as_opts=-v ;;
     *x* ) as_opts=-x ;;
     * ) as_opts= ;;
   esac
   exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
   # Admittedly, this is quite paranoid, since all the known shells bail
   # out after a failed `exec'.
   $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
   exit 255
 fi  fi
   
     if test x$as_have_required = xno; then :      if test x$as_have_required = xno; then :
Line 322  $as_echo X"$as_dir" |
Line 360  $as_echo X"$as_dir" |
       test -d "$as_dir" && break        test -d "$as_dir" && break
     done      done
     test -z "$as_dirs" || eval "mkdir $as_dirs"      test -z "$as_dirs" || eval "mkdir $as_dirs"
   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"    } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
   
   
 } # as_fn_mkdir_p  } # as_fn_mkdir_p
   
   # as_fn_executable_p FILE
   # -----------------------
   # Test if FILE is an executable regular file.
   as_fn_executable_p ()
   {
     test -f "$1" && test -x "$1"
   } # as_fn_executable_p
 # as_fn_append VAR VALUE  # as_fn_append VAR VALUE
 # ----------------------  # ----------------------
 # Append the text in VALUE to the end of the definition contained in VAR. Take  # Append the text in VALUE to the end of the definition contained in VAR. Take
Line 362  else
Line 408  else
 fi # as_fn_arith  fi # as_fn_arith
   
   
 # as_fn_error ERROR [LINENO LOG_FD]  # as_fn_error STATUS ERROR [LINENO LOG_FD]
 # ---------------------------------  # ----------------------------------------
 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are  # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the  # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
 # script with status $?, using 1 if that was 0.  # script with STATUS, using 1 if that was 0.
 as_fn_error ()  as_fn_error ()
 {  {
   as_status=$?; test $as_status -eq 0 && as_status=1    as_status=$1; test $as_status -eq 0 && as_status=1
   if test "$3"; then    if test "$4"; then
     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack      as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3      $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
   fi    fi
   $as_echo "$as_me: error: $1" >&2    $as_echo "$as_me: error: $2" >&2
   as_fn_exit $as_status    as_fn_exit $as_status
 } # as_fn_error  } # as_fn_error
   
Line 447  as_cr_alnum=$as_cr_Letters$as_cr_digits
Line 493  as_cr_alnum=$as_cr_Letters$as_cr_digits
   chmod +x "$as_me.lineno" ||    chmod +x "$as_me.lineno" ||
     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }      { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
   
     # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
     # already done that, so ensure we don't try to do so again and fall
     # in an infinite loop.  This has already happened in practice.
     _as_can_reexec=no; export _as_can_reexec
   # Don't try to exec as it changes $[0], causing all sort of problems    # Don't try to exec as it changes $[0], causing all sort of problems
   # (the dirname of $[0] is not the place where we might find the    # (the dirname of $[0] is not the place where we might find the
   # original and so on.  Autoconf is especially sensitive to this).    # original and so on.  Autoconf is especially sensitive to this).
Line 481  if (echo >conf$$.file) 2>/dev/null; then
Line 531  if (echo >conf$$.file) 2>/dev/null; then
     # ... but there are two gotchas:      # ... but there are two gotchas:
     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     # In both cases, we have to default to `cp -p'.      # In both cases, we have to default to `cp -pR'.
     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
       as_ln_s='cp -p'        as_ln_s='cp -pR'
   elif ln conf$$.file conf$$ 2>/dev/null; then    elif ln conf$$.file conf$$ 2>/dev/null; then
     as_ln_s=ln      as_ln_s=ln
   else    else
     as_ln_s='cp -p'      as_ln_s='cp -pR'
   fi    fi
 else  else
   as_ln_s='cp -p'    as_ln_s='cp -pR'
 fi  fi
 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file  rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 rmdir conf$$.dir 2>/dev/null  rmdir conf$$.dir 2>/dev/null
Line 502  else
Line 552  else
   as_mkdir_p=false    as_mkdir_p=false
 fi  fi
   
 if test -x / >/dev/null 2>&1; then  as_test_x='test -x'
   as_test_x='test -x'  as_executable_p=as_fn_executable_p
 else  
   if ls -dL / >/dev/null 2>&1; then  
     as_ls_L_option=L  
   else  
     as_ls_L_option=  
   fi  
   as_test_x='  
     eval sh -c '\''  
       if test -d "$1"; then  
         test -d "$1/.";  
       else  
         case $1 in #(  
         -*)set "./$1";;  
         esac;  
         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((  
         ???[sx]*):;;*)false;;esac;fi  
     '\'' sh  
   '  
 fi  
 as_executable_p=$as_test_x  
   
 # Sed expression to map a string onto a valid CPP name.  # Sed expression to map a string onto a valid CPP name.
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"  as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
Line 534  as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr
Line 564  as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr
 SHELL=${CONFIG_SHELL-/bin/sh}  SHELL=${CONFIG_SHELL-/bin/sh}
   
   
 exec 7<&0 </dev/null 6>&1  test -n "$DJDIR" || exec 7<&0 </dev/null
   exec 6>&1
   
 # Name of the host.  # Name of the host.
 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,  # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
 # so uname gets run too.  # so uname gets run too.
 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`  ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
   
Line 554  MFLAGS=
Line 585  MFLAGS=
 MAKEFLAGS=  MAKEFLAGS=
   
 # Identity of this package.  # Identity of this package.
 PACKAGE_NAME=  PACKAGE_NAME='zlib'
 PACKAGE_TARNAME=  PACKAGE_TARNAME='zlib'
 PACKAGE_VERSION=  PACKAGE_VERSION='1.1.4'
 PACKAGE_STRING=  PACKAGE_STRING='zlib 1.1.4'
 PACKAGE_BUGREPORT=  PACKAGE_BUGREPORT=''
 PACKAGE_URL=  PACKAGE_URL=''
   
 ac_unique_file="zlib.h"  ac_unique_file="zlib.h"
 # Factoring default headers for most tests.  # Factoring default headers for most tests.
Line 598  ac_includes_default="\
Line 629  ac_includes_default="\
 # include <unistd.h>  # include <unistd.h>
 #endif"  #endif"
   
   ac_header_list=
 ac_subst_vars='am__EXEEXT_FALSE  ac_subst_vars='am__EXEEXT_FALSE
 am__EXEEXT_TRUE  am__EXEEXT_TRUE
 LTLIBOBJS  LTLIBOBJS
Line 648  COMPPATH
Line 680  COMPPATH
 MAINT  MAINT
 MAINTAINER_MODE_FALSE  MAINTAINER_MODE_FALSE
 MAINTAINER_MODE_TRUE  MAINTAINER_MODE_TRUE
   AM_BACKSLASH
   AM_DEFAULT_VERBOSITY
   AM_DEFAULT_V
   AM_V
 am__untar  am__untar
 am__tar  am__tar
 AMTAR  AMTAR
Line 727  ac_subst_files=''
Line 763  ac_subst_files=''
 ac_user_opts='  ac_user_opts='
 enable_option_checking  enable_option_checking
 enable_multilib  enable_multilib
   enable_silent_rules
 enable_maintainer_mode  enable_maintainer_mode
 with_target_subdir  with_target_subdir
 with_cross_host  with_cross_host
Line 785  sharedstatedir='${prefix}/com'
Line 822  sharedstatedir='${prefix}/com'
 localstatedir='${prefix}/var'  localstatedir='${prefix}/var'
 includedir='${prefix}/include'  includedir='${prefix}/include'
 oldincludedir='/usr/include'  oldincludedir='/usr/include'
 docdir='${datarootdir}/doc/${PACKAGE}'  docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
 infodir='${datarootdir}/info'  infodir='${datarootdir}/info'
 htmldir='${docdir}'  htmldir='${docdir}'
 dvidir='${docdir}'  dvidir='${docdir}'
Line 807  do
Line 844  do
   fi    fi
   
   case $ac_option in    case $ac_option in
   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;    *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
   *)    ac_optarg=yes ;;    *=)   ac_optarg= ;;
     *)    ac_optarg=yes ;;
   esac    esac
   
   # Accept the important Cygnus configure options, so we can diagnose typos.    # Accept the important Cygnus configure options, so we can diagnose typos.
Line 853  do
Line 891  do
     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
       as_fn_error "invalid feature name: $ac_useropt"        as_fn_error $? "invalid feature name: $ac_useropt"
     ac_useropt_orig=$ac_useropt      ac_useropt_orig=$ac_useropt
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     case $ac_user_opts in      case $ac_user_opts in
Line 879  do
Line 917  do
     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
       as_fn_error "invalid feature name: $ac_useropt"        as_fn_error $? "invalid feature name: $ac_useropt"
     ac_useropt_orig=$ac_useropt      ac_useropt_orig=$ac_useropt
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     case $ac_user_opts in      case $ac_user_opts in
Line 1083  do
Line 1121  do
     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
       as_fn_error "invalid package name: $ac_useropt"        as_fn_error $? "invalid package name: $ac_useropt"
     ac_useropt_orig=$ac_useropt      ac_useropt_orig=$ac_useropt
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     case $ac_user_opts in      case $ac_user_opts in
Line 1099  do
Line 1137  do
     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
       as_fn_error "invalid package name: $ac_useropt"        as_fn_error $? "invalid package name: $ac_useropt"
     ac_useropt_orig=$ac_useropt      ac_useropt_orig=$ac_useropt
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     case $ac_user_opts in      case $ac_user_opts in
Line 1129  do
Line 1167  do
   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
     x_libraries=$ac_optarg ;;      x_libraries=$ac_optarg ;;
   
   -*) as_fn_error "unrecognized option: \`$ac_option'    -*) as_fn_error $? "unrecognized option: \`$ac_option'
 Try \`$0 --help' for more information."  Try \`$0 --help' for more information"
     ;;      ;;
   
   *=*)    *=*)
Line 1138  Try \`$0 --help' for more information."
Line 1176  Try \`$0 --help' for more information."
     # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
     case $ac_envvar in #(      case $ac_envvar in #(
       '' | [0-9]* | *[!_$as_cr_alnum]* )        '' | [0-9]* | *[!_$as_cr_alnum]* )
       as_fn_error "invalid variable name: \`$ac_envvar'" ;;        as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
     esac      esac
     eval $ac_envvar=\$ac_optarg      eval $ac_envvar=\$ac_optarg
     export $ac_envvar ;;      export $ac_envvar ;;
Line 1148  Try \`$0 --help' for more information."
Line 1186  Try \`$0 --help' for more information."
     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2      $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&      expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2        $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}      : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
     ;;      ;;
   
   esac    esac
Line 1156  done
Line 1194  done
   
 if test -n "$ac_prev"; then  if test -n "$ac_prev"; then
   ac_option=--`echo $ac_prev | sed 's/_/-/g'`    ac_option=--`echo $ac_prev | sed 's/_/-/g'`
   as_fn_error "missing argument to $ac_option"    as_fn_error $? "missing argument to $ac_option"
 fi  fi
   
 if test -n "$ac_unrecognized_opts"; then  if test -n "$ac_unrecognized_opts"; then
   case $enable_option_checking in    case $enable_option_checking in
     no) ;;      no) ;;
     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;      fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;      *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
   esac    esac
 fi  fi
Line 1185  do
Line 1223  do
     [\\/$]* | ?:[\\/]* )  continue;;      [\\/$]* | ?:[\\/]* )  continue;;
     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;      NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
   esac    esac
   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"    as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
 done  done
   
 # There might be people who depend on the old broken behavior: `$host'  # There might be people who depend on the old broken behavior: `$host'
Line 1199  target=$target_alias
Line 1237  target=$target_alias
 if test "x$host_alias" != x; then  if test "x$host_alias" != x; then
   if test "x$build_alias" = x; then    if test "x$build_alias" = x; then
     cross_compiling=maybe      cross_compiling=maybe
     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.  
     If a cross compiler is detected then cross compile mode will be used." >&2  
   elif test "x$build_alias" != "x$host_alias"; then    elif test "x$build_alias" != "x$host_alias"; then
     cross_compiling=yes      cross_compiling=yes
   fi    fi
Line 1215  test "$silent" = yes && exec 6>/dev/null
Line 1251  test "$silent" = yes && exec 6>/dev/null
 ac_pwd=`pwd` && test -n "$ac_pwd" &&  ac_pwd=`pwd` && test -n "$ac_pwd" &&
 ac_ls_di=`ls -di .` &&  ac_ls_di=`ls -di .` &&
 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||  ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
   as_fn_error "working directory cannot be determined"    as_fn_error $? "working directory cannot be determined"
 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
   as_fn_error "pwd does not report name of working directory"    as_fn_error $? "pwd does not report name of working directory"
   
   
 # Find the source files, if location was not specified.  # Find the source files, if location was not specified.
Line 1256  else
Line 1292  else
 fi  fi
 if test ! -r "$srcdir/$ac_unique_file"; then  if test ! -r "$srcdir/$ac_unique_file"; then
   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."    test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"    as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
 fi  fi
 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"  ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
 ac_abs_confdir=`(  ac_abs_confdir=`(
         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"          cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
         pwd)`          pwd)`
 # When building in place, set srcdir=.  # When building in place, set srcdir=.
 if test "$ac_abs_confdir" = "$ac_pwd"; then  if test "$ac_abs_confdir" = "$ac_pwd"; then
Line 1286  if test "$ac_init_help" = "long"; then
Line 1322  if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.    # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.    # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF    cat <<_ACEOF
 \`configure' configures this package to adapt to many kinds of systems.  \`configure' configures zlib 1.1.4 to adapt to many kinds of systems.
   
 Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
   
Line 1300  Configuration:
Line 1336  Configuration:
       --help=short        display options specific to this package        --help=short        display options specific to this package
       --help=recursive    display the short help of all the included packages        --help=recursive    display the short help of all the included packages
   -V, --version           display version information and exit    -V, --version           display version information and exit
   -q, --quiet, --silent   do not print \`checking...' messages    -q, --quiet, --silent   do not print \`checking ...' messages
       --cache-file=FILE   cache test results in FILE [disabled]        --cache-file=FILE   cache test results in FILE [disabled]
   -C, --config-cache      alias for \`--cache-file=config.cache'    -C, --config-cache      alias for \`--cache-file=config.cache'
   -n, --no-create         do not create output files    -n, --no-create         do not create output files
Line 1334  Fine tuning of the installation director
Line 1370  Fine tuning of the installation director
   --infodir=DIR           info documentation [DATAROOTDIR/info]    --infodir=DIR           info documentation [DATAROOTDIR/info]
   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]    --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
   --mandir=DIR            man documentation [DATAROOTDIR/man]    --mandir=DIR            man documentation [DATAROOTDIR/man]
   --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]    --docdir=DIR            documentation root [DATAROOTDIR/doc/zlib]
   --htmldir=DIR           html documentation [DOCDIR]    --htmldir=DIR           html documentation [DOCDIR]
   --dvidir=DIR            dvi documentation [DOCDIR]    --dvidir=DIR            dvi documentation [DOCDIR]
   --pdfdir=DIR            pdf documentation [DOCDIR]    --pdfdir=DIR            pdf documentation [DOCDIR]
Line 1356  _ACEOF
Line 1392  _ACEOF
 fi  fi
   
 if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
     case $ac_init_help in
        short | recursive ) echo "Configuration of zlib 1.1.4:";;
      esac
   cat <<\_ACEOF    cat <<\_ACEOF
   
 Optional Features:  Optional Features:
Line 1364  Optional Features:
Line 1402  Optional Features:
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
   --enable-multilib       build many library versions (default)    --enable-multilib       build many library versions (default)
   --enable-maintainer-mode  enable make rules and dependencies not useful    --enable-silent-rules   less verbose build output (undo: "make V=1")
                           (and sometimes confusing) to the casual installer    --disable-silent-rules  verbose build output (undo: "make V=0")
   --disable-dependency-tracking  speeds up one-time build    --enable-maintainer-mode
   --enable-dependency-tracking   do not reject slow dependency extractors                            enable make rules and dependencies not useful (and
                             sometimes confusing) to the casual installer
     --enable-dependency-tracking
                             do not reject slow dependency extractors
     --disable-dependency-tracking
                             speeds up one-time build
   --enable-shared[=PKGS]  build shared libraries [default=yes]    --enable-shared[=PKGS]  build shared libraries [default=yes]
   --enable-static[=PKGS]  build static libraries [default=yes]    --enable-static[=PKGS]  build static libraries [default=yes]
   --enable-fast-install[=PKGS]    --enable-fast-install[=PKGS]
Line 1392  Some influential environment variables:
Line 1435  Some influential environment variables:
   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a    LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
               nonstandard directory <lib dir>                nonstandard directory <lib dir>
   LIBS        libraries to pass to the linker, e.g. -l<library>    LIBS        libraries to pass to the linker, e.g. -l<library>
   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if    CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
               you have headers in a nonstandard directory <include dir>                you have headers in a nonstandard directory <include dir>
   CPP         C preprocessor    CPP         C preprocessor
   
Line 1462  fi
Line 1505  fi
 test -n "$ac_init_help" && exit $ac_status  test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then  if $ac_init_version; then
   cat <<\_ACEOF    cat <<\_ACEOF
 configure  zlib configure 1.1.4
 generated by GNU Autoconf 2.64  generated by GNU Autoconf 2.69
   
 Copyright (C) 2009 Free Software Foundation, Inc.  Copyright (C) 2012 Free Software Foundation, Inc.
 This configure script is free software; the Free Software Foundation  This configure script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.  gives unlimited permission to copy, distribute and modify it.
 _ACEOF  _ACEOF
Line 1509  sed 's/^/| /' conftest.$ac_ext >&5
Line 1552  sed 's/^/| /' conftest.$ac_ext >&5
   
         ac_retval=1          ac_retval=1
 fi  fi
   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}    eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   return $ac_retval    as_fn_set_status $ac_retval
   
 } # ac_fn_c_try_compile  } # ac_fn_c_try_compile
   
Line 1541  $as_echo "$ac_try_echo"; } >&5
Line 1584  $as_echo "$ac_try_echo"; } >&5
          test ! -s conftest.err           test ! -s conftest.err
        } && test -s conftest$ac_exeext && {         } && test -s conftest$ac_exeext && {
          test "$cross_compiling" = yes ||           test "$cross_compiling" = yes ||
          $as_test_x conftest$ac_exeext           test -x conftest$ac_exeext
        }; then :         }; then :
   ac_retval=0    ac_retval=0
 else  else
Line 1555  fi
Line 1598  fi
   # interfere with the next link command; also delete a directory that is    # interfere with the next link command; also delete a directory that is
   # left behind by Apple's compiler.  We do this before executing the actions.    # left behind by Apple's compiler.  We do this before executing the actions.
   rm -rf conftest.dSYM conftest_ipa8_conftest.oo    rm -rf conftest.dSYM conftest_ipa8_conftest.oo
   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}    eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   return $ac_retval    as_fn_set_status $ac_retval
   
 } # ac_fn_c_try_link  } # ac_fn_c_try_link
   
Line 1569  ac_fn_c_check_header_compile ()
Line 1612  ac_fn_c_check_header_compile ()
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack    as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 $as_echo_n "checking for $2... " >&6; }  $as_echo_n "checking for $2... " >&6; }
 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :  if eval \${$3+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 1587  fi
Line 1630  fi
 eval ac_res=\$$3  eval ac_res=\$$3
                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
 $as_echo "$ac_res" >&6; }  $as_echo "$ac_res" >&6; }
   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}    eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   
 } # ac_fn_c_check_header_compile  } # ac_fn_c_check_header_compile
   
Line 1612  $as_echo "$ac_try_echo"; } >&5
Line 1655  $as_echo "$ac_try_echo"; } >&5
     mv -f conftest.er1 conftest.err      mv -f conftest.er1 conftest.err
   fi    fi
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5    $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; } >/dev/null && {    test $ac_status = 0; } > conftest.i && {
          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||           test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
          test ! -s conftest.err           test ! -s conftest.err
        }; then :         }; then :
Line 1623  sed 's/^/| /' conftest.$ac_ext >&5
Line 1666  sed 's/^/| /' conftest.$ac_ext >&5
   
     ac_retval=1      ac_retval=1
 fi  fi
   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}    eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   return $ac_retval    as_fn_set_status $ac_retval
   
 } # ac_fn_c_try_cpp  } # ac_fn_c_try_cpp
   
Line 1665  sed 's/^/| /' conftest.$ac_ext >&5
Line 1708  sed 's/^/| /' conftest.$ac_ext >&5
        ac_retval=$ac_status         ac_retval=$ac_status
 fi  fi
   rm -rf conftest.dSYM conftest_ipa8_conftest.oo    rm -rf conftest.dSYM conftest_ipa8_conftest.oo
   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}    eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   return $ac_retval    as_fn_set_status $ac_retval
   
 } # ac_fn_c_try_run  } # ac_fn_c_try_run
   
Line 1678  ac_fn_c_check_func ()
Line 1721  ac_fn_c_check_func ()
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack    as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 $as_echo_n "checking for $2... " >&6; }  $as_echo_n "checking for $2... " >&6; }
 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :  if eval \${$3+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test x$gcc_no_link = xyes; then    if test x$gcc_no_link = xyes; then
   as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5    as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
 fi  fi
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
Line 1736  fi
Line 1779  fi
 eval ac_res=\$$3  eval ac_res=\$$3
                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
 $as_echo "$ac_res" >&6; }  $as_echo "$ac_res" >&6; }
   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}    eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   
 } # ac_fn_c_check_func  } # ac_fn_c_check_func
   
Line 1748  $as_echo "$ac_res" >&6; }
Line 1791  $as_echo "$ac_res" >&6; }
 ac_fn_c_check_header_mongrel ()  ac_fn_c_check_header_mongrel ()
 {  {
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack    as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :    if eval \${$3+:} false; then :
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 $as_echo_n "checking for $2... " >&6; }  $as_echo_n "checking for $2... " >&6; }
 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :  if eval \${$3+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 fi  fi
 eval ac_res=\$$3  eval ac_res=\$$3
Line 1787  if ac_fn_c_try_cpp "$LINENO"; then :
Line 1830  if ac_fn_c_try_cpp "$LINENO"; then :
 else  else
   ac_header_preproc=no    ac_header_preproc=no
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.i conftest.$ac_ext
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
 $as_echo "$ac_header_preproc" >&6; }  $as_echo "$ac_header_preproc" >&6; }
   
Line 1814  $as_echo "$as_me: WARNING: $2: proceedin
Line 1857  $as_echo "$as_me: WARNING: $2: proceedin
 esac  esac
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 $as_echo_n "checking for $2... " >&6; }  $as_echo_n "checking for $2... " >&6; }
 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :  if eval \${$3+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   eval "$3=\$ac_header_compiler"    eval "$3=\$ac_header_compiler"
Line 1823  eval ac_res=\$$3
Line 1866  eval ac_res=\$$3
                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
 $as_echo "$ac_res" >&6; }  $as_echo "$ac_res" >&6; }
 fi  fi
   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}    eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   
 } # ac_fn_c_check_header_mongrel  } # ac_fn_c_check_header_mongrel
 cat >config.log <<_ACEOF  cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
   
 It was created by $as_me, which was  It was created by zlib $as_me 1.1.4, which was
 generated by GNU Autoconf 2.64.  Invocation command line was  generated by GNU Autoconf 2.69.  Invocation command line was
   
   $ $0 $@    $ $0 $@
   
Line 1941  trap 'exit_status=$?
Line 1984  trap 'exit_status=$?
   {    {
     echo      echo
   
     cat <<\_ASBOX      $as_echo "## ---------------- ##
 ## ---------------- ##  
 ## Cache variables. ##  ## Cache variables. ##
 ## ---------------- ##  ## ---------------- ##"
 _ASBOX  
     echo      echo
     # The following way of writing the cache mishandles newlines in values,      # The following way of writing the cache mishandles newlines in values,
 (  (
Line 1979  $as_echo "$as_me: WARNING: cache variabl
Line 2020  $as_echo "$as_me: WARNING: cache variabl
 )  )
     echo      echo
   
     cat <<\_ASBOX      $as_echo "## ----------------- ##
 ## ----------------- ##  
 ## Output variables. ##  ## Output variables. ##
 ## ----------------- ##  ## ----------------- ##"
 _ASBOX  
     echo      echo
     for ac_var in $ac_subst_vars      for ac_var in $ac_subst_vars
     do      do
Line 1996  _ASBOX
Line 2035  _ASBOX
     echo      echo
   
     if test -n "$ac_subst_files"; then      if test -n "$ac_subst_files"; then
       cat <<\_ASBOX        $as_echo "## ------------------- ##
 ## ------------------- ##  
 ## File substitutions. ##  ## File substitutions. ##
 ## ------------------- ##  ## ------------------- ##"
 _ASBOX  
       echo        echo
       for ac_var in $ac_subst_files        for ac_var in $ac_subst_files
       do        do
Line 2014  _ASBOX
Line 2051  _ASBOX
     fi      fi
   
     if test -s confdefs.h; then      if test -s confdefs.h; then
       cat <<\_ASBOX        $as_echo "## ----------- ##
 ## ----------- ##  
 ## confdefs.h. ##  ## confdefs.h. ##
 ## ----------- ##  ## ----------- ##"
 _ASBOX  
       echo        echo
       cat confdefs.h        cat confdefs.h
       echo        echo
Line 2073  _ACEOF
Line 2108  _ACEOF
 ac_site_file1=NONE  ac_site_file1=NONE
 ac_site_file2=NONE  ac_site_file2=NONE
 if test -n "$CONFIG_SITE"; then  if test -n "$CONFIG_SITE"; then
   ac_site_file1=$CONFIG_SITE    # We do not want a PATH search for config.site.
     case $CONFIG_SITE in #((
       -*)  ac_site_file1=./$CONFIG_SITE;;
       */*) ac_site_file1=$CONFIG_SITE;;
       *)   ac_site_file1=./$CONFIG_SITE;;
     esac
 elif test "x$prefix" != xNONE; then  elif test "x$prefix" != xNONE; then
   ac_site_file1=$prefix/share/config.site    ac_site_file1=$prefix/share/config.site
   ac_site_file2=$prefix/etc/config.site    ac_site_file2=$prefix/etc/config.site
Line 2084  fi
Line 2124  fi
 for ac_site_file in "$ac_site_file1" "$ac_site_file2"  for ac_site_file in "$ac_site_file1" "$ac_site_file2"
 do  do
   test "x$ac_site_file" = xNONE && continue    test "x$ac_site_file" = xNONE && continue
   if test -r "$ac_site_file"; then    if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5      { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
 $as_echo "$as_me: loading site script $ac_site_file" >&6;}  $as_echo "$as_me: loading site script $ac_site_file" >&6;}
     sed 's/^/| /' "$ac_site_file" >&5      sed 's/^/| /' "$ac_site_file" >&5
     . "$ac_site_file"      . "$ac_site_file" \
         || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   as_fn_error $? "failed to load site script $ac_site_file
   See \`config.log' for more details" "$LINENO" 5; }
   fi    fi
 done  done
   
 if test -r "$cache_file"; then  if test -r "$cache_file"; then
   # Some versions of bash will fail to source /dev/null (special    # Some versions of bash will fail to source /dev/null (special files
   # files actually), so we avoid doing that.    # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
   if test -f "$cache_file"; then    if test /dev/null != "$cache_file" && test -f "$cache_file"; then
     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5      { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
 $as_echo "$as_me: loading cache $cache_file" >&6;}  $as_echo "$as_me: loading cache $cache_file" >&6;}
     case $cache_file in      case $cache_file in
Line 2109  $as_echo "$as_me: creating cache $cache_
Line 2153  $as_echo "$as_me: creating cache $cache_
   >$cache_file    >$cache_file
 fi  fi
   
   as_fn_append ac_header_list " stdlib.h"
   as_fn_append ac_header_list " unistd.h"
   as_fn_append ac_header_list " sys/param.h"
 # Check that the precious variables saved in the cache have kept the same  # Check that the precious variables saved in the cache have kept the same
 # value.  # value.
 ac_cache_corrupted=false  ac_cache_corrupted=false
Line 2164  if $ac_cache_corrupted; then
Line 2211  if $ac_cache_corrupted; then
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}  $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5    as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
 fi  fi
 ## -------------------- ##  ## -------------------- ##
 ## Main body of script. ##  ## Main body of script. ##
Line 2189  if test "${enable_multilib+set}" = set; 
Line 2236  if test "${enable_multilib+set}" = set; 
   enableval=$enable_multilib; case "$enableval" in    enableval=$enable_multilib; case "$enableval" in
   yes) multilib=yes ;;    yes) multilib=yes ;;
   no)  multilib=no ;;    no)  multilib=no ;;
   *)   as_fn_error "bad value $enableval for multilib option" "$LINENO" 5 ;;    *)   as_fn_error $? "bad value $enableval for multilib option" "$LINENO" 5 ;;
  esac   esac
 else  else
   multilib=yes    multilib=yes
Line 2224  fi
Line 2271  fi
   
 ac_aux_dir=  ac_aux_dir=
 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do  for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
   for ac_t in install-sh install.sh shtool; do    if test -f "$ac_dir/install-sh"; then
     if test -f "$ac_dir/$ac_t"; then      ac_aux_dir=$ac_dir
       ac_aux_dir=$ac_dir      ac_install_sh="$ac_aux_dir/install-sh -c"
       ac_install_sh="$ac_aux_dir/$ac_t -c"      break
       break 2    elif test -f "$ac_dir/install.sh"; then
     fi      ac_aux_dir=$ac_dir
   done      ac_install_sh="$ac_aux_dir/install.sh -c"
       break
     elif test -f "$ac_dir/shtool"; then
       ac_aux_dir=$ac_dir
       ac_install_sh="$ac_aux_dir/shtool install -c"
       break
     fi
 done  done
 if test -z "$ac_aux_dir"; then  if test -z "$ac_aux_dir"; then
   as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5    as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
 fi  fi
   
 # These three variables are undocumented and unsupported,  # These three variables are undocumented and unsupported,
Line 2247  ac_configure="$SHELL $ac_aux_dir/configu
Line 2300  ac_configure="$SHELL $ac_aux_dir/configu
   
 # Make sure we can run config.sub.  # Make sure we can run config.sub.
 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||  $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5    as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
 $as_echo_n "checking build system type... " >&6; }  $as_echo_n "checking build system type... " >&6; }
 if test "${ac_cv_build+set}" = set; then :  if ${ac_cv_build+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_build_alias=$build_alias    ac_build_alias=$build_alias
 test "x$ac_build_alias" = x &&  test "x$ac_build_alias" = x &&
   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`    ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
 test "x$ac_build_alias" = x &&  test "x$ac_build_alias" = x &&
   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5    as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||  ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
   
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
 $as_echo "$ac_cv_build" >&6; }  $as_echo "$ac_cv_build" >&6; }
 case $ac_cv_build in  case $ac_cv_build in
 *-*-*) ;;  *-*-*) ;;
 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;  *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
 esac  esac
 build=$ac_cv_build  build=$ac_cv_build
 ac_save_IFS=$IFS; IFS='-'  ac_save_IFS=$IFS; IFS='-'
Line 2285  case $build_os in *\ *) build_os=`echo "
Line 2338  case $build_os in *\ *) build_os=`echo "
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
 $as_echo_n "checking host system type... " >&6; }  $as_echo_n "checking host system type... " >&6; }
 if test "${ac_cv_host+set}" = set; then :  if ${ac_cv_host+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test "x$host_alias" = x; then    if test "x$host_alias" = x; then
   ac_cv_host=$ac_cv_build    ac_cv_host=$ac_cv_build
 else  else
   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||    ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5      as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
 fi  fi
   
 fi  fi
Line 2300  fi
Line 2353  fi
 $as_echo "$ac_cv_host" >&6; }  $as_echo "$ac_cv_host" >&6; }
 case $ac_cv_host in  case $ac_cv_host in
 *-*-*) ;;  *-*-*) ;;
 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;  *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
 esac  esac
 host=$ac_cv_host  host=$ac_cv_host
 ac_save_IFS=$IFS; IFS='-'  ac_save_IFS=$IFS; IFS='-'
Line 2318  case $host_os in *\ *) host_os=`echo "$h
Line 2371  case $host_os in *\ *) host_os=`echo "$h
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
 $as_echo_n "checking target system type... " >&6; }  $as_echo_n "checking target system type... " >&6; }
 if test "${ac_cv_target+set}" = set; then :  if ${ac_cv_target+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test "x$target_alias" = x; then    if test "x$target_alias" = x; then
   ac_cv_target=$ac_cv_host    ac_cv_target=$ac_cv_host
 else  else
   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||    ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
     as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5      as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
 fi  fi
   
 fi  fi
Line 2333  fi
Line 2386  fi
 $as_echo "$ac_cv_target" >&6; }  $as_echo "$ac_cv_target" >&6; }
 case $ac_cv_target in  case $ac_cv_target in
 *-*-*) ;;  *-*-*) ;;
 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;  *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
 esac  esac
 target=$ac_cv_target  target=$ac_cv_target
 ac_save_IFS=$IFS; IFS='-'  ac_save_IFS=$IFS; IFS='-'
Line 2361  test -n "$target_alias" &&
Line 2414  test -n "$target_alias" &&
 mkinstalldirs="`cd $ac_aux_dir && ${PWDCMD-pwd}`/mkinstalldirs"  mkinstalldirs="`cd $ac_aux_dir && ${PWDCMD-pwd}`/mkinstalldirs"
   
   
 am__api_version='1.11'  am__api_version='1.15'
   
 # Find a good install program.  We prefer a C program (faster),  # Find a good install program.  We prefer a C program (faster),
 # so one script is as good as another.  But avoid the broken or  # so one script is as good as another.  But avoid the broken or
Line 2380  am__api_version='1.11'
Line 2433  am__api_version='1.11'
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
 $as_echo_n "checking for a BSD-compatible install... " >&6; }  $as_echo_n "checking for a BSD-compatible install... " >&6; }
 if test -z "$INSTALL"; then  if test -z "$INSTALL"; then
 if test "${ac_cv_path_install+set}" = set; then :  if ${ac_cv_path_install+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 2400  case $as_dir/ in #((
Line 2453  case $as_dir/ in #((
     # by default.      # by default.
     for ac_prog in ginstall scoinst install; do      for ac_prog in ginstall scoinst install; do
       for ac_exec_ext in '' $ac_executable_extensions; do        for ac_exec_ext in '' $ac_executable_extensions; do
         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then          if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
           if test $ac_prog = install &&            if test $ac_prog = install &&
             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then              grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
             # AIX install.  It has an incompatible calling convention.              # AIX install.  It has an incompatible calling convention.
Line 2458  test -z "$INSTALL_DATA" && INSTALL_DATA=
Line 2511  test -z "$INSTALL_DATA" && INSTALL_DATA=
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
 $as_echo_n "checking whether build environment is sane... " >&6; }  $as_echo_n "checking whether build environment is sane... " >&6; }
 # Just in case  
 sleep 1  
 echo timestamp > conftest.file  
 # Reject unsafe characters in $srcdir or the absolute working directory  # Reject unsafe characters in $srcdir or the absolute working directory
 # name.  Accept space and tab only in the latter.  # name.  Accept space and tab only in the latter.
 am_lf='  am_lf='
 '  '
 case `pwd` in  case `pwd` in
   *[\\\"\#\$\&\'\`$am_lf]*)    *[\\\"\#\$\&\'\`$am_lf]*)
     as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;      as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
 esac  esac
 case $srcdir in  case $srcdir in
   *[\\\"\#\$\&\'\`$am_lf\ \     ]*)    *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
     as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;      as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
 esac  esac
   
 # Do `set' in a subshell so we don't clobber the current shell's  # Do 'set' in a subshell so we don't clobber the current shell's
 # arguments.  Must try -L first in case configure is actually a  # arguments.  Must try -L first in case configure is actually a
 # symlink; some systems play weird games with the mod time of symlinks  # symlink; some systems play weird games with the mod time of symlinks
 # (eg FreeBSD returns the mod time of the symlink's containing  # (eg FreeBSD returns the mod time of the symlink's containing
 # directory).  # directory).
 if (  if (
    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`     am_has_slept=no
    if test "$*" = "X"; then     for am_try in 1 2; do
       # -L didn't work.       echo "timestamp, slept: $am_has_slept" > conftest.file
       set X `ls -t "$srcdir/configure" conftest.file`       set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
    fi       if test "$*" = "X"; then
    rm -f conftest.file          # -L didn't work.
    if test "$*" != "X $srcdir/configure conftest.file" \          set X `ls -t "$srcdir/configure" conftest.file`
       && test "$*" != "X conftest.file $srcdir/configure"; then       fi
        if test "$*" != "X $srcdir/configure conftest.file" \
       # If neither matched, then we have a broken ls.  This can happen          && test "$*" != "X conftest.file $srcdir/configure"; then
       # if, for instance, CONFIG_SHELL is bash and it inherits a  
       # broken ls alias from the environment.  This has actually  
       # happened.  Such a system could not be considered "sane".  
       as_fn_error "ls -t appears to fail.  Make sure there is not a broken  
 alias in your environment" "$LINENO" 5  
    fi  
   
           # If neither matched, then we have a broken ls.  This can happen
           # if, for instance, CONFIG_SHELL is bash and it inherits a
           # broken ls alias from the environment.  This has actually
           # happened.  Such a system could not be considered "sane".
           as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
     alias in your environment" "$LINENO" 5
        fi
        if test "$2" = conftest.file || test $am_try -eq 2; then
          break
        fi
        # Just in case.
        sleep 1
        am_has_slept=yes
      done
    test "$2" = conftest.file     test "$2" = conftest.file
    )     )
 then  then
    # Ok.     # Ok.
    :     :
 else  else
    as_fn_error "newly created file is older than distributed files!     as_fn_error $? "newly created file is older than distributed files!
 Check your system clock" "$LINENO" 5  Check your system clock" "$LINENO" 5
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }  $as_echo "yes" >&6; }
   # If we didn't sleep, we still need to ensure time stamps of config.status and
   # generated files are strictly newer.
   am_sleep_pid=
   if grep 'slept: no' conftest.file >/dev/null 2>&1; then
     ( sleep 1 ) &
     am_sleep_pid=$!
   fi
   
   rm -f conftest.file
   
 test "$program_prefix" != NONE &&  test "$program_prefix" != NONE &&
   program_transform_name="s&^&$program_prefix&;$program_transform_name"    program_transform_name="s&^&$program_prefix&;$program_transform_name"
 # Use a double $ so make ignores it.  # Use a double $ so make ignores it.
Line 2518  test "$program_suffix" != NONE &&
Line 2586  test "$program_suffix" != NONE &&
 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'  ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`  program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
   
 # expand $ac_aux_dir to an absolute path  # Expand $ac_aux_dir to an absolute path.
 am_aux_dir=`cd $ac_aux_dir && pwd`  am_aux_dir=`cd "$ac_aux_dir" && pwd`
   
 if test x"${MISSING+set}" != xset; then  if test x"${MISSING+set}" != xset; then
   case $am_aux_dir in    case $am_aux_dir in
Line 2530  if test x"${MISSING+set}" != xset; then
Line 2598  if test x"${MISSING+set}" != xset; then
   esac    esac
 fi  fi
 # Use eval to expand $SHELL  # Use eval to expand $SHELL
 if eval "$MISSING --run true"; then  if eval "$MISSING --is-lightweight"; then
   am_missing_run="$MISSING --run "    am_missing_run="$MISSING "
 else  else
   am_missing_run=    am_missing_run=
   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}  $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
 fi  fi
   
 if test x"${install_sh}" != xset; then  if test x"${install_sh+set}" != xset; then
   case $am_aux_dir in    case $am_aux_dir in
   *\ * | *\     *)    *\ * | *\     *)
     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;      install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
Line 2547  if test x"${install_sh}" != xset; then
Line 2615  if test x"${install_sh}" != xset; then
   esac    esac
 fi  fi
   
 # Installed binaries are usually stripped using `strip' when the user  # Installed binaries are usually stripped using 'strip' when the user
 # run `make install-strip'.  However `strip' might not be the right  # run "make install-strip".  However 'strip' might not be the right
 # tool to use in cross-compilation environments, therefore Automake  # tool to use in cross-compilation environments, therefore Automake
 # will honor the `STRIP' environment variable to overrule this program.  # will honor the 'STRIP' environment variable to overrule this program.
 if test "$cross_compiling" != no; then  if test "$cross_compiling" != no; then
   if test -n "$ac_tool_prefix"; then    if test -n "$ac_tool_prefix"; then
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.    # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 set dummy ${ac_tool_prefix}strip; ac_word=$2  set dummy ${ac_tool_prefix}strip; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_STRIP+set}" = set; then :  if ${ac_cv_prog_STRIP+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$STRIP"; then    if test -n "$STRIP"; then
Line 2569  do
Line 2637  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2      break 2
Line 2597  if test -z "$ac_cv_prog_STRIP"; then
Line 2665  if test -z "$ac_cv_prog_STRIP"; then
 set dummy strip; ac_word=$2  set dummy strip; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :  if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$ac_ct_STRIP"; then    if test -n "$ac_ct_STRIP"; then
Line 2609  do
Line 2677  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     ac_cv_prog_ac_ct_STRIP="strip"      ac_cv_prog_ac_ct_STRIP="strip"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2      break 2
Line 2650  INSTALL_STRIP_PROGRAM="\$(install_sh) -c
Line 2718  INSTALL_STRIP_PROGRAM="\$(install_sh) -c
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }  $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
 if test -z "$MKDIR_P"; then  if test -z "$MKDIR_P"; then
   if test "${ac_cv_path_mkdir+set}" = set; then :    if ${ac_cv_path_mkdir+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 2660  do
Line 2728  do
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_prog in mkdir gmkdir; do      for ac_prog in mkdir gmkdir; do
          for ac_exec_ext in '' $ac_executable_extensions; do           for ac_exec_ext in '' $ac_executable_extensions; do
            { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue             as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(             case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
              'mkdir (GNU coreutils) '* | \               'mkdir (GNU coreutils) '* | \
              'mkdir (coreutils) '* | \               'mkdir (coreutils) '* | \
Line 2675  IFS=$as_save_IFS
Line 2743  IFS=$as_save_IFS
   
 fi  fi
   
     test -d ./--version && rmdir ./--version
   if test "${ac_cv_path_mkdir+set}" = set; then    if test "${ac_cv_path_mkdir+set}" = set; then
     MKDIR_P="$ac_cv_path_mkdir -p"      MKDIR_P="$ac_cv_path_mkdir -p"
   else    else
Line 2682  fi
Line 2751  fi
     # value for MKDIR_P within a source directory, because that will      # value for MKDIR_P within a source directory, because that will
     # break other packages using the cache if that directory is      # break other packages using the cache if that directory is
     # removed, or if the value is a relative name.      # removed, or if the value is a relative name.
     test -d ./--version && rmdir ./--version  
     MKDIR_P="$ac_install_sh -d"      MKDIR_P="$ac_install_sh -d"
   fi    fi
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
 $as_echo "$MKDIR_P" >&6; }  $as_echo "$MKDIR_P" >&6; }
   
 mkdir_p="$MKDIR_P"  
 case $mkdir_p in  
   [\\/$]* | ?:[\\/]*) ;;  
   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;  
 esac  
   
 for ac_prog in gawk mawk nawk awk  for ac_prog in gawk mawk nawk awk
 do  do
   # Extract the first word of "$ac_prog", so it can be a program name with args.    # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_AWK+set}" = set; then :  if ${ac_cv_prog_AWK+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$AWK"; then    if test -n "$AWK"; then
Line 2713  do
Line 2775  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     ac_cv_prog_AWK="$ac_prog"      ac_cv_prog_AWK="$ac_prog"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2      break 2
Line 2741  done
Line 2803  done
 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }  $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
 set x ${MAKE-make}  set x ${MAKE-make}
 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`  ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :  if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat >conftest.make <<\_ACEOF    cat >conftest.make <<\_ACEOF
Line 2749  SHELL = /bin/sh
Line 2811  SHELL = /bin/sh
 all:  all:
         @echo '@@@%%%=$(MAKE)=@@@%%%'          @echo '@@@%%%=$(MAKE)=@@@%%%'
 _ACEOF  _ACEOF
 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.  # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
 case `${MAKE-make} -f conftest.make 2>/dev/null` in  case `${MAKE-make} -f conftest.make 2>/dev/null` in
   *@@@%%%=?*=@@@%%%*)    *@@@%%%=?*=@@@%%%*)
     eval ac_cv_prog_make_${ac_make}_set=yes;;      eval ac_cv_prog_make_${ac_make}_set=yes;;
Line 2777  else
Line 2839  else
 fi  fi
 rmdir .tst 2>/dev/null  rmdir .tst 2>/dev/null
   
   # Check whether --enable-silent-rules was given.
   if test "${enable_silent_rules+set}" = set; then :
     enableval=$enable_silent_rules;
   fi
   
   case $enable_silent_rules in # (((
     yes) AM_DEFAULT_VERBOSITY=0;;
      no) AM_DEFAULT_VERBOSITY=1;;
       *) AM_DEFAULT_VERBOSITY=1;;
   esac
   am_make=${MAKE-make}
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
   $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
   if ${am_cv_make_support_nested_variables+:} false; then :
     $as_echo_n "(cached) " >&6
   else
     if $as_echo 'TRUE=$(BAR$(V))
   BAR0=false
   BAR1=true
   V=1
   am__doit:
           @$(TRUE)
   .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
     am_cv_make_support_nested_variables=yes
   else
     am_cv_make_support_nested_variables=no
   fi
   fi
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
   $as_echo "$am_cv_make_support_nested_variables" >&6; }
   if test $am_cv_make_support_nested_variables = yes; then
       AM_V='$(V)'
     AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
   else
     AM_V=$AM_DEFAULT_VERBOSITY
     AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
   fi
   AM_BACKSLASH='\'
   
 if test "`cd $srcdir && pwd`" != "`pwd`"; then  if test "`cd $srcdir && pwd`" != "`pwd`"; then
   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output    # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
   # is not polluted with repeated "-I."    # is not polluted with repeated "-I."
   am__isrc=' -I$(srcdir)'    am__isrc=' -I$(srcdir)'
   # test to see if srcdir already configured    # test to see if srcdir already configured
   if test -f $srcdir/config.status; then    if test -f $srcdir/config.status; then
     as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5      as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
   fi    fi
 fi  fi
   
Line 2798  fi
Line 2899  fi
   
   
 # Define the identity of the package.  # Define the identity of the package.
  PACKAGE=zlib   PACKAGE='zlib'
  VERSION=1.1.4   VERSION='1.1.4'
   
   
 cat >>confdefs.h <<_ACEOF  cat >>confdefs.h <<_ACEOF
Line 2827  AUTOHEADER=${AUTOHEADER-"${am_missing_ru
Line 2928  AUTOHEADER=${AUTOHEADER-"${am_missing_ru
   
 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}  MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
   
 # We need awk for the "check" target.  The system "awk" is bad on  # For better backward compatibility.  To be removed once Automake 1.9.x
 # some platforms.  # dies out for good.  For more background, see:
   # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
   # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
   mkdir_p='$(MKDIR_P)'
   
   # We need awk for the "check" target (and possibly the TAP driver).  The
   # system "awk" is bad on some platforms.
 # Always define AMTAR for backward compatibility.  Yes, it's still used  # Always define AMTAR for backward compatibility.  Yes, it's still used
 # in the wild :-(  We should find a proper way to deprecate it ...  # in the wild :-(  We should find a proper way to deprecate it ...
 AMTAR='$${TAR-tar}'  AMTAR='$${TAR-tar}'
   
   
   # We'll loop over all known methods to create a tar archive until one works.
   _am_tools='gnutar  pax cpio none'
   
 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'  am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
   
   
Line 2840  am__tar='$${TAR-tar} chof - "$$tardir"' 
Line 2951  am__tar='$${TAR-tar} chof - "$$tardir"' 
   
   
   
   # POSIX will say in a future version that running "rm -f" with no argument
   # is OK; and we want to be able to make that assumption in our Makefile
   # recipes.  So use an aggressive probe to check that the usage we want is
   # actually supported "in the wild" to an acceptable degree.
   # See automake bug#10828.
   # To make any issue more visible, cause the running configure to be aborted
   # by default if the 'rm' program in use doesn't match our expectations; the
   # user can still override this though.
   if rm -f && rm -fr && rm -rf; then : OK; else
     cat >&2 <<'END'
   Oops!
   
   Your 'rm' program seems unable to run without file operands specified
   on the command line, even when the '-f' option is present.  This is contrary
   to the behaviour of most rm programs out there, and not conforming with
   the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
   
   Please tell bug-automake@gnu.org about your system, including the value
   of your $PATH and any error possibly output before this message.  This
   can help us improve future automake versions.
   
   END
     if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
       echo 'Configuration will proceed anyway, since you have set the' >&2
       echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
       echo >&2
     else
       cat >&2 <<'END'
   Aborting the configuration process, to ensure you take notice of the issue.
   
   You can download and install GNU coreutils to get an 'rm' implementation
   that behaves properly: <http://www.gnu.org/software/coreutils/>.
   
   If you want to complete the configuration process using your problematic
   'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
   to "yes", and re-run configure.
   
   END
       as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
     fi
   fi
   
   
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }  $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
Line 2890  if test "${enable_multilib+set}" = set; 
Line 3044  if test "${enable_multilib+set}" = set; 
   enableval=$enable_multilib; case "${enableval}" in    enableval=$enable_multilib; case "${enableval}" in
   yes) multilib=yes ;;    yes) multilib=yes ;;
   no)  multilib=no ;;    no)  multilib=no ;;
   *)   as_fn_error "bad value ${enableval} for multilib option" "$LINENO" 5 ;;    *)   as_fn_error $? "bad value ${enableval} for multilib option" "$LINENO" 5 ;;
  esac   esac
 else  else
   test -z "$with_target_subdir" && multilib=no || multilib=yes    test -z "$with_target_subdir" && multilib=no || multilib=yes
Line 2923  if test -n "$ac_tool_prefix"; then
Line 3077  if test -n "$ac_tool_prefix"; then
 set dummy ${ac_tool_prefix}gcc; ac_word=$2  set dummy ${ac_tool_prefix}gcc; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_CC+set}" = set; then :  if ${ac_cv_prog_CC+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$CC"; then    if test -n "$CC"; then
Line 2935  do
Line 3089  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     ac_cv_prog_CC="${ac_tool_prefix}gcc"      ac_cv_prog_CC="${ac_tool_prefix}gcc"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2      break 2
Line 2963  if test -z "$ac_cv_prog_CC"; then
Line 3117  if test -z "$ac_cv_prog_CC"; then
 set dummy gcc; ac_word=$2  set dummy gcc; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :  if ${ac_cv_prog_ac_ct_CC+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$ac_ct_CC"; then    if test -n "$ac_ct_CC"; then
Line 2975  do
Line 3129  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     ac_cv_prog_ac_ct_CC="gcc"      ac_cv_prog_ac_ct_CC="gcc"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2      break 2
Line 3016  if test -z "$CC"; then
Line 3170  if test -z "$CC"; then
 set dummy ${ac_tool_prefix}cc; ac_word=$2  set dummy ${ac_tool_prefix}cc; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_CC+set}" = set; then :  if ${ac_cv_prog_CC+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$CC"; then    if test -n "$CC"; then
Line 3028  do
Line 3182  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     ac_cv_prog_CC="${ac_tool_prefix}cc"      ac_cv_prog_CC="${ac_tool_prefix}cc"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2      break 2
Line 3056  if test -z "$CC"; then
Line 3210  if test -z "$CC"; then
 set dummy cc; ac_word=$2  set dummy cc; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_CC+set}" = set; then :  if ${ac_cv_prog_CC+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$CC"; then    if test -n "$CC"; then
Line 3069  do
Line 3223  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
        ac_prog_rejected=yes         ac_prog_rejected=yes
        continue         continue
Line 3115  if test -z "$CC"; then
Line 3269  if test -z "$CC"; then
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_CC+set}" = set; then :  if ${ac_cv_prog_CC+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$CC"; then    if test -n "$CC"; then
Line 3127  do
Line 3281  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2      break 2
Line 3159  do
Line 3313  do
 set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :  if ${ac_cv_prog_ac_ct_CC+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$ac_ct_CC"; then    if test -n "$ac_ct_CC"; then
Line 3171  do
Line 3325  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     ac_cv_prog_ac_ct_CC="$ac_prog"      ac_cv_prog_ac_ct_CC="$ac_prog"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2      break 2
Line 3213  fi
Line 3367  fi
   
 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5  test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error "no acceptable C compiler found in \$PATH  as_fn_error $? "no acceptable C compiler found in \$PATH
 See \`config.log' for more details." "$LINENO" 5; }  See \`config.log' for more details" "$LINENO" 5; }
   
 # Provide some information about the compiler.  # Provide some information about the compiler.
 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5  $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
Line 3235  $as_echo "$ac_try_echo"; } >&5
Line 3389  $as_echo "$ac_try_echo"; } >&5
 ... rest of stderr output deleted ...  ... rest of stderr output deleted ...
          10q' conftest.err >conftest.er1           10q' conftest.err >conftest.er1
     cat conftest.er1 >&5      cat conftest.er1 >&5
     rm -f conftest.er1 conftest.err  
   fi    fi
     rm -f conftest.er1 conftest.err
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5    $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }    test $ac_status = 0; }
 done  done
Line 3281  main ()
Line 3435  main ()
 }  }
 _ACEOF  _ACEOF
 ac_clean_files_save=$ac_clean_files  ac_clean_files_save=$ac_clean_files
 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"  ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
 # Try to create an executable without -o first, disregard a.out.  # Try to create an executable without -o first, disregard a.out.
 # It will help us diagnose broken compilers, and finding out an intuition  # It will help us diagnose broken compilers, and finding out an intuition
 # of exeext.  # of exeext.
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
 $as_echo_n "checking for C compiler default output file name... " >&6; }  $as_echo_n "checking whether the C compiler works... " >&6; }
 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`  ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
   
 # The possible output files:  # The possible output files:
Line 3348  test "$ac_cv_exeext" = no && ac_cv_exeex
Line 3502  test "$ac_cv_exeext" = no && ac_cv_exeex
 else  else
   ac_file=''    ac_file=''
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5  
 $as_echo "$ac_file" >&6; }  
 if test -z "$ac_file"; then :  if test -z "$ac_file"; then :
   $as_echo "$as_me: failed program was:" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   $as_echo "no" >&6; }
   $as_echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 { as_fn_set_status 77  as_fn_error 77 "C compiler cannot create executables
 as_fn_error "C compiler cannot create executables  See \`config.log' for more details" "$LINENO" 5; }
 See \`config.log' for more details." "$LINENO" 5; }; }  else
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   $as_echo "yes" >&6; }
 fi  fi
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
   $as_echo_n "checking for C compiler default output file name... " >&6; }
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
   $as_echo "$ac_file" >&6; }
 ac_exeext=$ac_cv_exeext  ac_exeext=$ac_cv_exeext
   
 # Check that the compiler produces executables we can run.  If not, either  rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
 # the compiler is broken, or we cross compile.  
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5  
 $as_echo_n "checking whether the C compiler works... " >&6; }  
 # If not cross compiling, check that we can run a simple program.  
 if test "$cross_compiling" != yes; then  
   if { ac_try='./$ac_file'  
   { { case "(($ac_try" in  
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;  
   *) ac_try_echo=$ac_try;;  
 esac  
 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""  
 $as_echo "$ac_try_echo"; } >&5  
   (eval "$ac_try") 2>&5  
   ac_status=$?  
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5  
   test $ac_status = 0; }; }; then  
     cross_compiling=no  
   else  
     if test "$cross_compiling" = maybe; then  
         cross_compiling=yes  
     else  
         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5  
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  
 as_fn_error "cannot run C compiled programs.  
 If you meant to cross compile, use \`--host'.  
 See \`config.log' for more details." "$LINENO" 5; }  
     fi  
   fi  
 fi  
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5  
 $as_echo "yes" >&6; }  
   
 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out  
 ac_clean_files=$ac_clean_files_save  ac_clean_files=$ac_clean_files_save
 # Check that the compiler produces executables we can run.  If not, either  
 # the compiler is broken, or we cross compile.  
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5  
 $as_echo_n "checking whether we are cross compiling... " >&6; }  
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5  
 $as_echo "$cross_compiling" >&6; }  
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
 $as_echo_n "checking for suffix of executables... " >&6; }  $as_echo_n "checking for suffix of executables... " >&6; }
 if { { ac_try="$ac_link"  if { { ac_try="$ac_link"
Line 3433  done
Line 3553  done
 else  else
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error "cannot compute suffix of executables: cannot compile and link  as_fn_error $? "cannot compute suffix of executables: cannot compile and link
 See \`config.log' for more details." "$LINENO" 5; }  See \`config.log' for more details" "$LINENO" 5; }
 fi  fi
 rm -f conftest$ac_cv_exeext  rm -f conftest conftest$ac_cv_exeext
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
 $as_echo "$ac_cv_exeext" >&6; }  $as_echo "$ac_cv_exeext" >&6; }
   
 rm -f conftest.$ac_ext  rm -f conftest.$ac_ext
 EXEEXT=$ac_cv_exeext  EXEEXT=$ac_cv_exeext
 ac_exeext=$EXEEXT  ac_exeext=$EXEEXT
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   /* end confdefs.h.  */
   #include <stdio.h>
   int
   main ()
   {
   FILE *f = fopen ("conftest.out", "w");
    return ferror (f) || fclose (f) != 0;
   
     ;
     return 0;
   }
   _ACEOF
   ac_clean_files="$ac_clean_files conftest.out"
   # Check that the compiler produces executables we can run.  If not, either
   # the compiler is broken, or we cross compile.
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
   $as_echo_n "checking whether we are cross compiling... " >&6; }
   if test "$cross_compiling" != yes; then
     { { ac_try="$ac_link"
   case "(($ac_try" in
     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     *) ac_try_echo=$ac_try;;
   esac
   eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   $as_echo "$ac_try_echo"; } >&5
     (eval "$ac_link") 2>&5
     ac_status=$?
     $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
     test $ac_status = 0; }
     if { ac_try='./conftest$ac_cv_exeext'
     { { case "(($ac_try" in
     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     *) ac_try_echo=$ac_try;;
   esac
   eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   $as_echo "$ac_try_echo"; } >&5
     (eval "$ac_try") 2>&5
     ac_status=$?
     $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
     test $ac_status = 0; }; }; then
       cross_compiling=no
     else
       if test "$cross_compiling" = maybe; then
           cross_compiling=yes
       else
           { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   as_fn_error $? "cannot run C compiled programs.
   If you meant to cross compile, use \`--host'.
   See \`config.log' for more details" "$LINENO" 5; }
       fi
     fi
   fi
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
   $as_echo "$cross_compiling" >&6; }
   
   rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
   ac_clean_files=$ac_clean_files_save
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
 $as_echo_n "checking for suffix of object files... " >&6; }  $as_echo_n "checking for suffix of object files... " >&6; }
 if test "${ac_cv_objext+set}" = set; then :  if ${ac_cv_objext+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 3486  sed 's/^/| /' conftest.$ac_ext >&5
Line 3665  sed 's/^/| /' conftest.$ac_ext >&5
   
 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error "cannot compute suffix of object files: cannot compile  as_fn_error $? "cannot compute suffix of object files: cannot compile
 See \`config.log' for more details." "$LINENO" 5; }  See \`config.log' for more details" "$LINENO" 5; }
 fi  fi
 rm -f conftest.$ac_cv_objext conftest.$ac_ext  rm -f conftest.$ac_cv_objext conftest.$ac_ext
 fi  fi
Line 3497  OBJEXT=$ac_cv_objext
Line 3676  OBJEXT=$ac_cv_objext
 ac_objext=$OBJEXT  ac_objext=$OBJEXT
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }  $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
 if test "${ac_cv_c_compiler_gnu+set}" = set; then :  if ${ac_cv_c_compiler_gnu+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 3534  ac_test_CFLAGS=${CFLAGS+set}
Line 3713  ac_test_CFLAGS=${CFLAGS+set}
 ac_save_CFLAGS=$CFLAGS  ac_save_CFLAGS=$CFLAGS
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
 $as_echo_n "checking whether $CC accepts -g... " >&6; }  $as_echo_n "checking whether $CC accepts -g... " >&6; }
 if test "${ac_cv_prog_cc_g+set}" = set; then :  if ${ac_cv_prog_cc_g+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_save_c_werror_flag=$ac_c_werror_flag    ac_save_c_werror_flag=$ac_c_werror_flag
Line 3612  else
Line 3791  else
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }  $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
 if test "${ac_cv_prog_cc_c89+set}" = set; then :  if ${ac_cv_prog_cc_c89+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_cv_prog_cc_c89=no    ac_cv_prog_cc_c89=no
Line 3621  cat confdefs.h - <<_ACEOF >conftest.$ac_
Line 3800  cat confdefs.h - <<_ACEOF >conftest.$ac_
 /* end confdefs.h.  */  /* end confdefs.h.  */
 #include <stdarg.h>  #include <stdarg.h>
 #include <stdio.h>  #include <stdio.h>
 #include <sys/types.h>  struct stat;
 #include <sys/stat.h>  
 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */  /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
 struct buf { int x; };  struct buf { int x; };
 FILE * (*rcsopen) (struct buf *, struct stat *, int);  FILE * (*rcsopen) (struct buf *, struct stat *, int);
Line 3706  ac_cpp='$CPP $CPPFLAGS'
Line 3884  ac_cpp='$CPP $CPPFLAGS'
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 ac_compiler_gnu=$ac_cv_c_compiler_gnu  ac_compiler_gnu=$ac_cv_c_compiler_gnu
   
   ac_ext=c
   ac_cpp='$CPP $CPPFLAGS'
   ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   ac_compiler_gnu=$ac_cv_c_compiler_gnu
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
   $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
   if ${am_cv_prog_cc_c_o+:} false; then :
     $as_echo_n "(cached) " >&6
   else
     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   /* end confdefs.h.  */
   
   int
   main ()
   {
   
     ;
     return 0;
   }
   _ACEOF
     # Make sure it works both with $CC and with simple cc.
     # Following AC_PROG_CC_C_O, we do the test twice because some
     # compilers refuse to overwrite an existing .o file with -o,
     # though they will create one.
     am_cv_prog_cc_c_o=yes
     for am_i in 1 2; do
       if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
      ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
      ac_status=$?
      echo "$as_me:$LINENO: \$? = $ac_status" >&5
      (exit $ac_status); } \
            && test -f conftest2.$ac_objext; then
         : OK
       else
         am_cv_prog_cc_c_o=no
         break
       fi
     done
     rm -f core conftest*
     unset am_i
   fi
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
   $as_echo "$am_cv_prog_cc_c_o" >&6; }
   if test "$am_cv_prog_cc_c_o" != yes; then
      # Losing compiler, so override with the script.
      # FIXME: It is wrong to rewrite CC.
      # But if we don't then we get into trouble of one sort or another.
      # A longer-term fix would be to have automake use am__CC in this case,
      # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
      CC="$am_aux_dir/compile $CC"
   fi
   ac_ext=c
   ac_cpp='$CPP $CPPFLAGS'
   ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   ac_compiler_gnu=$ac_cv_c_compiler_gnu
   
 DEPDIR="${am__leading_dot}deps"  DEPDIR="${am__leading_dot}deps"
   
 ac_config_commands="$ac_config_commands depfiles"  ac_config_commands="$ac_config_commands depfiles"
Line 3725  am__quote=
Line 3962  am__quote=
 _am_result=none  _am_result=none
 # First try GNU make style include.  # First try GNU make style include.
 echo "include confinc" > confmf  echo "include confinc" > confmf
 # Ignore all kinds of additional output from `make'.  # Ignore all kinds of additional output from 'make'.
 case `$am_make -s -f confmf 2> /dev/null` in #(  case `$am_make -s -f confmf 2> /dev/null` in #(
 *the\ am__doit\ target*)  *the\ am__doit\ target*)
   am__include=include    am__include=include
Line 3774  depcc="$CC"   am_compiler_list=
Line 4011  depcc="$CC"   am_compiler_list=
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
 $as_echo_n "checking dependency style of $depcc... " >&6; }  $as_echo_n "checking dependency style of $depcc... " >&6; }
 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :  if ${am_cv_CC_dependencies_compiler_type+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then    if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
   # We make a subdir and do the tests there.  Otherwise we can end up    # We make a subdir and do the tests there.  Otherwise we can end up
   # making bogus files that we don't know about and never remove.  For    # making bogus files that we don't know about and never remove.  For
   # instance it was reported that on HP-UX the gcc test will end up    # instance it was reported that on HP-UX the gcc test will end up
   # making a dummy file named `D' -- because `-MD' means `put the output    # making a dummy file named 'D' -- because '-MD' means "put the output
   # in D'.    # in D".
   rm -rf conftest.dir    rm -rf conftest.dir
   mkdir conftest.dir    mkdir conftest.dir
   # Copy depcomp to subdir because otherwise we won't find it if we're    # Copy depcomp to subdir because otherwise we won't find it if we're
Line 3817  else
Line 4054  else
     : > sub/conftest.c      : > sub/conftest.c
     for i in 1 2 3 4 5 6; do      for i in 1 2 3 4 5 6; do
       echo '#include "conftst'$i'.h"' >> sub/conftest.c        echo '#include "conftst'$i'.h"' >> sub/conftest.c
       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with        # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
       # Solaris 8's {/usr,}/bin/sh.        # Solaris 10 /bin/sh.
       touch sub/conftst$i.h        echo '/* dummy */' > sub/conftst$i.h
     done      done
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf      echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
   
     # We check with `-c' and `-o' for the sake of the "dashmstdout"      # We check with '-c' and '-o' for the sake of the "dashmstdout"
     # mode.  It turns out that the SunPro C++ compiler does not properly      # mode.  It turns out that the SunPro C++ compiler does not properly
     # handle `-M -o', and we need to detect this.  Also, some Intel      # handle '-M -o', and we need to detect this.  Also, some Intel
     # versions had trouble with output in subdirs      # versions had trouble with output in subdirs.
     am__obj=sub/conftest.${OBJEXT-o}      am__obj=sub/conftest.${OBJEXT-o}
     am__minus_obj="-o $am__obj"      am__minus_obj="-o $am__obj"
     case $depmode in      case $depmode in
Line 3835  else
Line 4072  else
       test "$am__universal" = false || continue        test "$am__universal" = false || continue
       ;;        ;;
     nosideeffect)      nosideeffect)
       # after this tag, mechanisms are not by side-effect, so they'll        # After this tag, mechanisms are not by side-effect, so they'll
       # only be used when explicitly requested        # only be used when explicitly requested.
       if test "x$enable_dependency_tracking" = xyes; then        if test "x$enable_dependency_tracking" = xyes; then
         continue          continue
       else        else
Line 3844  else
Line 4081  else
       fi        fi
       ;;        ;;
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)      msvc7 | msvc7msys | msvisualcpp | msvcmsys)
       # This compiler won't grok `-c -o', but also, the minuso test has        # This compiler won't grok '-c -o', but also, the minuso test has
       # not run yet.  These depmodes are late enough in the game, and        # not run yet.  These depmodes are late enough in the game, and
       # so weak that their functioning should not be impacted.        # so weak that their functioning should not be impacted.
       am__obj=conftest.${OBJEXT-o}        am__obj=conftest.${OBJEXT-o}
Line 3998  esac
Line 4235  esac
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
 $as_echo_n "checking for a sed that does not truncate output... " >&6; }  $as_echo_n "checking for a sed that does not truncate output... " >&6; }
 if test "${ac_cv_path_SED+set}" = set; then :  if ${ac_cv_path_SED+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/              ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
Line 4018  do
Line 4255  do
     for ac_prog in sed gsed; do      for ac_prog in sed gsed; do
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"        ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue        as_fn_executable_p "$ac_path_SED" || continue
 # Check for GNU ac_path_SED and select it if it is found.  # Check for GNU ac_path_SED and select it if it is found.
   # Check for GNU $ac_path_SED    # Check for GNU $ac_path_SED
 case `"$ac_path_SED" --version 2>&1` in  case `"$ac_path_SED" --version 2>&1` in
Line 4053  esac
Line 4290  esac
   done    done
 IFS=$as_save_IFS  IFS=$as_save_IFS
   if test -z "$ac_cv_path_SED"; then    if test -z "$ac_cv_path_SED"; then
     as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5      as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
   fi    fi
 else  else
   ac_cv_path_SED=$SED    ac_cv_path_SED=$SED
Line 4080  Xsed="$SED -e 1s/^X//"
Line 4317  Xsed="$SED -e 1s/^X//"
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }  $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
 if test "${ac_cv_path_GREP+set}" = set; then :  if ${ac_cv_path_GREP+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -z "$GREP"; then    if test -z "$GREP"; then
Line 4094  do
Line 4331  do
     for ac_prog in grep ggrep; do      for ac_prog in grep ggrep; do
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"        ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue        as_fn_executable_p "$ac_path_GREP" || continue
 # Check for GNU ac_path_GREP and select it if it is found.  # Check for GNU ac_path_GREP and select it if it is found.
   # Check for GNU $ac_path_GREP    # Check for GNU $ac_path_GREP
 case `"$ac_path_GREP" --version 2>&1` in  case `"$ac_path_GREP" --version 2>&1` in
Line 4129  esac
Line 4366  esac
   done    done
 IFS=$as_save_IFS  IFS=$as_save_IFS
   if test -z "$ac_cv_path_GREP"; then    if test -z "$ac_cv_path_GREP"; then
     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5      as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
   fi    fi
 else  else
   ac_cv_path_GREP=$GREP    ac_cv_path_GREP=$GREP
Line 4143  $as_echo "$ac_cv_path_GREP" >&6; }
Line 4380  $as_echo "$ac_cv_path_GREP" >&6; }
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
 $as_echo_n "checking for egrep... " >&6; }  $as_echo_n "checking for egrep... " >&6; }
 if test "${ac_cv_path_EGREP+set}" = set; then :  if ${ac_cv_path_EGREP+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1    if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
Line 4160  do
Line 4397  do
     for ac_prog in egrep; do      for ac_prog in egrep; do
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"        ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue        as_fn_executable_p "$ac_path_EGREP" || continue
 # Check for GNU ac_path_EGREP and select it if it is found.  # Check for GNU ac_path_EGREP and select it if it is found.
   # Check for GNU $ac_path_EGREP    # Check for GNU $ac_path_EGREP
 case `"$ac_path_EGREP" --version 2>&1` in  case `"$ac_path_EGREP" --version 2>&1` in
Line 4195  esac
Line 4432  esac
   done    done
 IFS=$as_save_IFS  IFS=$as_save_IFS
   if test -z "$ac_cv_path_EGREP"; then    if test -z "$ac_cv_path_EGREP"; then
     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5      as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
   fi    fi
 else  else
   ac_cv_path_EGREP=$EGREP    ac_cv_path_EGREP=$EGREP
Line 4210  $as_echo "$ac_cv_path_EGREP" >&6; }
Line 4447  $as_echo "$ac_cv_path_EGREP" >&6; }
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
 $as_echo_n "checking for fgrep... " >&6; }  $as_echo_n "checking for fgrep... " >&6; }
 if test "${ac_cv_path_FGREP+set}" = set; then :  if ${ac_cv_path_FGREP+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1    if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
Line 4227  do
Line 4464  do
     for ac_prog in fgrep; do      for ac_prog in fgrep; do
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"        ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
       { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue        as_fn_executable_p "$ac_path_FGREP" || continue
 # Check for GNU ac_path_FGREP and select it if it is found.  # Check for GNU ac_path_FGREP and select it if it is found.
   # Check for GNU $ac_path_FGREP    # Check for GNU $ac_path_FGREP
 case `"$ac_path_FGREP" --version 2>&1` in  case `"$ac_path_FGREP" --version 2>&1` in
Line 4262  esac
Line 4499  esac
   done    done
 IFS=$as_save_IFS  IFS=$as_save_IFS
   if test -z "$ac_cv_path_FGREP"; then    if test -z "$ac_cv_path_FGREP"; then
     as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5      as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
   fi    fi
 else  else
   ac_cv_path_FGREP=$FGREP    ac_cv_path_FGREP=$FGREP
Line 4341  else
Line 4578  else
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
 $as_echo_n "checking for non-GNU ld... " >&6; }  $as_echo_n "checking for non-GNU ld... " >&6; }
 fi  fi
 if test "${lt_cv_path_LD+set}" = set; then :  if ${lt_cv_path_LD+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -z "$LD"; then    if test -z "$LD"; then
Line 4378  else
Line 4615  else
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }  $as_echo "no" >&6; }
 fi  fi
 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5  test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }  $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
 if test "${lt_cv_prog_gnu_ld+set}" = set; then :  if ${lt_cv_prog_gnu_ld+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   # I'd rather use --version here, but apparently some GNU lds only accept -v.    # I'd rather use --version here, but apparently some GNU lds only accept -v.
Line 4408  with_gnu_ld=$lt_cv_prog_gnu_ld
Line 4645  with_gnu_ld=$lt_cv_prog_gnu_ld
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }  $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
 if test "${lt_cv_path_NM+set}" = set; then :  if ${lt_cv_path_NM+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$NM"; then    if test -n "$NM"; then
Line 4471  else
Line 4708  else
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :  if ${ac_cv_prog_DUMPBIN+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$DUMPBIN"; then    if test -n "$DUMPBIN"; then
Line 4483  do
Line 4720  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"      ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2      break 2
Line 4515  do
Line 4752  do
 set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :  if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$ac_ct_DUMPBIN"; then    if test -n "$ac_ct_DUMPBIN"; then
Line 4527  do
Line 4764  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"      ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2      break 2
Line 4587  test -z "$NM" && NM=nm
Line 4824  test -z "$NM" && NM=nm
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
 $as_echo_n "checking the name lister ($NM) interface... " >&6; }  $as_echo_n "checking the name lister ($NM) interface... " >&6; }
 if test "${lt_cv_nm_interface+set}" = set; then :  if ${lt_cv_nm_interface+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   lt_cv_nm_interface="BSD nm"    lt_cv_nm_interface="BSD nm"
Line 4622  fi
Line 4859  fi
 # find the maximum length of command line arguments  # find the maximum length of command line arguments
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
 $as_echo_n "checking the maximum length of command line arguments... " >&6; }  $as_echo_n "checking the maximum length of command line arguments... " >&6; }
 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :  if ${lt_cv_sys_max_cmd_len+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
     i=0      i=0
Line 4819  esac
Line 5056  esac
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
 $as_echo_n "checking for $LD option to reload object files... " >&6; }  $as_echo_n "checking for $LD option to reload object files... " >&6; }
 if test "${lt_cv_ld_reload_flag+set}" = set; then :  if ${lt_cv_ld_reload_flag+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   lt_cv_ld_reload_flag='-r'    lt_cv_ld_reload_flag='-r'
Line 4855  if test -n "$ac_tool_prefix"; then
Line 5092  if test -n "$ac_tool_prefix"; then
 set dummy ${ac_tool_prefix}objdump; ac_word=$2  set dummy ${ac_tool_prefix}objdump; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :  if ${ac_cv_prog_OBJDUMP+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$OBJDUMP"; then    if test -n "$OBJDUMP"; then
Line 4867  do
Line 5104  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"      ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2      break 2
Line 4895  if test -z "$ac_cv_prog_OBJDUMP"; then
Line 5132  if test -z "$ac_cv_prog_OBJDUMP"; then
 set dummy objdump; ac_word=$2  set dummy objdump; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :  if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$ac_ct_OBJDUMP"; then    if test -n "$ac_ct_OBJDUMP"; then
Line 4907  do
Line 5144  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     ac_cv_prog_ac_ct_OBJDUMP="objdump"      ac_cv_prog_ac_ct_OBJDUMP="objdump"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2      break 2
Line 4954  test -z "$OBJDUMP" && OBJDUMP=objdump
Line 5191  test -z "$OBJDUMP" && OBJDUMP=objdump
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
 $as_echo_n "checking how to recognize dependent libraries... " >&6; }  $as_echo_n "checking how to recognize dependent libraries... " >&6; }
 if test "${lt_cv_deplibs_check_method+set}" = set; then :  if ${lt_cv_deplibs_check_method+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   lt_cv_file_magic_cmd='$MAGIC_CMD'    lt_cv_file_magic_cmd='$MAGIC_CMD'
Line 5175  if test -n "$ac_tool_prefix"; then
Line 5412  if test -n "$ac_tool_prefix"; then
 set dummy ${ac_tool_prefix}ar; ac_word=$2  set dummy ${ac_tool_prefix}ar; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_AR+set}" = set; then :  if ${ac_cv_prog_AR+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$AR"; then    if test -n "$AR"; then
Line 5187  do
Line 5424  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     ac_cv_prog_AR="${ac_tool_prefix}ar"      ac_cv_prog_AR="${ac_tool_prefix}ar"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2      break 2
Line 5215  if test -z "$ac_cv_prog_AR"; then
Line 5452  if test -z "$ac_cv_prog_AR"; then
 set dummy ar; ac_word=$2  set dummy ar; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :  if ${ac_cv_prog_ac_ct_AR+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$ac_ct_AR"; then    if test -n "$ac_ct_AR"; then
Line 5227  do
Line 5464  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     ac_cv_prog_ac_ct_AR="ar"      ac_cv_prog_ac_ct_AR="ar"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2      break 2
Line 5280  if test -n "$ac_tool_prefix"; then
Line 5517  if test -n "$ac_tool_prefix"; then
 set dummy ${ac_tool_prefix}strip; ac_word=$2  set dummy ${ac_tool_prefix}strip; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_STRIP+set}" = set; then :  if ${ac_cv_prog_STRIP+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$STRIP"; then    if test -n "$STRIP"; then
Line 5292  do
Line 5529  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2      break 2
Line 5320  if test -z "$ac_cv_prog_STRIP"; then
Line 5557  if test -z "$ac_cv_prog_STRIP"; then
 set dummy strip; ac_word=$2  set dummy strip; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :  if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$ac_ct_STRIP"; then    if test -n "$ac_ct_STRIP"; then
Line 5332  do
Line 5569  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     ac_cv_prog_ac_ct_STRIP="strip"      ac_cv_prog_ac_ct_STRIP="strip"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2      break 2
Line 5379  if test -n "$ac_tool_prefix"; then
Line 5616  if test -n "$ac_tool_prefix"; then
 set dummy ${ac_tool_prefix}ranlib; ac_word=$2  set dummy ${ac_tool_prefix}ranlib; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_RANLIB+set}" = set; then :  if ${ac_cv_prog_RANLIB+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$RANLIB"; then    if test -n "$RANLIB"; then
Line 5391  do
Line 5628  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2      break 2
Line 5419  if test -z "$ac_cv_prog_RANLIB"; then
Line 5656  if test -z "$ac_cv_prog_RANLIB"; then
 set dummy ranlib; ac_word=$2  set dummy ranlib; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :  if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$ac_ct_RANLIB"; then    if test -n "$ac_ct_RANLIB"; then
Line 5431  do
Line 5668  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     ac_cv_prog_ac_ct_RANLIB="ranlib"      ac_cv_prog_ac_ct_RANLIB="ranlib"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2      break 2
Line 5548  compiler=$CC
Line 5785  compiler=$CC
 # Check for command to grab the raw symbol name followed by C symbol from nm.  # Check for command to grab the raw symbol name followed by C symbol from nm.
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }  $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :  if ${lt_cv_sys_global_symbol_pipe+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   
Line 5933  s390*-*linux*|s390*-*tpf*|sparc*-*linux*
Line 6170  s390*-*linux*|s390*-*tpf*|sparc*-*linux*
   CFLAGS="$CFLAGS -belf"    CFLAGS="$CFLAGS -belf"
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }  $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
 if test "${lt_cv_cc_needs_belf+set}" = set; then :  if ${lt_cv_cc_needs_belf+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_ext=c    ac_ext=c
Line 5943  ac_link='$CC -o conftest$ac_exeext $CFLA
Line 6180  ac_link='$CC -o conftest$ac_exeext $CFLA
 ac_compiler_gnu=$ac_cv_c_compiler_gnu  ac_compiler_gnu=$ac_cv_c_compiler_gnu
   
      if test x$gcc_no_link = xyes; then       if test x$gcc_no_link = xyes; then
   as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5    as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
 fi  fi
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
Line 6012  need_locks="$enable_libtool_lock"
Line 6249  need_locks="$enable_libtool_lock"
 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2  set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :  if ${ac_cv_prog_DSYMUTIL+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$DSYMUTIL"; then    if test -n "$DSYMUTIL"; then
Line 6024  do
Line 6261  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"      ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2      break 2
Line 6052  if test -z "$ac_cv_prog_DSYMUTIL"; then
Line 6289  if test -z "$ac_cv_prog_DSYMUTIL"; then
 set dummy dsymutil; ac_word=$2  set dummy dsymutil; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :  if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$ac_ct_DSYMUTIL"; then    if test -n "$ac_ct_DSYMUTIL"; then
Line 6064  do
Line 6301  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"      ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2      break 2
Line 6104  fi
Line 6341  fi
 set dummy ${ac_tool_prefix}nmedit; ac_word=$2  set dummy ${ac_tool_prefix}nmedit; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_NMEDIT+set}" = set; then :  if ${ac_cv_prog_NMEDIT+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$NMEDIT"; then    if test -n "$NMEDIT"; then
Line 6116  do
Line 6353  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"      ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2      break 2
Line 6144  if test -z "$ac_cv_prog_NMEDIT"; then
Line 6381  if test -z "$ac_cv_prog_NMEDIT"; then
 set dummy nmedit; ac_word=$2  set dummy nmedit; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :  if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$ac_ct_NMEDIT"; then    if test -n "$ac_ct_NMEDIT"; then
Line 6156  do
Line 6393  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     ac_cv_prog_ac_ct_NMEDIT="nmedit"      ac_cv_prog_ac_ct_NMEDIT="nmedit"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2      break 2
Line 6196  fi
Line 6433  fi
 set dummy ${ac_tool_prefix}lipo; ac_word=$2  set dummy ${ac_tool_prefix}lipo; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_LIPO+set}" = set; then :  if ${ac_cv_prog_LIPO+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$LIPO"; then    if test -n "$LIPO"; then
Line 6208  do
Line 6445  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"      ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2      break 2
Line 6236  if test -z "$ac_cv_prog_LIPO"; then
Line 6473  if test -z "$ac_cv_prog_LIPO"; then
 set dummy lipo; ac_word=$2  set dummy lipo; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :  if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$ac_ct_LIPO"; then    if test -n "$ac_ct_LIPO"; then
Line 6248  do
Line 6485  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     ac_cv_prog_ac_ct_LIPO="lipo"      ac_cv_prog_ac_ct_LIPO="lipo"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2      break 2
Line 6288  fi
Line 6525  fi
 set dummy ${ac_tool_prefix}otool; ac_word=$2  set dummy ${ac_tool_prefix}otool; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_OTOOL+set}" = set; then :  if ${ac_cv_prog_OTOOL+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$OTOOL"; then    if test -n "$OTOOL"; then
Line 6300  do
Line 6537  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"      ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2      break 2
Line 6328  if test -z "$ac_cv_prog_OTOOL"; then
Line 6565  if test -z "$ac_cv_prog_OTOOL"; then
 set dummy otool; ac_word=$2  set dummy otool; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :  if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$ac_ct_OTOOL"; then    if test -n "$ac_ct_OTOOL"; then
Line 6340  do
Line 6577  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     ac_cv_prog_ac_ct_OTOOL="otool"      ac_cv_prog_ac_ct_OTOOL="otool"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2      break 2
Line 6380  fi
Line 6617  fi
 set dummy ${ac_tool_prefix}otool64; ac_word=$2  set dummy ${ac_tool_prefix}otool64; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_OTOOL64+set}" = set; then :  if ${ac_cv_prog_OTOOL64+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$OTOOL64"; then    if test -n "$OTOOL64"; then
Line 6392  do
Line 6629  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"      ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2      break 2
Line 6420  if test -z "$ac_cv_prog_OTOOL64"; then
Line 6657  if test -z "$ac_cv_prog_OTOOL64"; then
 set dummy otool64; ac_word=$2  set dummy otool64; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :  if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$ac_ct_OTOOL64"; then    if test -n "$ac_ct_OTOOL64"; then
Line 6432  do
Line 6669  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do      for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     ac_cv_prog_ac_ct_OTOOL64="otool64"      ac_cv_prog_ac_ct_OTOOL64="otool64"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2      break 2
Line 6495  fi
Line 6732  fi
   
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
 $as_echo_n "checking for -single_module linker flag... " >&6; }  $as_echo_n "checking for -single_module linker flag... " >&6; }
 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :  if ${lt_cv_apple_cc_single_mod+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   lt_cv_apple_cc_single_mod=no    lt_cv_apple_cc_single_mod=no
Line 6524  fi
Line 6761  fi
 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }  $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }  $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :  if ${lt_cv_ld_exported_symbols_list+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   lt_cv_ld_exported_symbols_list=no    lt_cv_ld_exported_symbols_list=no
Line 6532  else
Line 6769  else
       echo "_main" > conftest.sym        echo "_main" > conftest.sym
       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"        LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
       if test x$gcc_no_link = xyes; then        if test x$gcc_no_link = xyes; then
   as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5    as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
 fi  fi
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
Line 6559  fi
Line 6796  fi
 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }  $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
 $as_echo_n "checking for -force_load linker flag... " >&6; }  $as_echo_n "checking for -force_load linker flag... " >&6; }
 if test "${lt_cv_ld_force_load+set}" = set; then :  if ${lt_cv_ld_force_load+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   lt_cv_ld_force_load=no    lt_cv_ld_force_load=no
Line 6634  if test -n "$CPP" && test -d "$CPP"; the
Line 6871  if test -n "$CPP" && test -d "$CPP"; the
   CPP=    CPP=
 fi  fi
 if test -z "$CPP"; then  if test -z "$CPP"; then
   if test "${ac_cv_prog_CPP+set}" = set; then :    if ${ac_cv_prog_CPP+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
       # Double quotes because CPP needs to be expanded        # Double quotes because CPP needs to be expanded
Line 6664  else
Line 6901  else
   # Broken: fails on valid input.    # Broken: fails on valid input.
 continue  continue
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.i conftest.$ac_ext
   
   # OK, works on sane cases.  Now check whether nonexistent headers    # OK, works on sane cases.  Now check whether nonexistent headers
   # can be detected and how.    # can be detected and how.
Line 6680  else
Line 6917  else
 ac_preproc_ok=:  ac_preproc_ok=:
 break  break
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.i conftest.$ac_ext
   
 done  done
 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.  # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.i conftest.err conftest.$ac_ext
 if $ac_preproc_ok; then :  if $ac_preproc_ok; then :
   break    break
 fi  fi
Line 6723  else
Line 6960  else
   # Broken: fails on valid input.    # Broken: fails on valid input.
 continue  continue
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.i conftest.$ac_ext
   
   # OK, works on sane cases.  Now check whether nonexistent headers    # OK, works on sane cases.  Now check whether nonexistent headers
   # can be detected and how.    # can be detected and how.
Line 6739  else
Line 6976  else
 ac_preproc_ok=:  ac_preproc_ok=:
 break  break
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.i conftest.$ac_ext
   
 done  done
 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.  # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.i conftest.err conftest.$ac_ext
 if $ac_preproc_ok; then :  if $ac_preproc_ok; then :
   
 else  else
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error "C preprocessor \"$CPP\" fails sanity check  as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
 See \`config.log' for more details." "$LINENO" 5; }  See \`config.log' for more details" "$LINENO" 5; }
 fi  fi
   
 ac_ext=c  ac_ext=c
Line 6762  ac_compiler_gnu=$ac_cv_c_compiler_gnu
Line 6999  ac_compiler_gnu=$ac_cv_c_compiler_gnu
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
 $as_echo_n "checking for ANSI C header files... " >&6; }  $as_echo_n "checking for ANSI C header files... " >&6; }
 if test "${ac_cv_header_stdc+set}" = set; then :  if ${ac_cv_header_stdc+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 6879  do :
Line 7116  do :
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`    as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default  ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
 "  "
 eval as_val=\$$as_ac_Header  if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
    if test "x$as_val" = x""yes; then :  
   cat >>confdefs.h <<_ACEOF    cat >>confdefs.h <<_ACEOF
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1  #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 _ACEOF  _ACEOF
Line 6894  for ac_header in dlfcn.h
Line 7130  for ac_header in dlfcn.h
 do :  do :
   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default    ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
 "  "
 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :  if test "x$ac_cv_header_dlfcn_h" = xyes; then :
   cat >>confdefs.h <<_ACEOF    cat >>confdefs.h <<_ACEOF
 #define HAVE_DLFCN_H 1  #define HAVE_DLFCN_H 1
 _ACEOF  _ACEOF
Line 7081  fi
Line 7317  fi
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
 $as_echo_n "checking for objdir... " >&6; }  $as_echo_n "checking for objdir... " >&6; }
 if test "${lt_cv_objdir+set}" = set; then :  if ${lt_cv_objdir+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   rm -f .libs 2>/dev/null    rm -f .libs 2>/dev/null
Line 7159  file_magic*)
Line 7395  file_magic*)
   if test "$file_magic_cmd" = '$MAGIC_CMD'; then    if test "$file_magic_cmd" = '$MAGIC_CMD'; then
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }  $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :  if ${lt_cv_path_MAGIC_CMD+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   case $MAGIC_CMD in    case $MAGIC_CMD in
Line 7225  if test -z "$lt_cv_path_MAGIC_CMD"; then
Line 7461  if test -z "$lt_cv_path_MAGIC_CMD"; then
   if test -n "$ac_tool_prefix"; then    if test -n "$ac_tool_prefix"; then
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
 $as_echo_n "checking for file... " >&6; }  $as_echo_n "checking for file... " >&6; }
 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :  if ${lt_cv_path_MAGIC_CMD+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   case $MAGIC_CMD in    case $MAGIC_CMD in
Line 7367  if test "$GCC" = yes; then
Line 7603  if test "$GCC" = yes; then
   
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }  $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :  if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   lt_cv_prog_compiler_rtti_exceptions=no    lt_cv_prog_compiler_rtti_exceptions=no
Line 7720  $as_echo "$lt_prog_compiler_pic" >&6; }
Line 7956  $as_echo "$lt_prog_compiler_pic" >&6; }
 if test -n "$lt_prog_compiler_pic"; then  if test -n "$lt_prog_compiler_pic"; then
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }  $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :  if ${lt_cv_prog_compiler_pic_works+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   lt_cv_prog_compiler_pic_works=no    lt_cv_prog_compiler_pic_works=no
Line 7779  fi
Line 8015  fi
 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"  wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }  $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :  if ${lt_cv_prog_compiler_static_works+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   lt_cv_prog_compiler_static_works=no    lt_cv_prog_compiler_static_works=no
Line 7822  fi
Line 8058  fi
   
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }  $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :  if ${lt_cv_prog_compiler_c_o+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   lt_cv_prog_compiler_c_o=no    lt_cv_prog_compiler_c_o=no
Line 7877  $as_echo "$lt_cv_prog_compiler_c_o" >&6;
Line 8113  $as_echo "$lt_cv_prog_compiler_c_o" >&6;
   
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }  $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :  if ${lt_cv_prog_compiler_c_o+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   lt_cv_prog_compiler_c_o=no    lt_cv_prog_compiler_c_o=no
Line 8439  _LT_EOF
Line 8675  _LT_EOF
         # Determine the default libpath from the value encoded in an          # Determine the default libpath from the value encoded in an
         # empty executable.          # empty executable.
         if test x$gcc_no_link = xyes; then          if test x$gcc_no_link = xyes; then
   as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5    as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
 fi  fi
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
Line 8482  if test -z "$aix_libpath"; then aix_libp
Line 8718  if test -z "$aix_libpath"; then aix_libp
          # Determine the default libpath from the value encoded in an           # Determine the default libpath from the value encoded in an
          # empty executable.           # empty executable.
          if test x$gcc_no_link = xyes; then           if test x$gcc_no_link = xyes; then
   as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5    as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
 fi  fi
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
Line 8699  if test -z "$aix_libpath"; then aix_libp
Line 8935  if test -z "$aix_libpath"; then aix_libp
           # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)            # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
           { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5            { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
 $as_echo_n "checking if $CC understands -b... " >&6; }  $as_echo_n "checking if $CC understands -b... " >&6; }
 if test "${lt_cv_prog_compiler__b+set}" = set; then :  if ${lt_cv_prog_compiler__b+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   lt_cv_prog_compiler__b=no    lt_cv_prog_compiler__b=no
Line 8768  fi
Line 9004  fi
         save_LDFLAGS="$LDFLAGS"          save_LDFLAGS="$LDFLAGS"
         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"          LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
         if test x$gcc_no_link = xyes; then          if test x$gcc_no_link = xyes; then
   as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5    as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
 fi  fi
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
Line 9074  x|xyes)
Line 9310  x|xyes)
       # to ld, don't add -lc before -lgcc.        # to ld, don't add -lc before -lgcc.
       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }  $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :  if ${lt_cv_archive_cmds_need_lc+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   $RM conftest*    $RM conftest*
Line 9712  linux* | k*bsd*-gnu | kopensolaris*-gnu)
Line 9948  linux* | k*bsd*-gnu | kopensolaris*-gnu)
   shlibpath_overrides_runpath=no    shlibpath_overrides_runpath=no
   
   # Some binutils ld are patched to set DT_RUNPATH    # Some binutils ld are patched to set DT_RUNPATH
   if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :    if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   lt_cv_shlibpath_overrides_runpath=no    lt_cv_shlibpath_overrides_runpath=no
Line 9721  else
Line 9957  else
     eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \      eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
          LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""           LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
     if test x$gcc_no_link = xyes; then      if test x$gcc_no_link = xyes; then
   as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5    as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
 fi  fi
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
Line 10135  else
Line 10371  else
   # if libdl is installed we need to link against it    # if libdl is installed we need to link against it
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
 $as_echo_n "checking for dlopen in -ldl... " >&6; }  $as_echo_n "checking for dlopen in -ldl... " >&6; }
 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :  if ${ac_cv_lib_dl_dlopen+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-ldl  $LIBS"  LIBS="-ldl  $LIBS"
 if test x$gcc_no_link = xyes; then  if test x$gcc_no_link = xyes; then
   as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5    as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
 fi  fi
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
Line 10172  LIBS=$ac_check_lib_save_LIBS
Line 10408  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }  $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :  if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"    lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 else  else
   
Line 10186  fi
Line 10422  fi
   
   *)    *)
     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"      ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
 if test "x$ac_cv_func_shl_load" = x""yes; then :  if test "x$ac_cv_func_shl_load" = xyes; then :
   lt_cv_dlopen="shl_load"    lt_cv_dlopen="shl_load"
 else  else
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
 $as_echo_n "checking for shl_load in -ldld... " >&6; }  $as_echo_n "checking for shl_load in -ldld... " >&6; }
 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :  if ${ac_cv_lib_dld_shl_load+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-ldld  $LIBS"  LIBS="-ldld  $LIBS"
 if test x$gcc_no_link = xyes; then  if test x$gcc_no_link = xyes; then
   as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5    as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
 fi  fi
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
Line 10228  LIBS=$ac_check_lib_save_LIBS
Line 10464  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }  $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :  if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"    lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
 else  else
   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"    ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
 if test "x$ac_cv_func_dlopen" = x""yes; then :  if test "x$ac_cv_func_dlopen" = xyes; then :
   lt_cv_dlopen="dlopen"    lt_cv_dlopen="dlopen"
 else  else
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
 $as_echo_n "checking for dlopen in -ldl... " >&6; }  $as_echo_n "checking for dlopen in -ldl... " >&6; }
 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :  if ${ac_cv_lib_dl_dlopen+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-ldl  $LIBS"  LIBS="-ldl  $LIBS"
 if test x$gcc_no_link = xyes; then  if test x$gcc_no_link = xyes; then
   as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5    as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
 fi  fi
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
Line 10274  LIBS=$ac_check_lib_save_LIBS
Line 10510  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }  $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :  if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"    lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 else  else
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
 $as_echo_n "checking for dlopen in -lsvld... " >&6; }  $as_echo_n "checking for dlopen in -lsvld... " >&6; }
 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :  if ${ac_cv_lib_svld_dlopen+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lsvld  $LIBS"  LIBS="-lsvld  $LIBS"
 if test x$gcc_no_link = xyes; then  if test x$gcc_no_link = xyes; then
   as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5    as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
 fi  fi
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
Line 10316  LIBS=$ac_check_lib_save_LIBS
Line 10552  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }  $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :  if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"    lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
 else  else
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
 $as_echo_n "checking for dld_link in -ldld... " >&6; }  $as_echo_n "checking for dld_link in -ldld... " >&6; }
 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :  if ${ac_cv_lib_dld_dld_link+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-ldld  $LIBS"  LIBS="-ldld  $LIBS"
 if test x$gcc_no_link = xyes; then  if test x$gcc_no_link = xyes; then
   as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5    as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
 fi  fi
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
Line 10358  LIBS=$ac_check_lib_save_LIBS
Line 10594  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }  $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :  if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"    lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
 fi  fi
   
Line 10399  fi
Line 10635  fi
   
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
 $as_echo_n "checking whether a program can dlopen itself... " >&6; }  $as_echo_n "checking whether a program can dlopen itself... " >&6; }
 if test "${lt_cv_dlopen_self+set}" = set; then :  if ${lt_cv_dlopen_self+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
           if test "$cross_compiling" = yes; then :            if test "$cross_compiling" = yes; then :
Line 10408  else
Line 10644  else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF    cat > conftest.$ac_ext <<_LT_EOF
 #line 10411 "configure"  #line 10647 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
Line 10505  $as_echo "$lt_cv_dlopen_self" >&6; }
Line 10741  $as_echo "$lt_cv_dlopen_self" >&6; }
       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"        wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }  $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
 if test "${lt_cv_dlopen_self_static+set}" = set; then :  if ${lt_cv_dlopen_self_static+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
           if test "$cross_compiling" = yes; then :            if test "$cross_compiling" = yes; then :
Line 10514  else
Line 10750  else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF    cat > conftest.$ac_ext <<_LT_EOF
 #line 10517 "configure"  #line 10753 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
Line 10766  if test -n "$CPP" && test -d "$CPP"; the
Line 11002  if test -n "$CPP" && test -d "$CPP"; the
   CPP=    CPP=
 fi  fi
 if test -z "$CPP"; then  if test -z "$CPP"; then
   if test "${ac_cv_prog_CPP+set}" = set; then :    if ${ac_cv_prog_CPP+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
       # Double quotes because CPP needs to be expanded        # Double quotes because CPP needs to be expanded
Line 10796  else
Line 11032  else
   # Broken: fails on valid input.    # Broken: fails on valid input.
 continue  continue
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.i conftest.$ac_ext
   
   # OK, works on sane cases.  Now check whether nonexistent headers    # OK, works on sane cases.  Now check whether nonexistent headers
   # can be detected and how.    # can be detected and how.
Line 10812  else
Line 11048  else
 ac_preproc_ok=:  ac_preproc_ok=:
 break  break
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.i conftest.$ac_ext
   
 done  done
 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.  # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.i conftest.err conftest.$ac_ext
 if $ac_preproc_ok; then :  if $ac_preproc_ok; then :
   break    break
 fi  fi
Line 10855  else
Line 11091  else
   # Broken: fails on valid input.    # Broken: fails on valid input.
 continue  continue
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.i conftest.$ac_ext
   
   # OK, works on sane cases.  Now check whether nonexistent headers    # OK, works on sane cases.  Now check whether nonexistent headers
   # can be detected and how.    # can be detected and how.
Line 10871  else
Line 11107  else
 ac_preproc_ok=:  ac_preproc_ok=:
 break  break
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.i conftest.$ac_ext
   
 done  done
 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.  # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.i conftest.err conftest.$ac_ext
 if $ac_preproc_ok; then :  if $ac_preproc_ok; then :
   
 else  else
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error "C preprocessor \"$CPP\" fails sanity check  as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
 See \`config.log' for more details." "$LINENO" 5; }  See \`config.log' for more details" "$LINENO" 5; }
 fi  fi
   
 ac_ext=c  ac_ext=c
Line 10913  else
Line 11149  else
   fi    fi
 fi  fi
 if test "x${ac_cv_func_mmap_fixed_mapped}" != xno; then  if test "x${ac_cv_func_mmap_fixed_mapped}" != xno; then
   for ac_header in stdlib.h unistd.h  
   
   
     for ac_header in $ac_header_list
 do :  do :
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`    as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"  ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
 eval as_val=\$$as_ac_Header  "
    if test "x$as_val" = x""yes; then :  if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
   cat >>confdefs.h <<_ACEOF    cat >>confdefs.h <<_ACEOF
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1  #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 _ACEOF  _ACEOF
Line 10927  fi
Line 11166  fi
   
 done  done
   
   
   
   
   
   
   
   
 for ac_func in getpagesize  for ac_func in getpagesize
 do :  do :
   ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"    ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
 if test "x$ac_cv_func_getpagesize" = x""yes; then :  if test "x$ac_cv_func_getpagesize" = xyes; then :
   cat >>confdefs.h <<_ACEOF    cat >>confdefs.h <<_ACEOF
 #define HAVE_GETPAGESIZE 1  #define HAVE_GETPAGESIZE 1
 _ACEOF  _ACEOF
Line 10940  done
Line 11186  done
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
 $as_echo_n "checking for working mmap... " >&6; }  $as_echo_n "checking for working mmap... " >&6; }
 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then :  if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test "$cross_compiling" = yes; then :    if test "$cross_compiling" = yes; then :
Line 10983  char *malloc ();
Line 11229  char *malloc ();
   
 /* This mess was copied from the GNU getpagesize.h.  */  /* This mess was copied from the GNU getpagesize.h.  */
 #ifndef HAVE_GETPAGESIZE  #ifndef HAVE_GETPAGESIZE
 /* Assume that all systems that can run configure have sys/param.h.  */  
 # ifndef HAVE_SYS_PARAM_H  
 #  define HAVE_SYS_PARAM_H 1  
 # endif  
   
 # ifdef _SC_PAGESIZE  # ifdef _SC_PAGESIZE
 #  define getpagesize() sysconf(_SC_PAGESIZE)  #  define getpagesize() sysconf(_SC_PAGESIZE)
 # else /* no _SC_PAGESIZE */  # else /* no _SC_PAGESIZE */
Line 11022  int
Line 11263  int
 main ()  main ()
 {  {
   char *data, *data2, *data3;    char *data, *data2, *data3;
     const char *cdata2;
   int i, pagesize;    int i, pagesize;
   int fd;    int fd, fd2;
   
   pagesize = getpagesize ();    pagesize = getpagesize ();
   
Line 11036  main ()
Line 11278  main ()
   umask (0);    umask (0);
   fd = creat ("conftest.mmap", 0600);    fd = creat ("conftest.mmap", 0600);
   if (fd < 0)    if (fd < 0)
     return 1;      return 2;
   if (write (fd, data, pagesize) != pagesize)    if (write (fd, data, pagesize) != pagesize)
     return 1;      return 3;
   close (fd);    close (fd);
   
     /* Next, check that the tail of a page is zero-filled.  File must have
        non-zero length, otherwise we risk SIGBUS for entire page.  */
     fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
     if (fd2 < 0)
       return 4;
     cdata2 = "";
     if (write (fd2, cdata2, 1) != 1)
       return 5;
     data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
     if (data2 == MAP_FAILED)
       return 6;
     for (i = 0; i < pagesize; ++i)
       if (*(data2 + i))
         return 7;
     close (fd2);
     if (munmap (data2, pagesize))
       return 8;
   
   /* Next, try to mmap the file at a fixed address which already has    /* Next, try to mmap the file at a fixed address which already has
      something else allocated at it.  If we can, also make sure that       something else allocated at it.  If we can, also make sure that
      we see the same garbage.  */       we see the same garbage.  */
   fd = open ("conftest.mmap", O_RDWR);    fd = open ("conftest.mmap", O_RDWR);
   if (fd < 0)    if (fd < 0)
     return 1;      return 9;
   data2 = (char *) malloc (2 * pagesize);  
   if (!data2)  
     return 1;  
   data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1);  
   if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,    if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
                      MAP_PRIVATE | MAP_FIXED, fd, 0L))                       MAP_PRIVATE | MAP_FIXED, fd, 0L))
     return 1;      return 10;
   for (i = 0; i < pagesize; ++i)    for (i = 0; i < pagesize; ++i)
     if (*(data + i) != *(data2 + i))      if (*(data + i) != *(data2 + i))
       return 1;        return 11;
   
   /* Finally, make sure that changes to the mapped area do not    /* Finally, make sure that changes to the mapped area do not
      percolate back to the file as seen by read().  (This is a bug on       percolate back to the file as seen by read().  (This is a bug on
Line 11065  main ()
Line 11321  main ()
     *(data2 + i) = *(data2 + i) + 1;      *(data2 + i) = *(data2 + i) + 1;
   data3 = (char *) malloc (pagesize);    data3 = (char *) malloc (pagesize);
   if (!data3)    if (!data3)
     return 1;      return 12;
   if (read (fd, data3, pagesize) != pagesize)    if (read (fd, data3, pagesize) != pagesize)
     return 1;      return 13;
   for (i = 0; i < pagesize; ++i)    for (i = 0; i < pagesize; ++i)
     if (*(data + i) != *(data3 + i))      if (*(data + i) != *(data3 + i))
       return 1;        return 14;
   close (fd);    close (fd);
   return 0;    return 0;
 }  }
Line 11092  if test $ac_cv_func_mmap_fixed_mapped = 
Line 11348  if test $ac_cv_func_mmap_fixed_mapped = 
 $as_echo "#define HAVE_MMAP 1" >>confdefs.h  $as_echo "#define HAVE_MMAP 1" >>confdefs.h
   
 fi  fi
 rm -f conftest.mmap  rm -f conftest.mmap conftest.txt
   
 fi  fi
    for ac_func in memcpy strerror     for ac_func in memcpy strerror
 do :  do :
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"  ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
 eval as_val=\$$as_ac_var  if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
    if test "x$as_val" = x""yes; then :  
   cat >>confdefs.h <<_ACEOF    cat >>confdefs.h <<_ACEOF
 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1  #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 _ACEOF  _ACEOF
Line 11112  done
Line 11367  done
    if test "$with_system_zlib" = yes; then     if test "$with_system_zlib" = yes; then
       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for deflate in -lz" >&5        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for deflate in -lz" >&5
 $as_echo_n "checking for deflate in -lz... " >&6; }  $as_echo_n "checking for deflate in -lz... " >&6; }
 if test "${ac_cv_lib_z_deflate+set}" = set; then :  if ${ac_cv_lib_z_deflate+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lz  $LIBS"  LIBS="-lz  $LIBS"
 if test x$gcc_no_link = xyes; then  if test x$gcc_no_link = xyes; then
   as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5    as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
 fi  fi
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
Line 11149  LIBS=$ac_check_lib_save_LIBS
Line 11404  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_deflate" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_deflate" >&5
 $as_echo "$ac_cv_lib_z_deflate" >&6; }  $as_echo "$ac_cv_lib_z_deflate" >&6; }
 if test "x$ac_cv_lib_z_deflate" = x""yes; then :  if test "x$ac_cv_lib_z_deflate" = xyes; then :
   target_all=    target_all=
 else  else
   target_all=libzgcj.la    target_all=libzgcj.la
Line 11165  fi
Line 11420  fi
 for ac_header in unistd.h  for ac_header in unistd.h
 do :  do :
   ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"    ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
 if test "x$ac_cv_header_unistd_h" = x""yes; then :  if test "x$ac_cv_header_unistd_h" = xyes; then :
   cat >>confdefs.h <<_ACEOF    cat >>confdefs.h <<_ACEOF
 #define HAVE_UNISTD_H 1  #define HAVE_UNISTD_H 1
 _ACEOF  _ACEOF
Line 11285  $as_echo "$as_me: WARNING: cache variabl
Line 11540  $as_echo "$as_me: WARNING: cache variabl
      :end' >>confcache       :end' >>confcache
 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else  if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
   if test -w "$cache_file"; then    if test -w "$cache_file"; then
     test "x$cache_file" != "x/dev/null" &&      if test "x$cache_file" != "x/dev/null"; then
       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5        { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
 $as_echo "$as_me: updating cache $cache_file" >&6;}  $as_echo "$as_me: updating cache $cache_file" >&6;}
     cat confcache >$cache_file        if test ! -f "$cache_file" || test -h "$cache_file"; then
           cat confcache >"$cache_file"
         else
           case $cache_file in #(
           */* | ?:*)
             mv -f confcache "$cache_file"$$ &&
             mv -f "$cache_file"$$ "$cache_file" ;; #(
           *)
             mv -f confcache "$cache_file" ;;
           esac
         fi
       fi
   else    else
     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5      { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}  $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
Line 11340  DEFS=`sed -n "$ac_script" confdefs.h`
Line 11606  DEFS=`sed -n "$ac_script" confdefs.h`
   
 ac_libobjs=  ac_libobjs=
 ac_ltlibobjs=  ac_ltlibobjs=
   U=
 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
   # 1. Remove the extension, and $U if already installed.    # 1. Remove the extension, and $U if already installed.
   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'    ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
Line 11354  LIBOBJS=$ac_libobjs
Line 11621  LIBOBJS=$ac_libobjs
 LTLIBOBJS=$ac_ltlibobjs  LTLIBOBJS=$ac_ltlibobjs
   
   
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
   $as_echo_n "checking that generated files are newer than configure... " >&6; }
      if test -n "$am_sleep_pid"; then
        # Hide warnings about reused PIDs.
        wait $am_sleep_pid 2>/dev/null
      fi
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
   $as_echo "done" >&6; }
  if test -n "$EXEEXT"; then   if test -n "$EXEEXT"; then
   am__EXEEXT_TRUE=    am__EXEEXT_TRUE=
   am__EXEEXT_FALSE='#'    am__EXEEXT_FALSE='#'
Line 11363  else
Line 11638  else
 fi  fi
   
 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then  if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
   as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.    as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5  Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi  fi
 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then  if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
   as_fn_error "conditional \"AMDEP\" was never defined.    as_fn_error $? "conditional \"AMDEP\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5  Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi  fi
 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then  if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
   as_fn_error "conditional \"am__fastdepCC\" was never defined.    as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5  Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi  fi
 if test -z "${TARGET_LIBRARY_TRUE}" && test -z "${TARGET_LIBRARY_FALSE}"; then  if test -z "${TARGET_LIBRARY_TRUE}" && test -z "${TARGET_LIBRARY_FALSE}"; then
   as_fn_error "conditional \"TARGET_LIBRARY\" was never defined.    as_fn_error $? "conditional \"TARGET_LIBRARY\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5  Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi  fi
   
 : ${CONFIG_STATUS=./config.status}  : "${CONFIG_STATUS=./config.status}"
 ac_write_fail=0  ac_write_fail=0
 ac_clean_files_save=$ac_clean_files  ac_clean_files_save=$ac_clean_files
 ac_clean_files="$ac_clean_files $CONFIG_STATUS"  ac_clean_files="$ac_clean_files $CONFIG_STATUS"
Line 11480  fi
Line 11755  fi
 IFS=" ""        $as_nl"  IFS=" ""        $as_nl"
   
 # Find who we are.  Look in the path if we contain no directory separator.  # Find who we are.  Look in the path if we contain no directory separator.
   as_myself=
 case $0 in #((  case $0 in #((
   *[\\/]* ) as_myself=$0 ;;    *[\\/]* ) as_myself=$0 ;;
   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 11525  export LANGUAGE
Line 11801  export LANGUAGE
 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH  (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   
   
 # as_fn_error ERROR [LINENO LOG_FD]  # as_fn_error STATUS ERROR [LINENO LOG_FD]
 # ---------------------------------  # ----------------------------------------
 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are  # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the  # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
 # script with status $?, using 1 if that was 0.  # script with STATUS, using 1 if that was 0.
 as_fn_error ()  as_fn_error ()
 {  {
   as_status=$?; test $as_status -eq 0 && as_status=1    as_status=$1; test $as_status -eq 0 && as_status=1
   if test "$3"; then    if test "$4"; then
     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack      as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3      $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
   fi    fi
   $as_echo "$as_me: error: $1" >&2    $as_echo "$as_me: error: $2" >&2
   as_fn_exit $as_status    as_fn_exit $as_status
 } # as_fn_error  } # as_fn_error
   
Line 11675  if (echo >conf$$.file) 2>/dev/null; then
Line 11951  if (echo >conf$$.file) 2>/dev/null; then
     # ... but there are two gotchas:      # ... but there are two gotchas:
     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     # In both cases, we have to default to `cp -p'.      # In both cases, we have to default to `cp -pR'.
     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
       as_ln_s='cp -p'        as_ln_s='cp -pR'
   elif ln conf$$.file conf$$ 2>/dev/null; then    elif ln conf$$.file conf$$ 2>/dev/null; then
     as_ln_s=ln      as_ln_s=ln
   else    else
     as_ln_s='cp -p'      as_ln_s='cp -pR'
   fi    fi
 else  else
   as_ln_s='cp -p'    as_ln_s='cp -pR'
 fi  fi
 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file  rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 rmdir conf$$.dir 2>/dev/null  rmdir conf$$.dir 2>/dev/null
Line 11733  $as_echo X"$as_dir" |
Line 12009  $as_echo X"$as_dir" |
       test -d "$as_dir" && break        test -d "$as_dir" && break
     done      done
     test -z "$as_dirs" || eval "mkdir $as_dirs"      test -z "$as_dirs" || eval "mkdir $as_dirs"
   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"    } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
   
   
 } # as_fn_mkdir_p  } # as_fn_mkdir_p
Line 11744  else
Line 12020  else
   as_mkdir_p=false    as_mkdir_p=false
 fi  fi
   
 if test -x / >/dev/null 2>&1; then  
   as_test_x='test -x'  # as_fn_executable_p FILE
 else  # -----------------------
   if ls -dL / >/dev/null 2>&1; then  # Test if FILE is an executable regular file.
     as_ls_L_option=L  as_fn_executable_p ()
   else  {
     as_ls_L_option=    test -f "$1" && test -x "$1"
   fi  } # as_fn_executable_p
   as_test_x='  as_test_x='test -x'
     eval sh -c '\''  as_executable_p=as_fn_executable_p
       if test -d "$1"; then  
         test -d "$1/.";  
       else  
         case $1 in #(  
         -*)set "./$1";;  
         esac;  
         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((  
         ???[sx]*):;;*)false;;esac;fi  
     '\'' sh  
   '  
 fi  
 as_executable_p=$as_test_x  
   
 # Sed expression to map a string onto a valid CPP name.  # Sed expression to map a string onto a valid CPP name.
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"  as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
Line 11786  cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
Line 12050  cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
 # report actual input values of CONFIG_FILES etc. instead of their  # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.  # values after options handling.
 ac_log="  ac_log="
 This file was extended by $as_me, which was  This file was extended by zlib $as_me 1.1.4, which was
 generated by GNU Autoconf 2.64.  Invocation command line was  generated by GNU Autoconf 2.69.  Invocation command line was
   
   CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
   CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
Line 11823  Usage: $0 [OPTION]... [TAG]...
Line 12087  Usage: $0 [OPTION]... [TAG]...
   
   -h, --help       print this help, then exit    -h, --help       print this help, then exit
   -V, --version    print version number and configuration settings, then exit    -V, --version    print version number and configuration settings, then exit
         --config     print configuration, then exit
   -q, --quiet, --silent    -q, --quiet, --silent
                    do not print progress messages                     do not print progress messages
   -d, --debug      don't remove temporary files    -d, --debug      don't remove temporary files
Line 11840  Report bugs to the package provider."
Line 12105  Report bugs to the package provider."
   
 _ACEOF  _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\  ac_cs_version="\\
 config.status  zlib config.status 1.1.4
 configured by $0, generated by GNU Autoconf 2.64,  configured by $0, generated by GNU Autoconf 2.69,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"    with options \\"\$ac_cs_config\\"
   
 Copyright (C) 2009 Free Software Foundation, Inc.  Copyright (C) 2012 Free Software Foundation, Inc.
 This config.status script is free software; the Free Software Foundation  This config.status script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it."  gives unlimited permission to copy, distribute and modify it."
   
Line 11863  ac_need_defaults=:
Line 12129  ac_need_defaults=:
 while test $# != 0  while test $# != 0
 do  do
   case $1 in    case $1 in
   --*=*)    --*=?*)
     ac_option=`expr "X$1" : 'X\([^=]*\)='`      ac_option=`expr "X$1" : 'X\([^=]*\)='`
     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`      ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
     ac_shift=:      ac_shift=:
     ;;      ;;
     --*=)
       ac_option=`expr "X$1" : 'X\([^=]*\)='`
       ac_optarg=
       ac_shift=:
       ;;
   *)    *)
     ac_option=$1      ac_option=$1
     ac_optarg=$2      ac_optarg=$2
Line 11881  do
Line 12152  do
     ac_cs_recheck=: ;;      ac_cs_recheck=: ;;
   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )    --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
     $as_echo "$ac_cs_version"; exit ;;      $as_echo "$ac_cs_version"; exit ;;
     --config | --confi | --conf | --con | --co | --c )
       $as_echo "$ac_cs_config"; exit ;;
   --debug | --debu | --deb | --de | --d | -d )    --debug | --debu | --deb | --de | --d | -d )
     debug=: ;;      debug=: ;;
   --file | --fil | --fi | --f )    --file | --fil | --fi | --f )
     $ac_shift      $ac_shift
     case $ac_optarg in      case $ac_optarg in
     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;      *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
       '') as_fn_error $? "missing file argument" ;;
     esac      esac
     as_fn_append CONFIG_FILES " '$ac_optarg'"      as_fn_append CONFIG_FILES " '$ac_optarg'"
     ac_need_defaults=false;;      ac_need_defaults=false;;
Line 11897  do
Line 12171  do
     ac_cs_silent=: ;;      ac_cs_silent=: ;;
   
   # This is an error.    # This is an error.
   -*) as_fn_error "unrecognized option: \`$1'    -*) as_fn_error $? "unrecognized option: \`$1'
 Try \`$0 --help' for more information." ;;  Try \`$0 --help' for more information." ;;
   
   *) as_fn_append ac_config_targets " $1"    *) as_fn_append ac_config_targets " $1"
Line 11917  fi
Line 12191  fi
 _ACEOF  _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 if \$ac_cs_recheck; then  if \$ac_cs_recheck; then
   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion    set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
   shift    shift
   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6    \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
   CONFIG_SHELL='$SHELL'    CONFIG_SHELL='$SHELL'
Line 11954  CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
Line 12228  CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
 CC="$CC"  CC="$CC"
 CXX="$CXX"  CXX="$CXX"
 GFORTRAN="$GFORTRAN"  GFORTRAN="$GFORTRAN"
 GCJ="$GCJ"  
 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"  AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
   
   
Line 12230  do
Line 12503  do
     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;      "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
   
   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;    *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
   esac    esac
 done  done
   
Line 12252  fi
Line 12525  fi
 # after its creation but before its name has been assigned to `$tmp'.  # after its creation but before its name has been assigned to `$tmp'.
 $debug ||  $debug ||
 {  {
   tmp=    tmp= ac_tmp=
   trap 'exit_status=$?    trap 'exit_status=$?
   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status    : "${ac_tmp:=$tmp}"
     { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
 ' 0  ' 0
   trap 'as_fn_exit 1' 1 2 13 15    trap 'as_fn_exit 1' 1 2 13 15
 }  }
Line 12262  $debug ||
Line 12536  $debug ||
   
 {  {
   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&    tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
   test -n "$tmp" && test -d "$tmp"    test -d "$tmp"
 }  ||  }  ||
 {  {
   tmp=./conf$$-$RANDOM    tmp=./conf$$-$RANDOM
   (umask 077 && mkdir "$tmp")    (umask 077 && mkdir "$tmp")
 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5  } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
   ac_tmp=$tmp
   
 # Set up the scripts for CONFIG_FILES section.  # Set up the scripts for CONFIG_FILES section.
 # No need to generate them if there are no CONFIG_FILES.  # No need to generate them if there are no CONFIG_FILES.
Line 12284  if test "x$ac_cr" = x; then
Line 12559  if test "x$ac_cr" = x; then
 fi  fi
 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`  ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then  if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
   ac_cs_awk_cr='\r'    ac_cs_awk_cr='\\r'
 else  else
   ac_cs_awk_cr=$ac_cr    ac_cs_awk_cr=$ac_cr
 fi  fi
   
 echo 'BEGIN {' >"$tmp/subs1.awk" &&  echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
 _ACEOF  _ACEOF
   
   
Line 12298  _ACEOF
Line 12573  _ACEOF
   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&    echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
   echo "_ACEOF"    echo "_ACEOF"
 } >conf$$subs.sh ||  } >conf$$subs.sh ||
   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`  ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
 ac_delim='%!_!# '  ac_delim='%!_!# '
 for ac_last_try in false false false false false :; do  for ac_last_try in false false false false false :; do
   . ./conf$$subs.sh ||    . ./conf$$subs.sh ||
     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5      as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
   
   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`    ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
   if test $ac_delim_n = $ac_delim_num; then    if test $ac_delim_n = $ac_delim_num; then
     break      break
   elif $ac_last_try; then    elif $ac_last_try; then
     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5      as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
   else    else
     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
   fi    fi
Line 12317  done
Line 12592  done
 rm -f conf$$subs.sh  rm -f conf$$subs.sh
   
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&  cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
 _ACEOF  _ACEOF
 sed -n '  sed -n '
 h  h
Line 12331  s/'"$ac_delim"'$//
Line 12606  s/'"$ac_delim"'$//
 t delim  t delim
 :nl  :nl
 h  h
 s/\(.\{148\}\).*/\1/  s/\(.\{148\}\)..*/\1/
 t more1  t more1
 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/  s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
 p  p
Line 12345  s/.\{148\}//
Line 12620  s/.\{148\}//
 t nl  t nl
 :delim  :delim
 h  h
 s/\(.\{148\}\).*/\1/  s/\(.\{148\}\)..*/\1/
 t more2  t more2
 s/["\\]/\\&/g; s/^/"/; s/$/"/  s/["\\]/\\&/g; s/^/"/; s/$/"/
 p  p
Line 12365  t delim
Line 12640  t delim
 rm -f conf$$subs.awk  rm -f conf$$subs.awk
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 _ACAWK  _ACAWK
 cat >>"\$tmp/subs1.awk" <<_ACAWK &&  cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
   for (key in S) S_is_set[key] = 1    for (key in S) S_is_set[key] = 1
   FS = ""    FS = ""
   
Line 12397  if sed "s/$ac_cr//" < /dev/null > /dev/n
Line 12672  if sed "s/$ac_cr//" < /dev/null > /dev/n
   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"    sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
 else  else
   cat    cat
 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \  fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
   || as_fn_error "could not setup config files machinery" "$LINENO" 5    || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
 _ACEOF  _ACEOF
   
 # VPATH may cause trouble with some makes, so we remove $(srcdir),  # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and  # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
 # trailing colons and then remove the whole line if VPATH becomes empty  # trailing colons and then remove the whole line if VPATH becomes empty
 # (actually we leave an empty line to preserve line numbers).  # (actually we leave an empty line to preserve line numbers).
 if test "x$srcdir" = x.; then  if test "x$srcdir" = x.; then
   ac_vpsub='/^[  ]*VPATH[        ]*=/{    ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
 s/:*\$(srcdir):*/:/  h
 s/:*\${srcdir}:*/:/  s///
 s/:*@srcdir@:*/:/  s/^/:/
 s/^\([^=]*=[     ]*\):*/\1/  s/[      ]*$/:/
   s/:\$(srcdir):/:/g
   s/:\${srcdir}:/:/g
   s/:@srcdir@:/:/g
   s/^:*//
 s/:*$//  s/:*$//
   x
   s/\(=[   ]*\).*/\1/
   G
   s/\n//
 s/^[^=]*=[       ]*$//  s/^[^=]*=[       ]*$//
 }'  }'
 fi  fi
Line 12429  do
Line 12712  do
   esac    esac
   case $ac_mode$ac_tag in    case $ac_mode$ac_tag in
   :[FHL]*:*);;    :[FHL]*:*);;
   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;    :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
   :[FH]-) ac_tag=-:-;;    :[FH]-) ac_tag=-:-;;
   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
   esac    esac
Line 12448  do
Line 12731  do
     for ac_f      for ac_f
     do      do
       case $ac_f in        case $ac_f in
       -) ac_f="$tmp/stdin";;        -) ac_f="$ac_tmp/stdin";;
       *) # Look for the file first in the build tree, then in the source tree        *) # Look for the file first in the build tree, then in the source tree
          # (if the path is not absolute).  The absolute path cannot be DOS-style,           # (if the path is not absolute).  The absolute path cannot be DOS-style,
          # because $ac_f cannot contain `:'.           # because $ac_f cannot contain `:'.
Line 12457  do
Line 12740  do
            [\\/$]*) false;;             [\\/$]*) false;;
            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;             *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
            esac ||             esac ||
            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;             as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
       esac        esac
       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac        case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
       as_fn_append ac_file_inputs " '$ac_f'"        as_fn_append ac_file_inputs " '$ac_f'"
Line 12483  $as_echo "$as_me: creating $ac_file" >&6
Line 12766  $as_echo "$as_me: creating $ac_file" >&6
     esac      esac
   
     case $ac_tag in      case $ac_tag in
     *:-:* | *:-) cat >"$tmp/stdin" \      *:-:* | *:-) cat >"$ac_tmp/stdin" \
       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;        || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
     esac      esac
     ;;      ;;
   esac    esac
Line 12620  s&@INSTALL@&$ac_INSTALL&;t t
Line 12903  s&@INSTALL@&$ac_INSTALL&;t t
 s&@MKDIR_P@&$ac_MKDIR_P&;t t  s&@MKDIR_P@&$ac_MKDIR_P&;t t
 $ac_datarootdir_hack  $ac_datarootdir_hack
 "  "
 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \  eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
   || as_fn_error "could not create $ac_file" "$LINENO" 5    >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
   
 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&    { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&    { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
         "$ac_tmp/out"`; test -z "$ac_out"; } &&
   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 which seems to be undefined.  Please make sure it is defined." >&5  which seems to be undefined.  Please make sure it is defined" >&5
 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'  $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 which seems to be undefined.  Please make sure it is defined." >&2;}  which seems to be undefined.  Please make sure it is defined" >&2;}
   
   rm -f "$tmp/stdin"    rm -f "$ac_tmp/stdin"
   case $ac_file in    case $ac_file in
   -) cat "$tmp/out" && rm -f "$tmp/out";;    -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;    *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
   esac \    esac \
   || as_fn_error "could not create $ac_file" "$LINENO" 5    || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  ;;   ;;
   
   
Line 12656  case " $CONFIG_FILES " in
Line 12940  case " $CONFIG_FILES " in
    ;;     ;;
 esac ;;  esac ;;
     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {      "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
   # Autoconf 2.62 quotes --file arguments for eval, but not when files    # Older Autoconf quotes --file arguments for eval, but not when files
   # are listed without --file.  Let's play safe and only enable the eval    # are listed without --file.  Let's play safe and only enable the eval
   # if we detect the quoting.    # if we detect the quoting.
   case $CONFIG_FILES in    case $CONFIG_FILES in
Line 12669  esac ;;
Line 12953  esac ;;
     # Strip MF so we end up with the name of the file.      # Strip MF so we end up with the name of the file.
     mf=`echo "$mf" | sed -e 's/:.*$//'`      mf=`echo "$mf" | sed -e 's/:.*$//'`
     # Check whether this is an Automake generated Makefile or not.      # Check whether this is an Automake generated Makefile or not.
     # We used to match only the files named `Makefile.in', but      # We used to match only the files named 'Makefile.in', but
     # some people rename them; so instead we look at the file content.      # some people rename them; so instead we look at the file content.
     # Grep'ing the first line is not enough: some people post-process      # Grep'ing the first line is not enough: some people post-process
     # each Makefile.in and add a new line on top of each file to say so.      # each Makefile.in and add a new line on top of each file to say so.
Line 12703  $as_echo X"$mf" |
Line 12987  $as_echo X"$mf" |
       continue        continue
     fi      fi
     # Extract the definition of DEPDIR, am__include, and am__quote      # Extract the definition of DEPDIR, am__include, and am__quote
     # from the Makefile without running `make'.      # from the Makefile without running 'make'.
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`      DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
     test -z "$DEPDIR" && continue      test -z "$DEPDIR" && continue
     am__include=`sed -n 's/^am__include = //p' < "$mf"`      am__include=`sed -n 's/^am__include = //p' < "$mf"`
     test -z "am__include" && continue      test -z "$am__include" && continue
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`      am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
     # When using ansi2knr, U may be empty or an underscore; expand it  
     U=`sed -n 's/^U = //p' < "$mf"`  
     # Find all dependency output files, they are included files with      # Find all dependency output files, they are included files with
     # $(DEPDIR) in their names.  We invoke sed twice because it is the      # $(DEPDIR) in their names.  We invoke sed twice because it is the
     # simplest approach to changing $(DEPDIR) to its actual value in the      # simplest approach to changing $(DEPDIR) to its actual value in the
     # expansion.      # expansion.
     for file in `sed -n "      for file in `sed -n "
       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \        s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do           sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
       # Make sure the directory exists.        # Make sure the directory exists.
       test -f "$dirpart/$file" && continue        test -f "$dirpart/$file" && continue
       fdir=`$as_dirname -- "$file" ||        fdir=`$as_dirname -- "$file" ||
Line 13399  _ACEOF
Line 13681  _ACEOF
 ac_clean_files=$ac_clean_files_save  ac_clean_files=$ac_clean_files_save
   
 test $ac_write_fail = 0 ||  test $ac_write_fail = 0 ||
   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5    as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
   
   
 # configure is writing to config.log, and then calls config.status.  # configure is writing to config.log, and then calls config.status.
Line 13420  if test "$no_create" != yes; then
Line 13702  if test "$no_create" != yes; then
   exec 5>>config.log    exec 5>>config.log
   # Use ||, not &&, to avoid exiting from the if with $? = 1, which    # Use ||, not &&, to avoid exiting from the if with $? = 1, which
   # would make configure fail if this is the last instruction.    # would make configure fail if this is the last instruction.
   $ac_cs_success || as_fn_exit $?    $ac_cs_success || as_fn_exit 1
 fi  fi
 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then  if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5

Legend:
Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.2.12.2

CVSweb <webmaster@jp.NetBSD.org>