Rev 29759 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#! /bin/sh# Guess values for system-dependent variables and create Makefiles.# Generated by GNU Autoconf 2.59 for R 1.9.1.## Report bugs to <r-bugs@R-project.org>.## Copyright (C) 2003 Free Software Foundation, Inc.# This configure script is free software; the Free Software Foundation# gives unlimited permission to copy, distribute and modify it.## --------------------- #### M4sh Initialization. #### --------------------- ### Be Bourne compatibleif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; thenemulate shNULLCMD=:# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which# is contrary to our usage. Disable this feature.alias -g '${1+"$@"}'='"$@"'elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; thenset -o posixfiDUALCASE=1; export DUALCASE # for MKS sh# Support unset when possible.if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; thenas_unset=unsetelseas_unset=falsefi# Work around bugs in pre-3.0 UWIN ksh.$as_unset ENV MAIL MAILPATHPS1='$ 'PS2='> 'PS4='+ '# NLS nuisances.for as_var in \LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \LC_TELEPHONE LC_TIMEdoif (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); theneval $as_var=C; export $as_varelse$as_unset $as_varfidone# Required to use basename.if expr a : '\(a\)' >/dev/null 2>&1; thenas_expr=exprelseas_expr=falsefiif (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; thenas_basename=basenameelseas_basename=falsefi# Name of the executable.as_me=`$as_basename "$0" ||$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \X"$0" : 'X\(//\)$' \| \X"$0" : 'X\(/\)$' \| \. : '\(.\)' 2>/dev/null ||echo X/"$0" |sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }/^X\/\(\/\/\)$/{ s//\1/; q; }/^X\/\(\/\).*/{ s//\1/; q; }s/.*/./; q'`# PATH needs CR, and LINENO needs CR and PATH.# Avoid depending upon Character Ranges.as_cr_letters='abcdefghijklmnopqrstuvwxyz'as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'as_cr_Letters=$as_cr_letters$as_cr_LETTERSas_cr_digits='0123456789'as_cr_alnum=$as_cr_Letters$as_cr_digits# The user is always right.if test "${PATH_SEPARATOR+set}" != set; thenecho "#! /bin/sh" >conf$$.shecho "exit 0" >>conf$$.shchmod +x conf$$.shif (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; thenPATH_SEPARATOR=';'elsePATH_SEPARATOR=:firm -f conf$$.shfias_lineno_1=$LINENOas_lineno_2=$LINENOas_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`test "x$as_lineno_1" != "x$as_lineno_2" &&test "x$as_lineno_3" = "x$as_lineno_2" || {# Find who we are. Look in the path if we contain no path at all# relative or not.case $0 in*[\\/]* ) as_myself=$0 ;;*) as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.test -r "$as_dir/$0" && as_myself=$as_dir/$0 && breakdone;;esac# We did not find ourselves, most probably we were run as `sh COMMAND'# in which case we are not to be found in the path.if test "x$as_myself" = x; thenas_myself=$0fiif test ! -f "$as_myself"; then{ echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2{ (exit 1); exit 1; }; }ficase $CONFIG_SHELL in'')as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for as_base in sh bash ksh sh5; docase $as_dir in/*)if ("$as_dir/$as_base" -c 'as_lineno_1=$LINENOas_lineno_2=$LINENOas_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`test "x$as_lineno_1" != "x$as_lineno_2" &&test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then$as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }$as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }CONFIG_SHELL=$as_dir/$as_baseexport CONFIG_SHELLexec "$CONFIG_SHELL" "$0" ${1+"$@"}fi;;esacdonedone;;esac# Create $as_me.lineno as a copy of $as_myself, but with $LINENO# uniformly replaced by the line number. The first 'sed' inserts a# line-number line before each line; the second 'sed' does the real# work. The second script uses 'N' to pair each line-number line# with the numbered line, and appends trailing '-' during# substitution so that $LINENO is not a special case at line end.# (Raja R Harinath suggested sed '=', and Paul Eggert wrote the# second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)sed '=' <$as_myself |sed 'Ns,$,-,: loops,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,t loops,-$,,s,^['$as_cr_digits']*\n,,' >$as_me.lineno &&chmod +x $as_me.lineno ||{ echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2{ (exit 1); exit 1; }; }# 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# original and so on. Autoconf is especially sensible to this).. ./$as_me.lineno# Exit status is that of the last command.exit}case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in*c*,-n*) ECHO_N= ECHO_C='' ECHO_T=' ' ;;*c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;*) ECHO_N= ECHO_C='\c' ECHO_T= ;;esacif expr a : '\(a\)' >/dev/null 2>&1; thenas_expr=exprelseas_expr=falsefirm -f conf$$ conf$$.exe conf$$.fileecho >conf$$.fileif ln -s conf$$.file conf$$ 2>/dev/null; then# We could just check for DJGPP; but this test a) works b) is more generic# and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).if test -f conf$$.exe; then# Don't use ln at all; we don't have any linksas_ln_s='cp -p'elseas_ln_s='ln -s'fielif ln conf$$.file conf$$ 2>/dev/null; thenas_ln_s=lnelseas_ln_s='cp -p'firm -f conf$$ conf$$.exe conf$$.fileif mkdir -p . 2>/dev/null; thenas_mkdir_p=:elsetest -d ./-p && rmdir ./-pas_mkdir_p=falsefias_executable_p="test -f"# 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'"# Sed expression to map a string onto a valid variable name.as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"# IFS# We need space, tab and new line, in precisely that order.as_nl=''IFS=" $as_nl"# CDPATH.$as_unset CDPATH# Check that we are running under the correct shell.SHELL=${CONFIG_SHELL-/bin/sh}case X$ECHO inX*--fallback-echo)# Remove one level of quotation (which was required for Make).ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`;;esacecho=${ECHO-echo}if test "X$1" = X--no-reexec; then# Discard the --no-reexec flag, and continue.shiftelif test "X$1" = X--fallback-echo; then# Avoid inline document here, it may be left over:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then# Yippee, $echo works!:else# Restart under the correct shell.exec $SHELL "$0" --no-reexec ${1+"$@"}fiif test "X$1" = X--fallback-echo; then# used as fallback echoshiftcat <<EOF$*EOFexit 0fi# The HP-UX ksh and POSIX shell print the target directory to stdout# if CDPATH is set.if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fiif test -z "$ECHO"; thenif test "X${echo_test_string+set}" != Xset; then# find a string as large as possible, as long as the shell can cope with itfor cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do# expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...if (echo_test_string="`eval $cmd`") 2>/dev/null &&echo_test_string="`eval $cmd`" &&(test "X$echo_test_string" = "X$echo_test_string") 2>/dev/nullthenbreakfidonefiif test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&test "X$echo_testing_string" = "X$echo_test_string"; then:else# The Solaris, AIX, and Digital Unix default echo programs unquote# backslashes. This makes it impossible to quote backslashes using# echo "$something" | sed 's/\\/\\\\/g'## So, first we look for a working echo in the user's PATH.lt_save_ifs="$IFS"; IFS=$PATH_SEPARATORfor dir in $PATH /usr/ucb; doIFS="$lt_save_ifs"if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&test "X$echo_testing_string" = "X$echo_test_string"; thenecho="$dir/echo"breakfidoneIFS="$lt_save_ifs"if test "X$echo" = Xecho; then# We didn't find a better echo, so look for alternatives.if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&test "X$echo_testing_string" = "X$echo_test_string"; then# This shell has a builtin print -r that does the trick.echo='print -r'elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&test "X$CONFIG_SHELL" != X/bin/ksh; then# If we have ksh, try running configure again with it.ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}export ORIGINAL_CONFIG_SHELLCONFIG_SHELL=/bin/kshexport CONFIG_SHELLexec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}else# Try using printf.echo='printf %s\n'if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&test "X$echo_testing_string" = "X$echo_test_string"; then# Cool, printf works:elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&test "X$echo_testing_string" = 'X\t' &&echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&test "X$echo_testing_string" = "X$echo_test_string"; thenCONFIG_SHELL=$ORIGINAL_CONFIG_SHELLexport CONFIG_SHELLSHELL="$CONFIG_SHELL"export SHELLecho="$CONFIG_SHELL $0 --fallback-echo"elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&test "X$echo_testing_string" = 'X\t' &&echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&test "X$echo_testing_string" = "X$echo_test_string"; thenecho="$CONFIG_SHELL $0 --fallback-echo"else# maybe with a smaller string...prev=:for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; doif (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/nullthenbreakfiprev="$cmd"doneif test "$prev" != 'sed 50q "$0"'; thenecho_test_string=`eval $prev`export echo_test_stringexec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}else# Oops. We lost completely, so just stick with echo.echo=echofifififififi# Copy echo and quote the copy suitably for passing to libtool from# the Makefile, instead of quoting the original, which is used later.ECHO=$echoif test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; thenECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"fitagnames=`echo "$tagnames,CXX" | sed 's/^,//'`tagnames=`echo "$tagnames,F77" | sed 's/^,//'`# Name of the host.# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,# so uname gets run too.ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`exec 6>&1## Initializations.#ac_default_prefix=/usr/localac_config_libobj_dir=.cross_compiling=nosubdirs=MFLAGS=MAKEFLAGS=SHELL=${CONFIG_SHELL-/bin/sh}# Maximum number of lines to put in a shell here document.# This variable seems obsolete. It should probably be removed, and# only ac_max_sed_lines should be used.: ${ac_max_here_lines=38}# Identity of this package.PACKAGE_NAME='R'PACKAGE_TARNAME='R'PACKAGE_VERSION='1.9.1'PACKAGE_STRING='R 1.9.1'PACKAGE_BUGREPORT='r-bugs@R-project.org'ac_unique_file="src/include/Defn.h"# Factoring default headers for most tests.ac_includes_default="\#include <stdio.h>#if HAVE_SYS_TYPES_H# include <sys/types.h>#endif#if HAVE_SYS_STAT_H# include <sys/stat.h>#endif#if STDC_HEADERS# include <stdlib.h># include <stddef.h>#else# if HAVE_STDLIB_H# include <stdlib.h># endif#endif#if HAVE_STRING_H# if !STDC_HEADERS && HAVE_MEMORY_H# include <memory.h># endif# include <string.h>#endif#if HAVE_STRINGS_H# include <strings.h>#endif#if HAVE_INTTYPES_H# include <inttypes.h>#else# if HAVE_STDINT_H# include <stdint.h># endif#endif#if HAVE_UNISTD_H# include <unistd.h>#endif"ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO SET_MAKE build build_cpu build_vendor build_os host host_cpu host_vendor host_os R_PLATFORM R_OSTYPE config_opts WANT_R_FRAMEWORK_TRUE WANT_R_FRAMEWORK_FALSE WANT_R_SHLIB_TRUE WANT_R_SHLIB_FALSE LIBR MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE USE_LIBTOOL_TRUE USE_LIBTOOL_FALSE R_PRINTCMD R_PAPERSIZE R_BATCHSAVE MAIN_CFLAGS SHLIB_CFLAGS MAIN_FFLAGS SHLIB_FFLAGS MAIN_LD MAIN_LDFLAGS CPICFLAGS FPICFLAGS SHLIB_LD SHLIB_LDFLAGS DYLIB_LD DYLIB_LDFLAGS CXXPICFLAGS SHLIB_CXXLD SHLIB_CXXLDFLAGS TCLTK_LIBS TCLTK_CPPFLAGS MAKE F2C R_BROWSER BLAS_LIBS LAPACK_LIBS GETWD BUILDDIR_IS_SRCDIR AWK EGREP LN_S RANLIB ac_ct_RANLIB YACC AR ARFLAGS JAVAC PAGER PERL FALSE NO_PERL5 TAR DVIPS TEX LATEX MAKEINDEX PDFTEX PDFLATEX MAKEINFO_CMD INSTALL_INFO R_RD4DVI R_RD4PDF R_UNZIPCMD R_ZIPCMD R_PDFVIEWER CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP F77 FFLAGS ac_ct_F77 USING_G77_TRUE USING_G77_FALSE CXX CXXFLAGS ac_ct_CXX CXXCPP ECHO ac_ct_AR STRIP ac_ct_STRIP LIBTOOL LIBTOOL_DEPS shlibpath_var LIBM BUILD_DLFCN_DARWIN_TRUE BUILD_DLFCN_DARWIN_FALSE FLIBS HAVE_DOUBLE_COMPLEX COMPILE_DOUBLE_COMPLEX_TRUE COMPILE_DOUBLE_COMPLEX_FALSE SHLIB_CXXFLAGS F2CFLAGS R_XTRA_CFLAGS R_XTRA_CPPFLAGS R_XTRA_CXXFLAGS R_XTRA_FFLAGS R_XTRA_LIBS XMKMF SHLIB_LIBADD SHLIB_EXT USE_EXPORTFILES_TRUE USE_EXPORTFILES_FALSE DYLIB_EXT LIBR_LDFLAGS RLAPACK_LDFLAGS LAPACK_LDFLAGS ALLOCA RMATH_HAVE_EXPM1 RMATH_HAVE_LOG1P LIBOBJS RMATH_HAVE_WORKING_LOG1P USE_EXTERNAL_BLAS_TRUE USE_EXTERNAL_BLAS_FALSE USE_EXTERNAL_LAPACK_TRUE USE_EXTERNAL_LAPACK_FALSE R_GUIS X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS GNOME_LIBS GNOMEUI_LIBS GNOMEGNORBA_LIBS GTKXMHTML_LIBS ZVT_LIBS GNOME_LIBDIR GNOME_INCLUDEDIR GNOME_CONFIG ORBIT_CONFIG ORBIT_IDL HAVE_ORBIT_TRUE HAVE_ORBIT_FALSE ORBIT_CFLAGS ORBIT_LIBS HAVE_GNORBA_TRUE HAVE_GNORBA_FALSE GNORBA_CFLAGS GNORBA_LIBS GNOME_APPLETS_LIBS GNOME_CAPPLET_LIBS LIBGLADE_CONFIG LIBGLADE_CFLAGS LIBGLADE_LIBS HAVE_GNOME GNOME_IF_FILES BUILD_AQUA_TRUE BUILD_AQUA_FALSE use_aqua TCL_CONFIG TK_CONFIG use_tcltk BITMAP_LIBS BUILD_XDR_TRUE BUILD_XDR_FALSE BUILD_ZLIB_TRUE BUILD_ZLIB_FALSE USE_MMAP_ZLIB_TRUE USE_MMAP_ZLIB_FALSE BUILD_BZLIB_TRUE BUILD_BZLIB_FALSE BUILD_PCRE_TRUE BUILD_PCRE_FALSE R_PROFILING PAPERCONF R_LD_LIBRARY_PATH USE_RECOMMENDED_PACKAGES_TRUE USE_RECOMMENDED_PACKAGES_FALSE LTLIBOBJS'ac_subst_files='r_cc_rules_frag r_f77_rules_frag r_cxx_rules_frag'# Initialize some variables set by options.ac_init_help=ac_init_version=false# The variables have the same names as the options, with# dashes changed to underlines.cache_file=/dev/nullexec_prefix=NONEno_create=no_recursion=prefix=NONEprogram_prefix=NONEprogram_suffix=NONEprogram_transform_name=s,x,x,silent=site=srcdir=verbose=x_includes=NONEx_libraries=NONE# Installation directory options.# These are left unexpanded so users can "make install exec_prefix=/foo"# and all the variables that are supposed to be based on exec_prefix# by default will actually change.# Use braces instead of parens because sh, perl, etc. also accept them.bindir='${exec_prefix}/bin'sbindir='${exec_prefix}/sbin'libexecdir='${exec_prefix}/libexec'datadir='${prefix}/share'sysconfdir='${prefix}/etc'sharedstatedir='${prefix}/com'localstatedir='${prefix}/var'libdir='${exec_prefix}/lib'includedir='${prefix}/include'oldincludedir='/usr/include'infodir='${prefix}/info'mandir='${prefix}/man'ac_prev=for ac_optiondo# If the previous option needs an argument, assign it.if test -n "$ac_prev"; theneval "$ac_prev=\$ac_option"ac_prev=continuefiac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`# Accept the important Cygnus configure options, so we can diagnose typos.case $ac_option in-bindir | --bindir | --bindi | --bind | --bin | --bi)ac_prev=bindir ;;-bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)bindir=$ac_optarg ;;-build | --build | --buil | --bui | --bu)ac_prev=build_alias ;;-build=* | --build=* | --buil=* | --bui=* | --bu=*)build_alias=$ac_optarg ;;-cache-file | --cache-file | --cache-fil | --cache-fi \| --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)ac_prev=cache_file ;;-cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \| --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)cache_file=$ac_optarg ;;--config-cache | -C)cache_file=config.cache ;;-datadir | --datadir | --datadi | --datad | --data | --dat | --da)ac_prev=datadir ;;-datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \| --da=*)datadir=$ac_optarg ;;-disable-* | --disable-*)ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`# Reject names that are not valid shell variable names.expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&{ echo "$as_me: error: invalid feature name: $ac_feature" >&2{ (exit 1); exit 1; }; }ac_feature=`echo $ac_feature | sed 's/-/_/g'`eval "enable_$ac_feature=no" ;;-enable-* | --enable-*)ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`# Reject names that are not valid shell variable names.expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&{ echo "$as_me: error: invalid feature name: $ac_feature" >&2{ (exit 1); exit 1; }; }ac_feature=`echo $ac_feature | sed 's/-/_/g'`case $ac_option in*=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;*) ac_optarg=yes ;;esaceval "enable_$ac_feature='$ac_optarg'" ;;-exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \| --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \| --exec | --exe | --ex)ac_prev=exec_prefix ;;-exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \| --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \| --exec=* | --exe=* | --ex=*)exec_prefix=$ac_optarg ;;-gas | --gas | --ga | --g)# Obsolete; use --with-gas.with_gas=yes ;;-help | --help | --hel | --he | -h)ac_init_help=long ;;-help=r* | --help=r* | --hel=r* | --he=r* | -hr*)ac_init_help=recursive ;;-help=s* | --help=s* | --hel=s* | --he=s* | -hs*)ac_init_help=short ;;-host | --host | --hos | --ho)ac_prev=host_alias ;;-host=* | --host=* | --hos=* | --ho=*)host_alias=$ac_optarg ;;-includedir | --includedir | --includedi | --included | --include \| --includ | --inclu | --incl | --inc)ac_prev=includedir ;;-includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \| --includ=* | --inclu=* | --incl=* | --inc=*)includedir=$ac_optarg ;;-infodir | --infodir | --infodi | --infod | --info | --inf)ac_prev=infodir ;;-infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)infodir=$ac_optarg ;;-libdir | --libdir | --libdi | --libd)ac_prev=libdir ;;-libdir=* | --libdir=* | --libdi=* | --libd=*)libdir=$ac_optarg ;;-libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \| --libexe | --libex | --libe)ac_prev=libexecdir ;;-libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \| --libexe=* | --libex=* | --libe=*)libexecdir=$ac_optarg ;;-localstatedir | --localstatedir | --localstatedi | --localstated \| --localstate | --localstat | --localsta | --localst \| --locals | --local | --loca | --loc | --lo)ac_prev=localstatedir ;;-localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \| --localstate=* | --localstat=* | --localsta=* | --localst=* \| --locals=* | --local=* | --loca=* | --loc=* | --lo=*)localstatedir=$ac_optarg ;;-mandir | --mandir | --mandi | --mand | --man | --ma | --m)ac_prev=mandir ;;-mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)mandir=$ac_optarg ;;-nfp | --nfp | --nf)# Obsolete; use --without-fp.with_fp=no ;;-no-create | --no-create | --no-creat | --no-crea | --no-cre \| --no-cr | --no-c | -n)no_create=yes ;;-no-recursion | --no-recursion | --no-recursio | --no-recursi \| --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)no_recursion=yes ;;-oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \| --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \| --oldin | --oldi | --old | --ol | --o)ac_prev=oldincludedir ;;-oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \| --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \| --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)oldincludedir=$ac_optarg ;;-prefix | --prefix | --prefi | --pref | --pre | --pr | --p)ac_prev=prefix ;;-prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)prefix=$ac_optarg ;;-program-prefix | --program-prefix | --program-prefi | --program-pref \| --program-pre | --program-pr | --program-p)ac_prev=program_prefix ;;-program-prefix=* | --program-prefix=* | --program-prefi=* \| --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)program_prefix=$ac_optarg ;;-program-suffix | --program-suffix | --program-suffi | --program-suff \| --program-suf | --program-su | --program-s)ac_prev=program_suffix ;;-program-suffix=* | --program-suffix=* | --program-suffi=* \| --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)program_suffix=$ac_optarg ;;-program-transform-name | --program-transform-name \| --program-transform-nam | --program-transform-na \| --program-transform-n | --program-transform- \| --program-transform | --program-transfor \| --program-transfo | --program-transf \| --program-trans | --program-tran \| --progr-tra | --program-tr | --program-t)ac_prev=program_transform_name ;;-program-transform-name=* | --program-transform-name=* \| --program-transform-nam=* | --program-transform-na=* \| --program-transform-n=* | --program-transform-=* \| --program-transform=* | --program-transfor=* \| --program-transfo=* | --program-transf=* \| --program-trans=* | --program-tran=* \| --progr-tra=* | --program-tr=* | --program-t=*)program_transform_name=$ac_optarg ;;-q | -quiet | --quiet | --quie | --qui | --qu | --q \| -silent | --silent | --silen | --sile | --sil)silent=yes ;;-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)ac_prev=sbindir ;;-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \| --sbi=* | --sb=*)sbindir=$ac_optarg ;;-sharedstatedir | --sharedstatedir | --sharedstatedi \| --sharedstated | --sharedstate | --sharedstat | --sharedsta \| --sharedst | --shareds | --shared | --share | --shar \| --sha | --sh)ac_prev=sharedstatedir ;;-sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \| --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \| --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \| --sha=* | --sh=*)sharedstatedir=$ac_optarg ;;-site | --site | --sit)ac_prev=site ;;-site=* | --site=* | --sit=*)site=$ac_optarg ;;-srcdir | --srcdir | --srcdi | --srcd | --src | --sr)ac_prev=srcdir ;;-srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)srcdir=$ac_optarg ;;-sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \| --syscon | --sysco | --sysc | --sys | --sy)ac_prev=sysconfdir ;;-sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \| --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)sysconfdir=$ac_optarg ;;-target | --target | --targe | --targ | --tar | --ta | --t)ac_prev=target_alias ;;-target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)target_alias=$ac_optarg ;;-v | -verbose | --verbose | --verbos | --verbo | --verb)verbose=yes ;;-version | --version | --versio | --versi | --vers | -V)ac_init_version=: ;;-with-* | --with-*)ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`# Reject names that are not valid shell variable names.expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&{ echo "$as_me: error: invalid package name: $ac_package" >&2{ (exit 1); exit 1; }; }ac_package=`echo $ac_package| sed 's/-/_/g'`case $ac_option in*=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;*) ac_optarg=yes ;;esaceval "with_$ac_package='$ac_optarg'" ;;-without-* | --without-*)ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`# Reject names that are not valid shell variable names.expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&{ echo "$as_me: error: invalid package name: $ac_package" >&2{ (exit 1); exit 1; }; }ac_package=`echo $ac_package | sed 's/-/_/g'`eval "with_$ac_package=no" ;;--x)# Obsolete; use --with-x.with_x=yes ;;-x-includes | --x-includes | --x-include | --x-includ | --x-inclu \| --x-incl | --x-inc | --x-in | --x-i)ac_prev=x_includes ;;-x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \| --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)x_includes=$ac_optarg ;;-x-libraries | --x-libraries | --x-librarie | --x-librari \| --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)ac_prev=x_libraries ;;-x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \| --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)x_libraries=$ac_optarg ;;-*) { echo "$as_me: error: unrecognized option: $ac_optionTry \`$0 --help' for more information." >&2{ (exit 1); exit 1; }; };;*=*)ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`# Reject names that are not valid shell variable names.expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&{ echo "$as_me: error: invalid variable name: $ac_envvar" >&2{ (exit 1); exit 1; }; }ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`eval "$ac_envvar='$ac_optarg'"export $ac_envvar ;;*)# FIXME: should be removed in autoconf 3.0.echo "$as_me: WARNING: you should use --build, --host, --target" >&2expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&echo "$as_me: WARNING: invalid host type: $ac_option" >&2: ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option};;esacdoneif test -n "$ac_prev"; thenac_option=--`echo $ac_prev | sed 's/_/-/g'`{ echo "$as_me: error: missing argument to $ac_option" >&2{ (exit 1); exit 1; }; }fi# Be sure to have absolute paths.for ac_var in exec_prefix prefixdoeval ac_val=$`echo $ac_var`case $ac_val in[\\/$]* | ?:[\\/]* | NONE | '' ) ;;*) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2{ (exit 1); exit 1; }; };;esacdone# Be sure to have absolute paths.for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \localstatedir libdir includedir oldincludedir infodir mandirdoeval ac_val=$`echo $ac_var`case $ac_val in[\\/$]* | ?:[\\/]* ) ;;*) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2{ (exit 1); exit 1; }; };;esacdone# There might be people who depend on the old broken behavior: `$host'# used to hold the argument of --host etc.# FIXME: To remove some day.build=$build_aliashost=$host_aliastarget=$target_alias# FIXME: To remove some day.if test "x$host_alias" != x; thenif test "x$build_alias" = x; thencross_compiling=maybeecho "$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." >&2elif test "x$build_alias" != "x$host_alias"; thencross_compiling=yesfifiac_tool_prefix=test -n "$host_alias" && ac_tool_prefix=$host_alias-test "$silent" = yes && exec 6>/dev/null# Find the source files, if location was not specified.if test -z "$srcdir"; thenac_srcdir_defaulted=yes# Try the directory containing this script, then its parent.ac_confdir=`(dirname "$0") 2>/dev/null ||$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \X"$0" : 'X\(//\)[^/]' \| \X"$0" : 'X\(//\)$' \| \X"$0" : 'X\(/\)' \| \. : '\(.\)' 2>/dev/null ||echo X"$0" |sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }/^X\(\/\/\)[^/].*/{ s//\1/; q; }/^X\(\/\/\)$/{ s//\1/; q; }/^X\(\/\).*/{ s//\1/; q; }s/.*/./; q'`srcdir=$ac_confdirif test ! -r $srcdir/$ac_unique_file; thensrcdir=..fielseac_srcdir_defaulted=nofiif test ! -r $srcdir/$ac_unique_file; thenif test "$ac_srcdir_defaulted" = yes; then{ echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2{ (exit 1); exit 1; }; }else{ echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2{ (exit 1); exit 1; }; }fifi(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||{ echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2{ (exit 1); exit 1; }; }srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`ac_env_build_alias_set=${build_alias+set}ac_env_build_alias_value=$build_aliasac_cv_env_build_alias_set=${build_alias+set}ac_cv_env_build_alias_value=$build_aliasac_env_host_alias_set=${host_alias+set}ac_env_host_alias_value=$host_aliasac_cv_env_host_alias_set=${host_alias+set}ac_cv_env_host_alias_value=$host_aliasac_env_target_alias_set=${target_alias+set}ac_env_target_alias_value=$target_aliasac_cv_env_target_alias_set=${target_alias+set}ac_cv_env_target_alias_value=$target_aliasac_env_R_PRINTCMD_set=${R_PRINTCMD+set}ac_env_R_PRINTCMD_value=$R_PRINTCMDac_cv_env_R_PRINTCMD_set=${R_PRINTCMD+set}ac_cv_env_R_PRINTCMD_value=$R_PRINTCMDac_env_R_PAPERSIZE_set=${R_PAPERSIZE+set}ac_env_R_PAPERSIZE_value=$R_PAPERSIZEac_cv_env_R_PAPERSIZE_set=${R_PAPERSIZE+set}ac_cv_env_R_PAPERSIZE_value=$R_PAPERSIZEac_env_R_BATCHSAVE_set=${R_BATCHSAVE+set}ac_env_R_BATCHSAVE_value=$R_BATCHSAVEac_cv_env_R_BATCHSAVE_set=${R_BATCHSAVE+set}ac_cv_env_R_BATCHSAVE_value=$R_BATCHSAVEac_env_MAIN_CFLAGS_set=${MAIN_CFLAGS+set}ac_env_MAIN_CFLAGS_value=$MAIN_CFLAGSac_cv_env_MAIN_CFLAGS_set=${MAIN_CFLAGS+set}ac_cv_env_MAIN_CFLAGS_value=$MAIN_CFLAGSac_env_SHLIB_CFLAGS_set=${SHLIB_CFLAGS+set}ac_env_SHLIB_CFLAGS_value=$SHLIB_CFLAGSac_cv_env_SHLIB_CFLAGS_set=${SHLIB_CFLAGS+set}ac_cv_env_SHLIB_CFLAGS_value=$SHLIB_CFLAGSac_env_MAIN_FFLAGS_set=${MAIN_FFLAGS+set}ac_env_MAIN_FFLAGS_value=$MAIN_FFLAGSac_cv_env_MAIN_FFLAGS_set=${MAIN_FFLAGS+set}ac_cv_env_MAIN_FFLAGS_value=$MAIN_FFLAGSac_env_SHLIB_FFLAGS_set=${SHLIB_FFLAGS+set}ac_env_SHLIB_FFLAGS_value=$SHLIB_FFLAGSac_cv_env_SHLIB_FFLAGS_set=${SHLIB_FFLAGS+set}ac_cv_env_SHLIB_FFLAGS_value=$SHLIB_FFLAGSac_env_MAIN_LD_set=${MAIN_LD+set}ac_env_MAIN_LD_value=$MAIN_LDac_cv_env_MAIN_LD_set=${MAIN_LD+set}ac_cv_env_MAIN_LD_value=$MAIN_LDac_env_MAIN_LDFLAGS_set=${MAIN_LDFLAGS+set}ac_env_MAIN_LDFLAGS_value=$MAIN_LDFLAGSac_cv_env_MAIN_LDFLAGS_set=${MAIN_LDFLAGS+set}ac_cv_env_MAIN_LDFLAGS_value=$MAIN_LDFLAGSac_env_CPICFLAGS_set=${CPICFLAGS+set}ac_env_CPICFLAGS_value=$CPICFLAGSac_cv_env_CPICFLAGS_set=${CPICFLAGS+set}ac_cv_env_CPICFLAGS_value=$CPICFLAGSac_env_FPICFLAGS_set=${FPICFLAGS+set}ac_env_FPICFLAGS_value=$FPICFLAGSac_cv_env_FPICFLAGS_set=${FPICFLAGS+set}ac_cv_env_FPICFLAGS_value=$FPICFLAGSac_env_SHLIB_LD_set=${SHLIB_LD+set}ac_env_SHLIB_LD_value=$SHLIB_LDac_cv_env_SHLIB_LD_set=${SHLIB_LD+set}ac_cv_env_SHLIB_LD_value=$SHLIB_LDac_env_SHLIB_LDFLAGS_set=${SHLIB_LDFLAGS+set}ac_env_SHLIB_LDFLAGS_value=$SHLIB_LDFLAGSac_cv_env_SHLIB_LDFLAGS_set=${SHLIB_LDFLAGS+set}ac_cv_env_SHLIB_LDFLAGS_value=$SHLIB_LDFLAGSac_env_DYLIB_LD_set=${DYLIB_LD+set}ac_env_DYLIB_LD_value=$DYLIB_LDac_cv_env_DYLIB_LD_set=${DYLIB_LD+set}ac_cv_env_DYLIB_LD_value=$DYLIB_LDac_env_DYLIB_LDFLAGS_set=${DYLIB_LDFLAGS+set}ac_env_DYLIB_LDFLAGS_value=$DYLIB_LDFLAGSac_cv_env_DYLIB_LDFLAGS_set=${DYLIB_LDFLAGS+set}ac_cv_env_DYLIB_LDFLAGS_value=$DYLIB_LDFLAGSac_env_CXXPICFLAGS_set=${CXXPICFLAGS+set}ac_env_CXXPICFLAGS_value=$CXXPICFLAGSac_cv_env_CXXPICFLAGS_set=${CXXPICFLAGS+set}ac_cv_env_CXXPICFLAGS_value=$CXXPICFLAGSac_env_SHLIB_CXXLD_set=${SHLIB_CXXLD+set}ac_env_SHLIB_CXXLD_value=$SHLIB_CXXLDac_cv_env_SHLIB_CXXLD_set=${SHLIB_CXXLD+set}ac_cv_env_SHLIB_CXXLD_value=$SHLIB_CXXLDac_env_SHLIB_CXXLDFLAGS_set=${SHLIB_CXXLDFLAGS+set}ac_env_SHLIB_CXXLDFLAGS_value=$SHLIB_CXXLDFLAGSac_cv_env_SHLIB_CXXLDFLAGS_set=${SHLIB_CXXLDFLAGS+set}ac_cv_env_SHLIB_CXXLDFLAGS_value=$SHLIB_CXXLDFLAGSac_env_TCLTK_LIBS_set=${TCLTK_LIBS+set}ac_env_TCLTK_LIBS_value=$TCLTK_LIBSac_cv_env_TCLTK_LIBS_set=${TCLTK_LIBS+set}ac_cv_env_TCLTK_LIBS_value=$TCLTK_LIBSac_env_TCLTK_CPPFLAGS_set=${TCLTK_CPPFLAGS+set}ac_env_TCLTK_CPPFLAGS_value=$TCLTK_CPPFLAGSac_cv_env_TCLTK_CPPFLAGS_set=${TCLTK_CPPFLAGS+set}ac_cv_env_TCLTK_CPPFLAGS_value=$TCLTK_CPPFLAGSac_env_MAKE_set=${MAKE+set}ac_env_MAKE_value=$MAKEac_cv_env_MAKE_set=${MAKE+set}ac_cv_env_MAKE_value=$MAKEac_env_F2C_set=${F2C+set}ac_env_F2C_value=$F2Cac_cv_env_F2C_set=${F2C+set}ac_cv_env_F2C_value=$F2Cac_env_R_BROWSER_set=${R_BROWSER+set}ac_env_R_BROWSER_value=$R_BROWSERac_cv_env_R_BROWSER_set=${R_BROWSER+set}ac_cv_env_R_BROWSER_value=$R_BROWSERac_env_BLAS_LIBS_set=${BLAS_LIBS+set}ac_env_BLAS_LIBS_value=$BLAS_LIBSac_cv_env_BLAS_LIBS_set=${BLAS_LIBS+set}ac_cv_env_BLAS_LIBS_value=$BLAS_LIBSac_env_LAPACK_LIBS_set=${LAPACK_LIBS+set}ac_env_LAPACK_LIBS_value=$LAPACK_LIBSac_cv_env_LAPACK_LIBS_set=${LAPACK_LIBS+set}ac_cv_env_LAPACK_LIBS_value=$LAPACK_LIBSac_env_CC_set=${CC+set}ac_env_CC_value=$CCac_cv_env_CC_set=${CC+set}ac_cv_env_CC_value=$CCac_env_CFLAGS_set=${CFLAGS+set}ac_env_CFLAGS_value=$CFLAGSac_cv_env_CFLAGS_set=${CFLAGS+set}ac_cv_env_CFLAGS_value=$CFLAGSac_env_LDFLAGS_set=${LDFLAGS+set}ac_env_LDFLAGS_value=$LDFLAGSac_cv_env_LDFLAGS_set=${LDFLAGS+set}ac_cv_env_LDFLAGS_value=$LDFLAGSac_env_CPPFLAGS_set=${CPPFLAGS+set}ac_env_CPPFLAGS_value=$CPPFLAGSac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}ac_cv_env_CPPFLAGS_value=$CPPFLAGSac_env_CPP_set=${CPP+set}ac_env_CPP_value=$CPPac_cv_env_CPP_set=${CPP+set}ac_cv_env_CPP_value=$CPPac_env_F77_set=${F77+set}ac_env_F77_value=$F77ac_cv_env_F77_set=${F77+set}ac_cv_env_F77_value=$F77ac_env_FFLAGS_set=${FFLAGS+set}ac_env_FFLAGS_value=$FFLAGSac_cv_env_FFLAGS_set=${FFLAGS+set}ac_cv_env_FFLAGS_value=$FFLAGSac_env_CXX_set=${CXX+set}ac_env_CXX_value=$CXXac_cv_env_CXX_set=${CXX+set}ac_cv_env_CXX_value=$CXXac_env_CXXFLAGS_set=${CXXFLAGS+set}ac_env_CXXFLAGS_value=$CXXFLAGSac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}ac_cv_env_CXXFLAGS_value=$CXXFLAGSac_env_CXXCPP_set=${CXXCPP+set}ac_env_CXXCPP_value=$CXXCPPac_cv_env_CXXCPP_set=${CXXCPP+set}ac_cv_env_CXXCPP_value=$CXXCPP## Report the --help message.#if test "$ac_init_help" = "long"; then# 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.cat <<_ACEOF\`configure' configures R 1.9.1 to adapt to many kinds of systems.Usage: $0 [OPTION]... [VAR=VALUE]...To assign environment variables (e.g., CC, CFLAGS...), specify them asVAR=VALUE. See below for descriptions of some of the useful variables.Defaults for the options are specified in brackets.Configuration:-h, --help display this help and exit--help=short display options specific to this package--help=recursive display the short help of all the included packages-V, --version display version information and exit-q, --quiet, --silent do not print \`checking...' messages--cache-file=FILE cache test results in FILE [disabled]-C, --config-cache alias for \`--cache-file=config.cache'-n, --no-create do not create output files--srcdir=DIR find the sources in DIR [configure dir or \`..']_ACEOFcat <<_ACEOFInstallation directories:--prefix=PREFIX install architecture-independent files in PREFIX[$ac_default_prefix]--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX[PREFIX]By default, \`make install' will install all the files in\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specifyan installation prefix other than \`$ac_default_prefix' using \`--prefix',for instance \`--prefix=\$HOME'.For better control, use the options below.Fine tuning of the installation directories:--bindir=DIR user executables [EPREFIX/bin]--sbindir=DIR system admin executables [EPREFIX/sbin]--libexecdir=DIR program executables [EPREFIX/libexec]--datadir=DIR read-only architecture-independent data [PREFIX/share]--sysconfdir=DIR read-only single-machine data [PREFIX/etc]--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]--localstatedir=DIR modifiable single-machine data [PREFIX/var]--libdir=DIR object code libraries [EPREFIX/lib]--includedir=DIR C header files [PREFIX/include]--oldincludedir=DIR C header files for non-gcc [/usr/include]--infodir=DIR info documentation [PREFIX/info]--mandir=DIR man documentation [PREFIX/man]_ACEOFcat <<\_ACEOFProgram names:--program-prefix=PREFIX prepend PREFIX to installed program names--program-suffix=SUFFIX append SUFFIX to installed program names--program-transform-name=PROGRAM run sed PROGRAM on installed program namesX features:--x-includes=DIR X include files are in DIR--x-libraries=DIR X library files are in DIRSystem types:--build=BUILD configure for building on BUILD [guessed]--host=HOST cross-compile to build programs to run on HOST [BUILD]_ACEOFfiif test -n "$ac_init_help"; thencase $ac_init_help inshort | recursive ) echo "Configuration of R 1.9.1:";;esaccat <<\_ACEOFOptional Features:--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)--enable-FEATURE[=ARG] include FEATURE [ARG=yes]--enable-R-profiling attempt to compile support for Rprof() [yes]--enable-R-framework[=DIR]build R framework (if possible), and specify itsinstallation prefix [yes, /Library/Frameworks]--enable-R-shlib build R as a shared library [no]--enable-maintainer-modeenable make rules and dependencies not useful (andmaybe confusing) to the casual installer [no]--enable-strict-barrier provoke compile error on write barrier violation[no]--enable-static[=PKGS]build static libraries [default=no]--enable-shared[=PKGS]build shared libraries [default=yes]--enable-fast-install[=PKGS]optimize for fast installation [default=yes]--disable-libtool-lock avoid locking (might break parallel builds)Optional Packages:--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)--with-blas use BLAS library, or specify it [yes]--with-lapack use LAPACK library, or specify it [no]--with-readline use readline library (if available) [yes]--with-gnome use GNOME, or specify its prefix [no]--with-aqua use Aqua (if available) [no]--with-tcltk use Tcl/Tk, or specify its library dir [yes]--with-tcl-config=TCL_CONFIGspecify location of tclConfig.sh []--with-tk-config=TK_CONFIGspecify location of tkConfig.sh []--with-libpng use libpng library (if available) [yes]--with-jpeglib use jpeglib library (if available) [yes]--with-zlib use system zlib library (if available) [no]--with-bzlib use system bzlib library (if available) [no]--with-pcre use system PCRE library (if available) [no]--with-recommended-packagesuse/install recommended R packages (if available)[yes]--with-gnu-ld assume the C compiler uses GNU ld [default=no]--with-pic try to use only PIC/non-PIC objects [default=useboth]--with-tags[=TAGS]include additional configurations [automatic]--with-x use the X Window System--with-gnome-includes=DIRspecify location of GNOME headers--with-gnome-libs=DIR specify location of GNOME libs--with-libglade-config=LIBGLADE_CONFIGspecify location of libglade-configSome influential environment variables:R_PRINTCMD command used to spool PostScript files to the printerR_PAPERSIZE paper size for the local (PostScript) printerR_BATCHSAVE default behavior of R if it encounters EOF in batch modeMAIN_CFLAGS additional CFLAGS used when compiling the main binarySHLIB_CFLAGSadditional CFLAGS used when building shared librariesMAIN_FFLAGS additional FFLAGS used when compiling the main binarySHLIB_FFLAGSadditional FFLAGS used when building shared librariesMAIN_LD command used to link the main binaryMAIN_LDFLAGSflags which are necessary for loading a main program which willload shared library modules (DLLs) at runtimeCPICFLAGS special flags for compiling C code to be turned into a sharedlibrary.FPICFLAGS special flags for compiling Fortran code to be turned into ashared library.SHLIB_LD command for linking shared libraries which contain object filesfrom a C or Fortran compiler onlySHLIB_LDFLAGSspecial flags used by SHLIB_LDDYLIB_LD command for linking dynamic libraries which contain object filesfrom a C or Fortran compiler onlyDYLIB_LDFLAGSspecial flags used for make a dynamic libraryCXXPICFLAGS special flags for compiling C++ code to be turned into a sharedlibrarySHLIB_CXXLD command for linking shared libraries which contain object filesfrom a C++ compilerSHLIB_CXXLDFLAGSspecial flags used by SHLIB_CXXLDTCLTK_LIBS flags needed for linking against the Tcl and Tk librariesTCLTK_CPPFLAGSflags needed for finding the tcl.h and tk.h headersMAKE Make commandF2C Fortran-to-C converter commandR_BROWSER default browserBLAS_LIBS flags needed for linking against external BLAS librariesLAPACK_LIBS flags needed for linking against external LAPACK librariesCC C compiler commandCFLAGS C compiler flagsLDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in anonstandard directory <lib dir>CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you haveheaders in a nonstandard directory <include dir>CPP C preprocessorF77 Fortran 77 compiler commandFFLAGS Fortran 77 compiler flagsCXX C++ compiler commandCXXFLAGS C++ compiler flagsCXXCPP C++ preprocessorUse these variables to override the choices made by `configure' or to helpit to find libraries and programs with nonstandard names/locations.Report bugs to <r-bugs@R-project.org>._ACEOFfiif test "$ac_init_help" = "recursive"; then# If there are subdirs, report their specific --help.ac_popdir=`pwd`for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continuetest -d $ac_dir || continueac_builddir=.if test "$ac_dir" != .; thenac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`# A "../" for each directory in $ac_dir_suffix.ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`elseac_dir_suffix= ac_top_builddir=ficase $srcdir in.) # No --srcdir option. We are building in place.ac_srcdir=.if test -z "$ac_top_builddir"; thenac_top_srcdir=.elseac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`fi ;;[\\/]* | ?:[\\/]* ) # Absolute path.ac_srcdir=$srcdir$ac_dir_suffix;ac_top_srcdir=$srcdir ;;*) # Relative path.ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffixac_top_srcdir=$ac_top_builddir$srcdir ;;esac# Do not use `cd foo && pwd` to compute absolute paths, because# the directories may not exist.case `pwd` in.) ac_abs_builddir="$ac_dir";;*)case "$ac_dir" in.) ac_abs_builddir=`pwd`;;[\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;*) ac_abs_builddir=`pwd`/"$ac_dir";;esac;;esaccase $ac_abs_builddir in.) ac_abs_top_builddir=${ac_top_builddir}.;;*)case ${ac_top_builddir}. in.) ac_abs_top_builddir=$ac_abs_builddir;;[\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;*) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;esac;;esaccase $ac_abs_builddir in.) ac_abs_srcdir=$ac_srcdir;;*)case $ac_srcdir in.) ac_abs_srcdir=$ac_abs_builddir;;[\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;*) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;esac;;esaccase $ac_abs_builddir in.) ac_abs_top_srcdir=$ac_top_srcdir;;*)case $ac_top_srcdir in.) ac_abs_top_srcdir=$ac_abs_builddir;;[\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;*) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;esac;;esaccd $ac_dir# Check for guested configure; otherwise get Cygnus style configure.if test -f $ac_srcdir/configure.gnu; thenecho$SHELL $ac_srcdir/configure.gnu --help=recursiveelif test -f $ac_srcdir/configure; thenecho$SHELL $ac_srcdir/configure --help=recursiveelif test -f $ac_srcdir/configure.ac ||test -f $ac_srcdir/configure.in; thenecho$ac_configure --helpelseecho "$as_me: WARNING: no configuration information is in $ac_dir" >&2ficd "$ac_popdir"donefitest -n "$ac_init_help" && exit 0if $ac_init_version; thencat <<\_ACEOFR configure 1.9.1generated by GNU Autoconf 2.59Copyright (C) 2003 Free Software Foundation, Inc.This configure script is free software; the Free Software Foundationgives unlimited permission to copy, distribute and modify it._ACEOFexit 0fiexec 5>config.logcat >&5 <<_ACEOFThis file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by R $as_me 1.9.1, which wasgenerated by GNU Autoconf 2.59. Invocation command line was$ $0 $@_ACEOF{cat <<_ASUNAME## --------- #### Platform. #### --------- ##hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`uname -m = `(uname -m) 2>/dev/null || echo unknown`uname -r = `(uname -r) 2>/dev/null || echo unknown`uname -s = `(uname -s) 2>/dev/null || echo unknown`uname -v = `(uname -v) 2>/dev/null || echo unknown`/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`hostinfo = `(hostinfo) 2>/dev/null || echo unknown`/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`_ASUNAMEas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.echo "PATH: $as_dir"done} >&5cat >&5 <<_ACEOF## ----------- #### Core tests. #### ----------- ##_ACEOF# Keep a trace of the command line.# Strip out --no-create and --no-recursion so they do not pile up.# Strip out --silent because we don't want to record it for future runs.# Also quote any args containing shell meta-characters.# Make two passes to allow for proper duplicate-argument suppression.ac_configure_args=ac_configure_args0=ac_configure_args1=ac_sep=ac_must_keep_next=falsefor ac_pass in 1 2dofor ac_argdocase $ac_arg in-no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;-q | -quiet | --quiet | --quie | --qui | --qu | --q \| -silent | --silent | --silen | --sile | --sil)continue ;;*" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;esaccase $ac_pass in1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;2)ac_configure_args1="$ac_configure_args1 '$ac_arg'"if test $ac_must_keep_next = true; thenac_must_keep_next=false # Got value, back to normal.elsecase $ac_arg in*=* | --config-cache | -C | -disable-* | --disable-* \| -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \| -q | -quiet | --q* | -silent | --sil* | -v | -verb* \| -with-* | --with-* | -without-* | --without-* | --x)case "$ac_configure_args0 " in"$ac_configure_args1"*" '$ac_arg' "* ) continue ;;esac;;-* ) ac_must_keep_next=true ;;esacfiac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"# Get rid of the leading space.ac_sep=" ";;esacdonedone$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }# When interrupted or exit'd, cleanup temporary files, and complete# config.log. We remove comments because anyway the quotes in there# would cause problems or look ugly.# WARNING: Be sure not to use single quotes in there, as some shells,# such as our DU 5.0 friend, will then `close' the trap.trap 'exit_status=$?# Save into config.log some information that might help in debugging.{echocat <<\_ASBOX## ---------------- #### Cache variables. #### ---------------- ##_ASBOXecho# The following way of writing the cache mishandles newlines in values,{(set) 2>&1 |case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in*ac_space=\ *)sed -n \"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p";;*)sed -n \"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p";;esac;}echocat <<\_ASBOX## ----------------- #### Output variables. #### ----------------- ##_ASBOXechofor ac_var in $ac_subst_varsdoeval ac_val=$`echo $ac_var`echo "$ac_var='"'"'$ac_val'"'"'"done | sortechoif test -n "$ac_subst_files"; thencat <<\_ASBOX## ------------- #### Output files. #### ------------- ##_ASBOXechofor ac_var in $ac_subst_filesdoeval ac_val=$`echo $ac_var`echo "$ac_var='"'"'$ac_val'"'"'"done | sortechofiif test -s confdefs.h; thencat <<\_ASBOX## ----------- #### confdefs.h. #### ----------- ##_ASBOXechosed "/^$/d" confdefs.h | sortechofitest "$ac_signal" != 0 &&echo "$as_me: caught signal $ac_signal"echo "$as_me: exit $exit_status"} >&5rm -f core *.core &&rm -rf conftest* confdefs* conf$$* $ac_clean_files &&exit $exit_status' 0for ac_signal in 1 2 13 15; dotrap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signaldoneac_signal=0# confdefs.h avoids OS command line length limits that DEFS can exceed.rm -rf conftest* confdefs.h# AIX cpp loses on an empty file, so make sure it contains at least a newline.echo >confdefs.h# Predefined preprocessor variables.cat >>confdefs.h <<_ACEOF#define PACKAGE_NAME "$PACKAGE_NAME"_ACEOFcat >>confdefs.h <<_ACEOF#define PACKAGE_TARNAME "$PACKAGE_TARNAME"_ACEOFcat >>confdefs.h <<_ACEOF#define PACKAGE_VERSION "$PACKAGE_VERSION"_ACEOFcat >>confdefs.h <<_ACEOF#define PACKAGE_STRING "$PACKAGE_STRING"_ACEOFcat >>confdefs.h <<_ACEOF#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"_ACEOF# Let the site file select an alternate cache file if it wants to.# Prefer explicitly selected file to automatically selected ones.if test -z "$CONFIG_SITE"; thenif test "x$prefix" != xNONE; thenCONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"elseCONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"fififor ac_site_file in $CONFIG_SITE; doif test -r "$ac_site_file"; then{ echo "$as_me:$LINENO: loading site script $ac_site_file" >&5echo "$as_me: loading site script $ac_site_file" >&6;}sed 's/^/| /' "$ac_site_file" >&5. "$ac_site_file"fidoneif test -r "$cache_file"; then# Some versions of bash will fail to source /dev/null (special# files actually), so we avoid doing that.if test -f "$cache_file"; then{ echo "$as_me:$LINENO: loading cache $cache_file" >&5echo "$as_me: loading cache $cache_file" >&6;}case $cache_file in[\\/]* | ?:[\\/]* ) . $cache_file;;*) . ./$cache_file;;esacfielse{ echo "$as_me:$LINENO: creating cache $cache_file" >&5echo "$as_me: creating cache $cache_file" >&6;}>$cache_filefi# Check that the precious variables saved in the cache have kept the same# value.ac_cache_corrupted=falsefor ac_var in `(set) 2>&1 |sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; doeval ac_old_set=\$ac_cv_env_${ac_var}_seteval ac_new_set=\$ac_env_${ac_var}_seteval ac_old_val="\$ac_cv_env_${ac_var}_value"eval ac_new_val="\$ac_env_${ac_var}_value"case $ac_old_set,$ac_new_set inset,){ echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}ac_cache_corrupted=: ;;,set){ echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}ac_cache_corrupted=: ;;,);;*)if test "x$ac_old_val" != "x$ac_new_val"; then{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}{ echo "$as_me:$LINENO: former value: $ac_old_val" >&5echo "$as_me: former value: $ac_old_val" >&2;}{ echo "$as_me:$LINENO: current value: $ac_new_val" >&5echo "$as_me: current value: $ac_new_val" >&2;}ac_cache_corrupted=:fi;;esac# Pass precious variables to config.status.if test "$ac_new_set" = set; thencase $ac_new_val in*" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;*) ac_arg=$ac_var=$ac_new_val ;;esaccase " $ac_configure_args " in*" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.*) ac_configure_args="$ac_configure_args '$ac_arg'" ;;esacfidoneif $ac_cache_corrupted; then{ echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5echo "$as_me: error: changes in the environment can compromise the build" >&2;}{ { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}{ (exit 1); exit 1; }; }fiac_ext=cac_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_gnuac_aux_dir=for ac_dir in tools $srcdir/tools; doif test -f $ac_dir/install-sh; thenac_aux_dir=$ac_dirac_install_sh="$ac_aux_dir/install-sh -c"breakelif test -f $ac_dir/install.sh; thenac_aux_dir=$ac_dirac_install_sh="$ac_aux_dir/install.sh -c"breakelif test -f $ac_dir/shtool; thenac_aux_dir=$ac_dirac_install_sh="$ac_aux_dir/shtool install -c"breakfidoneif test -z "$ac_aux_dir"; then{ { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools $srcdir/tools" >&5echo "$as_me: error: cannot find install-sh or install.sh in tools $srcdir/tools" >&2;}{ (exit 1); exit 1; }; }fiac_config_guess="$SHELL $ac_aux_dir/config.guess"ac_config_sub="$SHELL $ac_aux_dir/config.sub"ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.### * Information on the package.## Automake initialization.am__api_version="1.4"# Find a good install program. We prefer a C program (faster),# so one script is as good as another. But avoid the broken or# incompatible versions:# SysV /etc/install, /usr/sbin/install# SunOS /usr/etc/install# IRIX /sbin/install# AIX /bin/install# AmigaOS /C/install, which installs bootblocks on floppy discs# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag# AFS /usr/afsws/bin/install, which mishandles nonexistent args# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"# OS/2's system install, which has a completely different semantic# ./install, which can be erroneously created by make from ./install.sh.echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6if test -z "$INSTALL"; thenif test "${ac_cv_path_install+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.# Account for people who put trailing slashes in PATH elements.case $as_dir/ in./ | .// | /cC/* | \/etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \/usr/ucb/* ) ;;*)# OSF1 and SCO ODT 3.0 have their own names for install.# Don't use installbsd from OSF since it installs stuff as root# by default.for ac_prog in ginstall scoinst install; dofor ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; thenif test $ac_prog = install &&grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then# AIX install. It has an incompatible calling convention.:elif test $ac_prog = install &&grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then# program-specific install script used by HP pwplus--don't use.:elseac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"break 3fifidonedone;;esacdonefiif test "${ac_cv_path_install+set}" = set; thenINSTALL=$ac_cv_path_installelse# As a last resort, use the slow shell script. We don't cache a# path for INSTALL within a source directory, because that will# break other packages using the cache if that directory is# removed, or if the path is relative.INSTALL=$ac_install_shfifiecho "$as_me:$LINENO: result: $INSTALL" >&5echo "${ECHO_T}$INSTALL" >&6# Use test -z because SunOS4 sh mishandles braces in ${var-val}.# It thinks the first close brace ends the variable substitution.test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'echo "$as_me:$LINENO: checking whether build environment is sane" >&5echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6# Just in casesleep 1echo timestamp > conftestfile# 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# symlink; some systems play weird games with the mod time of symlinks# (eg FreeBSD returns the mod time of the symlink's containing# directory).if (set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`if test "$*" = "X"; then# -L didn't work.set X `ls -t $srcdir/configure conftestfile`fiif test "$*" != "X $srcdir/configure conftestfile" \&& test "$*" != "X conftestfile $srcdir/configure"; then# 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".{ { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a brokenalias in your environment" >&5echo "$as_me: error: ls -t appears to fail. Make sure there is not a brokenalias in your environment" >&2;}{ (exit 1); exit 1; }; }fitest "$2" = conftestfile)then# Ok.:else{ { echo "$as_me:$LINENO: error: newly created file is older than distributed files!Check your system clock" >&5echo "$as_me: error: newly created file is older than distributed files!Check your system clock" >&2;}{ (exit 1); exit 1; }; }firm -f conftest*echo "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6test "$program_prefix" != NONE &&program_transform_name="s,^,$program_prefix,;$program_transform_name"# Use a double $ so make ignores it.test "$program_suffix" != NONE &&program_transform_name="s,\$,$program_suffix,;$program_transform_name"# Double any \ or $. echo might interpret backslashes.# By default was `s,x,x', remove it if useless.cat <<\_ACEOF >conftest.seds/[\\$]/&&/g;s/;s,x,x,$//_ACEOFprogram_transform_name=`echo $program_transform_name | sed -f conftest.sed`rm conftest.sedecho "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.make <<\_ACEOFall:@echo 'ac_maketemp="$(MAKE)"'_ACEOF# GNU make sometimes prints "make[1]: Entering...", which would confuse us.eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`if test -n "$ac_maketemp"; theneval ac_cv_prog_make_${ac_make}_set=yeselseeval ac_cv_prog_make_${ac_make}_set=nofirm -f conftest.makefiif eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; thenecho "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6SET_MAKE=elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6SET_MAKE="MAKE=${MAKE-make}"fiPACKAGE=RVERSION=1.9.1if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then{ { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}{ (exit 1); exit 1; }; }ficat >>confdefs.h <<_ACEOF#define PACKAGE "$PACKAGE"_ACEOFcat >>confdefs.h <<_ACEOF#define VERSION "$VERSION"_ACEOFmissing_dir=`cd $ac_aux_dir && pwd`echo "$as_me:$LINENO: checking for working aclocal-${am__api_version}" >&5echo $ECHO_N "checking for working aclocal-${am__api_version}... $ECHO_C" >&6# Run test in a subshell; some versions of sh will print an error if# an executable is not found, even if stderr is redirected.# Redirect stdin to placate older versions of autoconf. Sigh.if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; thenACLOCAL=aclocal-${am__api_version}echo "$as_me:$LINENO: result: found" >&5echo "${ECHO_T}found" >&6elseACLOCAL="$missing_dir/missing aclocal-${am__api_version}"echo "$as_me:$LINENO: result: missing" >&5echo "${ECHO_T}missing" >&6fiecho "$as_me:$LINENO: checking for working autoconf" >&5echo $ECHO_N "checking for working autoconf... $ECHO_C" >&6# Run test in a subshell; some versions of sh will print an error if# an executable is not found, even if stderr is redirected.# Redirect stdin to placate older versions of autoconf. Sigh.if (autoconf --version) < /dev/null > /dev/null 2>&1; thenAUTOCONF=autoconfecho "$as_me:$LINENO: result: found" >&5echo "${ECHO_T}found" >&6elseAUTOCONF="$missing_dir/missing autoconf"echo "$as_me:$LINENO: result: missing" >&5echo "${ECHO_T}missing" >&6fiecho "$as_me:$LINENO: checking for working automake-${am__api_version}" >&5echo $ECHO_N "checking for working automake-${am__api_version}... $ECHO_C" >&6# Run test in a subshell; some versions of sh will print an error if# an executable is not found, even if stderr is redirected.# Redirect stdin to placate older versions of autoconf. Sigh.if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; thenAUTOMAKE=automake-${am__api_version}echo "$as_me:$LINENO: result: found" >&5echo "${ECHO_T}found" >&6elseAUTOMAKE="$missing_dir/missing automake-${am__api_version}"echo "$as_me:$LINENO: result: missing" >&5echo "${ECHO_T}missing" >&6fiecho "$as_me:$LINENO: checking for working autoheader" >&5echo $ECHO_N "checking for working autoheader... $ECHO_C" >&6# Run test in a subshell; some versions of sh will print an error if# an executable is not found, even if stderr is redirected.# Redirect stdin to placate older versions of autoconf. Sigh.if (autoheader --version) < /dev/null > /dev/null 2>&1; thenAUTOHEADER=autoheaderecho "$as_me:$LINENO: result: found" >&5echo "${ECHO_T}found" >&6elseAUTOHEADER="$missing_dir/missing autoheader"echo "$as_me:$LINENO: result: missing" >&5echo "${ECHO_T}missing" >&6fiecho "$as_me:$LINENO: checking for working makeinfo" >&5echo $ECHO_N "checking for working makeinfo... $ECHO_C" >&6# Run test in a subshell; some versions of sh will print an error if# an executable is not found, even if stderr is redirected.# Redirect stdin to placate older versions of autoconf. Sigh.if (makeinfo --version) < /dev/null > /dev/null 2>&1; thenMAKEINFO=makeinfoecho "$as_me:$LINENO: result: found" >&5echo "${ECHO_T}found" >&6elseMAKEINFO="$missing_dir/missing makeinfo"echo "$as_me:$LINENO: result: missing" >&5echo "${ECHO_T}missing" >&6fi## Autoheader initialization.### ** Platform.# Make sure we can run config.sub.$ac_config_sub sun4 >/dev/null 2>&1 ||{ { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5echo "$as_me: error: cannot run $ac_config_sub" >&2;}{ (exit 1); exit 1; }; }echo "$as_me:$LINENO: checking build system type" >&5echo $ECHO_N "checking build system type... $ECHO_C" >&6if test "${ac_cv_build+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_cv_build_alias=$build_aliastest -z "$ac_cv_build_alias" &&ac_cv_build_alias=`$ac_config_guess`test -z "$ac_cv_build_alias" &&{ { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5echo "$as_me: error: cannot guess build type; you must specify one" >&2;}{ (exit 1); exit 1; }; }ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||{ { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}{ (exit 1); exit 1; }; }fiecho "$as_me:$LINENO: result: $ac_cv_build" >&5echo "${ECHO_T}$ac_cv_build" >&6build=$ac_cv_buildbuild_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`echo "$as_me:$LINENO: checking host system type" >&5echo $ECHO_N "checking host system type... $ECHO_C" >&6if test "${ac_cv_host+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_cv_host_alias=$host_aliastest -z "$ac_cv_host_alias" &&ac_cv_host_alias=$ac_cv_build_aliasac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||{ { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}{ (exit 1); exit 1; }; }fiecho "$as_me:$LINENO: result: $ac_cv_host" >&5echo "${ECHO_T}$ac_cv_host" >&6host=$ac_cv_hosthost_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`cat >>confdefs.h <<_ACEOF#define R_PLATFORM "${host}"_ACEOFcat >>confdefs.h <<_ACEOF#define R_CPU "${host_cpu}"_ACEOFcat >>confdefs.h <<_ACEOF#define R_VENDOR "${host_vendor}"_ACEOFcat >>confdefs.h <<_ACEOF#define R_OS "${host_os}"_ACEOFR_PLATFORM="${host}"case "${host_os}" incygwin*|mingw*|windows*|winnt)cat >>confdefs.h <<\_ACEOF#define Win32 1_ACEOFR_OSTYPE="windows";;*)cat >>confdefs.h <<\_ACEOF#define Unix 1_ACEOFR_OSTYPE="unix";;esac### ** Defaults.cfile="${srcdir}/config.site"if test -r "${cfile}"; thenecho "loading site script '${cfile}'". "${cfile}"ficfile="${HOME}/.Rconf"if test -r "${cfile}"; thenecho "loading user script '${cfile}'". "${cfile}"ficfile="./config.site"if test -r "${cfile}"; thenecho "loading build specific script '${cfile}'". "${cfile}"fi## We provide these defaults so that headers and libraries in## '/usr/local' are found (by the native tools, mostly).## We do it here because AC_ARG_WITH(gnome) may add to CPPFLAGS and## LDFLAGS.if test -f "/sw/etc/fink.conf"; then: ${CPPFLAGS="-I/sw/include -I/usr/local/include"}: ${LDFLAGS="-L/sw/lib -L/usr/local/lib"}else: ${CPPFLAGS="-I/usr/local/include"}: ${LDFLAGS="-L/usr/local/lib"}fi### ** Handle arguments to configure.config_opts="${ac_configure_args}"### ** Optional features.## Allow the user to specify support for R profiling.# Check whether --enable-R-profiling or --disable-R-profiling was given.if test "${enable_R_profiling+set}" = set; thenenableval="$enable_R_profiling"if test "${enableval}" = no; thenwant_R_profiling=noelif test "${enableval}" = yes; thenwant_R_profiling=yeselsewant_R_profiling=yesfielsewant_R_profiling=yesfi;## Allow the user to specify building an R framework (Darwin).# Check whether --enable-R-framework or --disable-R-framework was given.if test "${enable_R_framework+set}" = set; thenenableval="$enable_R_framework"want_R_framework="${enableval}"elsewant_R_framework=yesfi;## Can only build frameworks on Darwin.if test "${want_R_framework}" != no; thencase "${host_os}" indarwin*)if test "${want_R_framework}" = yes; then## If we build a framework and 'prefix' was not given, we need## to set it to '/Library/Frameworks' rather than '/usr/local'.## Note that Autoconf sets things up so that by default, prefix## and exec_prefix are set to 'NONE'. Let's hope for no change.if test "x${prefix}" = xNONE; thenprefix="/Library/Frameworks"fielseprefix="${want_R_framework}"want_R_framework=yesfi;;*)want_R_framework=no;;esacfiif test "x${want_R_framework}" = xyes; thenWANT_R_FRAMEWORK_TRUE=WANT_R_FRAMEWORK_FALSE='#'elseWANT_R_FRAMEWORK_TRUE='#'WANT_R_FRAMEWORK_FALSE=fi## Allow the user to specify building R shared libraries.## <NOTE>## Building a framework implies building R shared libraries, hence the## strange default.## We might want to warn about the case where '--disable-R-shlib' was## given explicitly ...## </NOTE># Check whether --enable-R-shlib or --disable-R-shlib was given.if test "${enable_R_shlib+set}" = set; thenenableval="$enable_R_shlib"want_R_shlib="${enableval}"elsewant_R_shlib="${want_R_framework}"fi;if test "x${want_R_shlib}" = xyes; thenWANT_R_SHLIB_TRUE=WANT_R_SHLIB_FALSE='#'elseWANT_R_SHLIB_TRUE='#'WANT_R_SHLIB_FALSE=fiif test "${want_R_shlib}" = yes; thenLIBR="-L\$(R_HOME)/bin -lR"elseLIBR=fi## Enable maintainer-specific portions of Makefiles.# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.if test "${enable_maintainer_mode+set}" = set; thenenableval="$enable_maintainer_mode"use_maintainer_mode="${enableval}"elseuse_maintainer_mode=nofi;if test "x${use_maintainer_mode}" = xyes; thenMAINTAINER_MODE_TRUE=MAINTAINER_MODE_FALSE='#'elseMAINTAINER_MODE_TRUE='#'MAINTAINER_MODE_FALSE=fi## Enable testing the write barrier.# Check whether --enable-strict-barrier or --disable-strict-barrier was given.if test "${enable_strict_barrier+set}" = set; thenenableval="$enable_strict_barrier"use_strict_barrier="${enableval}"elseuse_strict_barrier=nofi;if test x"${use_strict_barrier}" = xyes; thencat >>confdefs.h <<\_ACEOF#define TESTING_WRITE_BARRIER 1_ACEOFfi### ** Optional packages.## BLAS.# Check whether --with-blas or --without-blas was given.if test "${with_blas+set}" = set; thenwithval="$with_blas"if test "${withval}" = no; thenuse_blas=noelseuse_blas=yesfielseuse_blas=yesfi;## LAPACK.# Check whether --with-lapack or --without-lapack was given.if test "${with_lapack+set}" = set; thenwithval="$with_lapack"if test "${withval}" = no; thenuse_lapack=noelseuse_lapack=yesfielseuse_lapack=nofi;## Readline.# Check whether --with-readline or --without-readline was given.if test "${with_readline+set}" = set; thenwithval="$with_readline"if test "${withval}" = no; thenuse_readline=noelseuse_readline=yesfielseuse_readline=yesfi;## GNOME.# Check whether --with-gnome or --without-gnome was given.if test "${with_gnome+set}" = set; thenwithval="$with_gnome"if test "${withval}" = no; thenwant_gnome=noelif test "${withval}" = yes; thenwant_gnome=yeselsewant_gnome=yesCPPFLAGS="${CPPFLAGS} -I${withval}/include"LDFLAGS="${LDFLAGS} -L${withval}/lib"gnome_prefix="${withval}/lib"fielsewant_gnome=nofi;## Aqua.# Check whether --with-aqua or --without-aqua was given.if test "${with_aqua+set}" = set; thenwithval="$with_aqua"want_aqua=yesfi;## Tcl/Tk.# Check whether --with-tcltk or --without-tcltk was given.if test "${with_tcltk+set}" = set; thenwithval="$with_tcltk"if test "${withval}" = no; thenwant_tcltk=noelif test "${withval}" = yes; thenwant_tcltk=yeselsewant_tcltk=yesLDFLAGS="${LDFLAGS} -L${withval}"tcltk_prefix="${withval}"fielsewant_tcltk=yesfi;# Check whether --with-tcl-config or --without-tcl-config was given.if test "${with_tcl_config+set}" = set; thenwithval="$with_tcl_config"TCL_CONFIG="${withval}"elseTCL_CONFIG=""fi;# Check whether --with-tk-config or --without-tk-config was given.if test "${with_tk_config+set}" = set; thenwithval="$with_tk_config"TK_CONFIG="${withval}"elseTK_CONFIG=""fi;## other libraries# Check whether --with-libpng or --without-libpng was given.if test "${with_libpng+set}" = set; thenwithval="$with_libpng"if test "${withval}" = no; thenuse_libpng=noelseuse_libpng=yesfielseuse_libpng=yesfi;# Check whether --with-jpeglib or --without-jpeglib was given.if test "${with_jpeglib+set}" = set; thenwithval="$with_jpeglib"if test "${withval}" = no; thenuse_jpeglib=noelseuse_jpeglib=yesfielseuse_jpeglib=yesfi;# Check whether --with-zlib or --without-zlib was given.if test "${with_zlib+set}" = set; thenwithval="$with_zlib"if test "${withval}" = no; thenuse_zlib=noelseuse_zlib=yesfielseuse_zlib=nofi;# Check whether --with-bzlib or --without-bzlib was given.if test "${with_bzlib+set}" = set; thenwithval="$with_bzlib"if test "${withval}" = no; thenuse_bzlib=noelseuse_bzlib=yesfielseuse_bzlib=nofi;# Check whether --with-pcre or --without-pcre was given.if test "${with_pcre+set}" = set; thenwithval="$with_pcre"if test "${withval}" = no; thenuse_pcre=noelseuse_pcre=yesfielseuse_pcre=nofi;## <FIXME>## Completely disable using libtool for building shlibs until libtool## fully supports Fortran and C++.## AC_ARG_WITH([libtool],## [AC_HELP_STRING([--with-libtool],## [use libtool for building shared libraries [yes]])],## [use_libtool="${withval}"],## [use_libtool=yes])## </FIXME>if test "x${use_libtool}" = xyes; thenUSE_LIBTOOL_TRUE=USE_LIBTOOL_FALSE='#'elseUSE_LIBTOOL_TRUE='#'USE_LIBTOOL_FALSE=fi## Recommended R packages.# Check whether --with-recommended-packages or --without-recommended-packages was given.if test "${with_recommended_packages+set}" = set; thenwithval="$with_recommended_packages"if test "${withval}" = no; thenuse_recommended_packages=noelseuse_recommended_packages=yesfielseuse_recommended_packages=yesfi;### ** Precious variables.### ** Check whether we build in srcdir.# Extract the first word of "pwd", so it can be a program name with args.set dummy pwd; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_GETWD+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecase $GETWD in[\\/]* | ?:[\\/]*)ac_cv_path_GETWD="$GETWD" # Let the user override the test with a path.;;*)as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_path_GETWD="$as_dir/$ac_word$ac_exec_ext"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonetest -z "$ac_cv_path_GETWD" && ac_cv_path_GETWD="pwd";;esacfiGETWD=$ac_cv_path_GETWDif test -n "$GETWD"; thenecho "$as_me:$LINENO: result: $GETWD" >&5echo "${ECHO_T}$GETWD" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fiecho "$as_me:$LINENO: checking whether builddir is srcdir" >&5echo $ECHO_N "checking whether builddir is srcdir... $ECHO_C" >&6if test "`cd ${srcdir} && ${GETWD}`" = "`${GETWD}`"; thenBUILDDIR_IS_SRCDIR=yeselseBUILDDIR_IS_SRCDIR=nofiecho "$as_me:$LINENO: result: ${BUILDDIR_IS_SRCDIR}" >&5echo "${ECHO_T}${BUILDDIR_IS_SRCDIR}" >&6### * Checks for programs.for ac_prog in gawk mawk nawk awkdo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_AWK+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test -n "$AWK"; thenac_cv_prog_AWK="$AWK" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_prog_AWK="$ac_prog"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonefifiAWK=$ac_cv_prog_AWKif test -n "$AWK"; thenecho "$as_me:$LINENO: result: $AWK" >&5echo "${ECHO_T}$AWK" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -n "$AWK" && breakdoneecho "$as_me:$LINENO: checking for egrep" >&5echo $ECHO_N "checking for egrep... $ECHO_C" >&6if test "${ac_cv_prog_egrep+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif echo a | (grep -E '(a|b)') >/dev/null 2>&1then ac_cv_prog_egrep='grep -E'else ac_cv_prog_egrep='egrep'fifiecho "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5echo "${ECHO_T}$ac_cv_prog_egrep" >&6EGREP=$ac_cv_prog_egrepecho "$as_me:$LINENO: checking whether ln -s works" >&5echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6LN_S=$as_ln_sif test "$LN_S" = "ln -s"; thenecho "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6elseecho "$as_me:$LINENO: result: no, using $LN_S" >&5echo "${ECHO_T}no, using $LN_S" >&6fiif test -n "$ac_tool_prefix"; then# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.set dummy ${ac_tool_prefix}ranlib; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_RANLIB+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test -n "$RANLIB"; thenac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonefifiRANLIB=$ac_cv_prog_RANLIBif test -n "$RANLIB"; thenecho "$as_me:$LINENO: result: $RANLIB" >&5echo "${ECHO_T}$RANLIB" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fifiif test -z "$ac_cv_prog_RANLIB"; thenac_ct_RANLIB=$RANLIB# Extract the first word of "ranlib", so it can be a program name with args.set dummy ranlib; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test -n "$ac_ct_RANLIB"; thenac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_prog_ac_ct_RANLIB="ranlib"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonetest -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"fifiac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIBif test -n "$ac_ct_RANLIB"; thenecho "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5echo "${ECHO_T}$ac_ct_RANLIB" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fiRANLIB=$ac_ct_RANLIBelseRANLIB="$ac_cv_prog_RANLIB"fifor ac_prog in 'bison -y' byaccdo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_YACC+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test -n "$YACC"; thenac_cv_prog_YACC="$YACC" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_prog_YACC="$ac_prog"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonefifiYACC=$ac_cv_prog_YACCif test -n "$YACC"; thenecho "$as_me:$LINENO: result: $YACC" >&5echo "${ECHO_T}$YACC" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -n "$YACC" && breakdonetest -n "$YACC" || YACC="yacc"for ac_prog in ${AR} ardo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_AR+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test -n "$AR"; thenac_cv_prog_AR="$AR" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_prog_AR="$ac_prog"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonefifiAR=$ac_cv_prog_ARif test -n "$AR"; thenecho "$as_me:$LINENO: result: $AR" >&5echo "${ECHO_T}$AR" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -n "$AR" && breakdone: ${ARFLAGS="rc"}case "${INSTALL}" in[\\/]* | ?:[\\/]* ) # absolute;;*)INSTALL="\$\(top_srcdir\)/tools/install-sh -c";;esaccase "${host_os}" inhpux*)## On some versions of HP-UX (seen on both 10.20 and 11.0) we end up## a broken install (seen in /opt/imake/bin) which has the default## permissions wrong (PR#2091). Let's just always use install-sh on## HP-UX.INSTALL="\$\(top_srcdir\)/tools/install-sh -c";;esac# Extract the first word of "javac", so it can be a program name with args.set dummy javac; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_JAVAC+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecase $JAVAC in[\\/]* | ?:[\\/]*)ac_cv_path_JAVAC="$JAVAC" # Let the user override the test with a path.;;*)as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_path_JAVAC="$as_dir/$ac_word$ac_exec_ext"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedone;;esacfiJAVAC=$ac_cv_path_JAVACif test -n "$JAVAC"; thenecho "$as_me:$LINENO: result: $JAVAC" >&5echo "${ECHO_T}$JAVAC" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fi## Make: ${MAKE=make}## Pagerfor ac_prog in ${PAGER} less more page pgdo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_PAGER+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecase $PAGER in[\\/]* | ?:[\\/]*)ac_cv_path_PAGER="$PAGER" # Let the user override the test with a path.;;*)as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_path_PAGER="$as_dir/$ac_word$ac_exec_ext"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedone;;esacfiPAGER=$ac_cv_path_PAGERif test -n "$PAGER"; thenecho "$as_me:$LINENO: result: $PAGER" >&5echo "${ECHO_T}$PAGER" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -n "$PAGER" && breakdonetest -n "$PAGER" || PAGER="false"if test "${PAGER}" = false; thenwarn_pager="I could not determine a pager"{ echo "$as_me:$LINENO: WARNING: ${warn_pager}" >&5echo "$as_me: WARNING: ${warn_pager}" >&2;}fi## Perlfor ac_prog in ${PERL} perldo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_PERL+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecase $PERL in[\\/]* | ?:[\\/]*)ac_cv_path_PERL="$PERL" # Let the user override the test with a path.;;*)as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedone;;esacfiPERL=$ac_cv_path_PERLif test -n "$PERL"; thenecho "$as_me:$LINENO: result: $PERL" >&5echo "${ECHO_T}$PERL" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -n "$PERL" && breakdoneif test -n "${PERL}"; thenecho "$as_me:$LINENO: checking whether perl version is at least 5.004" >&5echo $ECHO_N "checking whether perl version is at least 5.004... $ECHO_C" >&6if test "${r_cv_prog_perl_v5+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif ${PERL} -e 'require 5.004 or exit 1'; thenr_cv_prog_perl_v5=yeselser_cv_prog_perl_v5=nofifiecho "$as_me:$LINENO: result: $r_cv_prog_perl_v5" >&5echo "${ECHO_T}$r_cv_prog_perl_v5" >&6else## <NOTE>## Need a full path for '@PERL@' substitutions when starting Perl## scripts with a line of the form '#! FOO'.for ac_prog in falsedo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_FALSE+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecase $FALSE in[\\/]* | ?:[\\/]*)ac_cv_path_FALSE="$FALSE" # Let the user override the test with a path.;;*)as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_path_FALSE="$as_dir/$ac_word$ac_exec_ext"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedone;;esacfiFALSE=$ac_cv_path_FALSEif test -n "$FALSE"; thenecho "$as_me:$LINENO: result: $FALSE" >&5echo "${ECHO_T}$FALSE" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -n "$FALSE" && breakdonePERL="${FALSE}"## </NOTE>fiif test "${r_cv_prog_perl_v5}" = yes; thenNO_PERL5=falseelsewarn_perl5="you cannot build the object documentation system"{ echo "$as_me:$LINENO: WARNING: ${warn_perl5}" >&5echo "$as_me: WARNING: ${warn_perl5}" >&2;}NO_PERL5=truefi## Tar: ${TAR=tar}## TeXMF stufffor ac_prog in ${DVIPS} dvipsdo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_DVIPS+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecase $DVIPS in[\\/]* | ?:[\\/]*)ac_cv_path_DVIPS="$DVIPS" # Let the user override the test with a path.;;*)as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_path_DVIPS="$as_dir/$ac_word$ac_exec_ext"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedone;;esacfiDVIPS=$ac_cv_path_DVIPSif test -n "$DVIPS"; thenecho "$as_me:$LINENO: result: $DVIPS" >&5echo "${ECHO_T}$DVIPS" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -n "$DVIPS" && breakdonetest -n "$DVIPS" || DVIPS="false"for ac_prog in ${TEX} texdo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_TEX+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecase $TEX in[\\/]* | ?:[\\/]*)ac_cv_path_TEX="$TEX" # Let the user override the test with a path.;;*)as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_path_TEX="$as_dir/$ac_word$ac_exec_ext"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedone;;esacfiTEX=$ac_cv_path_TEXif test -n "$TEX"; thenecho "$as_me:$LINENO: result: $TEX" >&5echo "${ECHO_T}$TEX" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -n "$TEX" && breakdonetest -n "$TEX" || TEX="false"for ac_prog in ${LATEX} latexdo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_LATEX+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecase $LATEX in[\\/]* | ?:[\\/]*)ac_cv_path_LATEX="$LATEX" # Let the user override the test with a path.;;*)as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_path_LATEX="$as_dir/$ac_word$ac_exec_ext"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedone;;esacfiLATEX=$ac_cv_path_LATEXif test -n "$LATEX"; thenecho "$as_me:$LINENO: result: $LATEX" >&5echo "${ECHO_T}$LATEX" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -n "$LATEX" && breakdonetest -n "$LATEX" || LATEX="false"if test -z "${ac_cv_path_TEX}" ; thenwarn_dvi="you cannot build DVI versions of the R manuals"elif test -z "${ac_cv_path_LATEX}"; thenwarn_dvi="you cannot build DVI versions of all the help pages"fiif test -n "${warn_dvi}"; then{ echo "$as_me:$LINENO: WARNING: ${warn_dvi}" >&5echo "$as_me: WARNING: ${warn_dvi}" >&2;}fifor ac_prog in ${MAKEINDEX} makeindexdo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_MAKEINDEX+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecase $MAKEINDEX in[\\/]* | ?:[\\/]*)ac_cv_path_MAKEINDEX="$MAKEINDEX" # Let the user override the test with a path.;;*)as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_path_MAKEINDEX="$as_dir/$ac_word$ac_exec_ext"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedone;;esacfiMAKEINDEX=$ac_cv_path_MAKEINDEXif test -n "$MAKEINDEX"; thenecho "$as_me:$LINENO: result: $MAKEINDEX" >&5echo "${ECHO_T}$MAKEINDEX" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -n "$MAKEINDEX" && breakdonetest -n "$MAKEINDEX" || MAKEINDEX="false"for ac_prog in ${PDFTEX} pdftexdo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_PDFTEX+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecase $PDFTEX in[\\/]* | ?:[\\/]*)ac_cv_path_PDFTEX="$PDFTEX" # Let the user override the test with a path.;;*)as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_path_PDFTEX="$as_dir/$ac_word$ac_exec_ext"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedone;;esacfiPDFTEX=$ac_cv_path_PDFTEXif test -n "$PDFTEX"; thenecho "$as_me:$LINENO: result: $PDFTEX" >&5echo "${ECHO_T}$PDFTEX" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -n "$PDFTEX" && breakdonetest -n "$PDFTEX" || PDFTEX="false"for ac_prog in ${PDFLATEX} pdflatexdo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_PDFLATEX+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecase $PDFLATEX in[\\/]* | ?:[\\/]*)ac_cv_path_PDFLATEX="$PDFLATEX" # Let the user override the test with a path.;;*)as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_path_PDFLATEX="$as_dir/$ac_word$ac_exec_ext"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedone;;esacfiPDFLATEX=$ac_cv_path_PDFLATEXif test -n "$PDFLATEX"; thenecho "$as_me:$LINENO: result: $PDFLATEX" >&5echo "${ECHO_T}$PDFLATEX" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -n "$PDFLATEX" && breakdonetest -n "$PDFLATEX" || PDFLATEX="false"if test -z "${ac_cv_path_PDFTEX}" ; thenwarn_pdf="you cannot build PDF versions of the R manuals"elif test -z "${ac_cv_path_PDFLATEX}" ; thenwarn_pdf="you cannot build PDF versions of all the help pages"fiif test -n "${warn_pdf}"; then{ echo "$as_me:$LINENO: WARNING: ${warn_pdf}" >&5echo "$as_me: WARNING: ${warn_pdf}" >&2;}fifor ac_prog in ${MAKEINFO} makeinfodo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_MAKEINFO_CMD+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecase $MAKEINFO_CMD in[\\/]* | ?:[\\/]*)ac_cv_path_MAKEINFO_CMD="$MAKEINFO_CMD" # Let the user override the test with a path.;;*)as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_path_MAKEINFO_CMD="$as_dir/$ac_word$ac_exec_ext"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedone;;esacfiMAKEINFO_CMD=$ac_cv_path_MAKEINFO_CMDif test -n "$MAKEINFO_CMD"; thenecho "$as_me:$LINENO: result: $MAKEINFO_CMD" >&5echo "${ECHO_T}$MAKEINFO_CMD" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -n "$MAKEINFO_CMD" && breakdoneif test "${PERL}" = "${FALSE}"; thenfor ac_prog in ${INSTALL_INFO} install-infodo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_INSTALL_INFO+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecase $INSTALL_INFO in[\\/]* | ?:[\\/]*)ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path.;;*)as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedone;;esacfiINSTALL_INFO=$ac_cv_path_INSTALL_INFOif test -n "$INSTALL_INFO"; thenecho "$as_me:$LINENO: result: $INSTALL_INFO" >&5echo "${ECHO_T}$INSTALL_INFO" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -n "$INSTALL_INFO" && breakdonetest -n "$INSTALL_INFO" || INSTALL_INFO="false"elseINSTALL_INFO="\$(PERL) \$(top_srcdir)/tools/install-info.pl"fi: ${R_RD4DVI="ae"}: ${R_RD4PDF="ae,hyper"}## Unzip && zipfor ac_prog in ${UNZIP} unzipdo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_R_UNZIPCMD+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecase $R_UNZIPCMD in[\\/]* | ?:[\\/]*)ac_cv_path_R_UNZIPCMD="$R_UNZIPCMD" # Let the user override the test with a path.;;*)as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_path_R_UNZIPCMD="$as_dir/$ac_word$ac_exec_ext"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedone;;esacfiR_UNZIPCMD=$ac_cv_path_R_UNZIPCMDif test -n "$R_UNZIPCMD"; thenecho "$as_me:$LINENO: result: $R_UNZIPCMD" >&5echo "${ECHO_T}$R_UNZIPCMD" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -n "$R_UNZIPCMD" && breakdonetest -n "$R_UNZIPCMD" || R_UNZIPCMD=""""for ac_prog in ${ZIP} zipdo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_R_ZIPCMD+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecase $R_ZIPCMD in[\\/]* | ?:[\\/]*)ac_cv_path_R_ZIPCMD="$R_ZIPCMD" # Let the user override the test with a path.;;*)as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_path_R_ZIPCMD="$as_dir/$ac_word$ac_exec_ext"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedone;;esacfiR_ZIPCMD=$ac_cv_path_R_ZIPCMDif test -n "$R_ZIPCMD"; thenecho "$as_me:$LINENO: result: $R_ZIPCMD" >&5echo "${ECHO_T}$R_ZIPCMD" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -n "$R_ZIPCMD" && breakdonetest -n "$R_ZIPCMD" || R_ZIPCMD=""""## Browserif test -z "${R_BROWSER}"; thenfor ac_prog in netscape mozilla galeon kfmclient opera gnome-moz-remote opendo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_R_BROWSER+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecase $R_BROWSER in[\\/]* | ?:[\\/]*)ac_cv_path_R_BROWSER="$R_BROWSER" # Let the user override the test with a path.;;*)as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_path_R_BROWSER="$as_dir/$ac_word$ac_exec_ext"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedone;;esacfiR_BROWSER=$ac_cv_path_R_BROWSERif test -n "$R_BROWSER"; thenecho "$as_me:$LINENO: result: $R_BROWSER" >&5echo "${ECHO_T}$R_BROWSER" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -n "$R_BROWSER" && breakdonefiif test -z "${R_BROWSER}"; thenwarn_browser="I could not determine a browser"{ echo "$as_me:$LINENO: WARNING: ${warn_browser}" >&5echo "$as_me: WARNING: ${warn_browser}" >&2;}elseecho "$as_me:$LINENO: result: using default browser ... ${R_BROWSER}" >&5echo "${ECHO_T}using default browser ... ${R_BROWSER}" >&6fi## PDF viewerfor ac_prog in ${R_PDFVIEWER} acroread acroread4 xpdf gv gnome-gv ggv kghostview open gpdfdo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_R_PDFVIEWER+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecase $R_PDFVIEWER in[\\/]* | ?:[\\/]*)ac_cv_path_R_PDFVIEWER="$R_PDFVIEWER" # Let the user override the test with a path.;;*)as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_path_R_PDFVIEWER="$as_dir/$ac_word$ac_exec_ext"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedone;;esacfiR_PDFVIEWER=$ac_cv_path_R_PDFVIEWERif test -n "$R_PDFVIEWER"; thenecho "$as_me:$LINENO: result: $R_PDFVIEWER" >&5echo "${ECHO_T}$R_PDFVIEWER" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -n "$R_PDFVIEWER" && breakdoneif test -z "${R_PDFVIEWER}"; thenwarn_pdfviewer="I could not determine a PDF viewer"{ echo "$as_me:$LINENO: WARNING: ${warn_pdfviewer}" >&5echo "$as_me: WARNING: ${warn_pdfviewer}" >&2;}fiac_ext=cac_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_gnuif test -n "$ac_tool_prefix"; then# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.set dummy ${ac_tool_prefix}gcc; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_CC+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test -n "$CC"; thenac_cv_prog_CC="$CC" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_prog_CC="${ac_tool_prefix}gcc"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonefifiCC=$ac_cv_prog_CCif test -n "$CC"; thenecho "$as_me:$LINENO: result: $CC" >&5echo "${ECHO_T}$CC" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fifiif test -z "$ac_cv_prog_CC"; thenac_ct_CC=$CC# Extract the first word of "gcc", so it can be a program name with args.set dummy gcc; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_ac_ct_CC+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test -n "$ac_ct_CC"; thenac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_prog_ac_ct_CC="gcc"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonefifiac_ct_CC=$ac_cv_prog_ac_ct_CCif test -n "$ac_ct_CC"; thenecho "$as_me:$LINENO: result: $ac_ct_CC" >&5echo "${ECHO_T}$ac_ct_CC" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fiCC=$ac_ct_CCelseCC="$ac_cv_prog_CC"fiif test -z "$CC"; thenif test -n "$ac_tool_prefix"; then# Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.set dummy ${ac_tool_prefix}cc; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_CC+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test -n "$CC"; thenac_cv_prog_CC="$CC" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_prog_CC="${ac_tool_prefix}cc"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonefifiCC=$ac_cv_prog_CCif test -n "$CC"; thenecho "$as_me:$LINENO: result: $CC" >&5echo "${ECHO_T}$CC" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fifiif test -z "$ac_cv_prog_CC"; thenac_ct_CC=$CC# Extract the first word of "cc", so it can be a program name with args.set dummy cc; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_ac_ct_CC+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test -n "$ac_ct_CC"; thenac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_prog_ac_ct_CC="cc"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonefifiac_ct_CC=$ac_cv_prog_ac_ct_CCif test -n "$ac_ct_CC"; thenecho "$as_me:$LINENO: result: $ac_ct_CC" >&5echo "${ECHO_T}$ac_ct_CC" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fiCC=$ac_ct_CCelseCC="$ac_cv_prog_CC"fifiif test -z "$CC"; then# Extract the first word of "cc", so it can be a program name with args.set dummy cc; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_CC+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test -n "$CC"; thenac_cv_prog_CC="$CC" # Let the user override the test.elseac_prog_rejected=noas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenif test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; thenac_prog_rejected=yescontinuefiac_cv_prog_CC="cc"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedoneif test $ac_prog_rejected = yes; then# We found a bogon in the path, so make sure we never use it.set dummy $ac_cv_prog_CCshiftif test $# != 0; then# We chose a different compiler from the bogus one.# However, it has the same basename, so the bogon will be chosen# first if we set CC to just the basename; use the full file name.shiftac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"fifififiCC=$ac_cv_prog_CCif test -n "$CC"; thenecho "$as_me:$LINENO: result: $CC" >&5echo "${ECHO_T}$CC" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fifiif test -z "$CC"; thenif test -n "$ac_tool_prefix"; thenfor ac_prog in cldo# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.set dummy $ac_tool_prefix$ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_CC+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test -n "$CC"; thenac_cv_prog_CC="$CC" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_prog_CC="$ac_tool_prefix$ac_prog"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonefifiCC=$ac_cv_prog_CCif test -n "$CC"; thenecho "$as_me:$LINENO: result: $CC" >&5echo "${ECHO_T}$CC" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -n "$CC" && breakdonefiif test -z "$CC"; thenac_ct_CC=$CCfor ac_prog in cldo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_ac_ct_CC+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test -n "$ac_ct_CC"; thenac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_prog_ac_ct_CC="$ac_prog"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonefifiac_ct_CC=$ac_cv_prog_ac_ct_CCif test -n "$ac_ct_CC"; thenecho "$as_me:$LINENO: result: $ac_ct_CC" >&5echo "${ECHO_T}$ac_ct_CC" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -n "$ac_ct_CC" && breakdoneCC=$ac_ct_CCfifitest -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATHSee \`config.log' for more details." >&5echo "$as_me: error: no acceptable C compiler found in \$PATHSee \`config.log' for more details." >&2;}{ (exit 1); exit 1; }; }# Provide some information about the compiler.echo "$as_me:$LINENO:" \"checking for C compiler version" >&5ac_compiler=`set X $ac_compile; echo $2`{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5(eval $ac_compiler --version </dev/null >&5) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5(eval $ac_compiler -v </dev/null >&5) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5(eval $ac_compiler -V </dev/null >&5) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */intmain (){;return 0;}_ACEOFac_clean_files_save=$ac_clean_filesac_clean_files="$ac_clean_files a.out a.exe b.out"# Try to create an executable without -o first, disregard a.out.# It will help us diagnose broken compilers, and finding out an intuition# of exeext.echo "$as_me:$LINENO: checking for C compiler default output file name" >&5echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5(eval $ac_link_default) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; then# Find the output, starting from the most likely. This scheme is# not robust to junk in `.', hence go to wildcards (a.*) only as a last# resort.# Be careful to initialize this variable, since it used to be cached.# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.ac_cv_exeext=# b.out is created by i960 compilers.for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.outdotest -f "$ac_file" || continuecase $ac_file in*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj );;conftest.$ac_ext )# This is the source file.;;[ab].out )# We found the default executable, but exeext='' is most# certainly right.break;;*.* )ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`# FIXME: I believe we export ac_cv_exeext for Libtool,# but it would be cool to find out if it's true. Does anybody# maintain Libtool? --akim.export ac_cv_exeextbreak;;* )break;;esacdoneelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5{ { echo "$as_me:$LINENO: error: C compiler cannot create executablesSee \`config.log' for more details." >&5echo "$as_me: error: C compiler cannot create executablesSee \`config.log' for more details." >&2;}{ (exit 77); exit 77; }; }fiac_exeext=$ac_cv_exeextecho "$as_me:$LINENO: result: $ac_file" >&5echo "${ECHO_T}$ac_file" >&6# Check the compiler produces executables we can run. If not, either# the compiler is broken, or we cross compile.echo "$as_me:$LINENO: checking whether the C compiler works" >&5echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6# FIXME: These cross compiler hacks should be removed for Autoconf 3.0# If not cross compiling, check that we can run a simple program.if test "$cross_compiling" != yes; thenif { ac_try='./$ac_file'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thencross_compiling=noelseif test "$cross_compiling" = maybe; thencross_compiling=yeselse{ { echo "$as_me:$LINENO: error: cannot run C compiled programs.If you meant to cross compile, use \`--host'.See \`config.log' for more details." >&5echo "$as_me: error: cannot run C compiled programs.If you meant to cross compile, use \`--host'.See \`config.log' for more details." >&2;}{ (exit 1); exit 1; }; }fififiecho "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6rm -f a.out a.exe conftest$ac_cv_exeext b.outac_clean_files=$ac_clean_files_save# Check the compiler produces executables we can run. If not, either# the compiler is broken, or we cross compile.echo "$as_me:$LINENO: checking whether we are cross compiling" >&5echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6echo "$as_me:$LINENO: result: $cross_compiling" >&5echo "${ECHO_T}$cross_compiling" >&6echo "$as_me:$LINENO: checking for suffix of executables" >&5echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; then# If both `conftest.exe' and `conftest' are `present' (well, observable)# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will# work properly (i.e., refer to `conftest.exe'), while it won't with# `rm'.for ac_file in conftest.exe conftest conftest.*; dotest -f "$ac_file" || continuecase $ac_file in*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;*.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`export ac_cv_exeextbreak;;* ) break;;esacdoneelse{ { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and linkSee \`config.log' for more details." >&5echo "$as_me: error: cannot compute suffix of executables: cannot compile and linkSee \`config.log' for more details." >&2;}{ (exit 1); exit 1; }; }firm -f conftest$ac_cv_exeextecho "$as_me:$LINENO: result: $ac_cv_exeext" >&5echo "${ECHO_T}$ac_cv_exeext" >&6rm -f conftest.$ac_extEXEEXT=$ac_cv_exeextac_exeext=$EXEEXTecho "$as_me:$LINENO: checking for suffix of object files" >&5echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6if test "${ac_cv_objext+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */intmain (){;return 0;}_ACEOFrm -f conftest.o conftest.objif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; thenfor ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; docase $ac_file in*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;*) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`break;;esacdoneelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compileSee \`config.log' for more details." >&5echo "$as_me: error: cannot compute suffix of object files: cannot compileSee \`config.log' for more details." >&2;}{ (exit 1); exit 1; }; }firm -f conftest.$ac_cv_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_objext" >&5echo "${ECHO_T}$ac_cv_objext" >&6OBJEXT=$ac_cv_objextac_objext=$OBJEXTecho "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6if test "${ac_cv_c_compiler_gnu+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */intmain (){#ifndef __GNUC__choke me#endif;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_compiler_gnu=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_compiler_gnu=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extac_cv_c_compiler_gnu=$ac_compiler_gnufiecho "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6GCC=`test $ac_compiler_gnu = yes && echo yes`ac_test_CFLAGS=${CFLAGS+set}ac_save_CFLAGS=$CFLAGSCFLAGS="-g"echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6if test "${ac_cv_prog_cc_g+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */intmain (){;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_prog_cc_g=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_prog_cc_g=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5echo "${ECHO_T}$ac_cv_prog_cc_g" >&6if test "$ac_test_CFLAGS" = set; thenCFLAGS=$ac_save_CFLAGSelif test $ac_cv_prog_cc_g = yes; thenif test "$GCC" = yes; thenCFLAGS="-g -O2"elseCFLAGS="-g"fielseif test "$GCC" = yes; thenCFLAGS="-O2"elseCFLAGS=fifiecho "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6if test "${ac_cv_prog_cc_stdc+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_cv_prog_cc_stdc=noac_save_CC=$CCcat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <stdarg.h>#include <stdio.h>#include <sys/types.h>#include <sys/stat.h>/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */struct buf { int x; };FILE * (*rcsopen) (struct buf *, struct stat *, int);static char *e (p, i)char **p;int i;{return p[i];}static char *f (char * (*g) (char **, int), char **p, ...){char *s;va_list v;va_start (v,p);s = g (p, va_arg (v,int));va_end (v);return s;}/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It hasfunction prototypes and stuff, but not '\xHH' hex character constants.These don't provoke an error unfortunately, instead are silently treatedas 'x'. The following induces an error, until -std1 is added to getproper ANSI mode. Curiously '\x00'!='x' always comes out true, for anarray size at least. It's necessary to write '\x00'==0 to get somethingthat's true only with -std1. */int osf4_cc_array ['\x00' == 0 ? 1 : -1];int test (int i, double x);struct s1 {int (*f) (int a);};struct s2 {int (*f) (double a);};int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);int argc;char **argv;intmain (){return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];;return 0;}_ACEOF# Don't try gcc -ansi; that turns off useful extensions and# breaks some systems' header files.# AIX -qlanglvl=ansi# Ultrix and OSF/1 -std1# HP-UX 10.20 and later -Ae# HP-UX older versions -Aa -D_HPUX_SOURCE# SVR4 -Xc -D__EXTENSIONS__for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"doCC="$ac_save_CC $ac_arg"rm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_prog_cc_stdc=$ac_argbreakelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5firm -f conftest.err conftest.$ac_objextdonerm -f conftest.$ac_ext conftest.$ac_objextCC=$ac_save_CCficase "x$ac_cv_prog_cc_stdc" inx|xno)echo "$as_me:$LINENO: result: none needed" >&5echo "${ECHO_T}none needed" >&6 ;;*)echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6CC="$CC $ac_cv_prog_cc_stdc" ;;esac# Some people use a C++ compiler to compile C. Since we use `exit',# in C++ we need to declare it. In case someone uses the same compiler# for both compiling C and C++ we need to have the C++ compiler decide# the declaration of exit, since it's the most demanding environment.cat >conftest.$ac_ext <<_ACEOF#ifndef __cpluspluschoke me#endif_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenfor ac_declaration in \'' \'extern "C" void std::exit (int) throw (); using std::exit;' \'extern "C" void std::exit (int); using std::exit;' \'extern "C" void exit (int) throw ();' \'extern "C" void exit (int);' \'void exit (int);'docat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_declaration#include <stdlib.h>intmain (){exit (42);;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; then:elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5continuefirm -f conftest.err conftest.$ac_objext conftest.$ac_extcat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_declarationintmain (){exit (42);;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenbreakelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5firm -f conftest.err conftest.$ac_objext conftest.$ac_extdonerm -f conftest*if test -n "$ac_declaration"; thenecho '#ifdef __cplusplus' >>confdefs.hecho $ac_declaration >>confdefs.hecho '#endif' >>confdefs.hfielseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5firm -f conftest.err conftest.$ac_objext conftest.$ac_extac_ext=cac_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_gnuac_ext=cac_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_gnuecho "$as_me:$LINENO: checking how to run the C preprocessor" >&5echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6# On Suns, sometimes $CPP names a directory.if test -n "$CPP" && test -d "$CPP"; thenCPP=fiif test -z "$CPP"; thenif test "${ac_cv_prog_CPP+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6else# Double quotes because CPP needs to be expandedfor CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"doac_preproc_ok=falsefor ac_c_preproc_warn_flag in '' yesdo# Use a header file that comes with gcc, so configuring glibc# with a fresh cross-compiler works.# Prefer <limits.h> to <assert.h> if __STDC__ is defined, since# <limits.h> exists even on freestanding compilers.# On the NeXT, cc -E runs the code through the compiler's parser,# not just through cpp. "Syntax error" is here to catch this case.cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#ifdef __STDC__# include <limits.h>#else# include <assert.h>#endifSyntax error_ACEOFif { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } >/dev/null; thenif test -s conftest.err; thenac_cpp_err=$ac_c_preproc_warn_flagac_cpp_err=$ac_cpp_err$ac_c_werror_flagelseac_cpp_err=fielseac_cpp_err=yesfiif test -z "$ac_cpp_err"; then:elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5# Broken: fails on valid input.continuefirm -f conftest.err conftest.$ac_ext# OK, works on sane cases. Now check whether non-existent headers# can be detected and how.cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <ac_nonexistent.h>_ACEOFif { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } >/dev/null; thenif test -s conftest.err; thenac_cpp_err=$ac_c_preproc_warn_flagac_cpp_err=$ac_cpp_err$ac_c_werror_flagelseac_cpp_err=fielseac_cpp_err=yesfiif test -z "$ac_cpp_err"; then# Broken: success on invalid input.continueelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5# Passes both tests.ac_preproc_ok=:breakfirm -f conftest.err conftest.$ac_extdone# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.rm -f conftest.err conftest.$ac_extif $ac_preproc_ok; thenbreakfidoneac_cv_prog_CPP=$CPPfiCPP=$ac_cv_prog_CPPelseac_cv_prog_CPP=$CPPfiecho "$as_me:$LINENO: result: $CPP" >&5echo "${ECHO_T}$CPP" >&6ac_preproc_ok=falsefor ac_c_preproc_warn_flag in '' yesdo# Use a header file that comes with gcc, so configuring glibc# with a fresh cross-compiler works.# Prefer <limits.h> to <assert.h> if __STDC__ is defined, since# <limits.h> exists even on freestanding compilers.# On the NeXT, cc -E runs the code through the compiler's parser,# not just through cpp. "Syntax error" is here to catch this case.cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#ifdef __STDC__# include <limits.h>#else# include <assert.h>#endifSyntax error_ACEOFif { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } >/dev/null; thenif test -s conftest.err; thenac_cpp_err=$ac_c_preproc_warn_flagac_cpp_err=$ac_cpp_err$ac_c_werror_flagelseac_cpp_err=fielseac_cpp_err=yesfiif test -z "$ac_cpp_err"; then:elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5# Broken: fails on valid input.continuefirm -f conftest.err conftest.$ac_ext# OK, works on sane cases. Now check whether non-existent headers# can be detected and how.cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <ac_nonexistent.h>_ACEOFif { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } >/dev/null; thenif test -s conftest.err; thenac_cpp_err=$ac_c_preproc_warn_flagac_cpp_err=$ac_cpp_err$ac_c_werror_flagelseac_cpp_err=fielseac_cpp_err=yesfiif test -z "$ac_cpp_err"; then# Broken: success on invalid input.continueelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5# Passes both tests.ac_preproc_ok=:breakfirm -f conftest.err conftest.$ac_extdone# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.rm -f conftest.err conftest.$ac_extif $ac_preproc_ok; then:else{ { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity checkSee \`config.log' for more details." >&5echo "$as_me: error: C preprocessor \"$CPP\" fails sanity checkSee \`config.log' for more details." >&2;}{ (exit 1); exit 1; }; }fiac_ext=cac_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_gnuif test $ac_cv_c_compiler_gnu = yes; thenecho "$as_me:$LINENO: checking whether $CC needs -traditional" >&5echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6if test "${ac_cv_prog_gcc_traditional+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_pattern="Autoconf.*'x'"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <sgtty.h>Autoconf TIOCGETP_ACEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |$EGREP "$ac_pattern" >/dev/null 2>&1; thenac_cv_prog_gcc_traditional=yeselseac_cv_prog_gcc_traditional=nofirm -f conftest*if test $ac_cv_prog_gcc_traditional = no; thencat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <termio.h>Autoconf TCGETA_ACEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |$EGREP "$ac_pattern" >/dev/null 2>&1; thenac_cv_prog_gcc_traditional=yesfirm -f conftest*fifiecho "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6if test $ac_cv_prog_gcc_traditional = yes; thenCC="$CC -traditional"fifiac_ext=cac_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_gnuecho "$as_me:$LINENO: checking how to run the C preprocessor" >&5echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6# On Suns, sometimes $CPP names a directory.if test -n "$CPP" && test -d "$CPP"; thenCPP=fiif test -z "$CPP"; thenif test "${ac_cv_prog_CPP+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6else# Double quotes because CPP needs to be expandedfor CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"doac_preproc_ok=falsefor ac_c_preproc_warn_flag in '' yesdo# Use a header file that comes with gcc, so configuring glibc# with a fresh cross-compiler works.# Prefer <limits.h> to <assert.h> if __STDC__ is defined, since# <limits.h> exists even on freestanding compilers.# On the NeXT, cc -E runs the code through the compiler's parser,# not just through cpp. "Syntax error" is here to catch this case.cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#ifdef __STDC__# include <limits.h>#else# include <assert.h>#endifSyntax error_ACEOFif { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } >/dev/null; thenif test -s conftest.err; thenac_cpp_err=$ac_c_preproc_warn_flagac_cpp_err=$ac_cpp_err$ac_c_werror_flagelseac_cpp_err=fielseac_cpp_err=yesfiif test -z "$ac_cpp_err"; then:elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5# Broken: fails on valid input.continuefirm -f conftest.err conftest.$ac_ext# OK, works on sane cases. Now check whether non-existent headers# can be detected and how.cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <ac_nonexistent.h>_ACEOFif { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } >/dev/null; thenif test -s conftest.err; thenac_cpp_err=$ac_c_preproc_warn_flagac_cpp_err=$ac_cpp_err$ac_c_werror_flagelseac_cpp_err=fielseac_cpp_err=yesfiif test -z "$ac_cpp_err"; then# Broken: success on invalid input.continueelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5# Passes both tests.ac_preproc_ok=:breakfirm -f conftest.err conftest.$ac_extdone# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.rm -f conftest.err conftest.$ac_extif $ac_preproc_ok; thenbreakfidoneac_cv_prog_CPP=$CPPfiCPP=$ac_cv_prog_CPPelseac_cv_prog_CPP=$CPPfiecho "$as_me:$LINENO: result: $CPP" >&5echo "${ECHO_T}$CPP" >&6ac_preproc_ok=falsefor ac_c_preproc_warn_flag in '' yesdo# Use a header file that comes with gcc, so configuring glibc# with a fresh cross-compiler works.# Prefer <limits.h> to <assert.h> if __STDC__ is defined, since# <limits.h> exists even on freestanding compilers.# On the NeXT, cc -E runs the code through the compiler's parser,# not just through cpp. "Syntax error" is here to catch this case.cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#ifdef __STDC__# include <limits.h>#else# include <assert.h>#endifSyntax error_ACEOFif { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } >/dev/null; thenif test -s conftest.err; thenac_cpp_err=$ac_c_preproc_warn_flagac_cpp_err=$ac_cpp_err$ac_c_werror_flagelseac_cpp_err=fielseac_cpp_err=yesfiif test -z "$ac_cpp_err"; then:elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5# Broken: fails on valid input.continuefirm -f conftest.err conftest.$ac_ext# OK, works on sane cases. Now check whether non-existent headers# can be detected and how.cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <ac_nonexistent.h>_ACEOFif { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } >/dev/null; thenif test -s conftest.err; thenac_cpp_err=$ac_c_preproc_warn_flagac_cpp_err=$ac_cpp_err$ac_c_werror_flagelseac_cpp_err=fielseac_cpp_err=yesfiif test -z "$ac_cpp_err"; then# Broken: success on invalid input.continueelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5# Passes both tests.ac_preproc_ok=:breakfirm -f conftest.err conftest.$ac_extdone# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.rm -f conftest.err conftest.$ac_extif $ac_preproc_ok; then:else{ { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity checkSee \`config.log' for more details." >&5echo "$as_me: error: C preprocessor \"$CPP\" fails sanity checkSee \`config.log' for more details." >&2;}{ (exit 1); exit 1; }; }fiac_ext=cac_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_gnuif test "${GCC}" = yes; thenac_ext=cac_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_gnucat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */intmain (){;return 0;}_ACEOFif ${CPP} ${CPPFLAGS} conftest.${ac_ext} 2>&1 1>/dev/null | \grep 'warning:.*system directory.*/usr/local/include' >/dev/null; thenCPPFLAGS=`echo ${CPPFLAGS} | \sed 's|\(.*\)-I/usr/local/include *\(.*\)|\1\2|'`firm -f conftest.${ac_ext}ac_ext=cac_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_gnufiif test -n "${F77}" && test -n "${F2C}"; thenwarn_F77_and_F2C="both 'F77' and 'F2C' given.Using the given Fortran 77 compiler ..."{ echo "$as_me:$LINENO: WARNING: ${warn_F77_and_F2C}" >&5echo "$as_me: WARNING: ${warn_F77_and_F2C}" >&2;}F2C=fiif test -n "${F77}"; thenecho "$as_me:$LINENO: result: defining F77 to be ${F77}" >&5echo "${ECHO_T}defining F77 to be ${F77}" >&6elif test -z "${F2C}"; thenF77=case "${host_os}" inhpux*)for ac_prog in g77 fort77 f77 xlf frt pgf77 fl32 af77 f90 \xlf90 pgf90 epcf90 f95 fort xlf95 lf95 g95 fcdo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_F77+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test -n "$F77"; thenac_cv_prog_F77="$F77" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_prog_F77="$ac_prog"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonefifiF77=$ac_cv_prog_F77if test -n "$F77"; thenecho "$as_me:$LINENO: result: $F77" >&5echo "${ECHO_T}$F77" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -n "$F77" && breakdone;;*)for ac_prog in g77 f77 xlf frt pgf77 fl32 af77 fort77 f90 \xlf90 pgf90 epcf90 f95 fort xlf95 lf95 g95 fcdo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_F77+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test -n "$F77"; thenac_cv_prog_F77="$F77" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_prog_F77="$ac_prog"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonefifiF77=$ac_cv_prog_F77if test -n "$F77"; thenecho "$as_me:$LINENO: result: $F77" >&5echo "${ECHO_T}$F77" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -n "$F77" && breakdone;;esacif test -z "${F77}"; then# Extract the first word of "f2c", so it can be a program name with args.set dummy f2c; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_F2C+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test -n "$F2C"; thenac_cv_prog_F2C="$F2C" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_prog_F2C="f2c"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonefifiF2C=$ac_cv_prog_F2Cif test -n "$F2C"; thenecho "$as_me:$LINENO: result: $F2C" >&5echo "${ECHO_T}$F2C" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fifielseecho "$as_me:$LINENO: result: defining F2C to be ${F2C}" >&5echo "${ECHO_T}defining F2C to be ${F2C}" >&6fiif test -n "${F77}"; then## If the above 'found' a Fortran 77 compiler, we run AC_PROG_F77 as## this does additional testing (GNU, '-g', ...).ac_ext=fac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_f77_compiler_gnuif test -n "$ac_tool_prefix"; thenfor ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortrando# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.set dummy $ac_tool_prefix$ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_F77+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test -n "$F77"; thenac_cv_prog_F77="$F77" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_prog_F77="$ac_tool_prefix$ac_prog"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonefifiF77=$ac_cv_prog_F77if test -n "$F77"; thenecho "$as_me:$LINENO: result: $F77" >&5echo "${ECHO_T}$F77" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -n "$F77" && breakdonefiif test -z "$F77"; thenac_ct_F77=$F77for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortrando# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_ac_ct_F77+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test -n "$ac_ct_F77"; thenac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_prog_ac_ct_F77="$ac_prog"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonefifiac_ct_F77=$ac_cv_prog_ac_ct_F77if test -n "$ac_ct_F77"; thenecho "$as_me:$LINENO: result: $ac_ct_F77" >&5echo "${ECHO_T}$ac_ct_F77" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -n "$ac_ct_F77" && breakdoneF77=$ac_ct_F77fi# Provide some information about the compiler.echo "$as_me:5314:" \"checking for Fortran 77 compiler version" >&5ac_compiler=`set X $ac_compile; echo $2`{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5(eval $ac_compiler --version </dev/null >&5) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5(eval $ac_compiler -v </dev/null >&5) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5(eval $ac_compiler -V </dev/null >&5) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }rm -f a.out# If we don't use `.F' as extension, the preprocessor is not run on the# input file. (Note that this only needs to work for GNU compilers.)ac_save_ext=$ac_extac_ext=Fecho "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6if test "${ac_cv_f77_compiler_gnu+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOFprogram main#ifndef __GNUC__choke me#endifend_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_compiler_gnu=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_compiler_gnu=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extac_cv_f77_compiler_gnu=$ac_compiler_gnufiecho "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6ac_ext=$ac_save_extac_test_FFLAGS=${FFLAGS+set}ac_save_FFLAGS=$FFLAGSFFLAGS=echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6if test "${ac_cv_prog_f77_g+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseFFLAGS=-gcat >conftest.$ac_ext <<_ACEOFprogram mainend_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_prog_f77_g=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_prog_f77_g=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5echo "${ECHO_T}$ac_cv_prog_f77_g" >&6if test "$ac_test_FFLAGS" = set; thenFFLAGS=$ac_save_FFLAGSelif test $ac_cv_prog_f77_g = yes; thenif test "x$ac_cv_f77_compiler_gnu" = xyes; thenFFLAGS="-g -O2"elseFFLAGS="-g"fielseif test "x$ac_cv_f77_compiler_gnu" = xyes; thenFFLAGS="-O2"elseFFLAGS=fifiG77=`test $ac_compiler_gnu = yes && echo yes`ac_ext=cac_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_gnuelif test -z "${F2C}"; then{ { echo "$as_me:$LINENO: error: Neither an F77 compiler nor f2c found" >&5echo "$as_me: error: Neither an F77 compiler nor f2c found" >&2;}{ (exit 1); exit 1; }; }fiif test "x${ac_cv_f77_compiler_gnu}" = xyes; thenUSING_G77_TRUE=USING_G77_FALSE='#'elseUSING_G77_TRUE='#'USING_G77_FALSE=fiac_ext=ccac_cpp='$CXXCPP $CPPFLAGS'ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_cxx_compiler_gnuif test -n "$ac_tool_prefix"; thenfor ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlCdo# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.set dummy $ac_tool_prefix$ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_CXX+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test -n "$CXX"; thenac_cv_prog_CXX="$CXX" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_prog_CXX="$ac_tool_prefix$ac_prog"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonefifiCXX=$ac_cv_prog_CXXif test -n "$CXX"; thenecho "$as_me:$LINENO: result: $CXX" >&5echo "${ECHO_T}$CXX" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -n "$CXX" && breakdonefiif test -z "$CXX"; thenac_ct_CXX=$CXXfor ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlCdo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_ac_ct_CXX+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test -n "$ac_ct_CXX"; thenac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_prog_ac_ct_CXX="$ac_prog"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonefifiac_ct_CXX=$ac_cv_prog_ac_ct_CXXif test -n "$ac_ct_CXX"; thenecho "$as_me:$LINENO: result: $ac_ct_CXX" >&5echo "${ECHO_T}$ac_ct_CXX" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -n "$ac_ct_CXX" && breakdonetest -n "$ac_ct_CXX" || ac_ct_CXX="g++"CXX=$ac_ct_CXXfi# Provide some information about the compiler.echo "$as_me:$LINENO:" \"checking for C++ compiler version" >&5ac_compiler=`set X $ac_compile; echo $2`{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5(eval $ac_compiler --version </dev/null >&5) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5(eval $ac_compiler -v </dev/null >&5) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5(eval $ac_compiler -V </dev/null >&5) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6if test "${ac_cv_cxx_compiler_gnu+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */intmain (){#ifndef __GNUC__choke me#endif;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_compiler_gnu=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_compiler_gnu=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extac_cv_cxx_compiler_gnu=$ac_compiler_gnufiecho "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6GXX=`test $ac_compiler_gnu = yes && echo yes`ac_test_CXXFLAGS=${CXXFLAGS+set}ac_save_CXXFLAGS=$CXXFLAGSCXXFLAGS="-g"echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6if test "${ac_cv_prog_cxx_g+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */intmain (){;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_prog_cxx_g=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_prog_cxx_g=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6if test "$ac_test_CXXFLAGS" = set; thenCXXFLAGS=$ac_save_CXXFLAGSelif test $ac_cv_prog_cxx_g = yes; thenif test "$GXX" = yes; thenCXXFLAGS="-g -O2"elseCXXFLAGS="-g"fielseif test "$GXX" = yes; thenCXXFLAGS="-O2"elseCXXFLAGS=fififor ac_declaration in \'' \'extern "C" void std::exit (int) throw (); using std::exit;' \'extern "C" void std::exit (int); using std::exit;' \'extern "C" void exit (int) throw ();' \'extern "C" void exit (int);' \'void exit (int);'docat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_declaration#include <stdlib.h>intmain (){exit (42);;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; then:elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5continuefirm -f conftest.err conftest.$ac_objext conftest.$ac_extcat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_declarationintmain (){exit (42);;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenbreakelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5firm -f conftest.err conftest.$ac_objext conftest.$ac_extdonerm -f conftest*if test -n "$ac_declaration"; thenecho '#ifdef __cplusplus' >>confdefs.hecho $ac_declaration >>confdefs.hecho '#endif' >>confdefs.hfiac_ext=cac_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_gnuac_ext=ccac_cpp='$CXXCPP $CPPFLAGS'ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_cxx_compiler_gnuecho "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6if test -z "$CXXCPP"; thenif test "${ac_cv_prog_CXXCPP+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6else# Double quotes because CXXCPP needs to be expandedfor CXXCPP in "$CXX -E" "/lib/cpp"doac_preproc_ok=falsefor ac_cxx_preproc_warn_flag in '' yesdo# Use a header file that comes with gcc, so configuring glibc# with a fresh cross-compiler works.# Prefer <limits.h> to <assert.h> if __STDC__ is defined, since# <limits.h> exists even on freestanding compilers.# On the NeXT, cc -E runs the code through the compiler's parser,# not just through cpp. "Syntax error" is here to catch this case.cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#ifdef __STDC__# include <limits.h>#else# include <assert.h>#endifSyntax error_ACEOFif { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } >/dev/null; thenif test -s conftest.err; thenac_cpp_err=$ac_cxx_preproc_warn_flagac_cpp_err=$ac_cpp_err$ac_cxx_werror_flagelseac_cpp_err=fielseac_cpp_err=yesfiif test -z "$ac_cpp_err"; then:elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5# Broken: fails on valid input.continuefirm -f conftest.err conftest.$ac_ext# OK, works on sane cases. Now check whether non-existent headers# can be detected and how.cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <ac_nonexistent.h>_ACEOFif { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } >/dev/null; thenif test -s conftest.err; thenac_cpp_err=$ac_cxx_preproc_warn_flagac_cpp_err=$ac_cpp_err$ac_cxx_werror_flagelseac_cpp_err=fielseac_cpp_err=yesfiif test -z "$ac_cpp_err"; then# Broken: success on invalid input.continueelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5# Passes both tests.ac_preproc_ok=:breakfirm -f conftest.err conftest.$ac_extdone# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.rm -f conftest.err conftest.$ac_extif $ac_preproc_ok; thenbreakfidoneac_cv_prog_CXXCPP=$CXXCPPfiCXXCPP=$ac_cv_prog_CXXCPPelseac_cv_prog_CXXCPP=$CXXCPPfiecho "$as_me:$LINENO: result: $CXXCPP" >&5echo "${ECHO_T}$CXXCPP" >&6ac_preproc_ok=falsefor ac_cxx_preproc_warn_flag in '' yesdo# Use a header file that comes with gcc, so configuring glibc# with a fresh cross-compiler works.# Prefer <limits.h> to <assert.h> if __STDC__ is defined, since# <limits.h> exists even on freestanding compilers.# On the NeXT, cc -E runs the code through the compiler's parser,# not just through cpp. "Syntax error" is here to catch this case.cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#ifdef __STDC__# include <limits.h>#else# include <assert.h>#endifSyntax error_ACEOFif { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } >/dev/null; thenif test -s conftest.err; thenac_cpp_err=$ac_cxx_preproc_warn_flagac_cpp_err=$ac_cpp_err$ac_cxx_werror_flagelseac_cpp_err=fielseac_cpp_err=yesfiif test -z "$ac_cpp_err"; then:elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5# Broken: fails on valid input.continuefirm -f conftest.err conftest.$ac_ext# OK, works on sane cases. Now check whether non-existent headers# can be detected and how.cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <ac_nonexistent.h>_ACEOFif { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } >/dev/null; thenif test -s conftest.err; thenac_cpp_err=$ac_cxx_preproc_warn_flagac_cpp_err=$ac_cpp_err$ac_cxx_werror_flagelseac_cpp_err=fielseac_cpp_err=yesfiif test -z "$ac_cpp_err"; then# Broken: success on invalid input.continueelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5# Passes both tests.ac_preproc_ok=:breakfirm -f conftest.err conftest.$ac_extdone# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.rm -f conftest.err conftest.$ac_extif $ac_preproc_ok; then:else{ { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity checkSee \`config.log' for more details." >&5echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity checkSee \`config.log' for more details." >&2;}{ (exit 1); exit 1; }; }fiac_ext=cac_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## Libtool.## (Run this after R_PROG_F77_OR_F2C, as AC_PROG_LIBTOOL checks for a## Fortran 77 compiler and sets F77 accordingly.)# Check whether --enable-static or --disable-static was given.if test "${enable_static+set}" = set; thenenableval="$enable_static"p=${PACKAGE-default}case $enableval inyes) enable_static=yes ;;no) enable_static=no ;;*)enable_static=no# Look at the argument we got. We use all the common list separators.lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"for pkg in $enableval; doIFS="$lt_save_ifs"if test "X$pkg" = "X$p"; thenenable_static=yesfidoneIFS="$lt_save_ifs";;esacelseenable_static=nofi;# Check whether --enable-shared or --disable-shared was given.if test "${enable_shared+set}" = set; thenenableval="$enable_shared"p=${PACKAGE-default}case $enableval inyes) enable_shared=yes ;;no) enable_shared=no ;;*)enable_shared=no# Look at the argument we got. We use all the common list separators.lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"for pkg in $enableval; doIFS="$lt_save_ifs"if test "X$pkg" = "X$p"; thenenable_shared=yesfidoneIFS="$lt_save_ifs";;esacelseenable_shared=yesfi;# Check whether --enable-fast-install or --disable-fast-install was given.if test "${enable_fast_install+set}" = set; thenenableval="$enable_fast_install"p=${PACKAGE-default}case $enableval inyes) enable_fast_install=yes ;;no) enable_fast_install=no ;;*)enable_fast_install=no# Look at the argument we got. We use all the common list separators.lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"for pkg in $enableval; doIFS="$lt_save_ifs"if test "X$pkg" = "X$p"; thenenable_fast_install=yesfidoneIFS="$lt_save_ifs";;esacelseenable_fast_install=yesfi;echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6if test "${lt_cv_path_SED+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6else# Loop through the user's path and test for sed and gsed.# Then use that list of sed's as ones to test for truncation.as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for lt_ac_prog in sed gsed; dofor ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; thenlt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"fidonedonedonelt_ac_max=0lt_ac_count=0# Add /usr/xpg4/bin/sed as it is typically found on Solaris# along with /bin/sed that truncates output.for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; dotest ! -f $lt_ac_sed && breakcat /dev/null > conftest.inlt_ac_count=0echo $ECHO_N "0123456789$ECHO_C" >conftest.in# Check for GNU sed and select it if it is found.if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; thenlt_cv_path_SED=$lt_ac_sedbreakfiwhile true; docat conftest.in conftest.in >conftest.tmpmv conftest.tmp conftest.incp conftest.in conftest.nlecho >>conftest.nl$lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || breakcmp -s conftest.out conftest.nl || break# 10000 chars as input seems more than enoughtest $lt_ac_count -gt 10 && breaklt_ac_count=`expr $lt_ac_count + 1`if test $lt_ac_count -gt $lt_ac_max; thenlt_ac_max=$lt_ac_countlt_cv_path_SED=$lt_ac_sedfidonedoneSED=$lt_cv_path_SEDfiecho "$as_me:$LINENO: result: $SED" >&5echo "${ECHO_T}$SED" >&6# Check whether --with-gnu-ld or --without-gnu-ld was given.if test "${with_gnu_ld+set}" = set; thenwithval="$with_gnu_ld"test "$withval" = no || with_gnu_ld=yeselsewith_gnu_ld=nofi;ac_prog=ldif test "$GCC" = yes; then# Check if gcc -print-prog-name=ld gives a path.echo "$as_me:$LINENO: checking for ld used by $CC" >&5echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6case $host in*-*-mingw*)# gcc leaves a trailing carriage return which upsets mingwac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;*)ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;esaccase $ac_prog in# Accept absolute paths.[\\/]* | ?:[\\/]*)re_direlt='/[^/][^/]*/\.\./'# Canonicalize the path of ldac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; doac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`donetest -z "$LD" && LD="$ac_prog";;"")# If it fails, then pretend we aren't using GCC.ac_prog=ld;;*)# If it is relative, then search for the first ld in PATH.with_gnu_ld=unknown;;esacelif test "$with_gnu_ld" = yes; thenecho "$as_me:$LINENO: checking for GNU ld" >&5echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6elseecho "$as_me:$LINENO: checking for non-GNU ld" >&5echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6fiif test "${lt_cv_path_LD+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test -z "$LD"; thenlt_save_ifs="$IFS"; IFS=$PATH_SEPARATORfor ac_dir in $PATH; doIFS="$lt_save_ifs"test -z "$ac_dir" && ac_dir=.if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; thenlt_cv_path_LD="$ac_dir/$ac_prog"# Check to see if the program is GNU ld. I'd rather use --version,# but apparently some GNU ld's only accept -v.# Break only if it was the GNU/non-GNU ld that we prefer.case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in*GNU* | *'with BFD'*)test "$with_gnu_ld" != no && break;;*)test "$with_gnu_ld" != yes && break;;esacfidoneIFS="$lt_save_ifs"elselt_cv_path_LD="$LD" # Let the user override the test with a path.fifiLD="$lt_cv_path_LD"if test -n "$LD"; thenecho "$as_me:$LINENO: result: $LD" >&5echo "${ECHO_T}$LD" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}{ (exit 1); exit 1; }; }echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6if test "${lt_cv_prog_gnu_ld+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6else# I'd rather use --version here, but apparently some GNU ld's only accept -v.case `"$LD" -v 2>&1 </dev/null` in*GNU* | *'with BFD'*)lt_cv_prog_gnu_ld=yes;;*)lt_cv_prog_gnu_ld=no;;esacfiecho "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6with_gnu_ld=$lt_cv_prog_gnu_ldecho "$as_me:$LINENO: checking for $LD option to reload object files" >&5echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6if test "${lt_cv_ld_reload_flag+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elselt_cv_ld_reload_flag='-r'fiecho "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6reload_flag=$lt_cv_ld_reload_flagcase $reload_flag in"" | " "*) ;;*) reload_flag=" $reload_flag" ;;esacreload_cmds='$LD$reload_flag -o $output$reload_objs'echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6if test "${lt_cv_path_NM+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test -n "$NM"; then# Let the user override the test.lt_cv_path_NM="$NM"elselt_save_ifs="$IFS"; IFS=$PATH_SEPARATORfor ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; doIFS="$lt_save_ifs"test -z "$ac_dir" && ac_dir=.tmp_nm="$ac_dir/${ac_tool_prefix}nm"if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then# Check to see if the nm accepts a BSD-compat flag.# Adding the `sed 1q' prevents false positives on HP-UX, which says:# nm: unknown option "B" ignored# Tru64's nm complains that /dev/null is an invalid object filecase `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in*/dev/null* | *'Invalid file or object type'*)lt_cv_path_NM="$tmp_nm -B"break;;*)case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in*/dev/null*)lt_cv_path_NM="$tmp_nm -p"break;;*)lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, butcontinue # so that we can try to find one that supports BSD flags;;esacesacfidoneIFS="$lt_save_ifs"test -z "$lt_cv_path_NM" && lt_cv_path_NM=nmfifiecho "$as_me:$LINENO: result: $lt_cv_path_NM" >&5echo "${ECHO_T}$lt_cv_path_NM" >&6NM="$lt_cv_path_NM"echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6if test "${lt_cv_deplibs_check_method+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elselt_cv_file_magic_cmd='$MAGIC_CMD'lt_cv_file_magic_test_file=lt_cv_deplibs_check_method='unknown'# Need to set the preceding variable on all platforms that support# interlibrary dependencies.# 'none' -- dependencies not supported.# `unknown' -- same as none, but documents that we really don't know.# 'pass_all' -- all dependencies passed with no checks.# 'test_compile' -- check by making test program.# 'file_magic [[regex]]' -- check by looking for files in library path# which responds to the $file_magic_cmd with a given extended regex.# If you have `file' or equivalent on your system and you're not sure# whether `pass_all' will *always* work, you probably want this one.case $host_os inaix4* | aix5*)lt_cv_deplibs_check_method=pass_all;;beos*)lt_cv_deplibs_check_method=pass_all;;bsdi4*)lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'lt_cv_file_magic_cmd='/usr/bin/file -L'lt_cv_file_magic_test_file=/shlib/libc.so;;cygwin* | mingw* | pw32*)# win32_libid is a shell function defined in ltmain.shlt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'lt_cv_file_magic_cmd='win32_libid';;darwin* | rhapsody*)# this will be overwritten by pass_all, but leave it in just in caselt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'lt_cv_file_magic_cmd='/usr/bin/file -L'case "$host_os" inrhapsody* | darwin1.[012])lt_cv_file_magic_test_file=`/System/Library/Frameworks/System.framework/System`;;*) # Darwin 1.3 onlt_cv_file_magic_test_file='/usr/lib/libSystem.dylib';;esaclt_cv_deplibs_check_method=pass_all;;freebsd*)if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; thencase $host_cpu ini*86 )# Not sure whether the presence of OpenBSD here was a mistake.# Let's accept both of them until this is cleared up.lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'lt_cv_file_magic_cmd=/usr/bin/filelt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`;;esacelselt_cv_deplibs_check_method=pass_allfi;;gnu*)lt_cv_deplibs_check_method=pass_all;;hpux10.20* | hpux11*)lt_cv_file_magic_cmd=/usr/bin/filecase "$host_cpu" inia64*)lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so;;hppa*64*)lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl;;*)lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'lt_cv_file_magic_test_file=/usr/lib/libc.sl;;esac;;irix5* | irix6* | nonstopux*)case $host_os inirix5* | nonstopux*)# this will be overridden with pass_all, but let us keep it just in caselt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1";;*)case $LD in*-32|*"-32 ") libmagic=32-bit;;*-n32|*"-n32 ") libmagic=N32;;*-64|*"-64 ") libmagic=64-bit;;*) libmagic=never-match;;esac# this will be overridden with pass_all, but let us keep it just in caselt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1";;esaclt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`lt_cv_deplibs_check_method=pass_all;;# This must be Linux ELF.linux*)case $host_cpu inalpha* | hppa* | i*86 | ia64* | m68* | mips | mipsel | powerpc* | sparc* | s390* | sh*)lt_cv_deplibs_check_method=pass_all ;;*)# glibc up to 2.1.1 does not perform some relocations on ARMlt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;esaclt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`;;netbsd*)if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; thenlt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'elselt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'fi;;newos6*)lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'lt_cv_file_magic_cmd=/usr/bin/filelt_cv_file_magic_test_file=/usr/lib/libnls.so;;nto-qnx)lt_cv_deplibs_check_method=unknown;;openbsd*)lt_cv_file_magic_cmd=/usr/bin/filelt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; thenlt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'elselt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'fi;;osf3* | osf4* | osf5*)# this will be overridden with pass_all, but let us keep it just in caselt_cv_deplibs_check_method='file_magic COFF format alpha shared library'lt_cv_file_magic_test_file=/shlib/libc.solt_cv_deplibs_check_method=pass_all;;sco3.2v5*)lt_cv_deplibs_check_method=pass_all;;solaris*)lt_cv_deplibs_check_method=pass_alllt_cv_file_magic_test_file=/lib/libc.so;;sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)case $host_vendor inmotorola)lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`;;ncr)lt_cv_deplibs_check_method=pass_all;;sequent)lt_cv_file_magic_cmd='/bin/file'lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )';;sni)lt_cv_file_magic_cmd='/bin/file'lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"lt_cv_file_magic_test_file=/lib/libc.so;;siemens)lt_cv_deplibs_check_method=pass_all;;esac;;sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7* | sysv4*uw2*)lt_cv_deplibs_check_method=pass_all;;esacfiecho "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6file_magic_cmd=$lt_cv_file_magic_cmddeplibs_check_method=$lt_cv_deplibs_check_methodtest -z "$deplibs_check_method" && deplibs_check_method=unknown# If no C compiler was specified, use CC.LTCC=${LTCC-"$CC"}# Allow CC to be a program name with arguments.compiler=$CC# Check whether --enable-libtool-lock or --disable-libtool-lock was given.if test "${enable_libtool_lock+set}" = set; thenenableval="$enable_libtool_lock"fi;test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes# Some flags need to be propagated to the compiler or linker for good# libtool support.case $host inia64-*-hpux*)# Find out which ABI we are using.echo 'int i;' > conftest.$ac_extif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; thencase `/usr/bin/file conftest.$ac_objext` in*ELF-32*)HPUX_IA64_MODE="32";;*ELF-64*)HPUX_IA64_MODE="64";;esacfirm -rf conftest*;;*-*-irix6*)# Find out which ABI we are using.echo '#line 6601 "configure"' > conftest.$ac_extif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; thenif test "$lt_cv_prog_gnu_ld" = yes; thencase `/usr/bin/file conftest.$ac_objext` in*32-bit*)LD="${LD-ld} -melf32bsmip";;*N32*)LD="${LD-ld} -melf32bmipn32";;*64-bit*)LD="${LD-ld} -melf64bmip";;esacelsecase `/usr/bin/file conftest.$ac_objext` in*32-bit*)LD="${LD-ld} -32";;*N32*)LD="${LD-ld} -n32";;*64-bit*)LD="${LD-ld} -64";;esacfifirm -rf conftest*;;x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)# Find out which ABI we are using.echo 'int i;' > conftest.$ac_extif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; thencase "`/usr/bin/file conftest.o`" in*32-bit*)case $host inx86_64-*linux*)LD="${LD-ld} -m elf_i386";;ppc64-*linux*)LD="${LD-ld} -m elf32ppclinux";;s390x-*linux*)LD="${LD-ld} -m elf_s390";;sparc64-*linux*)LD="${LD-ld} -m elf32_sparc";;esac;;*64-bit*)case $host inx86_64-*linux*)LD="${LD-ld} -m elf_x86_64";;ppc*-*linux*|powerpc*-*linux*)LD="${LD-ld} -m elf64ppc";;s390*-*linux*)LD="${LD-ld} -m elf64_s390";;sparc*-*linux*)LD="${LD-ld} -m elf64_sparc";;esac;;esacfirm -rf conftest*;;*-*-sco3.2v5*)# On SCO OpenServer 5, we need -belf to get full-featured binaries.SAVE_CFLAGS="$CFLAGS"CFLAGS="$CFLAGS -belf"echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6if test "${lt_cv_cc_needs_belf+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_ext=cac_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_gnucat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */intmain (){;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenlt_cv_cc_needs_belf=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5lt_cv_cc_needs_belf=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extac_ext=cac_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_gnufiecho "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6if test x"$lt_cv_cc_needs_belf" != x"yes"; then# this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belfCFLAGS="$SAVE_CFLAGS"fi;;esacneed_locks="$enable_libtool_lock"echo "$as_me:$LINENO: checking for ANSI C header files" >&5echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6if test "${ac_cv_header_stdc+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <stdlib.h>#include <stdarg.h>#include <string.h>#include <float.h>intmain (){;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_header_stdc=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_header_stdc=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extif test $ac_cv_header_stdc = yes; then# SunOS 4.x string.h does not declare mem*, contrary to ANSI.cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <string.h>_ACEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |$EGREP "memchr" >/dev/null 2>&1; then:elseac_cv_header_stdc=nofirm -f conftest*fiif test $ac_cv_header_stdc = yes; then# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <stdlib.h>_ACEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |$EGREP "free" >/dev/null 2>&1; then:elseac_cv_header_stdc=nofirm -f conftest*fiif test $ac_cv_header_stdc = yes; then# /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.if test "$cross_compiling" = yes; then:elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <ctype.h>#if ((' ' & 0x0FF) == 0x020)# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))#else# define ISLOWER(c) \(('a' <= (c) && (c) <= 'i') \|| ('j' <= (c) && (c) <= 'r') \|| ('s' <= (c) && (c) <= 'z'))# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))#endif#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))intmain (){int i;for (i = 0; i < 256; i++)if (XOR (islower (i), ISLOWER (i))|| toupper (i) != TOUPPER (i))exit(2);exit (0);}_ACEOFrm -f conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } && { ac_try='./conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; then:elseecho "$as_me: program exited with status $ac_status" >&5echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5( exit $ac_status )ac_cv_header_stdc=nofirm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_extfififiecho "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5echo "${ECHO_T}$ac_cv_header_stdc" >&6if test $ac_cv_header_stdc = yes; thencat >>confdefs.h <<\_ACEOF#define STDC_HEADERS 1_ACEOFfi# On IRIX 5.3, sys/types and inttypes.h are conflicting.for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \inttypes.h stdint.h unistd.hdoas_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`echo "$as_me:$LINENO: checking for $ac_header" >&5echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6if eval "test \"\${$as_ac_Header+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_default#include <$ac_header>_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "$as_ac_Header=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "$as_ac_Header=no"firm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6if test `eval echo '${'$as_ac_Header'}'` = yes; thencat >>confdefs.h <<_ACEOF#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1_ACEOFfidonefor ac_header in dlfcn.hdoas_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`if eval "test \"\${$as_ac_Header+set}\" = set"; thenecho "$as_me:$LINENO: checking for $ac_header" >&5echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6if eval "test \"\${$as_ac_Header+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6fiecho "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6else# Is the header compilable?echo "$as_me:$LINENO: checking $ac_header usability" >&5echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_default#include <$ac_header>_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_header_compiler=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_header_compiler=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extecho "$as_me:$LINENO: result: $ac_header_compiler" >&5echo "${ECHO_T}$ac_header_compiler" >&6# Is the header present?echo "$as_me:$LINENO: checking $ac_header presence" >&5echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <$ac_header>_ACEOFif { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } >/dev/null; thenif test -s conftest.err; thenac_cpp_err=$ac_c_preproc_warn_flagac_cpp_err=$ac_cpp_err$ac_c_werror_flagelseac_cpp_err=fielseac_cpp_err=yesfiif test -z "$ac_cpp_err"; thenac_header_preproc=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_header_preproc=nofirm -f conftest.err conftest.$ac_extecho "$as_me:$LINENO: result: $ac_header_preproc" >&5echo "${ECHO_T}$ac_header_preproc" >&6# So? What about this header?case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag inyes:no: ){ echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}ac_header_preproc=yes;;no:yes:* ){ echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}{ echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}{ echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}{ echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}{ echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}(cat <<\_ASBOX## ----------------------------------- #### Report this to r-bugs@R-project.org #### ----------------------------------- ##_ASBOX) |sed "s/^/$as_me: WARNING: /" >&2;;esacecho "$as_me:$LINENO: checking for $ac_header" >&5echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6if eval "test \"\${$as_ac_Header+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseeval "$as_ac_Header=\$ac_header_preproc"fiecho "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6fiif test `eval echo '${'$as_ac_Header'}'` = yes; thencat >>confdefs.h <<_ACEOF#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1_ACEOFfidone# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!# find the maximum length of command line argumentsecho "$as_me:$LINENO: checking the maximum length of command line arguments" >&5echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6if test "${lt_cv_sys_max_cmd_len+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsei=0testring="ABCD"case $build_os inmsdosdjgpp*)# On DJGPP, this test can blow up pretty badly due to problems in libc# (any single argument exceeding 2000 bytes causes a buffer overrun# during glob expansion). Even if it were fixed, the result of this# check would be larger than it should be.lt_cv_sys_max_cmd_len=12288; # 12K is about right;;gnu*)# Under GNU Hurd, this test is not required because there is# no limit to the length of command line arguments.# Libtool will interpret -1 as no limit whatsoeverlt_cv_sys_max_cmd_len=-1;;;cygwin* | mingw*)# On Win9x/ME, this test blows up -- it succeeds, but takes# about 5 minutes as the teststring grows exponentially.# Worse, since 9x/ME are not pre-emptively multitasking,# you end up with a "frozen" computer, even though with patience# the test eventually succeeds (with a max line length of 256k).# Instead, let's just punt: use the minimum linelength reported by# all of the supported platforms: 8192 (on NT/2K/XP).lt_cv_sys_max_cmd_len=8192;;;*)# If test is not a shell built-in, we'll probably end up computing a# maximum length that is only half of the actual maximum length, but# we can't tell.while (test "X"`$CONFIG_SHELL $0 --fallback-echo "X$testring" 2>/dev/null` \= "XX$testring") >/dev/null 2>&1 &&new_result=`expr "X$testring" : ".*" 2>&1` &<_cv_sys_max_cmd_len=$new_result &&test $i != 17 # 1/2 MB should be enoughdoi=`expr $i + 1`testring=$testring$testringdonetestring=# Add a significant safety factor because C++ compilers can tack on massive# amounts of additional arguments before passing them to the linker.# It appears as though 1/2 is a usable value.lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`;;esacfiif test -n $lt_cv_sys_max_cmd_len ; thenecho "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6elseecho "$as_me:$LINENO: result: none" >&5echo "${ECHO_T}none" >&6fi# Check for command to grab the raw symbol name followed by C symbol from nm.echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6if test "${lt_cv_sys_global_symbol_pipe+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6else# These are sane defaults that work on at least a few old systems.# [They come from Ultrix. What could be older than Ultrix?!! ;)]# Character class describing NM global symbol codes.symcode='[BCDEGRST]'# Regexp to match symbols that can be accessed directly from C.sympat='\([_A-Za-z][_A-Za-z0-9]*\)'# Transform the above into a raw symbol and a C symbol.symxfrm='\1 \2\3 \3'# Transform an extracted symbol line into a proper C declarationlt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"# Transform an extracted symbol line into symbol name and symbol addresslt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'"# Define system-specific variables.case $host_os inaix*)symcode='[BCDT]';;cygwin* | mingw* | pw32*)symcode='[ABCDGISTW]';;hpux*) # Its linker distinguishes data from code symbolsif test "$host_cpu" = ia64; thensymcode='[ABCDEGRST]'filt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'";;irix* | nonstopux*)symcode='[BCDEGRST]';;osf*)symcode='[BCDEGQRST]';;solaris* | sysv5*)symcode='[BDT]';;sysv4)symcode='[DFNSTU]';;esac# Handle CRLF in mingw tool chainopt_cr=case $build_os inmingw*)opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp;;esac# If we're using GNU nm, then use its standard symbol codes.case `$NM -V 2>&1` in*GNU* | *'with BFD'*)symcode='[ABCDGISTW]' ;;esac# Try without a prefix undercore, then with it.for ac_symprfx in "" "_"; do# Write the raw and C identifiers.lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"# Check to see that the pipe works correctly.pipe_works=norm -f conftest*cat > conftest.$ac_ext <<EOF#ifdef __cplusplusextern "C" {#endifchar nm_test_var;void nm_test_func(){}#ifdef __cplusplus}#endifint main(){nm_test_var='a';nm_test_func();return(0);}EOFif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; then# Now try to grab the symbols.nlist=conftest.nmif { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5(eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } && test -s "$nlist"; then# Try sorting and uniquifying the output.if sort "$nlist" | uniq > "$nlist"T; thenmv -f "$nlist"T "$nlist"elserm -f "$nlist"Tfi# Make sure that we snagged all the symbols we need.if grep ' nm_test_var$' "$nlist" >/dev/null; thenif grep ' nm_test_func$' "$nlist" >/dev/null; thencat <<EOF > conftest.$ac_ext#ifdef __cplusplusextern "C" {#endifEOF# Now generate the symbol file.eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'cat <<EOF >> conftest.$ac_ext#if defined (__STDC__) && __STDC__# define lt_ptr_t void *#else# define lt_ptr_t char *# define const#endif/* The mapping between symbol names and symbols. */const struct {const char *name;lt_ptr_t address;}lt_preloaded_symbols[] ={EOF$SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_extcat <<\EOF >> conftest.$ac_ext{0, (lt_ptr_t) 0}};#ifdef __cplusplus}#endifEOF# Now try linking the two files.mv conftest.$ac_objext conftstm.$ac_objextlt_save_LIBS="$LIBS"lt_save_CFLAGS="$CFLAGS"LIBS="conftstm.$ac_objext"CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } && test -s conftest${ac_exeext}; thenpipe_works=yesfiLIBS="$lt_save_LIBS"CFLAGS="$lt_save_CFLAGS"elseecho "cannot find nm_test_func in $nlist" >&5fielseecho "cannot find nm_test_var in $nlist" >&5fielseecho "cannot run $lt_cv_sys_global_symbol_pipe" >&5fielseecho "$progname: failed program was:" >&5cat conftest.$ac_ext >&5firm -f conftest* conftst*# Do not use the global_symbol_pipe unless it works.if test "$pipe_works" = yes; thenbreakelselt_cv_sys_global_symbol_pipe=fidonefiif test -z "$lt_cv_sys_global_symbol_pipe"; thenlt_cv_sys_global_symbol_to_cdecl=fiif test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; thenecho "$as_me:$LINENO: result: failed" >&5echo "${ECHO_T}failed" >&6elseecho "$as_me:$LINENO: result: ok" >&5echo "${ECHO_T}ok" >&6fiecho "$as_me:$LINENO: checking for objdir" >&5echo $ECHO_N "checking for objdir... $ECHO_C" >&6if test "${lt_cv_objdir+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elserm -f .libs 2>/dev/nullmkdir .libs 2>/dev/nullif test -d .libs; thenlt_cv_objdir=.libselse# MS-DOS does not allow filenames that begin with a dot.lt_cv_objdir=_libsfirmdir .libs 2>/dev/nullfiecho "$as_me:$LINENO: result: $lt_cv_objdir" >&5echo "${ECHO_T}$lt_cv_objdir" >&6objdir=$lt_cv_objdircase $host_os inaix3*)# AIX sometimes has problems with the GCC collect2 program. For some# reason, if we set the COLLECT_NAMES environment variable, the problems# vanish in a puff of smoke.if test "X${COLLECT_NAMES+set}" != Xset; thenCOLLECT_NAMES=export COLLECT_NAMESfi;;esac# Sed substitution that helps us do robust quoting. It backslashifies# metacharacters that are still active within double-quoted strings.Xsed='sed -e s/^X//'sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g'# Same as above, but do not quote variable references.double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g'# Sed substitution to delay expansion of an escaped shell variable in a# double_quote_subst'ed string.delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'# Sed substitution to avoid accidental globbing in evaled expressionsno_glob_subst='s/\*/\\\*/g'# Constants:rm="rm -f"# Global variables:default_ofile=libtoolcan_build_shared=yes# All known linkers require a `.a' archive for static linking (except M$VC,# which needs '.lib').libext=altmain="$ac_aux_dir/ltmain.sh"ofile="$default_ofile"with_gnu_ld="$lt_cv_prog_gnu_ld"if test -n "$ac_tool_prefix"; then# Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.set dummy ${ac_tool_prefix}ar; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_AR+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test -n "$AR"; thenac_cv_prog_AR="$AR" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_prog_AR="${ac_tool_prefix}ar"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonefifiAR=$ac_cv_prog_ARif test -n "$AR"; thenecho "$as_me:$LINENO: result: $AR" >&5echo "${ECHO_T}$AR" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fifiif test -z "$ac_cv_prog_AR"; thenac_ct_AR=$AR# Extract the first word of "ar", so it can be a program name with args.set dummy ar; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_ac_ct_AR+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test -n "$ac_ct_AR"; thenac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_prog_ac_ct_AR="ar"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonetest -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false"fifiac_ct_AR=$ac_cv_prog_ac_ct_ARif test -n "$ac_ct_AR"; thenecho "$as_me:$LINENO: result: $ac_ct_AR" >&5echo "${ECHO_T}$ac_ct_AR" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fiAR=$ac_ct_ARelseAR="$ac_cv_prog_AR"fiif test -n "$ac_tool_prefix"; then# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.set dummy ${ac_tool_prefix}ranlib; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_RANLIB+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test -n "$RANLIB"; thenac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonefifiRANLIB=$ac_cv_prog_RANLIBif test -n "$RANLIB"; thenecho "$as_me:$LINENO: result: $RANLIB" >&5echo "${ECHO_T}$RANLIB" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fifiif test -z "$ac_cv_prog_RANLIB"; thenac_ct_RANLIB=$RANLIB# Extract the first word of "ranlib", so it can be a program name with args.set dummy ranlib; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test -n "$ac_ct_RANLIB"; thenac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_prog_ac_ct_RANLIB="ranlib"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonetest -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"fifiac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIBif test -n "$ac_ct_RANLIB"; thenecho "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5echo "${ECHO_T}$ac_ct_RANLIB" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fiRANLIB=$ac_ct_RANLIBelseRANLIB="$ac_cv_prog_RANLIB"fiif test -n "$ac_tool_prefix"; then# 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=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_STRIP+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test -n "$STRIP"; thenac_cv_prog_STRIP="$STRIP" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_prog_STRIP="${ac_tool_prefix}strip"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonefifiSTRIP=$ac_cv_prog_STRIPif test -n "$STRIP"; thenecho "$as_me:$LINENO: result: $STRIP" >&5echo "${ECHO_T}$STRIP" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fifiif test -z "$ac_cv_prog_STRIP"; thenac_ct_STRIP=$STRIP# Extract the first word of "strip", so it can be a program name with args.set dummy strip; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test -n "$ac_ct_STRIP"; thenac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_prog_ac_ct_STRIP="strip"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonetest -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"fifiac_ct_STRIP=$ac_cv_prog_ac_ct_STRIPif test -n "$ac_ct_STRIP"; thenecho "$as_me:$LINENO: result: $ac_ct_STRIP" >&5echo "${ECHO_T}$ac_ct_STRIP" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fiSTRIP=$ac_ct_STRIPelseSTRIP="$ac_cv_prog_STRIP"fiold_CC="$CC"old_CFLAGS="$CFLAGS"# Set sane defaults for various variablestest -z "$AR" && AR=artest -z "$AR_FLAGS" && AR_FLAGS=crutest -z "$AS" && AS=astest -z "$CC" && CC=cctest -z "$LTCC" && LTCC=$CCtest -z "$DLLTOOL" && DLLTOOL=dlltooltest -z "$LD" && LD=ldtest -z "$LN_S" && LN_S="ln -s"test -z "$MAGIC_CMD" && MAGIC_CMD=filetest -z "$NM" && NM=nmtest -z "$SED" && SED=sedtest -z "$OBJDUMP" && OBJDUMP=objdumptest -z "$RANLIB" && RANLIB=:test -z "$STRIP" && STRIP=:test -z "$ac_objext" && ac_objext=o# Determine commands to create old-style static archives.old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'old_postinstall_cmds='chmod 644 $oldlib'old_postuninstall_cmds=if test -n "$RANLIB"; thencase $host_os inopenbsd*)old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds";;*)old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds";;esacold_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"fi# Only perform the check for file, if the check method requires itcase $deplibs_check_method infile_magic*)if test "$file_magic_cmd" = '$MAGIC_CMD'; thenecho "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6if test "${lt_cv_path_MAGIC_CMD+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecase $MAGIC_CMD in[\\/*] | ?:[\\/]*)lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.;;*)lt_save_MAGIC_CMD="$MAGIC_CMD"lt_save_ifs="$IFS"; IFS=$PATH_SEPARATORac_dummy="/usr/bin$PATH_SEPARATOR$PATH"for ac_dir in $ac_dummy; doIFS="$lt_save_ifs"test -z "$ac_dir" && ac_dir=.if test -f $ac_dir/${ac_tool_prefix}file; thenlt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"if test -n "$file_magic_test_file"; thencase $deplibs_check_method in"file_magic "*)file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"MAGIC_CMD="$lt_cv_path_MAGIC_CMD"if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |$EGREP "$file_magic_regex" > /dev/null; then:elsecat <<EOF 1>&2*** Warning: the command libtool uses to detect shared libraries,*** $file_magic_cmd, produces output that libtool cannot recognize.*** The result is that libtool may fail to recognize shared libraries*** as such. This will affect the creation of libtool libraries that*** depend on shared libraries, but programs linked with such libtool*** libraries will work regardless of this problem. Nevertheless, you*** may want to report the problem to your system manager and/or to*** bug-libtool@gnu.orgEOFfi ;;esacfibreakfidoneIFS="$lt_save_ifs"MAGIC_CMD="$lt_save_MAGIC_CMD";;esacfiMAGIC_CMD="$lt_cv_path_MAGIC_CMD"if test -n "$MAGIC_CMD"; thenecho "$as_me:$LINENO: result: $MAGIC_CMD" >&5echo "${ECHO_T}$MAGIC_CMD" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fiif test -z "$lt_cv_path_MAGIC_CMD"; thenif test -n "$ac_tool_prefix"; thenecho "$as_me:$LINENO: checking for file" >&5echo $ECHO_N "checking for file... $ECHO_C" >&6if test "${lt_cv_path_MAGIC_CMD+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecase $MAGIC_CMD in[\\/*] | ?:[\\/]*)lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.;;*)lt_save_MAGIC_CMD="$MAGIC_CMD"lt_save_ifs="$IFS"; IFS=$PATH_SEPARATORac_dummy="/usr/bin$PATH_SEPARATOR$PATH"for ac_dir in $ac_dummy; doIFS="$lt_save_ifs"test -z "$ac_dir" && ac_dir=.if test -f $ac_dir/file; thenlt_cv_path_MAGIC_CMD="$ac_dir/file"if test -n "$file_magic_test_file"; thencase $deplibs_check_method in"file_magic "*)file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"MAGIC_CMD="$lt_cv_path_MAGIC_CMD"if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |$EGREP "$file_magic_regex" > /dev/null; then:elsecat <<EOF 1>&2*** Warning: the command libtool uses to detect shared libraries,*** $file_magic_cmd, produces output that libtool cannot recognize.*** The result is that libtool may fail to recognize shared libraries*** as such. This will affect the creation of libtool libraries that*** depend on shared libraries, but programs linked with such libtool*** libraries will work regardless of this problem. Nevertheless, you*** may want to report the problem to your system manager and/or to*** bug-libtool@gnu.orgEOFfi ;;esacfibreakfidoneIFS="$lt_save_ifs"MAGIC_CMD="$lt_save_MAGIC_CMD";;esacfiMAGIC_CMD="$lt_cv_path_MAGIC_CMD"if test -n "$MAGIC_CMD"; thenecho "$as_me:$LINENO: result: $MAGIC_CMD" >&5echo "${ECHO_T}$MAGIC_CMD" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fielseMAGIC_CMD=:fififi;;esacenable_dlopen=noenable_win32_dll=no# Check whether --enable-libtool-lock or --disable-libtool-lock was given.if test "${enable_libtool_lock+set}" = set; thenenableval="$enable_libtool_lock"fi;test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes# Check whether --with-pic or --without-pic was given.if test "${with_pic+set}" = set; thenwithval="$with_pic"pic_mode="$withval"elsepic_mode=defaultfi;test -z "$pic_mode" && pic_mode=default# Use C for the default configuration in the libtool scripttagname=lt_save_CC="$CC"ac_ext=cac_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# Source file extension for C test sources.ac_ext=c# Object file extension for compiled C test sources.objext=oobjext=$objext# Code to be used in simple compile testslt_simple_compile_test_code="int some_variable = 0;\n"# Code to be used in simple link testslt_simple_link_test_code='int main(){return(0);}\n'# If no C compiler was specified, use CC.LTCC=${LTCC-"$CC"}# Allow CC to be a program name with arguments.compiler=$CC## Check for any special shared library compilation flags.#lt_prog_cc_shlib=if test "$GCC" = no; thencase $host_os insco3.2v5*)lt_prog_cc_shlib='-belf';;esacfiif test -n "$lt_prog_cc_shlib"; then{ echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5echo "$as_me: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&2;}if echo "$old_CC $old_CFLAGS " | grep "[ ]$lt_prog_cc_shlib[ ]" >/dev/null; then :else{ echo "$as_me:$LINENO: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5echo "$as_me: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;}lt_cv_prog_cc_can_build_shared=nofifi## Check to make sure the static flag actually works.#echo "$as_me:$LINENO: checking if $compiler static flag $lt_prog_compiler_static works" >&5echo $ECHO_N "checking if $compiler static flag $lt_prog_compiler_static works... $ECHO_C" >&6if test "${lt_prog_compiler_static_works+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elselt_prog_compiler_static_works=nosave_LDFLAGS="$LDFLAGS"LDFLAGS="$LDFLAGS $lt_prog_compiler_static"printf "$lt_simple_link_test_code" > conftest.$ac_extif (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then# The compiler can only warn and ignore the option if not recognized# So say no if there are warningsif test -s conftest.err; then# Append any errors to the config.log.cat conftest.err 1>&5elselt_prog_compiler_static_works=yesfifi$rm conftest*LDFLAGS="$save_LDFLAGS"fiecho "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5echo "${ECHO_T}$lt_prog_compiler_static_works" >&6if test x"$lt_prog_compiler_static_works" = xyes; then:elselt_prog_compiler_static=filt_prog_compiler_no_builtin_flag=if test "$GCC" = yes; thenlt_prog_compiler_no_builtin_flag=' -fno-builtin'echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elselt_cv_prog_compiler_rtti_exceptions=noac_outfile=conftest.$ac_objextprintf "$lt_simple_compile_test_code" > conftest.$ac_extlt_compiler_flag="-fno-rtti -fno-exceptions"# Insert the option either (1) after the last *FLAGS variable, or# (2) before a word containing "conftest.", or (3) at the end.# Note that $ac_compile itself does not contain backslashes and begins# with a dollar sign (not a hyphen), so the echo should work correctly.# The option is referenced via a variable to avoid confusing sed.lt_compile=`echo "$ac_compile" | $SED \-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \-e 's:$: $lt_compiler_flag:'`(eval echo "\"\$as_me:8031: $lt_compile\"" >&5)(eval "$lt_compile" 2>conftest.err)ac_status=$?cat conftest.err >&5echo "$as_me:8035: \$? = $ac_status" >&5if (exit $ac_status) && test -s "$ac_outfile"; then# The compiler can only warn and ignore the option if not recognized# So say no if there are warningsif test ! -s conftest.err; thenlt_cv_prog_compiler_rtti_exceptions=yesfifi$rm conftest*fiecho "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; thenlt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"else:fifilt_prog_compiler_wl=lt_prog_compiler_pic=lt_prog_compiler_static=echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6if test "$GCC" = yes; thenlt_prog_compiler_wl='-Wl,'lt_prog_compiler_static='-static'case $host_os inaix*)# All AIX code is PIC.if test "$host_cpu" = ia64; then# AIX 5 now supports IA64 processorlt_prog_compiler_static='-Bstatic'fi;;amigaos*)# FIXME: we need at least 68020 code to build shared libraries, but# adding the `-m68020' flag to GCC prevents building anything better,# like `-m68040'.lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4';;beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)# PIC is the default for these OSes.;;mingw* | pw32* | os2*)# This hack is so that the source file can tell whether it is being# built for inclusion in a dll (and should export symbols for example).lt_prog_compiler_pic='-DDLL_EXPORT';;darwin* | rhapsody*)# PIC is the default on this platform# Common symbols not allowed in MH_DYLIB fileslt_prog_compiler_pic='-fno-common';;msdosdjgpp*)# Just because we use GCC doesn't mean we suddenly get shared libraries# on systems that don't support them.lt_prog_compiler_can_build_shared=noenable_shared=no;;sysv4*MP*)if test -d /usr/nec; thenlt_prog_compiler_pic=-Kconform_picfi;;hpux*)# PIC is the default for IA64 HP-UX and 64-bit HP-UX, but# not for PA HP-UX.case "$host_cpu" inhppa*64*|ia64*)# +Z the default;;*)lt_prog_compiler_pic='-fPIC';;esac;;*)lt_prog_compiler_pic='-fPIC';;esacelse# PORTME Check for flag to pass linker flags through the system compiler.case $host_os inaix*)lt_prog_compiler_wl='-Wl,'if test "$host_cpu" = ia64; then# AIX 5 now supports IA64 processorlt_prog_compiler_static='-Bstatic'elselt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'fi;;mingw* | pw32* | os2*)# This hack is so that the source file can tell whether it is being# built for inclusion in a dll (and should export symbols for example).lt_prog_compiler_pic='-DDLL_EXPORT';;hpux9* | hpux10* | hpux11*)lt_prog_compiler_wl='-Wl,'# PIC is the default for IA64 HP-UX and 64-bit HP-UX, but# not for PA HP-UX.case "$host_cpu" inhppa*64*|ia64*)# +Z the default;;*)lt_prog_compiler_pic='+Z';;esac# Is there a better lt_prog_compiler_static that works with the bundled CC?lt_prog_compiler_static='${wl}-a ${wl}archive';;irix5* | irix6* | nonstopux*)lt_prog_compiler_wl='-Wl,'# PIC (with -KPIC) is the default.lt_prog_compiler_static='-non_shared';;newsos6)lt_prog_compiler_pic='-KPIC'lt_prog_compiler_static='-Bstatic';;linux*)case $CC inicc|ecc)lt_prog_compiler_wl='-Wl,'lt_prog_compiler_pic='-KPIC'lt_prog_compiler_static='-static';;ccc)lt_prog_compiler_wl='-Wl,'# All Alpha code is PIC.lt_prog_compiler_static='-non_shared';;esac;;osf3* | osf4* | osf5*)lt_prog_compiler_wl='-Wl,'# All OSF/1 code is PIC.lt_prog_compiler_static='-non_shared';;sco3.2v5*)lt_prog_compiler_pic='-Kpic'lt_prog_compiler_static='-dn';;solaris*)lt_prog_compiler_wl='-Wl,'lt_prog_compiler_pic='-KPIC'lt_prog_compiler_static='-Bstatic';;sunos4*)lt_prog_compiler_wl='-Qoption ld 'lt_prog_compiler_pic='-PIC'lt_prog_compiler_static='-Bstatic';;sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)lt_prog_compiler_wl='-Wl,'lt_prog_compiler_pic='-KPIC'lt_prog_compiler_static='-Bstatic';;sysv4*MP*)if test -d /usr/nec ;thenlt_prog_compiler_pic='-Kconform_pic'lt_prog_compiler_static='-Bstatic'fi;;uts4*)lt_prog_compiler_pic='-pic'lt_prog_compiler_static='-Bstatic';;*)lt_prog_compiler_can_build_shared=no;;esacfiecho "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5echo "${ECHO_T}$lt_prog_compiler_pic" >&6## Check to make sure the PIC flag actually works.#if test -n "$lt_prog_compiler_pic"; thenecho "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6if test "${lt_prog_compiler_pic_works+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elselt_prog_compiler_pic_works=noac_outfile=conftest.$ac_objextprintf "$lt_simple_compile_test_code" > conftest.$ac_extlt_compiler_flag="$lt_prog_compiler_pic -DPIC"# Insert the option either (1) after the last *FLAGS variable, or# (2) before a word containing "conftest.", or (3) at the end.# Note that $ac_compile itself does not contain backslashes and begins# with a dollar sign (not a hyphen), so the echo should work correctly.# The option is referenced via a variable to avoid confusing sed.lt_compile=`echo "$ac_compile" | $SED \-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \-e 's:$: $lt_compiler_flag:'`(eval echo "\"\$as_me:8263: $lt_compile\"" >&5)(eval "$lt_compile" 2>conftest.err)ac_status=$?cat conftest.err >&5echo "$as_me:8267: \$? = $ac_status" >&5if (exit $ac_status) && test -s "$ac_outfile"; then# The compiler can only warn and ignore the option if not recognized# So say no if there are warningsif test ! -s conftest.err; thenlt_prog_compiler_pic_works=yesfifi$rm conftest*fiecho "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6if test x"$lt_prog_compiler_pic_works" = xyes; thencase $lt_prog_compiler_pic in"" | " "*) ;;*) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;esacelselt_prog_compiler_pic=lt_prog_compiler_can_build_shared=nofificase "$host_os" in# For platforms which do not support PIC, -DPIC is meaningless:*djgpp*)lt_prog_compiler_pic=;;*)lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC";;esacecho "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6if test "${lt_cv_prog_compiler_c_o+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elselt_cv_prog_compiler_c_o=no$rm -r conftest 2>/dev/nullmkdir conftestcd conftestmkdir outprintf "$lt_simple_compile_test_code" > conftest.$ac_ext# According to Tom Tromey, Ian Lance Taylor reported there are C compilers# that will create temporary files in the current directory regardless of# the output directory. Thus, making CWD read-only will cause this test# to fail, enabling locking or at least warning the user not to do parallel# builds.chmod -w .lt_compiler_flag="-o out/conftest2.$ac_objext"# Insert the option either (1) after the last *FLAGS variable, or# (2) before a word containing "conftest.", or (3) at the end.# Note that $ac_compile itself does not contain backslashes and begins# with a dollar sign (not a hyphen), so the echo should work correctly.lt_compile=`echo "$ac_compile" | $SED \-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \-e 's:$: $lt_compiler_flag:'`(eval echo "\"\$as_me:8330: $lt_compile\"" >&5)(eval "$lt_compile" 2>out/conftest.err)ac_status=$?cat out/conftest.err >&5echo "$as_me:8334: \$? = $ac_status" >&5if (exit $ac_status) && test -s out/conftest2.$ac_objextthen# The compiler can only warn and ignore the option if not recognized# So say no if there are warningsif test ! -s out/conftest.err; thenlt_cv_prog_compiler_c_o=yesfifichmod u+w .$rm conftest* out/*rmdir outcd ..rmdir conftest$rm conftest*fiecho "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6hard_links="nottested"if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then# do not overwrite the value of need_locks provided by the userecho "$as_me:$LINENO: checking if we can lock with hard links" >&5echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6hard_links=yes$rm conftest*ln conftest.a conftest.b 2>/dev/null && hard_links=notouch conftest.aln conftest.a conftest.b 2>&5 || hard_links=noln conftest.a conftest.b 2>/dev/null && hard_links=noecho "$as_me:$LINENO: result: $hard_links" >&5echo "${ECHO_T}$hard_links" >&6if test "$hard_links" = no; then{ echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}need_locks=warnfielseneed_locks=nofiecho "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6runpath_var=allow_undefined_flag=enable_shared_with_static_runtimes=noarchive_cmds=archive_expsym_cmds=old_archive_From_new_cmds=old_archive_from_expsyms_cmds=export_dynamic_flag_spec=whole_archive_flag_spec=thread_safe_flag_spec=hardcode_libdir_flag_spec=hardcode_libdir_flag_spec_ld=hardcode_libdir_separator=hardcode_direct=nohardcode_minus_L=nohardcode_shlibpath_var=unsupportedlink_all_deplibs=unknownhardcode_automatic=nomodule_cmds=module_expsym_cmds=always_export_symbols=noexport_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'# include_expsyms should be a list of space-separated symbols to be *always*# included in the symbol listinclude_expsyms=# exclude_expsyms can be an extended regexp of symbols to exclude# it will be wrapped by ` (' and `)$', so one must not match beginning or# end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',# as well as any symbol that contains `d'.exclude_expsyms="_GLOBAL_OFFSET_TABLE_"# Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out# platforms (ab)use it in PIC code, but their linkers get confused if# the symbol is explicitly referenced. Since portable code cannot# rely on this symbol name, it's probably fine to never include it in# preloaded symbol tables.extract_expsyms_cmds=case $host_os incygwin* | mingw* | pw32*)# FIXME: the MSVC++ port hasn't been tested in a loooong time# When not using gcc, we currently assume that we are using# Microsoft Visual C++.if test "$GCC" != yes; thenwith_gnu_ld=nofi;;openbsd*)with_gnu_ld=no;;esacld_shlibs=yesif test "$with_gnu_ld" = yes; then# If archive_cmds runs LD, not CC, wlarc should be emptywlarc='${wl}'# See if GNU ld supports shared libraries.case $host_os inaix3* | aix4* | aix5*)# On AIX/PPC, the GNU linker is very brokenif test "$host_cpu" != ia64; thenld_shlibs=nocat <<EOF 1>&2*** Warning: the GNU linker, at least up to release 2.9.1, is reported*** to be unable to reliably create shared libraries on AIX.*** Therefore, libtool is disabling shared libraries support. If you*** really care for shared libraries, you may want to modify your PATH*** so that a non-GNU linker is found, and then restart.EOFfi;;amigaos*)archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'hardcode_libdir_flag_spec='-L$libdir'hardcode_minus_L=yes# Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports# that the semantics of dynamic libraries on AmigaOS, at least up# to version 4, is to share data among multiple programs linked# with the same dynamic library. Since this doesn't match the# behavior of shared libraries on other platforms, we can't use# them.ld_shlibs=no;;beos*)if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; thenallow_undefined_flag=unsupported# Joseph Beckenbach <jrb3@best.com> says some releases of gcc# support --undefined. This deserves some investigation. FIXMEarchive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'elseld_shlibs=nofi;;cygwin* | mingw* | pw32*)# _LT_AC_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,# as there is no search path for DLLs.hardcode_libdir_flag_spec='-L$libdir'allow_undefined_flag=unsupportedalways_export_symbols=noenable_shared_with_static_runtimes=yesexport_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'if $LD --help 2>&1 | grep 'auto-import' > /dev/null; thenarchive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'# If the export-symbols file already is a .def file (1st line# is EXPORTS), use it as is; otherwise, prepend...archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; thencp $export_symbols $output_objdir/$soname.def;elseecho EXPORTS > $output_objdir/$soname.def;cat $export_symbols >> $output_objdir/$soname.def;fi~$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'elseld_shlibs=nofi;;netbsd*)if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; thenarchive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'wlarc=elsearchive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'fi;;solaris* | sysv5*)if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; thenld_shlibs=nocat <<EOF 1>&2*** Warning: The releases 2.8.* of the GNU linker cannot reliably*** create shared libraries on Solaris systems. Therefore, libtool*** is disabling shared libraries support. We urge you to upgrade GNU*** binutils to release 2.9.1 or newer. Another option is to modify*** your PATH or compiler configuration so that the native linker is*** used, and then restart.EOFelif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; thenarchive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'elseld_shlibs=nofi;;sunos4*)archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'wlarc=hardcode_direct=yeshardcode_shlibpath_var=no;;*)if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; thenarchive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'elseld_shlibs=nofi;;esacif test "$ld_shlibs" = yes; thenrunpath_var=LD_RUN_PATHhardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'export_dynamic_flag_spec='${wl}--export-dynamic'# ancient GNU ld didn't support --whole-archive et. al.if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; thenwhole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'elsewhole_archive_flag_spec=fifielse# PORTME fill in a description of your system's linker (not GNU ld)case $host_os inaix3*)allow_undefined_flag=unsupportedalways_export_symbols=yesarchive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'# Note: this linker hardcodes the directories in LIBPATH if there# are no directories specified by -L.hardcode_minus_L=yesif test "$GCC" = yes && test -z "$link_static_flag"; then# Neither direct hardcoding nor static linking is supported with a# broken collect2.hardcode_direct=unsupportedfi;;aix4* | aix5*)if test "$host_cpu" = ia64; then# On IA64, the linker does run time linking by default, so we don't# have to do anything special.aix_use_runtimelinking=noexp_sym_flag='-Bexport'no_entry_flag=""else# If we're using GNU nm, then we don't want the "-C" option.# -C means demangle to AIX nm, but means don't demangle with GNU nmif $NM -V 2>&1 | grep 'GNU' > /dev/null; thenexport_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'elseexport_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'fiaix_use_runtimelinking=no# Test if we are trying to use run time linking or normal# AIX style linking. If -brtl is somewhere in LDFLAGS, we# need to do runtime linking.case $host_os in aix4.[23]|aix4.[23].*|aix5*)for ld_flag in $LDFLAGS; doif (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); thenaix_use_runtimelinking=yesbreakfidoneesacexp_sym_flag='-bexport'no_entry_flag='-bnoentry'fi# When large executables or shared objects are built, AIX ld can# have problems creating the table of contents. If linking a library# or program results in "error TOC overflow" add -mminimal-toc to# CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not# enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.archive_cmds=''hardcode_direct=yeshardcode_libdir_separator=':'link_all_deplibs=yesif test "$GCC" = yes; thencase $host_os in aix4.012|aix4.012.*)# We only want to do this on AIX 4.2 and lower, the check# below for broken collect2 doesn't work under 4.3+collect2name=`${CC} -print-prog-name=collect2`if test -f "$collect2name" && \strings "$collect2name" | grep resolve_lib_name >/dev/nullthen# We have reworked collect2hardcode_direct=yeselse# We have old collect2hardcode_direct=unsupported# It fails to find uninstalled libraries when the uninstalled# path is not listed in the libpath. Setting hardcode_minus_L# to unsupported forces relinkinghardcode_minus_L=yeshardcode_libdir_flag_spec='-L$libdir'hardcode_libdir_separator=fiesacshared_flag='-shared'else# not using gccif test "$host_cpu" = ia64; then# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release# chokes on -Wl,-G. The following line is correct:shared_flag='-G'elseif test "$aix_use_runtimelinking" = yes; thenshared_flag='${wl}-G'elseshared_flag='${wl}-bM:SRE'fififi# It seems that -bexpall does not export symbols beginning with# underscore (_), so it is better to generate a list of symbols to export.always_export_symbols=yesif test "$aix_use_runtimelinking" = yes; then# Warning - without using the other runtime loading flags (-brtl),# -berok will link without error, but may produce a broken library.allow_undefined_flag='-berok'# Determine the default libpath from the value encoded in an empty executable.cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */intmain (){;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenaix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }}'`# Check for a 64-bit object if we didn't find anything.if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }}'`; fielseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extif test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fihardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"elseif test "$host_cpu" = ia64; thenhardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'allow_undefined_flag="-z nodefs"archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"else# Determine the default libpath from the value encoded in an empty executable.cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */intmain (){;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenaix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }}'`# Check for a 64-bit object if we didn't find anything.if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }}'`; fielseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extif test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fihardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"# Warning - without using the other run time loading flags,# -berok will link without error, but may produce a broken library.no_undefined_flag=' ${wl}-bernotok'allow_undefined_flag=' ${wl}-berok'# -bexpall does not export symbols beginning with underscore (_)always_export_symbols=yes# Exported symbols can be pulled into shared objects from archiveswhole_archive_flag_spec=' 'archive_cmds_need_lc=yes# This is similar to how AIX traditionally builds it's shared libraries.archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'fifi;;amigaos*)archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'hardcode_libdir_flag_spec='-L$libdir'hardcode_minus_L=yes# see comment about different semantics on the GNU ld sectionld_shlibs=no;;bsdi4*)export_dynamic_flag_spec=-rdynamic;;cygwin* | mingw* | pw32*)# When not using gcc, we currently assume that we are using# Microsoft Visual C++.# hardcode_libdir_flag_spec is actually meaningless, as there is# no search path for DLLs.hardcode_libdir_flag_spec=' 'allow_undefined_flag=unsupported# Tell ltmain to make .lib files, not .a files.libext=lib# Tell ltmain to make .dll files, not .so files.shrext=".dll"# FIXME: Setting linknames here is a bad hack.archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='# The linker will automatically build a .lib file if we build a DLL.old_archive_From_new_cmds='true'# FIXME: Should let the user specify the lib program.old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'fix_srcfile_path='`cygpath -w "$srcfile"`'enable_shared_with_static_runtimes=yes;;darwin* | rhapsody*)if $CC -v 2>&1 | grep 'Apple' >/dev/null ; thenarchive_cmds_need_lc=nocase "$host_os" inrhapsody* | darwin1.[012])allow_undefined_flag='-undefined suppress';;*) # Darwin 1.3 ontest -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag='-flat_namespace -undefined suppress';;esac# FIXME: Relying on posixy $() will cause problems for# cross-compilation, but unfortunately the echo tests do not# yet detect zsh echo's removal of \ escapes. Also zsh mangles# `"' quotes if we put them in here... so don't!lt_int_apple_cc_single_mod=nooutput_verbose_link_cmd='echo'if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; thenlt_int_apple_cc_single_mod=yesfiif test "X$lt_int_apple_cc_single_mod" = Xyes ; thenarchive_cmds='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'elsearchive_cmds='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'fimodule_cmds='$CC -bundle ${wl}-bind_at_load $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags'# Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld'sif test "X$lt_int_apple_cc_single_mod" = Xyes ; thenarchive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'elsearchive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'fimodule_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -bundle $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'hardcode_direct=nohardcode_automatic=yeshardcode_shlibpath_var=unsupportedwhole_archive_flag_spec='-all_load $convenience'link_all_deplibs=yesfi;;dgux*)archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'hardcode_libdir_flag_spec='-L$libdir'hardcode_shlibpath_var=no;;freebsd1*)ld_shlibs=no;;# FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor# support. Future versions do this automatically, but an explicit c++rt0.o# does not break anything, and helps significantly (at the cost of a little# extra space).freebsd2.2*)archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'hardcode_libdir_flag_spec='-R$libdir'hardcode_direct=yeshardcode_shlibpath_var=no;;# Unfortunately, older versions of FreeBSD 2 do not have this feature.freebsd2*)archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'hardcode_direct=yeshardcode_minus_L=yeshardcode_shlibpath_var=no;;# FreeBSD 3 and greater uses gcc -shared to do shared libraries.freebsd*)archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'hardcode_libdir_flag_spec='-R$libdir'hardcode_direct=yeshardcode_shlibpath_var=no;;hpux9*)if test "$GCC" = yes; thenarchive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'elsearchive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'fihardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'hardcode_libdir_separator=:hardcode_direct=yes# hardcode_minus_L: Not really in the search PATH,# but as the default location of the library.hardcode_minus_L=yesexport_dynamic_flag_spec='${wl}-E';;hpux10* | hpux11*)if test "$GCC" = yes -a "$with_gnu_ld" = no; thencase "$host_cpu" inhppa*64*|ia64*)archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags';;*)archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags';;esacelsecase "$host_cpu" inhppa*64*|ia64*)archive_cmds='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags';;*)archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags';;esacfiif test "$with_gnu_ld" = no; thencase "$host_cpu" inhppa*64*)hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'hardcode_libdir_flag_spec_ld='+b $libdir'hardcode_libdir_separator=:hardcode_direct=nohardcode_shlibpath_var=no;;ia64*)hardcode_libdir_flag_spec='-L$libdir'hardcode_direct=nohardcode_shlibpath_var=no# hardcode_minus_L: Not really in the search PATH,# but as the default location of the library.hardcode_minus_L=yes;;*)hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'hardcode_libdir_separator=:hardcode_direct=yesexport_dynamic_flag_spec='${wl}-E'# hardcode_minus_L: Not really in the search PATH,# but as the default location of the library.hardcode_minus_L=yes;;esacfi;;irix5* | irix6* | nonstopux*)if test "$GCC" = yes; thenarchive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'elsearchive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'hardcode_libdir_flag_spec_ld='-rpath $libdir'fihardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'hardcode_libdir_separator=:link_all_deplibs=yes;;netbsd*)if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; thenarchive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.outelsearchive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELFfihardcode_libdir_flag_spec='-R$libdir'hardcode_direct=yeshardcode_shlibpath_var=no;;newsos6)archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'hardcode_direct=yeshardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'hardcode_libdir_separator=:hardcode_shlibpath_var=no;;openbsd*)hardcode_direct=yeshardcode_shlibpath_var=noif test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; thenarchive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'hardcode_libdir_flag_spec='${wl}-rpath,$libdir'export_dynamic_flag_spec='${wl}-E'elsecase $host_os inopenbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'hardcode_libdir_flag_spec='-R$libdir';;*)archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'hardcode_libdir_flag_spec='${wl}-rpath,$libdir';;esacfi;;os2*)hardcode_libdir_flag_spec='-L$libdir'hardcode_minus_L=yesallow_undefined_flag=unsupportedarchive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'old_archive_From_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def';;osf3*)if test "$GCC" = yes; thenallow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'elseallow_undefined_flag=' -expect_unresolved \*'archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'fihardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'hardcode_libdir_separator=:;;osf4* | osf5*) # as osf3* with the addition of -msym flagif test "$GCC" = yes; thenallow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'elseallow_undefined_flag=' -expect_unresolved \*'archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'# Both c and cxx compiler support -rpath directlyhardcode_libdir_flag_spec='-rpath $libdir'fihardcode_libdir_separator=:;;sco3.2v5*)archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'hardcode_shlibpath_var=noexport_dynamic_flag_spec='${wl}-Bexport'runpath_var=LD_RUN_PATHhardcode_runpath_var=yes;;solaris*)no_undefined_flag=' -z text'if test "$GCC" = yes; thenarchive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~$CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'elsearchive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'fihardcode_libdir_flag_spec='-R$libdir'hardcode_shlibpath_var=nocase $host_os insolaris2.[0-5] | solaris2.[0-5].*) ;;*) # Supported since Solaris 2.6 (maybe 2.5.1?)whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;esaclink_all_deplibs=yes;;sunos4*)if test "x$host_vendor" = xsequent; then# Use $CC to link under sequent, because it throws in some extra .o# files that make .init and .fini sections work.archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'elsearchive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'fihardcode_libdir_flag_spec='-L$libdir'hardcode_direct=yeshardcode_minus_L=yeshardcode_shlibpath_var=no;;sysv4)case $host_vendor insni)archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'hardcode_direct=yes # is this really true???;;siemens)## LD is ld it makes a PLAMLIB## CC just makes a GrossModule.archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'reload_cmds='$CC -r -o $output$reload_objs'hardcode_direct=no;;motorola)archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'hardcode_direct=no #Motorola manual says yes, but my tests say they lie;;esacrunpath_var='LD_RUN_PATH'hardcode_shlibpath_var=no;;sysv4.3*)archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'hardcode_shlibpath_var=noexport_dynamic_flag_spec='-Bexport';;sysv4*MP*)if test -d /usr/nec; thenarchive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'hardcode_shlibpath_var=norunpath_var=LD_RUN_PATHhardcode_runpath_var=yesld_shlibs=yesfi;;sysv4.2uw2*)archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'hardcode_direct=yeshardcode_minus_L=nohardcode_shlibpath_var=nohardcode_runpath_var=yesrunpath_var=LD_RUN_PATH;;sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*)no_undefined_flag='${wl}-z ${wl}text'if test "$GCC" = yes; thenarchive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'elsearchive_cmds='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'firunpath_var='LD_RUN_PATH'hardcode_shlibpath_var=no;;sysv5*)no_undefined_flag=' -z text'# $CC -shared without GNU ld will not create a library from C++# object files and a static libstdc++, better avoid it by nowarchive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'hardcode_libdir_flag_spec=hardcode_shlibpath_var=norunpath_var='LD_RUN_PATH';;uts4*)archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'hardcode_libdir_flag_spec='-L$libdir'hardcode_shlibpath_var=no;;*)ld_shlibs=no;;esacfiecho "$as_me:$LINENO: result: $ld_shlibs" >&5echo "${ECHO_T}$ld_shlibs" >&6test "$ld_shlibs" = no && can_build_shared=novariables_saved_for_relink="PATH $shlibpath_var $runpath_var"if test "$GCC" = yes; thenvariables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"fi## Do we need to explicitly link libc?#case "x$archive_cmds_need_lc" inx|xyes)# Assume -lc should be addedarchive_cmds_need_lc=yesif test "$enable_shared" = yes && test "$GCC" = yes; thencase $archive_cmds in*'~'*)# FIXME: we may have to deal with multi-command sequences.;;'$CC '*)# Test whether the compiler implicitly links with -lc since on some# systems, -lgcc has to come before -lc. If gcc already passes -lc# to ld, don't add -lc before -lgcc.echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6$rm conftest*printf "$lt_simple_compile_test_code" > conftest.$ac_extif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } 2>conftest.err; thensoname=conftestlib=conftestlibobjs=conftest.$ac_objextdeplibs=wl=$lt_prog_compiler_wlcompiler_flags=-vlinker_flags=-vverstring=output_objdir=.libname=conftestlt_save_allow_undefined_flag=$allow_undefined_flagallow_undefined_flag=if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5(eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }thenarchive_cmds_need_lc=noelsearchive_cmds_need_lc=yesfiallow_undefined_flag=$lt_save_allow_undefined_flagelsecat conftest.err 1>&5fi$rm conftest*echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5echo "${ECHO_T}$archive_cmds_need_lc" >&6;;esacfi;;esacecho "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6hardcode_action=if test -n "$hardcode_libdir_flag_spec" || \test -n "$runpath_var " || \test "X$hardcode_automatic"="Xyes" ; then# We can hardcode non-existant directories.if test "$hardcode_direct" != no &&# If the only mechanism to avoid hardcoding is shlibpath_var, we# have to relink, otherwise we might link with an installed library# when we should be linking with a yet-to-be-installed one## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, )" != no &&test "$hardcode_minus_L" != no; then# Linking always hardcodes the temporary library directory.hardcode_action=relinkelse# We can link without hardcoding, and we can hardcode nonexisting dirs.hardcode_action=immediatefielse# We cannot hardcode anything, or else we can only hardcode existing# directories.hardcode_action=unsupportedfiecho "$as_me:$LINENO: result: $hardcode_action" >&5echo "${ECHO_T}$hardcode_action" >&6if test "$hardcode_action" = relink; then# Fast installation is not supportedenable_fast_install=noelif test "$shlibpath_overrides_runpath" = yes ||test "$enable_shared" = no; then# Fast installation is not necessaryenable_fast_install=needlessfistriplib=old_striplib=echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; thentest -z "$old_striplib" && old_striplib="$STRIP --strip-debug"test -z "$striplib" && striplib="$STRIP --strip-unneeded"echo "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6else# FIXME - insert some real tests, host_os isn't really good enoughcase $host_os indarwin*)if test -n "$STRIP" ; thenstriplib="$STRIP -x"echo "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fi;;*)echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6;;esacfiecho "$as_me:$LINENO: checking dynamic linker characteristics" >&5echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6library_names_spec=libname_spec='lib$name'soname_spec=shrext=".so"postinstall_cmds=postuninstall_cmds=finish_cmds=finish_eval=shlibpath_var=shlibpath_overrides_runpath=unknownversion_type=nonedynamic_linker="$host_os ld.so"sys_lib_dlsearch_path_spec="/lib /usr/lib"if test "$GCC" = yes; thensys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then# if the path contains ";" then we assume it to be the separator# otherwise default to the standard path separator (i.e. ":") - it is# assumed that no part of a normal pathname contains ";" but that should# okay in the real world where ";" in dirpaths is itself problematic.sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`elsesys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`fielsesys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"fineed_lib_prefix=unknownhardcode_into_libs=no# when you set need_version to no, make sure it does not cause -set_version# flags to be left without argumentsneed_version=unknowncase $host_os inaix3*)version_type=linuxlibrary_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'shlibpath_var=LIBPATH# AIX 3 has no versioning support, so we append a major version to the name.soname_spec='${libname}${release}${shared_ext}$major';;aix4* | aix5*)version_type=linuxneed_lib_prefix=noneed_version=nohardcode_into_libs=yesif test "$host_cpu" = ia64; then# AIX 5 supports IA64library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'shlibpath_var=LD_LIBRARY_PATHelse# With GCC up to 2.95.x, collect2 would create an import file# for dependence libraries. The import file would start with# the line `#! .'. This would cause the generated library to# depend on `.', always an invalid library. This was fixed in# development snapshots of GCC prior to 3.0.case $host_os inaix4 | aix4.[01] | aix4.[01].*)if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'echo ' yes 'echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then:elsecan_build_shared=nofi;;esac# AIX (on Power*) has no versioning support, so currently we can not hardcode correct# soname into executable. Probably we can add versioning support to# collect2, so additional links can be useful in future.if test "$aix_use_runtimelinking" = yes; then# If using run time linking (on AIX 4.2 or later) use lib<name>.so# instead of lib<name>.a to let people know that these are not# typical AIX shared libraries.library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'else# We preserve .a as extension for shared libraries through AIX4.2# and later when we are not doing run time linking.library_names_spec='${libname}${release}.a $libname.a'soname_spec='${libname}${release}${shared_ext}$major'fishlibpath_var=LIBPATHfi;;amigaos*)library_names_spec='$libname.ixlibrary $libname.a'# Create ${libname}_ixlibrary.a entries in /sys/libs.finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done';;beos*)library_names_spec='${libname}${shared_ext}'dynamic_linker="$host_os ld.so"shlibpath_var=LIBRARY_PATH;;bsdi4*)version_type=linuxneed_version=nolibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'shlibpath_var=LD_LIBRARY_PATHsys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"# the default ld.so.conf also contains /usr/contrib/lib and# /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow# libtool to hard-code these into programs;;cygwin* | mingw* | pw32*)version_type=windowsshrext=".dll"need_version=noneed_lib_prefix=nocase $GCC,$host_os inyes,cygwin* | yes,mingw* | yes,pw32*)library_names_spec='$libname.dll.a'# DLL is installed to $(libdir)/../bin by postinstall_cmdspostinstall_cmds='base_file=`basename \${file}`~dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~dldir=$destdir/`dirname \$dlpath`~test -d \$dldir || mkdir -p \$dldir~$install_prog $dir/$dlname \$dldir/$dlname'postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~dlpath=$dir/\$dldll~$rm \$dlpath'shlibpath_overrides_runpath=yescase $host_os incygwin*)# Cygwin DLLs use 'cyg' prefix rather than 'lib'soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib";;mingw*)# MinGW DLLs use traditional 'lib' prefixsoname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then# It is most probably a Windows format PATH printed by# mingw gcc, but we are running on Cygwin. Gcc prints its search# path with ; separators, and with drive letters. We can handle the# drive letters (cygwin fileutils understands them), so leave them,# especially as we might pass files found there to a mingw objdump,# which wouldn't understand a cygwinified path. Ahh.sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`elsesys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`fi;;pw32*)# pw32 DLLs use 'pw' prefix rather than 'lib'library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}';;esac;;*)library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib';;esacdynamic_linker='Win32 ld.exe'# FIXME: first we should search . and the directory the executable is inshlibpath_var=PATH;;darwin* | rhapsody*)dynamic_linker="$host_os dyld"version_type=darwinneed_lib_prefix=noneed_version=no# FIXME: Relying on posixy $() will cause problems for# cross-compilation, but unfortunately the echo tests do not# yet detect zsh echo's removal of \ escapes.library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'soname_spec='${libname}${release}${major}$shared_ext'shlibpath_overrides_runpath=yesshlibpath_var=DYLD_LIBRARY_PATHshrext='$(test .$module = .yes && echo .so || echo .dylib)'# Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.if $CC -v 2>&1 | grep 'Apple' >/dev/null ; thensys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`fisys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib';;dgux*)version_type=linuxneed_lib_prefix=noneed_version=nolibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'soname_spec='${libname}${release}${shared_ext}$major'shlibpath_var=LD_LIBRARY_PATH;;freebsd1*)dynamic_linker=no;;freebsd*)objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`version_type=freebsd-$objformatcase $version_type infreebsd-elf*)library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'need_version=noneed_lib_prefix=no;;freebsd-*)library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'need_version=yes;;esacshlibpath_var=LD_LIBRARY_PATHcase $host_os infreebsd2*)shlibpath_overrides_runpath=yes;;freebsd3.01* | freebsdelf3.01*)shlibpath_overrides_runpath=yeshardcode_into_libs=yes;;*) # from 3.2 onshlibpath_overrides_runpath=nohardcode_into_libs=yes;;esac;;gnu*)version_type=linuxneed_lib_prefix=noneed_version=nolibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'shlibpath_var=LD_LIBRARY_PATHhardcode_into_libs=yes;;hpux9* | hpux10* | hpux11*)# Give a soname corresponding to the major version so that dld.sl refuses to# link against other versions.version_type=sunosneed_lib_prefix=noneed_version=nocase "$host_cpu" inia64*)shrext='.so'hardcode_into_libs=yesdynamic_linker="$host_os dld.so"shlibpath_var=LD_LIBRARY_PATHshlibpath_overrides_runpath=yes # Unless +noenvvar is specified.library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'if test "X$HPUX_IA64_MODE" = X32; thensys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"elsesys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"fisys_lib_dlsearch_path_spec=$sys_lib_search_path_spec;;hppa*64*)shrext='.sl'hardcode_into_libs=yesdynamic_linker="$host_os dld.sl"shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATHshlibpath_overrides_runpath=yes # Unless +noenvvar is specified.library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec;;*)shrext='.sl'dynamic_linker="$host_os dld.sl"shlibpath_var=SHLIB_PATHshlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATHlibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major';;esac# HP-UX runs *really* slowly unless shared libraries are mode 555.postinstall_cmds='chmod 555 $lib';;irix5* | irix6* | nonstopux*)case $host_os innonstopux*) version_type=nonstopux ;;*)if test "$lt_cv_prog_gnu_ld" = yes; thenversion_type=linuxelseversion_type=irixfi ;;esacneed_lib_prefix=noneed_version=nosoname_spec='${libname}${release}${shared_ext}$major'library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'case $host_os inirix5* | nonstopux*)libsuff= shlibsuff=;;*)case $LD in # libtool.m4 will add one of these switches to LD*-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")libsuff= shlibsuff= libmagic=32-bit;;*-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")libsuff=32 shlibsuff=N32 libmagic=N32;;*-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")libsuff=64 shlibsuff=64 libmagic=64-bit;;*) libsuff= shlibsuff= libmagic=never-match;;esac;;esacshlibpath_var=LD_LIBRARY${shlibsuff}_PATHshlibpath_overrides_runpath=nosys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"hardcode_into_libs=yes;;# No shared lib support for Linux oldld, aout, or coff.linux*oldld* | linux*aout* | linux*coff*)dynamic_linker=no;;# This must be Linux ELF.linux*)version_type=linuxneed_lib_prefix=noneed_version=nolibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'shlibpath_var=LD_LIBRARY_PATHshlibpath_overrides_runpath=no# This implies no fast_install, which is unacceptable.# Some rework will be needed to allow for fast_install# before this can be enabled.hardcode_into_libs=yes# We used to test for /lib/ld.so.1 and disable shared libraries on# powerpc, because MkLinux only supported shared libraries with the# GNU dynamic linker. Since this was broken with cross compilers,# most powerpc-linux boxes support dynamic linking these days and# people can always --disable-shared, the test was removed, and we# assume the GNU/Linux dynamic linker is in use.dynamic_linker='GNU/Linux ld.so';;netbsd*)version_type=sunosneed_lib_prefix=noneed_version=noif echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; thenlibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'dynamic_linker='NetBSD (a.out) ld.so'elselibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'dynamic_linker='NetBSD ld.elf_so'fishlibpath_var=LD_LIBRARY_PATHshlibpath_overrides_runpath=yeshardcode_into_libs=yes;;newsos6)version_type=linuxlibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'shlibpath_var=LD_LIBRARY_PATHshlibpath_overrides_runpath=yes;;nto-qnx)version_type=linuxneed_lib_prefix=noneed_version=nolibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'shlibpath_var=LD_LIBRARY_PATHshlibpath_overrides_runpath=yes;;openbsd*)version_type=sunosneed_lib_prefix=noneed_version=nolibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'shlibpath_var=LD_LIBRARY_PATHif test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; thencase $host_os inopenbsd2.[89] | openbsd2.[89].*)shlibpath_overrides_runpath=no;;*)shlibpath_overrides_runpath=yes;;esacelseshlibpath_overrides_runpath=yesfi;;os2*)libname_spec='$name'shrext=".dll"need_lib_prefix=nolibrary_names_spec='$libname${shared_ext} $libname.a'dynamic_linker='OS/2 ld.exe'shlibpath_var=LIBPATH;;osf3* | osf4* | osf5*)version_type=osfneed_lib_prefix=noneed_version=nosoname_spec='${libname}${release}${shared_ext}$major'library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'shlibpath_var=LD_LIBRARY_PATHsys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec";;sco3.2v5*)version_type=osfsoname_spec='${libname}${release}${shared_ext}$major'library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'shlibpath_var=LD_LIBRARY_PATH;;solaris*)version_type=linuxneed_lib_prefix=noneed_version=nolibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'shlibpath_var=LD_LIBRARY_PATHshlibpath_overrides_runpath=yeshardcode_into_libs=yes# ldd complains unless libraries are executablepostinstall_cmds='chmod +x $lib';;sunos4*)version_type=sunoslibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'shlibpath_var=LD_LIBRARY_PATHshlibpath_overrides_runpath=yesif test "$with_gnu_ld" = yes; thenneed_lib_prefix=nofineed_version=yes;;sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)version_type=linuxlibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'shlibpath_var=LD_LIBRARY_PATHcase $host_vendor insni)shlibpath_overrides_runpath=noneed_lib_prefix=noexport_dynamic_flag_spec='${wl}-Blargedynsym'runpath_var=LD_RUN_PATH;;siemens)need_lib_prefix=no;;motorola)need_lib_prefix=noneed_version=noshlibpath_overrides_runpath=nosys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib';;esac;;sysv4*MP*)if test -d /usr/nec ;thenversion_type=linuxlibrary_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'soname_spec='$libname${shared_ext}.$major'shlibpath_var=LD_LIBRARY_PATHfi;;uts4*)version_type=linuxlibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'shlibpath_var=LD_LIBRARY_PATH;;*)dynamic_linker=no;;esacecho "$as_me:$LINENO: result: $dynamic_linker" >&5echo "${ECHO_T}$dynamic_linker" >&6test "$dynamic_linker" = no && can_build_shared=noif test "x$enable_dlopen" != xyes; thenenable_dlopen=unknownenable_dlopen_self=unknownenable_dlopen_self_static=unknownelselt_cv_dlopen=nolt_cv_dlopen_libs=case $host_os inbeos*)lt_cv_dlopen="load_add_on"lt_cv_dlopen_libs=lt_cv_dlopen_self=yes;;mingw* | pw32*)lt_cv_dlopen="LoadLibrary"lt_cv_dlopen_libs=;;cygwin*)lt_cv_dlopen="dlopen"lt_cv_dlopen_libs=;;darwin*)# if libdl is installed we need to link against itecho "$as_me:$LINENO: checking for dlopen in -ldl" >&5echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6if test "${ac_cv_lib_dl_dlopen+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-ldl $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char dlopen ();intmain (){dlopen ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_dl_dlopen=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_dl_dlopen=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6if test $ac_cv_lib_dl_dlopen = yes; thenlt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"elselt_cv_dlopen="dyld"lt_cv_dlopen_libs=lt_cv_dlopen_self=yesfi;;*)echo "$as_me:$LINENO: checking for shl_load" >&5echo $ECHO_N "checking for shl_load... $ECHO_C" >&6if test "${ac_cv_func_shl_load+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.For example, HP-UX 11i <limits.h> declares gettimeofday. */#define shl_load innocuous_shl_load/* System header to define __stub macros and hopefully few prototypes,which can conflict with char shl_load (); below.Prefer <limits.h> to <assert.h> if __STDC__ is defined, since<limits.h> exists even on freestanding compilers. */#ifdef __STDC__# include <limits.h>#else# include <assert.h>#endif#undef shl_load/* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"{#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char shl_load ();/* The GNU C library defines this for functions which it implementsto always fail with ENOSYS. Some functions are actually namedsomething starting with __ and the normal name is an alias. */#if defined (__stub_shl_load) || defined (__stub___shl_load)choke me#elsechar (*f) () = shl_load;#endif#ifdef __cplusplus}#endifintmain (){return f != shl_load;;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_func_shl_load=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_func_shl_load=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5echo "${ECHO_T}$ac_cv_func_shl_load" >&6if test $ac_cv_func_shl_load = yes; thenlt_cv_dlopen="shl_load"elseecho "$as_me:$LINENO: checking for shl_load in -ldld" >&5echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6if test "${ac_cv_lib_dld_shl_load+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-ldld $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char shl_load ();intmain (){shl_load ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_dld_shl_load=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_dld_shl_load=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6if test $ac_cv_lib_dld_shl_load = yes; thenlt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"elseecho "$as_me:$LINENO: checking for dlopen" >&5echo $ECHO_N "checking for dlopen... $ECHO_C" >&6if test "${ac_cv_func_dlopen+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.For example, HP-UX 11i <limits.h> declares gettimeofday. */#define dlopen innocuous_dlopen/* System header to define __stub macros and hopefully few prototypes,which can conflict with char dlopen (); below.Prefer <limits.h> to <assert.h> if __STDC__ is defined, since<limits.h> exists even on freestanding compilers. */#ifdef __STDC__# include <limits.h>#else# include <assert.h>#endif#undef dlopen/* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"{#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char dlopen ();/* The GNU C library defines this for functions which it implementsto always fail with ENOSYS. Some functions are actually namedsomething starting with __ and the normal name is an alias. */#if defined (__stub_dlopen) || defined (__stub___dlopen)choke me#elsechar (*f) () = dlopen;#endif#ifdef __cplusplus}#endifintmain (){return f != dlopen;;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_func_dlopen=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_func_dlopen=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5echo "${ECHO_T}$ac_cv_func_dlopen" >&6if test $ac_cv_func_dlopen = yes; thenlt_cv_dlopen="dlopen"elseecho "$as_me:$LINENO: checking for dlopen in -ldl" >&5echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6if test "${ac_cv_lib_dl_dlopen+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-ldl $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char dlopen ();intmain (){dlopen ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_dl_dlopen=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_dl_dlopen=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6if test $ac_cv_lib_dl_dlopen = yes; thenlt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"elseecho "$as_me:$LINENO: checking for dlopen in -lsvld" >&5echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6if test "${ac_cv_lib_svld_dlopen+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lsvld $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char dlopen ();intmain (){dlopen ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_svld_dlopen=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_svld_dlopen=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6if test $ac_cv_lib_svld_dlopen = yes; thenlt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"elseecho "$as_me:$LINENO: checking for dld_link in -ldld" >&5echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6if test "${ac_cv_lib_dld_dld_link+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-ldld $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char dld_link ();intmain (){dld_link ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_dld_dld_link=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_dld_dld_link=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6if test $ac_cv_lib_dld_dld_link = yes; thenlt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"fifififififi;;esacif test "x$lt_cv_dlopen" != xno; thenenable_dlopen=yeselseenable_dlopen=noficase $lt_cv_dlopen indlopen)save_CPPFLAGS="$CPPFLAGS"test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"save_LDFLAGS="$LDFLAGS"eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"save_LIBS="$LIBS"LIBS="$lt_cv_dlopen_libs $LIBS"echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6if test "${lt_cv_dlopen_self+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test "$cross_compiling" = yes; then :lt_cv_dlopen_self=crosselselt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2lt_status=$lt_dlunknowncat > conftest.$ac_ext <<EOF#line 10439 "configure"#include "confdefs.h"#if HAVE_DLFCN_H#include <dlfcn.h>#endif#include <stdio.h>#ifdef RTLD_GLOBAL# define LT_DLGLOBAL RTLD_GLOBAL#else# ifdef DL_GLOBAL# define LT_DLGLOBAL DL_GLOBAL# else# define LT_DLGLOBAL 0# endif#endif/* We may have to define LT_DLLAZY_OR_NOW in the command line if wefind out it does not work in some platform. */#ifndef LT_DLLAZY_OR_NOW# ifdef RTLD_LAZY# define LT_DLLAZY_OR_NOW RTLD_LAZY# else# ifdef DL_LAZY# define LT_DLLAZY_OR_NOW DL_LAZY# else# ifdef RTLD_NOW# define LT_DLLAZY_OR_NOW RTLD_NOW# else# ifdef DL_NOW# define LT_DLLAZY_OR_NOW DL_NOW# else# define LT_DLLAZY_OR_NOW 0# endif# endif# endif# endif#endif#ifdef __cplusplusextern "C" void exit (int);#endifvoid fnord() { int i=42;}int main (){void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);int status = $lt_dlunknown;if (self){if (dlsym (self,"fnord")) status = $lt_dlno_uscore;else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;/* dlclose (self); */}exit (status);}EOFif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then(./conftest; exit; ) 2>/dev/nulllt_status=$?case x$lt_status inx$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;x$lt_unknown|x*) lt_cv_dlopen_self=no ;;esacelse :# compilation failedlt_cv_dlopen_self=nofifirm -fr conftest*fiecho "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5echo "${ECHO_T}$lt_cv_dlopen_self" >&6if test "x$lt_cv_dlopen_self" = xyes; thenLDFLAGS="$LDFLAGS $link_static_flag"echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6if test "${lt_cv_dlopen_self_static+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test "$cross_compiling" = yes; then :lt_cv_dlopen_self_static=crosselselt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2lt_status=$lt_dlunknowncat > conftest.$ac_ext <<EOF#line 10537 "configure"#include "confdefs.h"#if HAVE_DLFCN_H#include <dlfcn.h>#endif#include <stdio.h>#ifdef RTLD_GLOBAL# define LT_DLGLOBAL RTLD_GLOBAL#else# ifdef DL_GLOBAL# define LT_DLGLOBAL DL_GLOBAL# else# define LT_DLGLOBAL 0# endif#endif/* We may have to define LT_DLLAZY_OR_NOW in the command line if wefind out it does not work in some platform. */#ifndef LT_DLLAZY_OR_NOW# ifdef RTLD_LAZY# define LT_DLLAZY_OR_NOW RTLD_LAZY# else# ifdef DL_LAZY# define LT_DLLAZY_OR_NOW DL_LAZY# else# ifdef RTLD_NOW# define LT_DLLAZY_OR_NOW RTLD_NOW# else# ifdef DL_NOW# define LT_DLLAZY_OR_NOW DL_NOW# else# define LT_DLLAZY_OR_NOW 0# endif# endif# endif# endif#endif#ifdef __cplusplusextern "C" void exit (int);#endifvoid fnord() { int i=42;}int main (){void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);int status = $lt_dlunknown;if (self){if (dlsym (self,"fnord")) status = $lt_dlno_uscore;else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;/* dlclose (self); */}exit (status);}EOFif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then(./conftest; exit; ) 2>/dev/nulllt_status=$?case x$lt_status inx$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;esacelse :# compilation failedlt_cv_dlopen_self_static=nofifirm -fr conftest*fiecho "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6fiCPPFLAGS="$save_CPPFLAGS"LDFLAGS="$save_LDFLAGS"LIBS="$save_LIBS";;esaccase $lt_cv_dlopen_self inyes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;*) enable_dlopen_self=unknown ;;esaccase $lt_cv_dlopen_self_static inyes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;*) enable_dlopen_self_static=unknown ;;esacfi# Report which librarie types wil actually be builtecho "$as_me:$LINENO: checking if libtool supports shared libraries" >&5echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6echo "$as_me:$LINENO: result: $can_build_shared" >&5echo "${ECHO_T}$can_build_shared" >&6echo "$as_me:$LINENO: checking whether to build shared libraries" >&5echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6test "$can_build_shared" = "no" && enable_shared=no# On AIX, shared libraries and static libraries use the same namespace, and# are all built from PIC.case "$host_os" inaix3*)test "$enable_shared" = yes && enable_static=noif test -n "$RANLIB"; thenarchive_cmds="$archive_cmds~\$RANLIB \$lib"postinstall_cmds='$RANLIB $lib'fi;;aix4*)if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; thentest "$enable_shared" = yes && enable_static=nofi;;darwin* | rhapsody*)if $CC -v 2>&1 | grep 'Apple' >/dev/null ; thenarchive_cmds_need_lc=nocase "$host_os" inrhapsody* | darwin1.[012])allow_undefined_flag='-undefined suppress';;*) # Darwin 1.3 ontest -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag='-flat_namespace -undefined suppress';;esac# FIXME: Relying on posixy $() will cause problems for# cross-compilation, but unfortunately the echo tests do not# yet detect zsh echo's removal of \ escapes. Also zsh mangles# `"' quotes if we put them in here... so don't!output_verbose_link_cmd='echo'archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring'module_cmds='$CC -bundle $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags'# Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld'sarchive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -bundle $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'hardcode_direct=nohardcode_automatic=yeshardcode_shlibpath_var=unsupportedwhole_archive_flag_spec='-all_load $convenience'link_all_deplibs=yesfi;;esacecho "$as_me:$LINENO: result: $enable_shared" >&5echo "${ECHO_T}$enable_shared" >&6echo "$as_me:$LINENO: checking whether to build static libraries" >&5echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6# Make sure either enable_shared or enable_static is yes.test "$enable_shared" = yes || enable_static=yesecho "$as_me:$LINENO: result: $enable_static" >&5echo "${ECHO_T}$enable_static" >&6# The else clause should only fire when bootstrapping the# libtool distribution, otherwise you forgot to ship ltmain.sh# with your package, and you will get complaints that there are# no rules to generate ltmain.sh.if test -f "$ltmain"; then# See if we are running on zsh, and set the options which allow our commands through# without removal of \ escapes.if test -n "${ZSH_VERSION+set}" ; thensetopt NO_GLOB_SUBSTfi# Now quote all the things that may contain metacharacters while being# careful not to overquote the AC_SUBSTed values. We take copies of the# variables and quote the copies for generation of the libtool script.for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \libname_spec library_names_spec soname_spec extract_expsyms_cmds \old_striplib striplib file_magic_cmd finish_cmds finish_eval \deplibs_check_method reload_flag reload_cmds need_locks \lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \lt_cv_sys_global_symbol_to_c_name_address \sys_lib_search_path_spec sys_lib_dlsearch_path_spec \old_postinstall_cmds old_postuninstall_cmds \compiler \CC \LD \lt_prog_compiler_wl \lt_prog_compiler_pic \lt_prog_compiler_static \lt_prog_compiler_no_builtin_flag \export_dynamic_flag_spec \thread_safe_flag_spec \whole_archive_flag_spec \enable_shared_with_static_runtimes \old_archive_cmds \old_archive_from_new_cmds \predep_objects \postdep_objects \predeps \postdeps \compiler_lib_search_path \archive_cmds \archive_expsym_cmds \postinstall_cmds \postuninstall_cmds \old_archive_from_expsyms_cmds \allow_undefined_flag \no_undefined_flag \export_symbols_cmds \hardcode_libdir_flag_spec \hardcode_libdir_flag_spec_ld \hardcode_libdir_separator \hardcode_automatic \module_cmds \module_expsym_cmds \lt_cv_prog_compiler_c_o \exclude_expsyms \include_expsyms; docase $var inold_archive_cmds | \old_archive_from_new_cmds | \archive_cmds | \archive_expsym_cmds | \module_cmds | \module_expsym_cmds | \old_archive_from_expsyms_cmds | \export_symbols_cmds | \extract_expsyms_cmds | reload_cmds | finish_cmds | \postinstall_cmds | postuninstall_cmds | \old_postinstall_cmds | old_postuninstall_cmds | \sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)# Double-quote double-evaled strings.eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"";;*)eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"";;esacdonecase $lt_echo in*'\$0 --fallback-echo"')lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`;;esaccfgfile="${ofile}T"trap "$rm \"$cfgfile\"; exit 1" 1 2 15$rm -f "$cfgfile"{ echo "$as_me:$LINENO: creating $ofile" >&5echo "$as_me: creating $ofile" >&6;}cat <<__EOF__ >> "$cfgfile"#! $SHELL# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)# NOTE: Changes made to this file will be lost: look at ltmain.sh.## Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001# Free Software Foundation, Inc.## This file is part of GNU Libtool:# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996## This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2 of the License, or# (at your option) any later version.## This program is distributed in the hope that it will be useful, but# WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU# General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.## As a special exception to the GNU General Public License, if you# distribute this file as part of a program that contains a# configuration script generated by Autoconf, you may include it under# the same distribution terms that you use for the rest of that program.# A sed program that does not truncate output.SED=$lt_SED# Sed that helps us avoid accidentally triggering echo(1) options like -n.Xsed="$SED -e s/^X//"# The HP-UX ksh and POSIX shell print the target directory to stdout# if CDPATH is set.if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi# The names of the tagged configurations supported by this script.available_tags=# ### BEGIN LIBTOOL CONFIG# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:# Shell to use when invoking shell scripts.SHELL=$lt_SHELL# Whether or not to build shared libraries.build_libtool_libs=$enable_shared# Whether or not to build static libraries.build_old_libs=$enable_static# Whether or not to add -lc for building shared libraries.build_libtool_need_lc=$archive_cmds_need_lc# Whether or not to disallow shared libs when runtime libs are staticallow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes# Whether or not to optimize for fast installation.fast_install=$enable_fast_install# The host system.host_alias=$host_aliashost=$host# An echo program that does not interpret backslashes.echo=$lt_echo# The archiver.AR=$lt_ARAR_FLAGS=$lt_AR_FLAGS# A C compiler.LTCC=$lt_LTCC# A language-specific compiler.CC=$lt_compiler# Is the compiler the GNU C compiler?with_gcc=$GCC# An ERE matcher.EGREP=$lt_EGREP# The linker used to build libraries.LD=$lt_LD# Whether we need hard or soft links.LN_S=$lt_LN_S# A BSD-compatible nm program.NM=$lt_NM# A symbol stripping programSTRIP=$STRIP# Used to examine libraries when file_magic_cmd begins "file"MAGIC_CMD=$MAGIC_CMD# Used on cygwin: DLL creation program.DLLTOOL="$DLLTOOL"# Used on cygwin: object dumper.OBJDUMP="$OBJDUMP"# Used on cygwin: assembler.AS="$AS"# The name of the directory that contains temporary libtool files.objdir=$objdir# How to create reloadable object files.reload_flag=$lt_reload_flagreload_cmds=$lt_reload_cmds# How to pass a linker flag through the compiler.wl=$lt_lt_prog_compiler_wl# Object file suffix (normally "o").objext="$ac_objext"# Old archive suffix (normally "a").libext="$libext"# Shared library suffix (normally ".so").shrext='$shrext'# Executable file suffix (normally "").exeext="$exeext"# Additional compiler flags for building library objects.pic_flag=$lt_lt_prog_compiler_picpic_mode=$pic_mode# What is the maximum length of a command?max_cmd_len=$lt_cv_sys_max_cmd_len# Does compiler simultaneously support -c and -o options?compiler_c_o=$lt_lt_cv_prog_compiler_c_o# Must we lock files when doing compilation ?need_locks=$lt_need_locks# Do we need the lib prefix for modules?need_lib_prefix=$need_lib_prefix# Do we need a version for libraries?need_version=$need_version# Whether dlopen is supported.dlopen_support=$enable_dlopen# Whether dlopen of programs is supported.dlopen_self=$enable_dlopen_self# Whether dlopen of statically linked programs is supported.dlopen_self_static=$enable_dlopen_self_static# Compiler flag to prevent dynamic linking.link_static_flag=$lt_lt_prog_compiler_static# Compiler flag to turn off builtin functions.no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag# Compiler flag to allow reflexive dlopens.export_dynamic_flag_spec=$lt_export_dynamic_flag_spec# Compiler flag to generate shared objects directly from archives.whole_archive_flag_spec=$lt_whole_archive_flag_spec# Compiler flag to generate thread-safe objects.thread_safe_flag_spec=$lt_thread_safe_flag_spec# Library versioning type.version_type=$version_type# Format of library name prefix.libname_spec=$lt_libname_spec# List of archive names. First name is the real one, the rest are links.# The last name is the one that the linker finds with -lNAME.library_names_spec=$lt_library_names_spec# The coded name of the library, if different from the real name.soname_spec=$lt_soname_spec# Commands used to build and install an old-style archive.RANLIB=$lt_RANLIBold_archive_cmds=$lt_old_archive_cmdsold_postinstall_cmds=$lt_old_postinstall_cmdsold_postuninstall_cmds=$lt_old_postuninstall_cmds# Create an old-style archive from a shared archive.old_archive_from_new_cmds=$lt_old_archive_from_new_cmds# Create a temporary old-style archive to link instead of a shared archive.old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds# Commands used to build and install a shared archive.archive_cmds=$lt_archive_cmdsarchive_expsym_cmds=$lt_archive_expsym_cmdspostinstall_cmds=$lt_postinstall_cmdspostuninstall_cmds=$lt_postuninstall_cmds# Commands used to build a loadable module (assumed same as above if empty)module_cmds=$lt_module_cmdsmodule_expsym_cmds=$lt_module_expsym_cmds# Commands to strip libraries.old_striplib=$lt_old_striplibstriplib=$lt_striplib# Dependencies to place before the objects being linked to create a# shared library.predep_objects=$lt_predep_objects# Dependencies to place after the objects being linked to create a# shared library.postdep_objects=$lt_postdep_objects# Dependencies to place before the objects being linked to create a# shared library.predeps=$lt_predeps# Dependencies to place after the objects being linked to create a# shared library.postdeps=$lt_postdeps# The library search path used internally by the compiler when linking# a shared library.compiler_lib_search_path=$lt_compiler_lib_search_path# Method to check whether dependent libraries are shared objects.deplibs_check_method=$lt_deplibs_check_method# Command to use when deplibs_check_method == file_magic.file_magic_cmd=$lt_file_magic_cmd# Flag that allows shared libraries with undefined symbols to be built.allow_undefined_flag=$lt_allow_undefined_flag# Flag that forces no undefined symbols.no_undefined_flag=$lt_no_undefined_flag# Commands used to finish a libtool library installation in a directory.finish_cmds=$lt_finish_cmds# Same as above, but a single script fragment to be evaled but not shown.finish_eval=$lt_finish_eval# Take the output of nm and produce a listing of raw symbols and C names.global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe# Transform the output of nm in a proper C declarationglobal_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl# Transform the output of nm in a C name address pairglobal_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address# This is the shared library runtime path variable.runpath_var=$runpath_var# This is the shared library path variable.shlibpath_var=$shlibpath_var# Is shlibpath searched before the hard-coded library search path?shlibpath_overrides_runpath=$shlibpath_overrides_runpath# How to hardcode a shared library path into an executable.hardcode_action=$hardcode_action# Whether we should hardcode library paths into libraries.hardcode_into_libs=$hardcode_into_libs# Flag to hardcode \$libdir into a binary during linking.# This must work even if \$libdir does not exist.hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec# If ld is used when linking, flag to hardcode \$libdir into# a binary during linking. This must work even if \$libdir does# not exist.hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld# Whether we need a single -rpath flag with a separated argument.hardcode_libdir_separator=$lt_hardcode_libdir_separator# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the# resulting binary.hardcode_direct=$hardcode_direct# Set to yes if using the -LDIR flag during linking hardcodes DIR into the# resulting binary.hardcode_minus_L=$hardcode_minus_L# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into# the resulting binary.hardcode_shlibpath_var=$hardcode_shlibpath_var# Set to yes if building a shared library automatically hardcodes DIR into the library# and all subsequent libraries and executables linked against it.hardcode_automatic=$hardcode_automatic# Variables whose values should be saved in libtool wrapper scripts and# restored at relink time.variables_saved_for_relink="$variables_saved_for_relink"# Whether libtool must link a program against all its dependency libraries.link_all_deplibs=$link_all_deplibs# Compile-time system search path for librariessys_lib_search_path_spec=$lt_sys_lib_search_path_spec# Run-time system search path for librariessys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec# Fix the shell variable \$srcfile for the compiler.fix_srcfile_path="$fix_srcfile_path"# Set to yes if exported symbols are required.always_export_symbols=$always_export_symbols# The commands to list exported symbols.export_symbols_cmds=$lt_export_symbols_cmds# The commands to extract the exported symbol list from a shared archive.extract_expsyms_cmds=$lt_extract_expsyms_cmds# Symbols that should not be listed in the preloaded symbols.exclude_expsyms=$lt_exclude_expsyms# Symbols that must always be exported.include_expsyms=$lt_include_expsyms# ### END LIBTOOL CONFIG__EOF__case $host_os inaix3*)cat <<\EOF >> "$cfgfile"# AIX sometimes has problems with the GCC collect2 program. For some# reason, if we set the COLLECT_NAMES environment variable, the problems# vanish in a puff of smoke.if test "X${COLLECT_NAMES+set}" != Xset; thenCOLLECT_NAMES=export COLLECT_NAMESfiEOF;;esac# We use sed instead of cat because bash on DJGPP gets confused if# if finds mixed CR/LF and LF-only lines. Since sed operates in# text mode, it properly converts lines to CR/LF. This bash problem# is reportedly fixed, but why not run on old versions too?sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)mv -f "$cfgfile" "$ofile" || \(rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")chmod +x "$ofile"else# If there is no Makefile yet, we rely on a make rule to execute# `config.status --recheck' to rerun these tests and create the# libtool script then.test -f Makefile && make "$ltmain"fiac_ext=cac_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_gnuCC="$lt_save_CC"# Check whether --with-tags or --without-tags was given.if test "${with_tags+set}" = set; thenwithval="$with_tags"tagnames="$withval"fi;if test -f "$ltmain" && test -n "$tagnames"; thenif test ! -f "${ofile}"; then{ echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;}fiif test -z "$LTCC"; theneval "`$SHELL ${ofile} --config | grep '^LTCC='`"if test -z "$LTCC"; then{ echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;}else{ echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}fifi# Extract list of available tagged configurations in $ofile.# Note that this assumes the entire list is on one line.available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"for tagname in $tagnames; doIFS="$lt_save_ifs"# Check whether tagname contains only valid characterscase `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in"") ;;*) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5echo "$as_me: error: invalid tag name: $tagname" >&2;}{ (exit 1); exit 1; }; };;esacif grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/nullthen{ { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}{ (exit 1); exit 1; }; }fi# Update the list of available tags.if test -n "$tagname"; thenecho appending configuration tag \"$tagname\" to $ofilecase $tagname inCXX)if test -n "$CXX" && test "X$CXX" != "Xno"; thenac_ext=ccac_cpp='$CXXCPP $CPPFLAGS'ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_cxx_compiler_gnuarchive_cmds_need_lc_CXX=noallow_undefined_flag_CXX=always_export_symbols_CXX=noarchive_expsym_cmds_CXX=export_dynamic_flag_spec_CXX=hardcode_direct_CXX=nohardcode_libdir_flag_spec_CXX=hardcode_libdir_flag_spec_ld_CXX=hardcode_libdir_separator_CXX=hardcode_minus_L_CXX=nohardcode_automatic_CXX=nomodule_cmds_CXX=module_expsym_cmds_CXX=link_all_deplibs_CXX=unknownold_archive_cmds_CXX=$old_archive_cmdsno_undefined_flag_CXX=whole_archive_flag_spec_CXX=enable_shared_with_static_runtimes_CXX=no# Dependencies to place before and after the object being linked:predep_objects_CXX=postdep_objects_CXX=predeps_CXX=postdeps_CXX=compiler_lib_search_path_CXX=# Source file extension for C++ test sources.ac_ext=cc# Object file extension for compiled C++ test sources.objext=oobjext_CXX=$objext# Code to be used in simple compile testslt_simple_compile_test_code="int some_variable = 0;\n"# Code to be used in simple link testslt_simple_link_test_code='int main(int, char *) { return(0); }\n'# ltmain only uses $CC for tagged configurations so make sure $CC is set.# If no C compiler was specified, use CC.LTCC=${LTCC-"$CC"}# Allow CC to be a program name with arguments.compiler=$CC# Allow CC to be a program name with arguments.lt_save_CC=$CClt_save_LD=$LDlt_save_GCC=$GCCGCC=$GXXlt_save_with_gnu_ld=$with_gnu_ldlt_save_path_LD=$lt_cv_path_LDif test -n "${lt_cv_prog_gnu_ldcxx+set}"; thenlt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxxelseunset lt_cv_prog_gnu_ldfiif test -n "${lt_cv_path_LDCXX+set}"; thenlt_cv_path_LD=$lt_cv_path_LDCXXelseunset lt_cv_path_LDfitest -z "${LDCXX+set}" || LD=$LDCXXCC=${CXX-"c++"}compiler=$CCcompiler_CXX=$CCcc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`# We don't want -fno-exception wen compiling C++ code, so set the# no_builtin_flag separatelyif test "$GXX" = yes; thenlt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'elselt_prog_compiler_no_builtin_flag_CXX=fiif test "$GXX" = yes; then# Set up default GNU C++ configuration# Check whether --with-gnu-ld or --without-gnu-ld was given.if test "${with_gnu_ld+set}" = set; thenwithval="$with_gnu_ld"test "$withval" = no || with_gnu_ld=yeselsewith_gnu_ld=nofi;ac_prog=ldif test "$GCC" = yes; then# Check if gcc -print-prog-name=ld gives a path.echo "$as_me:$LINENO: checking for ld used by $CC" >&5echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6case $host in*-*-mingw*)# gcc leaves a trailing carriage return which upsets mingwac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;*)ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;esaccase $ac_prog in# Accept absolute paths.[\\/]* | ?:[\\/]*)re_direlt='/[^/][^/]*/\.\./'# Canonicalize the path of ldac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; doac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`donetest -z "$LD" && LD="$ac_prog";;"")# If it fails, then pretend we aren't using GCC.ac_prog=ld;;*)# If it is relative, then search for the first ld in PATH.with_gnu_ld=unknown;;esacelif test "$with_gnu_ld" = yes; thenecho "$as_me:$LINENO: checking for GNU ld" >&5echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6elseecho "$as_me:$LINENO: checking for non-GNU ld" >&5echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6fiif test "${lt_cv_path_LD+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test -z "$LD"; thenlt_save_ifs="$IFS"; IFS=$PATH_SEPARATORfor ac_dir in $PATH; doIFS="$lt_save_ifs"test -z "$ac_dir" && ac_dir=.if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; thenlt_cv_path_LD="$ac_dir/$ac_prog"# Check to see if the program is GNU ld. I'd rather use --version,# but apparently some GNU ld's only accept -v.# Break only if it was the GNU/non-GNU ld that we prefer.case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in*GNU* | *'with BFD'*)test "$with_gnu_ld" != no && break;;*)test "$with_gnu_ld" != yes && break;;esacfidoneIFS="$lt_save_ifs"elselt_cv_path_LD="$LD" # Let the user override the test with a path.fifiLD="$lt_cv_path_LD"if test -n "$LD"; thenecho "$as_me:$LINENO: result: $LD" >&5echo "${ECHO_T}$LD" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}{ (exit 1); exit 1; }; }echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6if test "${lt_cv_prog_gnu_ld+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6else# I'd rather use --version here, but apparently some GNU ld's only accept -v.case `"$LD" -v 2>&1 </dev/null` in*GNU* | *'with BFD'*)lt_cv_prog_gnu_ld=yes;;*)lt_cv_prog_gnu_ld=no;;esacfiecho "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6with_gnu_ld=$lt_cv_prog_gnu_ld# Check if GNU C++ uses GNU ld as the underlying linker, since the# archiving commands below assume that GNU ld is being used.if test "$with_gnu_ld" = yes; thenarchive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'export_dynamic_flag_spec_CXX='${wl}--export-dynamic'# If archive_cmds runs LD, not CC, wlarc should be empty# XXX I think wlarc can be eliminated in ltcf-cxx, but I need to# investigate it a little bit more. (MM)wlarc='${wl}'# ancient GNU ld didn't support --whole-archive et. al.if eval "`$CC -print-prog-name=ld` --help 2>&1" | \grep 'no-whole-archive' > /dev/null; thenwhole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'elsewhole_archive_flag_spec_CXX=fielsewith_gnu_ld=nowlarc=# A generic and very simple default shared library creation# command for GNU C++ for the case where it uses the native# linker, instead of GNU ld. If possible, this setting should# overridden to take advantage of the native linker features on# the platform it is being used on.archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'fi# Commands to make compiler produce verbose output that lists# what "hidden" libraries, object files and flags are used when# linking a shared library.output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'elseGXX=nowith_gnu_ld=nowlarc=fi# PORTME: fill in a description of your system's C++ link characteristicsecho "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6ld_shlibs_CXX=yescase $host_os inaix3*)# FIXME: insert proper C++ library supportld_shlibs_CXX=no;;aix4* | aix5*)if test "$host_cpu" = ia64; then# On IA64, the linker does run time linking by default, so we don't# have to do anything special.aix_use_runtimelinking=noexp_sym_flag='-Bexport'no_entry_flag=""elseaix_use_runtimelinking=no# Test if we are trying to use run time linking or normal# AIX style linking. If -brtl is somewhere in LDFLAGS, we# need to do runtime linking.case $host_os in aix4.[23]|aix4.[23].*|aix5*)for ld_flag in $LDFLAGS; docase $ld_flag in*-brtl*)aix_use_runtimelinking=yesbreak;;esacdoneesacexp_sym_flag='-bexport'no_entry_flag='-bnoentry'fi# When large executables or shared objects are built, AIX ld can# have problems creating the table of contents. If linking a library# or program results in "error TOC overflow" add -mminimal-toc to# CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not# enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.archive_cmds_CXX=''hardcode_direct_CXX=yeshardcode_libdir_separator_CXX=':'link_all_deplibs_CXX=yesif test "$GXX" = yes; thencase $host_os in aix4.012|aix4.012.*)# We only want to do this on AIX 4.2 and lower, the check# below for broken collect2 doesn't work under 4.3+collect2name=`${CC} -print-prog-name=collect2`if test -f "$collect2name" && \strings "$collect2name" | grep resolve_lib_name >/dev/nullthen# We have reworked collect2hardcode_direct_CXX=yeselse# We have old collect2hardcode_direct_CXX=unsupported# It fails to find uninstalled libraries when the uninstalled# path is not listed in the libpath. Setting hardcode_minus_L# to unsupported forces relinkinghardcode_minus_L_CXX=yeshardcode_libdir_flag_spec_CXX='-L$libdir'hardcode_libdir_separator_CXX=fiesacshared_flag='-shared'else# not using gccif test "$host_cpu" = ia64; then# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release# chokes on -Wl,-G. The following line is correct:shared_flag='-G'elseif test "$aix_use_runtimelinking" = yes; thenshared_flag='${wl}-G'elseshared_flag='${wl}-bM:SRE'fififi# It seems that -bexpall does not export symbols beginning with# underscore (_), so it is better to generate a list of symbols to export.always_export_symbols_CXX=yesif test "$aix_use_runtimelinking" = yes; then# Warning - without using the other runtime loading flags (-brtl),# -berok will link without error, but may produce a broken library.allow_undefined_flag_CXX='-berok'# Determine the default libpath from the value encoded in an empty executable.cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */intmain (){;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenaix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }}'`# Check for a 64-bit object if we didn't find anything.if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }}'`; fielseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extif test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fihardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"elseif test "$host_cpu" = ia64; thenhardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'allow_undefined_flag_CXX="-z nodefs"archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"else# Determine the default libpath from the value encoded in an empty executable.cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */intmain (){;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenaix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }}'`# Check for a 64-bit object if we didn't find anything.if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }}'`; fielseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extif test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fihardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"# Warning - without using the other run time loading flags,# -berok will link without error, but may produce a broken library.no_undefined_flag_CXX=' ${wl}-bernotok'allow_undefined_flag_CXX=' ${wl}-berok'# -bexpall does not export symbols beginning with underscore (_)always_export_symbols_CXX=yes# Exported symbols can be pulled into shared objects from archiveswhole_archive_flag_spec_CXX=' 'archive_cmds_need_lc_CXX=yes# This is similar to how AIX traditionally builds it's shared libraries.archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'fifi;;chorus*)case $cc_basename in*)# FIXME: insert proper C++ library supportld_shlibs_CXX=no;;esac;;cygwin* | mingw* | pw32*)# _LT_AC_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,# as there is no search path for DLLs.hardcode_libdir_flag_spec_CXX='-L$libdir'allow_undefined_flag_CXX=unsupportedalways_export_symbols_CXX=noenable_shared_with_static_runtimes_CXX=yesif $LD --help 2>&1 | grep 'auto-import' > /dev/null; thenarchive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'# If the export-symbols file already is a .def file (1st line# is EXPORTS), use it as is; otherwise, prepend...archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; thencp $export_symbols $output_objdir/$soname.def;elseecho EXPORTS > $output_objdir/$soname.def;cat $export_symbols >> $output_objdir/$soname.def;fi~$CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'elseld_shlibs_CXX=nofi;;darwin* | rhapsody*)if $CC -v 2>&1 | grep 'Apple' >/dev/null ; thenarchive_cmds_need_lc_CXX=nocase "$host_os" inrhapsody* | darwin1.[012])allow_undefined_flag_CXX='-undefined suppress';;*) # Darwin 1.3 ontest -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag_CXX='-flat_namespace -undefined suppress';;esaclt_int_apple_cc_single_mod=nooutput_verbose_link_cmd='echo'if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; thenlt_int_apple_cc_single_mod=yesfiif test "X$lt_int_apple_cc_single_mod" = Xyes ; thenarchive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'elsearchive_cmds_CXX='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'fimodule_cmds_CXX='$CC -bundle ${wl}-bind_at_load $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags'# Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld'sif test "X$lt_int_apple_cc_single_mod" = Xyes ; thenarchive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'elsearchive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'fimodule_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -bundle $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'hardcode_direct_CXX=nohardcode_automatic_CXX=yeshardcode_shlibpath_var_CXX=unsupportedwhole_archive_flag_spec_CXX='-all_load $convenience'link_all_deplibs_CXX=yesfi;;dgux*)case $cc_basename inec++)# FIXME: insert proper C++ library supportld_shlibs_CXX=no;;ghcx)# Green Hills C++ Compiler# FIXME: insert proper C++ library supportld_shlibs_CXX=no;;*)# FIXME: insert proper C++ library supportld_shlibs_CXX=no;;esac;;freebsd12*)# C++ shared libraries reported to be fairly broken before switch to ELFld_shlibs_CXX=no;;freebsd-elf*)archive_cmds_need_lc_CXX=no;;freebsd*)# FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF# conventionsld_shlibs_CXX=yes;;gnu*);;hpux9*)hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'hardcode_libdir_separator_CXX=:export_dynamic_flag_spec_CXX='${wl}-E'hardcode_direct_CXX=yeshardcode_minus_L_CXX=yes # Not in the search PATH,# but as the default# location of the library.case $cc_basename inCC)# FIXME: insert proper C++ library supportld_shlibs_CXX=no;;aCC)archive_cmds_CXX='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'# Commands to make compiler produce verbose output that lists# what "hidden" libraries, object files and flags are used when# linking a shared library.## There doesn't appear to be a way to prevent this compiler from# explicitly linking system object files so we need to strip them# from the output so that they don't get included in the library# dependencies.output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list';;*)if test "$GXX" = yes; thenarchive_cmds_CXX='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'else# FIXME: insert proper C++ library supportld_shlibs_CXX=nofi;;esac;;hpux10*|hpux11*)if test $with_gnu_ld = no; thencase "$host_cpu" inhppa*64*)hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'hardcode_libdir_flag_spec_ld_CXX='+b $libdir'hardcode_libdir_separator_CXX=:;;ia64*)hardcode_libdir_flag_spec_CXX='-L$libdir';;*)hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'hardcode_libdir_separator_CXX=:export_dynamic_flag_spec_CXX='${wl}-E';;esacficase "$host_cpu" inhppa*64*)hardcode_direct_CXX=nohardcode_shlibpath_var_CXX=no;;ia64*)hardcode_direct_CXX=nohardcode_shlibpath_var_CXX=nohardcode_minus_L_CXX=yes # Not in the search PATH,# but as the default# location of the library.;;*)hardcode_direct_CXX=yeshardcode_minus_L_CXX=yes # Not in the search PATH,# but as the default# location of the library.;;esaccase $cc_basename inCC)# FIXME: insert proper C++ library supportld_shlibs_CXX=no;;aCC)case "$host_cpu" inhppa*64*|ia64*)archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs';;*)archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags';;esac# Commands to make compiler produce verbose output that lists# what "hidden" libraries, object files and flags are used when# linking a shared library.## There doesn't appear to be a way to prevent this compiler from# explicitly linking system object files so we need to strip them# from the output so that they don't get included in the library# dependencies.output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list';;*)if test "$GXX" = yes; thenif test $with_gnu_ld = no; thencase "$host_cpu" inia64*|hppa*64*)archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs';;*)archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags';;esacfielse# FIXME: insert proper C++ library supportld_shlibs_CXX=nofi;;esac;;irix5* | irix6*)case $cc_basename inCC)# SGI C++archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'# Archives containing C++ object files must be created using# "CC -ar", where "CC" is the IRIX C++ compiler. This is# necessary to make sure instantiated templates are included# in the archive.old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs';;*)if test "$GXX" = yes; thenif test "$with_gnu_ld" = no; thenarchive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'elsearchive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'fifilink_all_deplibs_CXX=yes;;esachardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'hardcode_libdir_separator_CXX=:;;linux*)case $cc_basename inKCC)# Kuck and Associates, Inc. (KAI) C++ Compiler# KCC will only create a shared library if the output file# ends with ".so" (or ".sl" for HP-UX), so rename the library# to its proper name (with version) after linking.archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'# Commands to make compiler produce verbose output that lists# what "hidden" libraries, object files and flags are used when# linking a shared library.## There doesn't appear to be a way to prevent this compiler from# explicitly linking system object files so we need to strip them# from the output so that they don't get included in the library# dependencies.output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'hardcode_libdir_flag_spec_CXX='${wl}--rpath,$libdir'export_dynamic_flag_spec_CXX='${wl}--export-dynamic'# Archives containing C++ object files must be created using# "CC -Bstatic", where "CC" is the KAI C++ compiler.old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs';;icpc)# Intel C++with_gnu_ld=yesarchive_cmds_need_lc_CXX=noarchive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'export_dynamic_flag_spec_CXX='${wl}--export-dynamic'whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive';;cxx)# Compaq C++archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols'runpath_var=LD_RUN_PATHhardcode_libdir_flag_spec_CXX='-rpath $libdir'hardcode_libdir_separator_CXX=:# Commands to make compiler produce verbose output that lists# what "hidden" libraries, object files and flags are used when# linking a shared library.## There doesn't appear to be a way to prevent this compiler from# explicitly linking system object files so we need to strip them# from the output so that they don't get included in the library# dependencies.output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list';;esac;;lynxos*)# FIXME: insert proper C++ library supportld_shlibs_CXX=no;;m88k*)# FIXME: insert proper C++ library supportld_shlibs_CXX=no;;mvs*)case $cc_basename incxx)# FIXME: insert proper C++ library supportld_shlibs_CXX=no;;*)# FIXME: insert proper C++ library supportld_shlibs_CXX=no;;esac;;netbsd*)if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; thenarchive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'wlarc=hardcode_libdir_flag_spec_CXX='-R$libdir'hardcode_direct_CXX=yeshardcode_shlibpath_var_CXX=nofi# Workaround some broken pre-1.5 toolchainsoutput_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"';;osf3*)case $cc_basename inKCC)# Kuck and Associates, Inc. (KAI) C++ Compiler# KCC will only create a shared library if the output file# ends with ".so" (or ".sl" for HP-UX), so rename the library# to its proper name (with version) after linking.archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'hardcode_libdir_separator_CXX=:# Archives containing C++ object files must be created using# "CC -Bstatic", where "CC" is the KAI C++ compiler.old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs';;RCC)# Rational C++ 2.4.1# FIXME: insert proper C++ library supportld_shlibs_CXX=no;;cxx)allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'hardcode_libdir_separator_CXX=:# Commands to make compiler produce verbose output that lists# what "hidden" libraries, object files and flags are used when# linking a shared library.## There doesn't appear to be a way to prevent this compiler from# explicitly linking system object files so we need to strip them# from the output so that they don't get included in the library# dependencies.output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list';;*)if test "$GXX" = yes && test "$with_gnu_ld" = no; thenallow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'hardcode_libdir_separator_CXX=:# Commands to make compiler produce verbose output that lists# what "hidden" libraries, object files and flags are used when# linking a shared library.output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'else# FIXME: insert proper C++ library supportld_shlibs_CXX=nofi;;esac;;osf4* | osf5*)case $cc_basename inKCC)# Kuck and Associates, Inc. (KAI) C++ Compiler# KCC will only create a shared library if the output file# ends with ".so" (or ".sl" for HP-UX), so rename the library# to its proper name (with version) after linking.archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'hardcode_libdir_separator_CXX=:# Archives containing C++ object files must be created using# the KAI C++ compiler.old_archive_cmds_CXX='$CC -o $oldlib $oldobjs';;RCC)# Rational C++ 2.4.1# FIXME: insert proper C++ library supportld_shlibs_CXX=no;;cxx)allow_undefined_flag_CXX=' -expect_unresolved \*'archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~echo "-hidden">> $lib.exp~$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~$rm $lib.exp'hardcode_libdir_flag_spec_CXX='-rpath $libdir'hardcode_libdir_separator_CXX=:# Commands to make compiler produce verbose output that lists# what "hidden" libraries, object files and flags are used when# linking a shared library.## There doesn't appear to be a way to prevent this compiler from# explicitly linking system object files so we need to strip them# from the output so that they don't get included in the library# dependencies.output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list';;*)if test "$GXX" = yes && test "$with_gnu_ld" = no; thenallow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'hardcode_libdir_separator_CXX=:# Commands to make compiler produce verbose output that lists# what "hidden" libraries, object files and flags are used when# linking a shared library.output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'else# FIXME: insert proper C++ library supportld_shlibs_CXX=nofi;;esac;;psos*)# FIXME: insert proper C++ library supportld_shlibs_CXX=no;;sco*)archive_cmds_need_lc_CXX=nocase $cc_basename inCC)# FIXME: insert proper C++ library supportld_shlibs_CXX=no;;*)# FIXME: insert proper C++ library supportld_shlibs_CXX=no;;esac;;sunos4*)case $cc_basename inCC)# Sun C++ 4.x# FIXME: insert proper C++ library supportld_shlibs_CXX=no;;lcc)# Lucid# FIXME: insert proper C++ library supportld_shlibs_CXX=no;;*)# FIXME: insert proper C++ library supportld_shlibs_CXX=no;;esac;;solaris*)case $cc_basename inCC)# Sun C++ 4.2, 5.x and Centerline C++no_undefined_flag_CXX=' -zdefs'archive_cmds_CXX='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~$CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'hardcode_libdir_flag_spec_CXX='-R$libdir'hardcode_shlibpath_var_CXX=nocase $host_os insolaris2.0-5 | solaris2.0-5.*) ;;*)# The C++ compiler is used as linker so we must use $wl# flag to pass the commands to the underlying system# linker.# Supported since Solaris 2.6 (maybe 2.5.1?)whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract';;esaclink_all_deplibs_CXX=yes# Commands to make compiler produce verbose output that lists# what "hidden" libraries, object files and flags are used when# linking a shared library.## There doesn't appear to be a way to prevent this compiler from# explicitly linking system object files so we need to strip them# from the output so that they don't get included in the library# dependencies.output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[LR]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'# Archives containing C++ object files must be created using# "CC -xar", where "CC" is the Sun C++ compiler. This is# necessary to make sure instantiated templates are included# in the archive.old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs';;gcx)# Green Hills C++ Compilerarchive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'# The C++ compiler must be used to create the archive.old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs';;*)# GNU C++ compiler with Solaris linkerif test "$GXX" = yes && test "$with_gnu_ld" = no; thenno_undefined_flag_CXX=' ${wl}-z ${wl}defs'if $CC --version | grep -v '^2\.7' > /dev/null; thenarchive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~$CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'# Commands to make compiler produce verbose output that lists# what "hidden" libraries, object files and flags are used when# linking a shared library.output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""else# g++ 2.7 appears to require `-G' NOT `-shared' on this# platform.archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~$CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'# Commands to make compiler produce verbose output that lists# what "hidden" libraries, object files and flags are used when# linking a shared library.output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""fihardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'fi;;esac;;sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*)archive_cmds_need_lc_CXX=no;;tandem*)case $cc_basename inNCC)# NonStop-UX NCC 3.20# FIXME: insert proper C++ library supportld_shlibs_CXX=no;;*)# FIXME: insert proper C++ library supportld_shlibs_CXX=no;;esac;;vxworks*)# FIXME: insert proper C++ library supportld_shlibs_CXX=no;;*)# FIXME: insert proper C++ library supportld_shlibs_CXX=no;;esacecho "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5echo "${ECHO_T}$ld_shlibs_CXX" >&6test "$ld_shlibs_CXX" = no && can_build_shared=noGCC_CXX="$GXX"LD_CXX="$LD"cat > conftest.$ac_ext <<EOFclass Foo{public:Foo (void) { a = 0; }private:int a;};EOFif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; then# Parse the compiler output and extract the necessary# objects, libraries and library flags.# Sentinel used to keep track of whether or not we are before# the conftest object file.pre_test_object_deps_done=no# The `*' in the case matches for architectures that use `case' in# $output_verbose_cmd can trigger glob expansion during the loop# eval without this substitution.output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"for p in `eval $output_verbose_link_cmd`; docase $p in-L* | -R* | -l*)# Some compilers place space between "-{L,R}" and the path.# Remove the space.if test $p = "-L" \|| test $p = "-R"; thenprev=$pcontinueelseprev=fiif test "$pre_test_object_deps_done" = no; thencase $p in-L* | -R*)# Internal compiler library paths should come after those# provided the user. The postdeps already come after the# user supplied libs so there is no need to process them.if test -z "$compiler_lib_search_path_CXX"; thencompiler_lib_search_path_CXX="${prev}${p}"elsecompiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"fi;;# The "-l" case would never come before the object being# linked, so don't bother handling this case.esacelseif test -z "$postdeps_CXX"; thenpostdeps_CXX="${prev}${p}"elsepostdeps_CXX="${postdeps_CXX} ${prev}${p}"fifi;;*.$objext)# This assumes that the test object file only shows up# once in the compiler output.if test "$p" = "conftest.$objext"; thenpre_test_object_deps_done=yescontinuefiif test "$pre_test_object_deps_done" = no; thenif test -z "$predep_objects_CXX"; thenpredep_objects_CXX="$p"elsepredep_objects_CXX="$predep_objects_CXX $p"fielseif test -z "$postdep_objects_CXX"; thenpostdep_objects_CXX="$p"elsepostdep_objects_CXX="$postdep_objects_CXX $p"fifi;;*) ;; # Ignore the rest.esacdone# Clean up.rm -f a.out a.exeelseecho "libtool.m4: error: problem compiling CXX test program"fi$rm -f confest.$objextcase " $postdeps_CXX " in*" -lc "*) archive_cmds_need_lc_CXX=no ;;esaclt_prog_compiler_wl_CXX=lt_prog_compiler_pic_CXX=lt_prog_compiler_static_CXX=echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6# C++ specific cases for pic, static, wl, etc.if test "$GXX" = yes; thenlt_prog_compiler_wl_CXX='-Wl,'lt_prog_compiler_static_CXX='-static'case $host_os inaix*)# All AIX code is PIC.if test "$host_cpu" = ia64; then# AIX 5 now supports IA64 processorlt_prog_compiler_static_CXX='-Bstatic'fi;;amigaos*)# FIXME: we need at least 68020 code to build shared libraries, but# adding the `-m68020' flag to GCC prevents building anything better,# like `-m68040'.lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4';;beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)# PIC is the default for these OSes.;;mingw* | os2* | pw32*)# This hack is so that the source file can tell whether it is being# built for inclusion in a dll (and should export symbols for example).lt_prog_compiler_pic_CXX='-DDLL_EXPORT';;darwin* | rhapsody*)# PIC is the default on this platform# Common symbols not allowed in MH_DYLIB fileslt_prog_compiler_pic_CXX='-fno-common';;*djgpp*)# DJGPP does not support shared libraries at alllt_prog_compiler_pic_CXX=;;sysv4*MP*)if test -d /usr/nec; thenlt_prog_compiler_pic_CXX=-Kconform_picfi;;hpux*)# PIC is the default for IA64 HP-UX and 64-bit HP-UX, but# not for PA HP-UX.case "$host_cpu" inhppa*64*|ia64*);;*)lt_prog_compiler_pic_CXX='-fPIC';;esac;;*)lt_prog_compiler_pic_CXX='-fPIC';;esacelsecase $host_os inaix4* | aix5*)# All AIX code is PIC.if test "$host_cpu" = ia64; then# AIX 5 now supports IA64 processorlt_prog_compiler_static_CXX='-Bstatic'elselt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'fi;;chorus*)case $cc_basename incxch68)# Green Hills C++ Compiler# _LT_AC_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a";;esac;;dgux*)case $cc_basename inec++)lt_prog_compiler_pic_CXX='-KPIC';;ghcx)# Green Hills C++ Compilerlt_prog_compiler_pic_CXX='-pic';;*);;esac;;freebsd*)# FreeBSD uses GNU C++;;hpux9* | hpux10* | hpux11*)case $cc_basename inCC)lt_prog_compiler_wl_CXX='-Wl,'lt_prog_compiler_static_CXX="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"if test "$host_cpu" != ia64; thenlt_prog_compiler_pic_CXX='+Z'fi;;aCC)lt_prog_compiler_wl_CXX='-Wl,'lt_prog_compiler_static_CXX="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"case "$host_cpu" inhppa*64*|ia64*)# +Z the default;;*)lt_prog_compiler_pic_CXX='+Z';;esac;;*);;esac;;irix5* | irix6* | nonstopux*)case $cc_basename inCC)lt_prog_compiler_wl_CXX='-Wl,'lt_prog_compiler_static_CXX='-non_shared'# CC pic flag -KPIC is the default.;;*);;esac;;linux*)case $cc_basename inKCC)# KAI C++ Compilerlt_prog_compiler_wl_CXX='--backend -Wl,'lt_prog_compiler_pic_CXX='-fPIC';;icpc)# Intel C++lt_prog_compiler_wl_CXX='-Wl,'lt_prog_compiler_pic_CXX='-KPIC'lt_prog_compiler_static_CXX='-static';;cxx)# Compaq C++# Make sure the PIC flag is empty. It appears that all Alpha# Linux and Compaq Tru64 Unix objects are PIC.lt_prog_compiler_pic_CXX=lt_prog_compiler_static_CXX='-non_shared';;*);;esac;;lynxos*);;m88k*);;mvs*)case $cc_basename incxx)lt_prog_compiler_pic_CXX='-W c,exportall';;*);;esac;;netbsd*);;osf3* | osf4* | osf5*)case $cc_basename inKCC)lt_prog_compiler_wl_CXX='--backend -Wl,';;RCC)# Rational C++ 2.4.1lt_prog_compiler_pic_CXX='-pic';;cxx)# Digital/Compaq C++lt_prog_compiler_wl_CXX='-Wl,'# Make sure the PIC flag is empty. It appears that all Alpha# Linux and Compaq Tru64 Unix objects are PIC.lt_prog_compiler_pic_CXX=lt_prog_compiler_static_CXX='-non_shared';;*);;esac;;psos*);;sco*)case $cc_basename inCC)lt_prog_compiler_pic_CXX='-fPIC';;*);;esac;;solaris*)case $cc_basename inCC)# Sun C++ 4.2, 5.x and Centerline C++lt_prog_compiler_pic_CXX='-KPIC'lt_prog_compiler_static_CXX='-Bstatic'lt_prog_compiler_wl_CXX='-Qoption ld ';;gcx)# Green Hills C++ Compilerlt_prog_compiler_pic_CXX='-PIC';;*);;esac;;sunos4*)case $cc_basename inCC)# Sun C++ 4.xlt_prog_compiler_pic_CXX='-pic'lt_prog_compiler_static_CXX='-Bstatic';;lcc)# Lucidlt_prog_compiler_pic_CXX='-pic';;*);;esac;;tandem*)case $cc_basename inNCC)# NonStop-UX NCC 3.20lt_prog_compiler_pic_CXX='-KPIC';;*);;esac;;unixware*);;vxworks*);;*)lt_prog_compiler_can_build_shared_CXX=no;;esacfiecho "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6## Check to make sure the PIC flag actually works.#if test -n "$lt_prog_compiler_pic_CXX"; thenecho "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6if test "${lt_prog_compiler_pic_works_CXX+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elselt_prog_compiler_pic_works_CXX=noac_outfile=conftest.$ac_objextprintf "$lt_simple_compile_test_code" > conftest.$ac_extlt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"# Insert the option either (1) after the last *FLAGS variable, or# (2) before a word containing "conftest.", or (3) at the end.# Note that $ac_compile itself does not contain backslashes and begins# with a dollar sign (not a hyphen), so the echo should work correctly.# The option is referenced via a variable to avoid confusing sed.lt_compile=`echo "$ac_compile" | $SED \-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \-e 's:$: $lt_compiler_flag:'`(eval echo "\"\$as_me:12687: $lt_compile\"" >&5)(eval "$lt_compile" 2>conftest.err)ac_status=$?cat conftest.err >&5echo "$as_me:12691: \$? = $ac_status" >&5if (exit $ac_status) && test -s "$ac_outfile"; then# The compiler can only warn and ignore the option if not recognized# So say no if there are warningsif test ! -s conftest.err; thenlt_prog_compiler_pic_works_CXX=yesfifi$rm conftest*fiecho "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6if test x"$lt_prog_compiler_pic_works_CXX" = xyes; thencase $lt_prog_compiler_pic_CXX in"" | " "*) ;;*) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;esacelselt_prog_compiler_pic_CXX=lt_prog_compiler_can_build_shared_CXX=nofificase "$host_os" in# For platforms which do not support PIC, -DPIC is meaningless:*djgpp*)lt_prog_compiler_pic_CXX=;;*)lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC";;esacecho "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elselt_cv_prog_compiler_c_o_CXX=no$rm -r conftest 2>/dev/nullmkdir conftestcd conftestmkdir outprintf "$lt_simple_compile_test_code" > conftest.$ac_ext# According to Tom Tromey, Ian Lance Taylor reported there are C compilers# that will create temporary files in the current directory regardless of# the output directory. Thus, making CWD read-only will cause this test# to fail, enabling locking or at least warning the user not to do parallel# builds.chmod -w .lt_compiler_flag="-o out/conftest2.$ac_objext"# Insert the option either (1) after the last *FLAGS variable, or# (2) before a word containing "conftest.", or (3) at the end.# Note that $ac_compile itself does not contain backslashes and begins# with a dollar sign (not a hyphen), so the echo should work correctly.lt_compile=`echo "$ac_compile" | $SED \-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \-e 's:$: $lt_compiler_flag:'`(eval echo "\"\$as_me:12754: $lt_compile\"" >&5)(eval "$lt_compile" 2>out/conftest.err)ac_status=$?cat out/conftest.err >&5echo "$as_me:12758: \$? = $ac_status" >&5if (exit $ac_status) && test -s out/conftest2.$ac_objextthen# The compiler can only warn and ignore the option if not recognized# So say no if there are warningsif test ! -s out/conftest.err; thenlt_cv_prog_compiler_c_o_CXX=yesfifichmod u+w .$rm conftest* out/*rmdir outcd ..rmdir conftest$rm conftest*fiecho "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6hard_links="nottested"if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then# do not overwrite the value of need_locks provided by the userecho "$as_me:$LINENO: checking if we can lock with hard links" >&5echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6hard_links=yes$rm conftest*ln conftest.a conftest.b 2>/dev/null && hard_links=notouch conftest.aln conftest.a conftest.b 2>&5 || hard_links=noln conftest.a conftest.b 2>/dev/null && hard_links=noecho "$as_me:$LINENO: result: $hard_links" >&5echo "${ECHO_T}$hard_links" >&6if test "$hard_links" = no; then{ echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}need_locks=warnfielseneed_locks=nofiecho "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'case $host_os inaix4* | aix5*)# If we're using GNU nm, then we don't want the "-C" option.# -C means demangle to AIX nm, but means don't demangle with GNU nmif $NM -V 2>&1 | grep 'GNU' > /dev/null; thenexport_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'elseexport_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'fi;;pw32*)export_symbols_cmds_CXX="$ltdll_cmds";;cygwin* | mingw*)export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols';;*)export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols';;esacecho "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5echo "${ECHO_T}$ld_shlibs_CXX" >&6test "$ld_shlibs_CXX" = no && can_build_shared=novariables_saved_for_relink="PATH $shlibpath_var $runpath_var"if test "$GCC" = yes; thenvariables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"fi## Do we need to explicitly link libc?#case "x$archive_cmds_need_lc_CXX" inx|xyes)# Assume -lc should be addedarchive_cmds_need_lc_CXX=yesif test "$enable_shared" = yes && test "$GCC" = yes; thencase $archive_cmds_CXX in*'~'*)# FIXME: we may have to deal with multi-command sequences.;;'$CC '*)# Test whether the compiler implicitly links with -lc since on some# systems, -lgcc has to come before -lc. If gcc already passes -lc# to ld, don't add -lc before -lgcc.echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6$rm conftest*printf "$lt_simple_compile_test_code" > conftest.$ac_extif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } 2>conftest.err; thensoname=conftestlib=conftestlibobjs=conftest.$ac_objextdeplibs=wl=$lt_prog_compiler_wl_CXXcompiler_flags=-vlinker_flags=-vverstring=output_objdir=.libname=conftestlt_save_allow_undefined_flag=$allow_undefined_flag_CXXallow_undefined_flag_CXX=if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5(eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }thenarchive_cmds_need_lc_CXX=noelsearchive_cmds_need_lc_CXX=yesfiallow_undefined_flag_CXX=$lt_save_allow_undefined_flagelsecat conftest.err 1>&5fi$rm conftest*echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6;;esacfi;;esacecho "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6hardcode_action_CXX=if test -n "$hardcode_libdir_flag_spec_CXX" || \test -n "$runpath_var CXX" || \test "X$hardcode_automatic_CXX"="Xyes" ; then# We can hardcode non-existant directories.if test "$hardcode_direct_CXX" != no &&# If the only mechanism to avoid hardcoding is shlibpath_var, we# have to relink, otherwise we might link with an installed library# when we should be linking with a yet-to-be-installed one## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&test "$hardcode_minus_L_CXX" != no; then# Linking always hardcodes the temporary library directory.hardcode_action_CXX=relinkelse# We can link without hardcoding, and we can hardcode nonexisting dirs.hardcode_action_CXX=immediatefielse# We cannot hardcode anything, or else we can only hardcode existing# directories.hardcode_action_CXX=unsupportedfiecho "$as_me:$LINENO: result: $hardcode_action_CXX" >&5echo "${ECHO_T}$hardcode_action_CXX" >&6if test "$hardcode_action_CXX" = relink; then# Fast installation is not supportedenable_fast_install=noelif test "$shlibpath_overrides_runpath" = yes ||test "$enable_shared" = no; then# Fast installation is not necessaryenable_fast_install=needlessfistriplib=old_striplib=echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; thentest -z "$old_striplib" && old_striplib="$STRIP --strip-debug"test -z "$striplib" && striplib="$STRIP --strip-unneeded"echo "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6else# FIXME - insert some real tests, host_os isn't really good enoughcase $host_os indarwin*)if test -n "$STRIP" ; thenstriplib="$STRIP -x"echo "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fi;;*)echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6;;esacfiecho "$as_me:$LINENO: checking dynamic linker characteristics" >&5echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6library_names_spec=libname_spec='lib$name'soname_spec=shrext=".so"postinstall_cmds=postuninstall_cmds=finish_cmds=finish_eval=shlibpath_var=shlibpath_overrides_runpath=unknownversion_type=nonedynamic_linker="$host_os ld.so"sys_lib_dlsearch_path_spec="/lib /usr/lib"if test "$GCC" = yes; thensys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then# if the path contains ";" then we assume it to be the separator# otherwise default to the standard path separator (i.e. ":") - it is# assumed that no part of a normal pathname contains ";" but that should# okay in the real world where ";" in dirpaths is itself problematic.sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`elsesys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`fielsesys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"fineed_lib_prefix=unknownhardcode_into_libs=no# when you set need_version to no, make sure it does not cause -set_version# flags to be left without argumentsneed_version=unknowncase $host_os inaix3*)version_type=linuxlibrary_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'shlibpath_var=LIBPATH# AIX 3 has no versioning support, so we append a major version to the name.soname_spec='${libname}${release}${shared_ext}$major';;aix4* | aix5*)version_type=linuxneed_lib_prefix=noneed_version=nohardcode_into_libs=yesif test "$host_cpu" = ia64; then# AIX 5 supports IA64library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'shlibpath_var=LD_LIBRARY_PATHelse# With GCC up to 2.95.x, collect2 would create an import file# for dependence libraries. The import file would start with# the line `#! .'. This would cause the generated library to# depend on `.', always an invalid library. This was fixed in# development snapshots of GCC prior to 3.0.case $host_os inaix4 | aix4.[01] | aix4.[01].*)if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'echo ' yes 'echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then:elsecan_build_shared=nofi;;esac# AIX (on Power*) has no versioning support, so currently we can not hardcode correct# soname into executable. Probably we can add versioning support to# collect2, so additional links can be useful in future.if test "$aix_use_runtimelinking" = yes; then# If using run time linking (on AIX 4.2 or later) use lib<name>.so# instead of lib<name>.a to let people know that these are not# typical AIX shared libraries.library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'else# We preserve .a as extension for shared libraries through AIX4.2# and later when we are not doing run time linking.library_names_spec='${libname}${release}.a $libname.a'soname_spec='${libname}${release}${shared_ext}$major'fishlibpath_var=LIBPATHfi;;amigaos*)library_names_spec='$libname.ixlibrary $libname.a'# Create ${libname}_ixlibrary.a entries in /sys/libs.finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done';;beos*)library_names_spec='${libname}${shared_ext}'dynamic_linker="$host_os ld.so"shlibpath_var=LIBRARY_PATH;;bsdi4*)version_type=linuxneed_version=nolibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'shlibpath_var=LD_LIBRARY_PATHsys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"# the default ld.so.conf also contains /usr/contrib/lib and# /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow# libtool to hard-code these into programs;;cygwin* | mingw* | pw32*)version_type=windowsshrext=".dll"need_version=noneed_lib_prefix=nocase $GCC,$host_os inyes,cygwin* | yes,mingw* | yes,pw32*)library_names_spec='$libname.dll.a'# DLL is installed to $(libdir)/../bin by postinstall_cmdspostinstall_cmds='base_file=`basename \${file}`~dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~dldir=$destdir/`dirname \$dlpath`~test -d \$dldir || mkdir -p \$dldir~$install_prog $dir/$dlname \$dldir/$dlname'postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~dlpath=$dir/\$dldll~$rm \$dlpath'shlibpath_overrides_runpath=yescase $host_os incygwin*)# Cygwin DLLs use 'cyg' prefix rather than 'lib'soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib";;mingw*)# MinGW DLLs use traditional 'lib' prefixsoname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then# It is most probably a Windows format PATH printed by# mingw gcc, but we are running on Cygwin. Gcc prints its search# path with ; separators, and with drive letters. We can handle the# drive letters (cygwin fileutils understands them), so leave them,# especially as we might pass files found there to a mingw objdump,# which wouldn't understand a cygwinified path. Ahh.sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`elsesys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`fi;;pw32*)# pw32 DLLs use 'pw' prefix rather than 'lib'library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}';;esac;;*)library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib';;esacdynamic_linker='Win32 ld.exe'# FIXME: first we should search . and the directory the executable is inshlibpath_var=PATH;;darwin* | rhapsody*)dynamic_linker="$host_os dyld"version_type=darwinneed_lib_prefix=noneed_version=no# FIXME: Relying on posixy $() will cause problems for# cross-compilation, but unfortunately the echo tests do not# yet detect zsh echo's removal of \ escapes.library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'soname_spec='${libname}${release}${major}$shared_ext'shlibpath_overrides_runpath=yesshlibpath_var=DYLD_LIBRARY_PATHshrext='$(test .$module = .yes && echo .so || echo .dylib)'# Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.if $CC -v 2>&1 | grep 'Apple' >/dev/null ; thensys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`fisys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib';;dgux*)version_type=linuxneed_lib_prefix=noneed_version=nolibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'soname_spec='${libname}${release}${shared_ext}$major'shlibpath_var=LD_LIBRARY_PATH;;freebsd1*)dynamic_linker=no;;freebsd*)objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`version_type=freebsd-$objformatcase $version_type infreebsd-elf*)library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'need_version=noneed_lib_prefix=no;;freebsd-*)library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'need_version=yes;;esacshlibpath_var=LD_LIBRARY_PATHcase $host_os infreebsd2*)shlibpath_overrides_runpath=yes;;freebsd3.01* | freebsdelf3.01*)shlibpath_overrides_runpath=yeshardcode_into_libs=yes;;*) # from 3.2 onshlibpath_overrides_runpath=nohardcode_into_libs=yes;;esac;;gnu*)version_type=linuxneed_lib_prefix=noneed_version=nolibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'shlibpath_var=LD_LIBRARY_PATHhardcode_into_libs=yes;;hpux9* | hpux10* | hpux11*)# Give a soname corresponding to the major version so that dld.sl refuses to# link against other versions.version_type=sunosneed_lib_prefix=noneed_version=nocase "$host_cpu" inia64*)shrext='.so'hardcode_into_libs=yesdynamic_linker="$host_os dld.so"shlibpath_var=LD_LIBRARY_PATHshlibpath_overrides_runpath=yes # Unless +noenvvar is specified.library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'if test "X$HPUX_IA64_MODE" = X32; thensys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"elsesys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"fisys_lib_dlsearch_path_spec=$sys_lib_search_path_spec;;hppa*64*)shrext='.sl'hardcode_into_libs=yesdynamic_linker="$host_os dld.sl"shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATHshlibpath_overrides_runpath=yes # Unless +noenvvar is specified.library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec;;*)shrext='.sl'dynamic_linker="$host_os dld.sl"shlibpath_var=SHLIB_PATHshlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATHlibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major';;esac# HP-UX runs *really* slowly unless shared libraries are mode 555.postinstall_cmds='chmod 555 $lib';;irix5* | irix6* | nonstopux*)case $host_os innonstopux*) version_type=nonstopux ;;*)if test "$lt_cv_prog_gnu_ld" = yes; thenversion_type=linuxelseversion_type=irixfi ;;esacneed_lib_prefix=noneed_version=nosoname_spec='${libname}${release}${shared_ext}$major'library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'case $host_os inirix5* | nonstopux*)libsuff= shlibsuff=;;*)case $LD in # libtool.m4 will add one of these switches to LD*-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")libsuff= shlibsuff= libmagic=32-bit;;*-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")libsuff=32 shlibsuff=N32 libmagic=N32;;*-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")libsuff=64 shlibsuff=64 libmagic=64-bit;;*) libsuff= shlibsuff= libmagic=never-match;;esac;;esacshlibpath_var=LD_LIBRARY${shlibsuff}_PATHshlibpath_overrides_runpath=nosys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"hardcode_into_libs=yes;;# No shared lib support for Linux oldld, aout, or coff.linux*oldld* | linux*aout* | linux*coff*)dynamic_linker=no;;# This must be Linux ELF.linux*)version_type=linuxneed_lib_prefix=noneed_version=nolibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'shlibpath_var=LD_LIBRARY_PATHshlibpath_overrides_runpath=no# This implies no fast_install, which is unacceptable.# Some rework will be needed to allow for fast_install# before this can be enabled.hardcode_into_libs=yes# We used to test for /lib/ld.so.1 and disable shared libraries on# powerpc, because MkLinux only supported shared libraries with the# GNU dynamic linker. Since this was broken with cross compilers,# most powerpc-linux boxes support dynamic linking these days and# people can always --disable-shared, the test was removed, and we# assume the GNU/Linux dynamic linker is in use.dynamic_linker='GNU/Linux ld.so';;netbsd*)version_type=sunosneed_lib_prefix=noneed_version=noif echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; thenlibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'dynamic_linker='NetBSD (a.out) ld.so'elselibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'dynamic_linker='NetBSD ld.elf_so'fishlibpath_var=LD_LIBRARY_PATHshlibpath_overrides_runpath=yeshardcode_into_libs=yes;;newsos6)version_type=linuxlibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'shlibpath_var=LD_LIBRARY_PATHshlibpath_overrides_runpath=yes;;nto-qnx)version_type=linuxneed_lib_prefix=noneed_version=nolibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'shlibpath_var=LD_LIBRARY_PATHshlibpath_overrides_runpath=yes;;openbsd*)version_type=sunosneed_lib_prefix=noneed_version=nolibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'shlibpath_var=LD_LIBRARY_PATHif test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; thencase $host_os inopenbsd2.[89] | openbsd2.[89].*)shlibpath_overrides_runpath=no;;*)shlibpath_overrides_runpath=yes;;esacelseshlibpath_overrides_runpath=yesfi;;os2*)libname_spec='$name'shrext=".dll"need_lib_prefix=nolibrary_names_spec='$libname${shared_ext} $libname.a'dynamic_linker='OS/2 ld.exe'shlibpath_var=LIBPATH;;osf3* | osf4* | osf5*)version_type=osfneed_lib_prefix=noneed_version=nosoname_spec='${libname}${release}${shared_ext}$major'library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'shlibpath_var=LD_LIBRARY_PATHsys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec";;sco3.2v5*)version_type=osfsoname_spec='${libname}${release}${shared_ext}$major'library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'shlibpath_var=LD_LIBRARY_PATH;;solaris*)version_type=linuxneed_lib_prefix=noneed_version=nolibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'shlibpath_var=LD_LIBRARY_PATHshlibpath_overrides_runpath=yeshardcode_into_libs=yes# ldd complains unless libraries are executablepostinstall_cmds='chmod +x $lib';;sunos4*)version_type=sunoslibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'shlibpath_var=LD_LIBRARY_PATHshlibpath_overrides_runpath=yesif test "$with_gnu_ld" = yes; thenneed_lib_prefix=nofineed_version=yes;;sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)version_type=linuxlibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'shlibpath_var=LD_LIBRARY_PATHcase $host_vendor insni)shlibpath_overrides_runpath=noneed_lib_prefix=noexport_dynamic_flag_spec='${wl}-Blargedynsym'runpath_var=LD_RUN_PATH;;siemens)need_lib_prefix=no;;motorola)need_lib_prefix=noneed_version=noshlibpath_overrides_runpath=nosys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib';;esac;;sysv4*MP*)if test -d /usr/nec ;thenversion_type=linuxlibrary_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'soname_spec='$libname${shared_ext}.$major'shlibpath_var=LD_LIBRARY_PATHfi;;uts4*)version_type=linuxlibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'shlibpath_var=LD_LIBRARY_PATH;;*)dynamic_linker=no;;esacecho "$as_me:$LINENO: result: $dynamic_linker" >&5echo "${ECHO_T}$dynamic_linker" >&6test "$dynamic_linker" = no && can_build_shared=noif test "x$enable_dlopen" != xyes; thenenable_dlopen=unknownenable_dlopen_self=unknownenable_dlopen_self_static=unknownelselt_cv_dlopen=nolt_cv_dlopen_libs=case $host_os inbeos*)lt_cv_dlopen="load_add_on"lt_cv_dlopen_libs=lt_cv_dlopen_self=yes;;mingw* | pw32*)lt_cv_dlopen="LoadLibrary"lt_cv_dlopen_libs=;;cygwin*)lt_cv_dlopen="dlopen"lt_cv_dlopen_libs=;;darwin*)# if libdl is installed we need to link against itecho "$as_me:$LINENO: checking for dlopen in -ldl" >&5echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6if test "${ac_cv_lib_dl_dlopen+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-ldl $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char dlopen ();intmain (){dlopen ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_dl_dlopen=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_dl_dlopen=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6if test $ac_cv_lib_dl_dlopen = yes; thenlt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"elselt_cv_dlopen="dyld"lt_cv_dlopen_libs=lt_cv_dlopen_self=yesfi;;*)echo "$as_me:$LINENO: checking for shl_load" >&5echo $ECHO_N "checking for shl_load... $ECHO_C" >&6if test "${ac_cv_func_shl_load+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.For example, HP-UX 11i <limits.h> declares gettimeofday. */#define shl_load innocuous_shl_load/* System header to define __stub macros and hopefully few prototypes,which can conflict with char shl_load (); below.Prefer <limits.h> to <assert.h> if __STDC__ is defined, since<limits.h> exists even on freestanding compilers. */#ifdef __STDC__# include <limits.h>#else# include <assert.h>#endif#undef shl_load/* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"{#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char shl_load ();/* The GNU C library defines this for functions which it implementsto always fail with ENOSYS. Some functions are actually namedsomething starting with __ and the normal name is an alias. */#if defined (__stub_shl_load) || defined (__stub___shl_load)choke me#elsechar (*f) () = shl_load;#endif#ifdef __cplusplus}#endifintmain (){return f != shl_load;;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_func_shl_load=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_func_shl_load=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5echo "${ECHO_T}$ac_cv_func_shl_load" >&6if test $ac_cv_func_shl_load = yes; thenlt_cv_dlopen="shl_load"elseecho "$as_me:$LINENO: checking for shl_load in -ldld" >&5echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6if test "${ac_cv_lib_dld_shl_load+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-ldld $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char shl_load ();intmain (){shl_load ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_dld_shl_load=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_dld_shl_load=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6if test $ac_cv_lib_dld_shl_load = yes; thenlt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"elseecho "$as_me:$LINENO: checking for dlopen" >&5echo $ECHO_N "checking for dlopen... $ECHO_C" >&6if test "${ac_cv_func_dlopen+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.For example, HP-UX 11i <limits.h> declares gettimeofday. */#define dlopen innocuous_dlopen/* System header to define __stub macros and hopefully few prototypes,which can conflict with char dlopen (); below.Prefer <limits.h> to <assert.h> if __STDC__ is defined, since<limits.h> exists even on freestanding compilers. */#ifdef __STDC__# include <limits.h>#else# include <assert.h>#endif#undef dlopen/* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"{#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char dlopen ();/* The GNU C library defines this for functions which it implementsto always fail with ENOSYS. Some functions are actually namedsomething starting with __ and the normal name is an alias. */#if defined (__stub_dlopen) || defined (__stub___dlopen)choke me#elsechar (*f) () = dlopen;#endif#ifdef __cplusplus}#endifintmain (){return f != dlopen;;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_func_dlopen=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_func_dlopen=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5echo "${ECHO_T}$ac_cv_func_dlopen" >&6if test $ac_cv_func_dlopen = yes; thenlt_cv_dlopen="dlopen"elseecho "$as_me:$LINENO: checking for dlopen in -ldl" >&5echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6if test "${ac_cv_lib_dl_dlopen+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-ldl $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char dlopen ();intmain (){dlopen ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_dl_dlopen=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_dl_dlopen=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6if test $ac_cv_lib_dl_dlopen = yes; thenlt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"elseecho "$as_me:$LINENO: checking for dlopen in -lsvld" >&5echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6if test "${ac_cv_lib_svld_dlopen+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lsvld $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char dlopen ();intmain (){dlopen ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_svld_dlopen=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_svld_dlopen=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6if test $ac_cv_lib_svld_dlopen = yes; thenlt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"elseecho "$as_me:$LINENO: checking for dld_link in -ldld" >&5echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6if test "${ac_cv_lib_dld_dld_link+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-ldld $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char dld_link ();intmain (){dld_link ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_dld_dld_link=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_dld_dld_link=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6if test $ac_cv_lib_dld_dld_link = yes; thenlt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"fifififififi;;esacif test "x$lt_cv_dlopen" != xno; thenenable_dlopen=yeselseenable_dlopen=noficase $lt_cv_dlopen indlopen)save_CPPFLAGS="$CPPFLAGS"test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"save_LDFLAGS="$LDFLAGS"eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"save_LIBS="$LIBS"LIBS="$lt_cv_dlopen_libs $LIBS"echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6if test "${lt_cv_dlopen_self+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test "$cross_compiling" = yes; then :lt_cv_dlopen_self=crosselselt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2lt_status=$lt_dlunknowncat > conftest.$ac_ext <<EOF#line 14076 "configure"#include "confdefs.h"#if HAVE_DLFCN_H#include <dlfcn.h>#endif#include <stdio.h>#ifdef RTLD_GLOBAL# define LT_DLGLOBAL RTLD_GLOBAL#else# ifdef DL_GLOBAL# define LT_DLGLOBAL DL_GLOBAL# else# define LT_DLGLOBAL 0# endif#endif/* We may have to define LT_DLLAZY_OR_NOW in the command line if wefind out it does not work in some platform. */#ifndef LT_DLLAZY_OR_NOW# ifdef RTLD_LAZY# define LT_DLLAZY_OR_NOW RTLD_LAZY# else# ifdef DL_LAZY# define LT_DLLAZY_OR_NOW DL_LAZY# else# ifdef RTLD_NOW# define LT_DLLAZY_OR_NOW RTLD_NOW# else# ifdef DL_NOW# define LT_DLLAZY_OR_NOW DL_NOW# else# define LT_DLLAZY_OR_NOW 0# endif# endif# endif# endif#endif#ifdef __cplusplusextern "C" void exit (int);#endifvoid fnord() { int i=42;}int main (){void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);int status = $lt_dlunknown;if (self){if (dlsym (self,"fnord")) status = $lt_dlno_uscore;else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;/* dlclose (self); */}exit (status);}EOFif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then(./conftest; exit; ) 2>/dev/nulllt_status=$?case x$lt_status inx$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;x$lt_unknown|x*) lt_cv_dlopen_self=no ;;esacelse :# compilation failedlt_cv_dlopen_self=nofifirm -fr conftest*fiecho "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5echo "${ECHO_T}$lt_cv_dlopen_self" >&6if test "x$lt_cv_dlopen_self" = xyes; thenLDFLAGS="$LDFLAGS $link_static_flag"echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6if test "${lt_cv_dlopen_self_static+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test "$cross_compiling" = yes; then :lt_cv_dlopen_self_static=crosselselt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2lt_status=$lt_dlunknowncat > conftest.$ac_ext <<EOF#line 14174 "configure"#include "confdefs.h"#if HAVE_DLFCN_H#include <dlfcn.h>#endif#include <stdio.h>#ifdef RTLD_GLOBAL# define LT_DLGLOBAL RTLD_GLOBAL#else# ifdef DL_GLOBAL# define LT_DLGLOBAL DL_GLOBAL# else# define LT_DLGLOBAL 0# endif#endif/* We may have to define LT_DLLAZY_OR_NOW in the command line if wefind out it does not work in some platform. */#ifndef LT_DLLAZY_OR_NOW# ifdef RTLD_LAZY# define LT_DLLAZY_OR_NOW RTLD_LAZY# else# ifdef DL_LAZY# define LT_DLLAZY_OR_NOW DL_LAZY# else# ifdef RTLD_NOW# define LT_DLLAZY_OR_NOW RTLD_NOW# else# ifdef DL_NOW# define LT_DLLAZY_OR_NOW DL_NOW# else# define LT_DLLAZY_OR_NOW 0# endif# endif# endif# endif#endif#ifdef __cplusplusextern "C" void exit (int);#endifvoid fnord() { int i=42;}int main (){void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);int status = $lt_dlunknown;if (self){if (dlsym (self,"fnord")) status = $lt_dlno_uscore;else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;/* dlclose (self); */}exit (status);}EOFif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then(./conftest; exit; ) 2>/dev/nulllt_status=$?case x$lt_status inx$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;esacelse :# compilation failedlt_cv_dlopen_self_static=nofifirm -fr conftest*fiecho "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6fiCPPFLAGS="$save_CPPFLAGS"LDFLAGS="$save_LDFLAGS"LIBS="$save_LIBS";;esaccase $lt_cv_dlopen_self inyes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;*) enable_dlopen_self=unknown ;;esaccase $lt_cv_dlopen_self_static inyes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;*) enable_dlopen_self_static=unknown ;;esacfi# The else clause should only fire when bootstrapping the# libtool distribution, otherwise you forgot to ship ltmain.sh# with your package, and you will get complaints that there are# no rules to generate ltmain.sh.if test -f "$ltmain"; then# See if we are running on zsh, and set the options which allow our commands through# without removal of \ escapes.if test -n "${ZSH_VERSION+set}" ; thensetopt NO_GLOB_SUBSTfi# Now quote all the things that may contain metacharacters while being# careful not to overquote the AC_SUBSTed values. We take copies of the# variables and quote the copies for generation of the libtool script.for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \libname_spec library_names_spec soname_spec extract_expsyms_cmds \old_striplib striplib file_magic_cmd finish_cmds finish_eval \deplibs_check_method reload_flag reload_cmds need_locks \lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \lt_cv_sys_global_symbol_to_c_name_address \sys_lib_search_path_spec sys_lib_dlsearch_path_spec \old_postinstall_cmds old_postuninstall_cmds \compiler_CXX \CC_CXX \LD_CXX \lt_prog_compiler_wl_CXX \lt_prog_compiler_pic_CXX \lt_prog_compiler_static_CXX \lt_prog_compiler_no_builtin_flag_CXX \export_dynamic_flag_spec_CXX \thread_safe_flag_spec_CXX \whole_archive_flag_spec_CXX \enable_shared_with_static_runtimes_CXX \old_archive_cmds_CXX \old_archive_from_new_cmds_CXX \predep_objects_CXX \postdep_objects_CXX \predeps_CXX \postdeps_CXX \compiler_lib_search_path_CXX \archive_cmds_CXX \archive_expsym_cmds_CXX \postinstall_cmds_CXX \postuninstall_cmds_CXX \old_archive_from_expsyms_cmds_CXX \allow_undefined_flag_CXX \no_undefined_flag_CXX \export_symbols_cmds_CXX \hardcode_libdir_flag_spec_CXX \hardcode_libdir_flag_spec_ld_CXX \hardcode_libdir_separator_CXX \hardcode_automatic_CXX \module_cmds_CXX \module_expsym_cmds_CXX \lt_cv_prog_compiler_c_o_CXX \exclude_expsyms_CXX \include_expsyms_CXX; docase $var inold_archive_cmds_CXX | \old_archive_from_new_cmds_CXX | \archive_cmds_CXX | \archive_expsym_cmds_CXX | \module_cmds_CXX | \module_expsym_cmds_CXX | \old_archive_from_expsyms_cmds_CXX | \export_symbols_cmds_CXX | \extract_expsyms_cmds | reload_cmds | finish_cmds | \postinstall_cmds | postuninstall_cmds | \old_postinstall_cmds | old_postuninstall_cmds | \sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)# Double-quote double-evaled strings.eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"";;*)eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"";;esacdonecase $lt_echo in*'\$0 --fallback-echo"')lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`;;esaccfgfile="$ofile"cat <<__EOF__ >> "$cfgfile"# ### BEGIN LIBTOOL TAG CONFIG: $tagname# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:# Shell to use when invoking shell scripts.SHELL=$lt_SHELL# Whether or not to build shared libraries.build_libtool_libs=$enable_shared# Whether or not to build static libraries.build_old_libs=$enable_static# Whether or not to add -lc for building shared libraries.build_libtool_need_lc=$archive_cmds_need_lc_CXX# Whether or not to disallow shared libs when runtime libs are staticallow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX# Whether or not to optimize for fast installation.fast_install=$enable_fast_install# The host system.host_alias=$host_aliashost=$host# An echo program that does not interpret backslashes.echo=$lt_echo# The archiver.AR=$lt_ARAR_FLAGS=$lt_AR_FLAGS# A C compiler.LTCC=$lt_LTCC# A language-specific compiler.CC=$lt_compiler_CXX# Is the compiler the GNU C compiler?with_gcc=$GCC_CXX# An ERE matcher.EGREP=$lt_EGREP# The linker used to build libraries.LD=$lt_LD_CXX# Whether we need hard or soft links.LN_S=$lt_LN_S# A BSD-compatible nm program.NM=$lt_NM# A symbol stripping programSTRIP=$STRIP# Used to examine libraries when file_magic_cmd begins "file"MAGIC_CMD=$MAGIC_CMD# Used on cygwin: DLL creation program.DLLTOOL="$DLLTOOL"# Used on cygwin: object dumper.OBJDUMP="$OBJDUMP"# Used on cygwin: assembler.AS="$AS"# The name of the directory that contains temporary libtool files.objdir=$objdir# How to create reloadable object files.reload_flag=$lt_reload_flagreload_cmds=$lt_reload_cmds# How to pass a linker flag through the compiler.wl=$lt_lt_prog_compiler_wl_CXX# Object file suffix (normally "o").objext="$ac_objext"# Old archive suffix (normally "a").libext="$libext"# Shared library suffix (normally ".so").shrext='$shrext'# Executable file suffix (normally "").exeext="$exeext"# Additional compiler flags for building library objects.pic_flag=$lt_lt_prog_compiler_pic_CXXpic_mode=$pic_mode# What is the maximum length of a command?max_cmd_len=$lt_cv_sys_max_cmd_len# Does compiler simultaneously support -c and -o options?compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX# Must we lock files when doing compilation ?need_locks=$lt_need_locks# Do we need the lib prefix for modules?need_lib_prefix=$need_lib_prefix# Do we need a version for libraries?need_version=$need_version# Whether dlopen is supported.dlopen_support=$enable_dlopen# Whether dlopen of programs is supported.dlopen_self=$enable_dlopen_self# Whether dlopen of statically linked programs is supported.dlopen_self_static=$enable_dlopen_self_static# Compiler flag to prevent dynamic linking.link_static_flag=$lt_lt_prog_compiler_static_CXX# Compiler flag to turn off builtin functions.no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX# Compiler flag to allow reflexive dlopens.export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX# Compiler flag to generate shared objects directly from archives.whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX# Compiler flag to generate thread-safe objects.thread_safe_flag_spec=$lt_thread_safe_flag_spec_CXX# Library versioning type.version_type=$version_type# Format of library name prefix.libname_spec=$lt_libname_spec# List of archive names. First name is the real one, the rest are links.# The last name is the one that the linker finds with -lNAME.library_names_spec=$lt_library_names_spec# The coded name of the library, if different from the real name.soname_spec=$lt_soname_spec# Commands used to build and install an old-style archive.RANLIB=$lt_RANLIBold_archive_cmds=$lt_old_archive_cmds_CXXold_postinstall_cmds=$lt_old_postinstall_cmdsold_postuninstall_cmds=$lt_old_postuninstall_cmds# Create an old-style archive from a shared archive.old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX# Create a temporary old-style archive to link instead of a shared archive.old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX# Commands used to build and install a shared archive.archive_cmds=$lt_archive_cmds_CXXarchive_expsym_cmds=$lt_archive_expsym_cmds_CXXpostinstall_cmds=$lt_postinstall_cmdspostuninstall_cmds=$lt_postuninstall_cmds# Commands used to build a loadable module (assumed same as above if empty)module_cmds=$lt_module_cmds_CXXmodule_expsym_cmds=$lt_module_expsym_cmds_CXX# Commands to strip libraries.old_striplib=$lt_old_striplibstriplib=$lt_striplib# Dependencies to place before the objects being linked to create a# shared library.predep_objects=$lt_predep_objects_CXX# Dependencies to place after the objects being linked to create a# shared library.postdep_objects=$lt_postdep_objects_CXX# Dependencies to place before the objects being linked to create a# shared library.predeps=$lt_predeps_CXX# Dependencies to place after the objects being linked to create a# shared library.postdeps=$lt_postdeps_CXX# The library search path used internally by the compiler when linking# a shared library.compiler_lib_search_path=$lt_compiler_lib_search_path_CXX# Method to check whether dependent libraries are shared objects.deplibs_check_method=$lt_deplibs_check_method# Command to use when deplibs_check_method == file_magic.file_magic_cmd=$lt_file_magic_cmd# Flag that allows shared libraries with undefined symbols to be built.allow_undefined_flag=$lt_allow_undefined_flag_CXX# Flag that forces no undefined symbols.no_undefined_flag=$lt_no_undefined_flag_CXX# Commands used to finish a libtool library installation in a directory.finish_cmds=$lt_finish_cmds# Same as above, but a single script fragment to be evaled but not shown.finish_eval=$lt_finish_eval# Take the output of nm and produce a listing of raw symbols and C names.global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe# Transform the output of nm in a proper C declarationglobal_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl# Transform the output of nm in a C name address pairglobal_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address# This is the shared library runtime path variable.runpath_var=$runpath_var# This is the shared library path variable.shlibpath_var=$shlibpath_var# Is shlibpath searched before the hard-coded library search path?shlibpath_overrides_runpath=$shlibpath_overrides_runpath# How to hardcode a shared library path into an executable.hardcode_action=$hardcode_action_CXX# Whether we should hardcode library paths into libraries.hardcode_into_libs=$hardcode_into_libs# Flag to hardcode \$libdir into a binary during linking.# This must work even if \$libdir does not exist.hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX# If ld is used when linking, flag to hardcode \$libdir into# a binary during linking. This must work even if \$libdir does# not exist.hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX# Whether we need a single -rpath flag with a separated argument.hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the# resulting binary.hardcode_direct=$hardcode_direct_CXX# Set to yes if using the -LDIR flag during linking hardcodes DIR into the# resulting binary.hardcode_minus_L=$hardcode_minus_L_CXX# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into# the resulting binary.hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX# Set to yes if building a shared library automatically hardcodes DIR into the library# and all subsequent libraries and executables linked against it.hardcode_automatic=$hardcode_automatic_CXX# Variables whose values should be saved in libtool wrapper scripts and# restored at relink time.variables_saved_for_relink="$variables_saved_for_relink"# Whether libtool must link a program against all its dependency libraries.link_all_deplibs=$link_all_deplibs_CXX# Compile-time system search path for librariessys_lib_search_path_spec=$lt_sys_lib_search_path_spec# Run-time system search path for librariessys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec# Fix the shell variable \$srcfile for the compiler.fix_srcfile_path="$fix_srcfile_path_CXX"# Set to yes if exported symbols are required.always_export_symbols=$always_export_symbols_CXX# The commands to list exported symbols.export_symbols_cmds=$lt_export_symbols_cmds_CXX# The commands to extract the exported symbol list from a shared archive.extract_expsyms_cmds=$lt_extract_expsyms_cmds# Symbols that should not be listed in the preloaded symbols.exclude_expsyms=$lt_exclude_expsyms_CXX# Symbols that must always be exported.include_expsyms=$lt_include_expsyms_CXX# ### END LIBTOOL TAG CONFIG: $tagname__EOF__else# If there is no Makefile yet, we rely on a make rule to execute# `config.status --recheck' to rerun these tests and create the# libtool script then.test -f Makefile && make "$ltmain"fiac_ext=cac_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_gnuCC=$lt_save_CCLDCXX=$LDLD=$lt_save_LDGCC=$lt_save_GCCwith_gnu_ldcxx=$with_gnu_ldwith_gnu_ld=$lt_save_with_gnu_ldlt_cv_path_LDCXX=$lt_cv_path_LDlt_cv_path_LD=$lt_save_path_LDlt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ldlt_cv_prog_gnu_ld=$lt_save_with_gnu_ldelsetagname=""fi;;F77)if test -n "$F77" && test "X$F77" != "Xno"; thenac_ext=fac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_f77_compiler_gnuarchive_cmds_need_lc_F77=noallow_undefined_flag_F77=always_export_symbols_F77=noarchive_expsym_cmds_F77=export_dynamic_flag_spec_F77=hardcode_direct_F77=nohardcode_libdir_flag_spec_F77=hardcode_libdir_flag_spec_ld_F77=hardcode_libdir_separator_F77=hardcode_minus_L_F77=nohardcode_automatic_F77=nomodule_cmds_F77=module_expsym_cmds_F77=link_all_deplibs_F77=unknownold_archive_cmds_F77=$old_archive_cmdsno_undefined_flag_F77=whole_archive_flag_spec_F77=enable_shared_with_static_runtimes_F77=no# Source file extension for f77 test sources.ac_ext=f# Object file extension for compiled f77 test sources.objext=oobjext_F77=$objext# Code to be used in simple compile testslt_simple_compile_test_code=" subroutine t\n return\n end\n"# Code to be used in simple link testslt_simple_link_test_code=" program t\n end\n"# ltmain only uses $CC for tagged configurations so make sure $CC is set.# If no C compiler was specified, use CC.LTCC=${LTCC-"$CC"}# Allow CC to be a program name with arguments.compiler=$CC# Allow CC to be a program name with arguments.lt_save_CC="$CC"CC=${F77-"f77"}compiler=$CCcompiler_F77=$CCcc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6echo "$as_me:$LINENO: result: $can_build_shared" >&5echo "${ECHO_T}$can_build_shared" >&6echo "$as_me:$LINENO: checking whether to build shared libraries" >&5echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6test "$can_build_shared" = "no" && enable_shared=no# On AIX, shared libraries and static libraries use the same namespace, and# are all built from PIC.case "$host_os" inaix3*)test "$enable_shared" = yes && enable_static=noif test -n "$RANLIB"; thenarchive_cmds="$archive_cmds~\$RANLIB \$lib"postinstall_cmds='$RANLIB $lib'fi;;aix4*)test "$enable_shared" = yes && enable_static=no;;esacecho "$as_me:$LINENO: result: $enable_shared" >&5echo "${ECHO_T}$enable_shared" >&6echo "$as_me:$LINENO: checking whether to build static libraries" >&5echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6# Make sure either enable_shared or enable_static is yes.test "$enable_shared" = yes || enable_static=yesecho "$as_me:$LINENO: result: $enable_static" >&5echo "${ECHO_T}$enable_static" >&6test "$ld_shlibs_F77" = no && can_build_shared=noGCC_F77="$G77"LD_F77="$LD"lt_prog_compiler_wl_F77=lt_prog_compiler_pic_F77=lt_prog_compiler_static_F77=echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6if test "$GCC" = yes; thenlt_prog_compiler_wl_F77='-Wl,'lt_prog_compiler_static_F77='-static'case $host_os inaix*)# All AIX code is PIC.if test "$host_cpu" = ia64; then# AIX 5 now supports IA64 processorlt_prog_compiler_static_F77='-Bstatic'fi;;amigaos*)# FIXME: we need at least 68020 code to build shared libraries, but# adding the `-m68020' flag to GCC prevents building anything better,# like `-m68040'.lt_prog_compiler_pic_F77='-m68020 -resident32 -malways-restore-a4';;beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)# PIC is the default for these OSes.;;mingw* | pw32* | os2*)# This hack is so that the source file can tell whether it is being# built for inclusion in a dll (and should export symbols for example).lt_prog_compiler_pic_F77='-DDLL_EXPORT';;darwin* | rhapsody*)# PIC is the default on this platform# Common symbols not allowed in MH_DYLIB fileslt_prog_compiler_pic_F77='-fno-common';;msdosdjgpp*)# Just because we use GCC doesn't mean we suddenly get shared libraries# on systems that don't support them.lt_prog_compiler_can_build_shared_F77=noenable_shared=no;;sysv4*MP*)if test -d /usr/nec; thenlt_prog_compiler_pic_F77=-Kconform_picfi;;hpux*)# PIC is the default for IA64 HP-UX and 64-bit HP-UX, but# not for PA HP-UX.case "$host_cpu" inhppa*64*|ia64*)# +Z the default;;*)lt_prog_compiler_pic_F77='-fPIC';;esac;;*)lt_prog_compiler_pic_F77='-fPIC';;esacelse# PORTME Check for flag to pass linker flags through the system compiler.case $host_os inaix*)lt_prog_compiler_wl_F77='-Wl,'if test "$host_cpu" = ia64; then# AIX 5 now supports IA64 processorlt_prog_compiler_static_F77='-Bstatic'elselt_prog_compiler_static_F77='-bnso -bI:/lib/syscalls.exp'fi;;mingw* | pw32* | os2*)# This hack is so that the source file can tell whether it is being# built for inclusion in a dll (and should export symbols for example).lt_prog_compiler_pic_F77='-DDLL_EXPORT';;hpux9* | hpux10* | hpux11*)lt_prog_compiler_wl_F77='-Wl,'# PIC is the default for IA64 HP-UX and 64-bit HP-UX, but# not for PA HP-UX.case "$host_cpu" inhppa*64*|ia64*)# +Z the default;;*)lt_prog_compiler_pic_F77='+Z';;esac# Is there a better lt_prog_compiler_static that works with the bundled CC?lt_prog_compiler_static_F77='${wl}-a ${wl}archive';;irix5* | irix6* | nonstopux*)lt_prog_compiler_wl_F77='-Wl,'# PIC (with -KPIC) is the default.lt_prog_compiler_static_F77='-non_shared';;newsos6)lt_prog_compiler_pic_F77='-KPIC'lt_prog_compiler_static_F77='-Bstatic';;linux*)case $CC inicc|ecc)lt_prog_compiler_wl_F77='-Wl,'lt_prog_compiler_pic_F77='-KPIC'lt_prog_compiler_static_F77='-static';;ccc)lt_prog_compiler_wl_F77='-Wl,'# All Alpha code is PIC.lt_prog_compiler_static_F77='-non_shared';;esac;;osf3* | osf4* | osf5*)lt_prog_compiler_wl_F77='-Wl,'# All OSF/1 code is PIC.lt_prog_compiler_static_F77='-non_shared';;sco3.2v5*)lt_prog_compiler_pic_F77='-Kpic'lt_prog_compiler_static_F77='-dn';;solaris*)lt_prog_compiler_wl_F77='-Wl,'lt_prog_compiler_pic_F77='-KPIC'lt_prog_compiler_static_F77='-Bstatic';;sunos4*)lt_prog_compiler_wl_F77='-Qoption ld 'lt_prog_compiler_pic_F77='-PIC'lt_prog_compiler_static_F77='-Bstatic';;sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)lt_prog_compiler_wl_F77='-Wl,'lt_prog_compiler_pic_F77='-KPIC'lt_prog_compiler_static_F77='-Bstatic';;sysv4*MP*)if test -d /usr/nec ;thenlt_prog_compiler_pic_F77='-Kconform_pic'lt_prog_compiler_static_F77='-Bstatic'fi;;uts4*)lt_prog_compiler_pic_F77='-pic'lt_prog_compiler_static_F77='-Bstatic';;*)lt_prog_compiler_can_build_shared_F77=no;;esacfiecho "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6## Check to make sure the PIC flag actually works.#if test -n "$lt_prog_compiler_pic_F77"; thenecho "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6if test "${lt_prog_compiler_pic_works_F77+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elselt_prog_compiler_pic_works_F77=noac_outfile=conftest.$ac_objextprintf "$lt_simple_compile_test_code" > conftest.$ac_extlt_compiler_flag="$lt_prog_compiler_pic_F77"# Insert the option either (1) after the last *FLAGS variable, or# (2) before a word containing "conftest.", or (3) at the end.# Note that $ac_compile itself does not contain backslashes and begins# with a dollar sign (not a hyphen), so the echo should work correctly.# The option is referenced via a variable to avoid confusing sed.lt_compile=`echo "$ac_compile" | $SED \-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \-e 's:$: $lt_compiler_flag:'`(eval echo "\"\$as_me:14996: $lt_compile\"" >&5)(eval "$lt_compile" 2>conftest.err)ac_status=$?cat conftest.err >&5echo "$as_me:15000: \$? = $ac_status" >&5if (exit $ac_status) && test -s "$ac_outfile"; then# The compiler can only warn and ignore the option if not recognized# So say no if there are warningsif test ! -s conftest.err; thenlt_prog_compiler_pic_works_F77=yesfifi$rm conftest*fiecho "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6if test x"$lt_prog_compiler_pic_works_F77" = xyes; thencase $lt_prog_compiler_pic_F77 in"" | " "*) ;;*) lt_prog_compiler_pic_F77=" $lt_prog_compiler_pic_F77" ;;esacelselt_prog_compiler_pic_F77=lt_prog_compiler_can_build_shared_F77=nofificase "$host_os" in# For platforms which do not support PIC, -DPIC is meaningless:*djgpp*)lt_prog_compiler_pic_F77=;;*)lt_prog_compiler_pic_F77="$lt_prog_compiler_pic_F77";;esacecho "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elselt_cv_prog_compiler_c_o_F77=no$rm -r conftest 2>/dev/nullmkdir conftestcd conftestmkdir outprintf "$lt_simple_compile_test_code" > conftest.$ac_ext# According to Tom Tromey, Ian Lance Taylor reported there are C compilers# that will create temporary files in the current directory regardless of# the output directory. Thus, making CWD read-only will cause this test# to fail, enabling locking or at least warning the user not to do parallel# builds.chmod -w .lt_compiler_flag="-o out/conftest2.$ac_objext"# Insert the option either (1) after the last *FLAGS variable, or# (2) before a word containing "conftest.", or (3) at the end.# Note that $ac_compile itself does not contain backslashes and begins# with a dollar sign (not a hyphen), so the echo should work correctly.lt_compile=`echo "$ac_compile" | $SED \-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \-e 's:$: $lt_compiler_flag:'`(eval echo "\"\$as_me:15063: $lt_compile\"" >&5)(eval "$lt_compile" 2>out/conftest.err)ac_status=$?cat out/conftest.err >&5echo "$as_me:15067: \$? = $ac_status" >&5if (exit $ac_status) && test -s out/conftest2.$ac_objextthen# The compiler can only warn and ignore the option if not recognized# So say no if there are warningsif test ! -s out/conftest.err; thenlt_cv_prog_compiler_c_o_F77=yesfifichmod u+w .$rm conftest* out/*rmdir outcd ..rmdir conftest$rm conftest*fiecho "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6hard_links="nottested"if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then# do not overwrite the value of need_locks provided by the userecho "$as_me:$LINENO: checking if we can lock with hard links" >&5echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6hard_links=yes$rm conftest*ln conftest.a conftest.b 2>/dev/null && hard_links=notouch conftest.aln conftest.a conftest.b 2>&5 || hard_links=noln conftest.a conftest.b 2>/dev/null && hard_links=noecho "$as_me:$LINENO: result: $hard_links" >&5echo "${ECHO_T}$hard_links" >&6if test "$hard_links" = no; then{ echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}need_locks=warnfielseneed_locks=nofiecho "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6runpath_var=allow_undefined_flag_F77=enable_shared_with_static_runtimes_F77=noarchive_cmds_F77=archive_expsym_cmds_F77=old_archive_From_new_cmds_F77=old_archive_from_expsyms_cmds_F77=export_dynamic_flag_spec_F77=whole_archive_flag_spec_F77=thread_safe_flag_spec_F77=hardcode_libdir_flag_spec_F77=hardcode_libdir_flag_spec_ld_F77=hardcode_libdir_separator_F77=hardcode_direct_F77=nohardcode_minus_L_F77=nohardcode_shlibpath_var_F77=unsupportedlink_all_deplibs_F77=unknownhardcode_automatic_F77=nomodule_cmds_F77=module_expsym_cmds_F77=always_export_symbols_F77=noexport_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'# include_expsyms should be a list of space-separated symbols to be *always*# included in the symbol listinclude_expsyms_F77=# exclude_expsyms can be an extended regexp of symbols to exclude# it will be wrapped by ` (' and `)$', so one must not match beginning or# end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',# as well as any symbol that contains `d'.exclude_expsyms_F77="_GLOBAL_OFFSET_TABLE_"# Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out# platforms (ab)use it in PIC code, but their linkers get confused if# the symbol is explicitly referenced. Since portable code cannot# rely on this symbol name, it's probably fine to never include it in# preloaded symbol tables.extract_expsyms_cmds=case $host_os incygwin* | mingw* | pw32*)# FIXME: the MSVC++ port hasn't been tested in a loooong time# When not using gcc, we currently assume that we are using# Microsoft Visual C++.if test "$GCC" != yes; thenwith_gnu_ld=nofi;;openbsd*)with_gnu_ld=no;;esacld_shlibs_F77=yesif test "$with_gnu_ld" = yes; then# If archive_cmds runs LD, not CC, wlarc should be emptywlarc='${wl}'# See if GNU ld supports shared libraries.case $host_os inaix3* | aix4* | aix5*)# On AIX/PPC, the GNU linker is very brokenif test "$host_cpu" != ia64; thenld_shlibs_F77=nocat <<EOF 1>&2*** Warning: the GNU linker, at least up to release 2.9.1, is reported*** to be unable to reliably create shared libraries on AIX.*** Therefore, libtool is disabling shared libraries support. If you*** really care for shared libraries, you may want to modify your PATH*** so that a non-GNU linker is found, and then restart.EOFfi;;amigaos*)archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'hardcode_libdir_flag_spec_F77='-L$libdir'hardcode_minus_L_F77=yes# Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports# that the semantics of dynamic libraries on AmigaOS, at least up# to version 4, is to share data among multiple programs linked# with the same dynamic library. Since this doesn't match the# behavior of shared libraries on other platforms, we can't use# them.ld_shlibs_F77=no;;beos*)if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; thenallow_undefined_flag_F77=unsupported# Joseph Beckenbach <jrb3@best.com> says some releases of gcc# support --undefined. This deserves some investigation. FIXMEarchive_cmds_F77='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'elseld_shlibs_F77=nofi;;cygwin* | mingw* | pw32*)# _LT_AC_TAGVAR(hardcode_libdir_flag_spec, F77) is actually meaningless,# as there is no search path for DLLs.hardcode_libdir_flag_spec_F77='-L$libdir'allow_undefined_flag_F77=unsupportedalways_export_symbols_F77=noenable_shared_with_static_runtimes_F77=yesexport_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'if $LD --help 2>&1 | grep 'auto-import' > /dev/null; thenarchive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'# If the export-symbols file already is a .def file (1st line# is EXPORTS), use it as is; otherwise, prepend...archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; thencp $export_symbols $output_objdir/$soname.def;elseecho EXPORTS > $output_objdir/$soname.def;cat $export_symbols >> $output_objdir/$soname.def;fi~$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'elseld_shlibs=nofi;;netbsd*)if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; thenarchive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'wlarc=elsearchive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'fi;;solaris* | sysv5*)if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; thenld_shlibs_F77=nocat <<EOF 1>&2*** Warning: The releases 2.8.* of the GNU linker cannot reliably*** create shared libraries on Solaris systems. Therefore, libtool*** is disabling shared libraries support. We urge you to upgrade GNU*** binutils to release 2.9.1 or newer. Another option is to modify*** your PATH or compiler configuration so that the native linker is*** used, and then restart.EOFelif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; thenarchive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'elseld_shlibs_F77=nofi;;sunos4*)archive_cmds_F77='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'wlarc=hardcode_direct_F77=yeshardcode_shlibpath_var_F77=no;;*)if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; thenarchive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'elseld_shlibs_F77=nofi;;esacif test "$ld_shlibs_F77" = yes; thenrunpath_var=LD_RUN_PATHhardcode_libdir_flag_spec_F77='${wl}--rpath ${wl}$libdir'export_dynamic_flag_spec_F77='${wl}--export-dynamic'# ancient GNU ld didn't support --whole-archive et. al.if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; thenwhole_archive_flag_spec_F77="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'elsewhole_archive_flag_spec_F77=fifielse# PORTME fill in a description of your system's linker (not GNU ld)case $host_os inaix3*)allow_undefined_flag_F77=unsupportedalways_export_symbols_F77=yesarchive_expsym_cmds_F77='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'# Note: this linker hardcodes the directories in LIBPATH if there# are no directories specified by -L.hardcode_minus_L_F77=yesif test "$GCC" = yes && test -z "$link_static_flag"; then# Neither direct hardcoding nor static linking is supported with a# broken collect2.hardcode_direct_F77=unsupportedfi;;aix4* | aix5*)if test "$host_cpu" = ia64; then# On IA64, the linker does run time linking by default, so we don't# have to do anything special.aix_use_runtimelinking=noexp_sym_flag='-Bexport'no_entry_flag=""else# If we're using GNU nm, then we don't want the "-C" option.# -C means demangle to AIX nm, but means don't demangle with GNU nmif $NM -V 2>&1 | grep 'GNU' > /dev/null; thenexport_symbols_cmds_F77='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'elseexport_symbols_cmds_F77='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'fiaix_use_runtimelinking=no# Test if we are trying to use run time linking or normal# AIX style linking. If -brtl is somewhere in LDFLAGS, we# need to do runtime linking.case $host_os in aix4.[23]|aix4.[23].*|aix5*)for ld_flag in $LDFLAGS; doif (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); thenaix_use_runtimelinking=yesbreakfidoneesacexp_sym_flag='-bexport'no_entry_flag='-bnoentry'fi# When large executables or shared objects are built, AIX ld can# have problems creating the table of contents. If linking a library# or program results in "error TOC overflow" add -mminimal-toc to# CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not# enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.archive_cmds_F77=''hardcode_direct_F77=yeshardcode_libdir_separator_F77=':'link_all_deplibs_F77=yesif test "$GCC" = yes; thencase $host_os in aix4.012|aix4.012.*)# We only want to do this on AIX 4.2 and lower, the check# below for broken collect2 doesn't work under 4.3+collect2name=`${CC} -print-prog-name=collect2`if test -f "$collect2name" && \strings "$collect2name" | grep resolve_lib_name >/dev/nullthen# We have reworked collect2hardcode_direct_F77=yeselse# We have old collect2hardcode_direct_F77=unsupported# It fails to find uninstalled libraries when the uninstalled# path is not listed in the libpath. Setting hardcode_minus_L# to unsupported forces relinkinghardcode_minus_L_F77=yeshardcode_libdir_flag_spec_F77='-L$libdir'hardcode_libdir_separator_F77=fiesacshared_flag='-shared'else# not using gccif test "$host_cpu" = ia64; then# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release# chokes on -Wl,-G. The following line is correct:shared_flag='-G'elseif test "$aix_use_runtimelinking" = yes; thenshared_flag='${wl}-G'elseshared_flag='${wl}-bM:SRE'fififi# It seems that -bexpall does not export symbols beginning with# underscore (_), so it is better to generate a list of symbols to export.always_export_symbols_F77=yesif test "$aix_use_runtimelinking" = yes; then# Warning - without using the other runtime loading flags (-brtl),# -berok will link without error, but may produce a broken library.allow_undefined_flag_F77='-berok'# Determine the default libpath from the value encoded in an empty executable.cat >conftest.$ac_ext <<_ACEOFprogram mainend_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenaix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }}'`# Check for a 64-bit object if we didn't find anything.if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }}'`; fielseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extif test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fihardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"elseif test "$host_cpu" = ia64; thenhardcode_libdir_flag_spec_F77='${wl}-R $libdir:/usr/lib:/lib'allow_undefined_flag_F77="-z nodefs"archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"else# Determine the default libpath from the value encoded in an empty executable.cat >conftest.$ac_ext <<_ACEOFprogram mainend_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenaix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }}'`# Check for a 64-bit object if we didn't find anything.if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }}'`; fielseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extif test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fihardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"# Warning - without using the other run time loading flags,# -berok will link without error, but may produce a broken library.no_undefined_flag_F77=' ${wl}-bernotok'allow_undefined_flag_F77=' ${wl}-berok'# -bexpall does not export symbols beginning with underscore (_)always_export_symbols_F77=yes# Exported symbols can be pulled into shared objects from archiveswhole_archive_flag_spec_F77=' 'archive_cmds_need_lc_F77=yes# This is similar to how AIX traditionally builds it's shared libraries.archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'fifi;;amigaos*)archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'hardcode_libdir_flag_spec_F77='-L$libdir'hardcode_minus_L_F77=yes# see comment about different semantics on the GNU ld sectionld_shlibs_F77=no;;bsdi4*)export_dynamic_flag_spec_F77=-rdynamic;;cygwin* | mingw* | pw32*)# When not using gcc, we currently assume that we are using# Microsoft Visual C++.# hardcode_libdir_flag_spec is actually meaningless, as there is# no search path for DLLs.hardcode_libdir_flag_spec_F77=' 'allow_undefined_flag_F77=unsupported# Tell ltmain to make .lib files, not .a files.libext=lib# Tell ltmain to make .dll files, not .so files.shrext=".dll"# FIXME: Setting linknames here is a bad hack.archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='# The linker will automatically build a .lib file if we build a DLL.old_archive_From_new_cmds_F77='true'# FIXME: Should let the user specify the lib program.old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs'fix_srcfile_path='`cygpath -w "$srcfile"`'enable_shared_with_static_runtimes_F77=yes;;darwin* | rhapsody*)if $CC -v 2>&1 | grep 'Apple' >/dev/null ; thenarchive_cmds_need_lc_F77=nocase "$host_os" inrhapsody* | darwin1.[012])allow_undefined_flag_F77='-undefined suppress';;*) # Darwin 1.3 ontest -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag_F77='-flat_namespace -undefined suppress';;esac# FIXME: Relying on posixy $() will cause problems for# cross-compilation, but unfortunately the echo tests do not# yet detect zsh echo's removal of \ escapes. Also zsh mangles# `"' quotes if we put them in here... so don't!lt_int_apple_cc_single_mod=nooutput_verbose_link_cmd='echo'if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; thenlt_int_apple_cc_single_mod=yesfiif test "X$lt_int_apple_cc_single_mod" = Xyes ; thenarchive_cmds_F77='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'elsearchive_cmds_F77='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'fimodule_cmds_F77='$CC -bundle ${wl}-bind_at_load $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags'# Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld'sif test "X$lt_int_apple_cc_single_mod" = Xyes ; thenarchive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'elsearchive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'fimodule_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -bundle $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'hardcode_direct_F77=nohardcode_automatic_F77=yeshardcode_shlibpath_var_F77=unsupportedwhole_archive_flag_spec_F77='-all_load $convenience'link_all_deplibs_F77=yesfi;;dgux*)archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'hardcode_libdir_flag_spec_F77='-L$libdir'hardcode_shlibpath_var_F77=no;;freebsd1*)ld_shlibs_F77=no;;# FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor# support. Future versions do this automatically, but an explicit c++rt0.o# does not break anything, and helps significantly (at the cost of a little# extra space).freebsd2.2*)archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'hardcode_libdir_flag_spec_F77='-R$libdir'hardcode_direct_F77=yeshardcode_shlibpath_var_F77=no;;# Unfortunately, older versions of FreeBSD 2 do not have this feature.freebsd2*)archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'hardcode_direct_F77=yeshardcode_minus_L_F77=yeshardcode_shlibpath_var_F77=no;;# FreeBSD 3 and greater uses gcc -shared to do shared libraries.freebsd*)archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'hardcode_libdir_flag_spec_F77='-R$libdir'hardcode_direct_F77=yeshardcode_shlibpath_var_F77=no;;hpux9*)if test "$GCC" = yes; thenarchive_cmds_F77='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'elsearchive_cmds_F77='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'fihardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'hardcode_libdir_separator_F77=:hardcode_direct_F77=yes# hardcode_minus_L: Not really in the search PATH,# but as the default location of the library.hardcode_minus_L_F77=yesexport_dynamic_flag_spec_F77='${wl}-E';;hpux10* | hpux11*)if test "$GCC" = yes -a "$with_gnu_ld" = no; thencase "$host_cpu" inhppa*64*|ia64*)archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags';;*)archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags';;esacelsecase "$host_cpu" inhppa*64*|ia64*)archive_cmds_F77='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags';;*)archive_cmds_F77='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags';;esacfiif test "$with_gnu_ld" = no; thencase "$host_cpu" inhppa*64*)hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'hardcode_libdir_flag_spec_ld_F77='+b $libdir'hardcode_libdir_separator_F77=:hardcode_direct_F77=nohardcode_shlibpath_var_F77=no;;ia64*)hardcode_libdir_flag_spec_F77='-L$libdir'hardcode_direct_F77=nohardcode_shlibpath_var_F77=no# hardcode_minus_L: Not really in the search PATH,# but as the default location of the library.hardcode_minus_L_F77=yes;;*)hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'hardcode_libdir_separator_F77=:hardcode_direct_F77=yesexport_dynamic_flag_spec_F77='${wl}-E'# hardcode_minus_L: Not really in the search PATH,# but as the default location of the library.hardcode_minus_L_F77=yes;;esacfi;;irix5* | irix6* | nonstopux*)if test "$GCC" = yes; thenarchive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'elsearchive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'hardcode_libdir_flag_spec_ld_F77='-rpath $libdir'fihardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'hardcode_libdir_separator_F77=:link_all_deplibs_F77=yes;;netbsd*)if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; thenarchive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.outelsearchive_cmds_F77='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELFfihardcode_libdir_flag_spec_F77='-R$libdir'hardcode_direct_F77=yeshardcode_shlibpath_var_F77=no;;newsos6)archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'hardcode_direct_F77=yeshardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'hardcode_libdir_separator_F77=:hardcode_shlibpath_var_F77=no;;openbsd*)hardcode_direct_F77=yeshardcode_shlibpath_var_F77=noif test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; thenarchive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'export_dynamic_flag_spec_F77='${wl}-E'elsecase $host_os inopenbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'hardcode_libdir_flag_spec_F77='-R$libdir';;*)archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir';;esacfi;;os2*)hardcode_libdir_flag_spec_F77='-L$libdir'hardcode_minus_L_F77=yesallow_undefined_flag_F77=unsupportedarchive_cmds_F77='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'old_archive_From_new_cmds_F77='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def';;osf3*)if test "$GCC" = yes; thenallow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'elseallow_undefined_flag_F77=' -expect_unresolved \*'archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'fihardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'hardcode_libdir_separator_F77=:;;osf4* | osf5*) # as osf3* with the addition of -msym flagif test "$GCC" = yes; thenallow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'elseallow_undefined_flag_F77=' -expect_unresolved \*'archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'# Both c and cxx compiler support -rpath directlyhardcode_libdir_flag_spec_F77='-rpath $libdir'fihardcode_libdir_separator_F77=:;;sco3.2v5*)archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'hardcode_shlibpath_var_F77=noexport_dynamic_flag_spec_F77='${wl}-Bexport'runpath_var=LD_RUN_PATHhardcode_runpath_var=yes;;solaris*)no_undefined_flag_F77=' -z text'if test "$GCC" = yes; thenarchive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~$CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'elsearchive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'fihardcode_libdir_flag_spec_F77='-R$libdir'hardcode_shlibpath_var_F77=nocase $host_os insolaris2.[0-5] | solaris2.[0-5].*) ;;*) # Supported since Solaris 2.6 (maybe 2.5.1?)whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' ;;esaclink_all_deplibs_F77=yes;;sunos4*)if test "x$host_vendor" = xsequent; then# Use $CC to link under sequent, because it throws in some extra .o# files that make .init and .fini sections work.archive_cmds_F77='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'elsearchive_cmds_F77='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'fihardcode_libdir_flag_spec_F77='-L$libdir'hardcode_direct_F77=yeshardcode_minus_L_F77=yeshardcode_shlibpath_var_F77=no;;sysv4)case $host_vendor insni)archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'hardcode_direct_F77=yes # is this really true???;;siemens)## LD is ld it makes a PLAMLIB## CC just makes a GrossModule.archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags'reload_cmds_F77='$CC -r -o $output$reload_objs'hardcode_direct_F77=no;;motorola)archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'hardcode_direct_F77=no #Motorola manual says yes, but my tests say they lie;;esacrunpath_var='LD_RUN_PATH'hardcode_shlibpath_var_F77=no;;sysv4.3*)archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'hardcode_shlibpath_var_F77=noexport_dynamic_flag_spec_F77='-Bexport';;sysv4*MP*)if test -d /usr/nec; thenarchive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'hardcode_shlibpath_var_F77=norunpath_var=LD_RUN_PATHhardcode_runpath_var=yesld_shlibs_F77=yesfi;;sysv4.2uw2*)archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags'hardcode_direct_F77=yeshardcode_minus_L_F77=nohardcode_shlibpath_var_F77=nohardcode_runpath_var=yesrunpath_var=LD_RUN_PATH;;sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*)no_undefined_flag_F77='${wl}-z ${wl}text'if test "$GCC" = yes; thenarchive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'elsearchive_cmds_F77='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'firunpath_var='LD_RUN_PATH'hardcode_shlibpath_var_F77=no;;sysv5*)no_undefined_flag_F77=' -z text'# $CC -shared without GNU ld will not create a library from C++# object files and a static libstdc++, better avoid it by nowarchive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'hardcode_libdir_flag_spec_F77=hardcode_shlibpath_var_F77=norunpath_var='LD_RUN_PATH';;uts4*)archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'hardcode_libdir_flag_spec_F77='-L$libdir'hardcode_shlibpath_var_F77=no;;*)ld_shlibs_F77=no;;esacfiecho "$as_me:$LINENO: result: $ld_shlibs_F77" >&5echo "${ECHO_T}$ld_shlibs_F77" >&6test "$ld_shlibs_F77" = no && can_build_shared=novariables_saved_for_relink="PATH $shlibpath_var $runpath_var"if test "$GCC" = yes; thenvariables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"fi## Do we need to explicitly link libc?#case "x$archive_cmds_need_lc_F77" inx|xyes)# Assume -lc should be addedarchive_cmds_need_lc_F77=yesif test "$enable_shared" = yes && test "$GCC" = yes; thencase $archive_cmds_F77 in*'~'*)# FIXME: we may have to deal with multi-command sequences.;;'$CC '*)# Test whether the compiler implicitly links with -lc since on some# systems, -lgcc has to come before -lc. If gcc already passes -lc# to ld, don't add -lc before -lgcc.echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6$rm conftest*printf "$lt_simple_compile_test_code" > conftest.$ac_extif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } 2>conftest.err; thensoname=conftestlib=conftestlibobjs=conftest.$ac_objextdeplibs=wl=$lt_prog_compiler_wl_F77compiler_flags=-vlinker_flags=-vverstring=output_objdir=.libname=conftestlt_save_allow_undefined_flag=$allow_undefined_flag_F77allow_undefined_flag_F77=if { (eval echo "$as_me:$LINENO: \"$archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5(eval $archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }thenarchive_cmds_need_lc_F77=noelsearchive_cmds_need_lc_F77=yesfiallow_undefined_flag_F77=$lt_save_allow_undefined_flagelsecat conftest.err 1>&5fi$rm conftest*echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6;;esacfi;;esacecho "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6hardcode_action_F77=if test -n "$hardcode_libdir_flag_spec_F77" || \test -n "$runpath_var F77" || \test "X$hardcode_automatic_F77"="Xyes" ; then# We can hardcode non-existant directories.if test "$hardcode_direct_F77" != no &&# If the only mechanism to avoid hardcoding is shlibpath_var, we# have to relink, otherwise we might link with an installed library# when we should be linking with a yet-to-be-installed one## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, F77)" != no &&test "$hardcode_minus_L_F77" != no; then# Linking always hardcodes the temporary library directory.hardcode_action_F77=relinkelse# We can link without hardcoding, and we can hardcode nonexisting dirs.hardcode_action_F77=immediatefielse# We cannot hardcode anything, or else we can only hardcode existing# directories.hardcode_action_F77=unsupportedfiecho "$as_me:$LINENO: result: $hardcode_action_F77" >&5echo "${ECHO_T}$hardcode_action_F77" >&6if test "$hardcode_action_F77" = relink; then# Fast installation is not supportedenable_fast_install=noelif test "$shlibpath_overrides_runpath" = yes ||test "$enable_shared" = no; then# Fast installation is not necessaryenable_fast_install=needlessfistriplib=old_striplib=echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; thentest -z "$old_striplib" && old_striplib="$STRIP --strip-debug"test -z "$striplib" && striplib="$STRIP --strip-unneeded"echo "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6else# FIXME - insert some real tests, host_os isn't really good enoughcase $host_os indarwin*)if test -n "$STRIP" ; thenstriplib="$STRIP -x"echo "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fi;;*)echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6;;esacfiecho "$as_me:$LINENO: checking dynamic linker characteristics" >&5echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6library_names_spec=libname_spec='lib$name'soname_spec=shrext=".so"postinstall_cmds=postuninstall_cmds=finish_cmds=finish_eval=shlibpath_var=shlibpath_overrides_runpath=unknownversion_type=nonedynamic_linker="$host_os ld.so"sys_lib_dlsearch_path_spec="/lib /usr/lib"if test "$GCC" = yes; thensys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then# if the path contains ";" then we assume it to be the separator# otherwise default to the standard path separator (i.e. ":") - it is# assumed that no part of a normal pathname contains ";" but that should# okay in the real world where ";" in dirpaths is itself problematic.sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`elsesys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`fielsesys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"fineed_lib_prefix=unknownhardcode_into_libs=no# when you set need_version to no, make sure it does not cause -set_version# flags to be left without argumentsneed_version=unknowncase $host_os inaix3*)version_type=linuxlibrary_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'shlibpath_var=LIBPATH# AIX 3 has no versioning support, so we append a major version to the name.soname_spec='${libname}${release}${shared_ext}$major';;aix4* | aix5*)version_type=linuxneed_lib_prefix=noneed_version=nohardcode_into_libs=yesif test "$host_cpu" = ia64; then# AIX 5 supports IA64library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'shlibpath_var=LD_LIBRARY_PATHelse# With GCC up to 2.95.x, collect2 would create an import file# for dependence libraries. The import file would start with# the line `#! .'. This would cause the generated library to# depend on `.', always an invalid library. This was fixed in# development snapshots of GCC prior to 3.0.case $host_os inaix4 | aix4.[01] | aix4.[01].*)if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'echo ' yes 'echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then:elsecan_build_shared=nofi;;esac# AIX (on Power*) has no versioning support, so currently we can not hardcode correct# soname into executable. Probably we can add versioning support to# collect2, so additional links can be useful in future.if test "$aix_use_runtimelinking" = yes; then# If using run time linking (on AIX 4.2 or later) use lib<name>.so# instead of lib<name>.a to let people know that these are not# typical AIX shared libraries.library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'else# We preserve .a as extension for shared libraries through AIX4.2# and later when we are not doing run time linking.library_names_spec='${libname}${release}.a $libname.a'soname_spec='${libname}${release}${shared_ext}$major'fishlibpath_var=LIBPATHfi;;amigaos*)library_names_spec='$libname.ixlibrary $libname.a'# Create ${libname}_ixlibrary.a entries in /sys/libs.finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done';;beos*)library_names_spec='${libname}${shared_ext}'dynamic_linker="$host_os ld.so"shlibpath_var=LIBRARY_PATH;;bsdi4*)version_type=linuxneed_version=nolibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'shlibpath_var=LD_LIBRARY_PATHsys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"# the default ld.so.conf also contains /usr/contrib/lib and# /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow# libtool to hard-code these into programs;;cygwin* | mingw* | pw32*)version_type=windowsshrext=".dll"need_version=noneed_lib_prefix=nocase $GCC,$host_os inyes,cygwin* | yes,mingw* | yes,pw32*)library_names_spec='$libname.dll.a'# DLL is installed to $(libdir)/../bin by postinstall_cmdspostinstall_cmds='base_file=`basename \${file}`~dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~dldir=$destdir/`dirname \$dlpath`~test -d \$dldir || mkdir -p \$dldir~$install_prog $dir/$dlname \$dldir/$dlname'postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~dlpath=$dir/\$dldll~$rm \$dlpath'shlibpath_overrides_runpath=yescase $host_os incygwin*)# Cygwin DLLs use 'cyg' prefix rather than 'lib'soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib";;mingw*)# MinGW DLLs use traditional 'lib' prefixsoname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then# It is most probably a Windows format PATH printed by# mingw gcc, but we are running on Cygwin. Gcc prints its search# path with ; separators, and with drive letters. We can handle the# drive letters (cygwin fileutils understands them), so leave them,# especially as we might pass files found there to a mingw objdump,# which wouldn't understand a cygwinified path. Ahh.sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`elsesys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`fi;;pw32*)# pw32 DLLs use 'pw' prefix rather than 'lib'library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}';;esac;;*)library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib';;esacdynamic_linker='Win32 ld.exe'# FIXME: first we should search . and the directory the executable is inshlibpath_var=PATH;;darwin* | rhapsody*)dynamic_linker="$host_os dyld"version_type=darwinneed_lib_prefix=noneed_version=no# FIXME: Relying on posixy $() will cause problems for# cross-compilation, but unfortunately the echo tests do not# yet detect zsh echo's removal of \ escapes.library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'soname_spec='${libname}${release}${major}$shared_ext'shlibpath_overrides_runpath=yesshlibpath_var=DYLD_LIBRARY_PATHshrext='$(test .$module = .yes && echo .so || echo .dylib)'# Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.if $CC -v 2>&1 | grep 'Apple' >/dev/null ; thensys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`fisys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib';;dgux*)version_type=linuxneed_lib_prefix=noneed_version=nolibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'soname_spec='${libname}${release}${shared_ext}$major'shlibpath_var=LD_LIBRARY_PATH;;freebsd1*)dynamic_linker=no;;freebsd*)objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`version_type=freebsd-$objformatcase $version_type infreebsd-elf*)library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'need_version=noneed_lib_prefix=no;;freebsd-*)library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'need_version=yes;;esacshlibpath_var=LD_LIBRARY_PATHcase $host_os infreebsd2*)shlibpath_overrides_runpath=yes;;freebsd3.01* | freebsdelf3.01*)shlibpath_overrides_runpath=yeshardcode_into_libs=yes;;*) # from 3.2 onshlibpath_overrides_runpath=nohardcode_into_libs=yes;;esac;;gnu*)version_type=linuxneed_lib_prefix=noneed_version=nolibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'shlibpath_var=LD_LIBRARY_PATHhardcode_into_libs=yes;;hpux9* | hpux10* | hpux11*)# Give a soname corresponding to the major version so that dld.sl refuses to# link against other versions.version_type=sunosneed_lib_prefix=noneed_version=nocase "$host_cpu" inia64*)shrext='.so'hardcode_into_libs=yesdynamic_linker="$host_os dld.so"shlibpath_var=LD_LIBRARY_PATHshlibpath_overrides_runpath=yes # Unless +noenvvar is specified.library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'if test "X$HPUX_IA64_MODE" = X32; thensys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"elsesys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"fisys_lib_dlsearch_path_spec=$sys_lib_search_path_spec;;hppa*64*)shrext='.sl'hardcode_into_libs=yesdynamic_linker="$host_os dld.sl"shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATHshlibpath_overrides_runpath=yes # Unless +noenvvar is specified.library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec;;*)shrext='.sl'dynamic_linker="$host_os dld.sl"shlibpath_var=SHLIB_PATHshlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATHlibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major';;esac# HP-UX runs *really* slowly unless shared libraries are mode 555.postinstall_cmds='chmod 555 $lib';;irix5* | irix6* | nonstopux*)case $host_os innonstopux*) version_type=nonstopux ;;*)if test "$lt_cv_prog_gnu_ld" = yes; thenversion_type=linuxelseversion_type=irixfi ;;esacneed_lib_prefix=noneed_version=nosoname_spec='${libname}${release}${shared_ext}$major'library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'case $host_os inirix5* | nonstopux*)libsuff= shlibsuff=;;*)case $LD in # libtool.m4 will add one of these switches to LD*-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")libsuff= shlibsuff= libmagic=32-bit;;*-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")libsuff=32 shlibsuff=N32 libmagic=N32;;*-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")libsuff=64 shlibsuff=64 libmagic=64-bit;;*) libsuff= shlibsuff= libmagic=never-match;;esac;;esacshlibpath_var=LD_LIBRARY${shlibsuff}_PATHshlibpath_overrides_runpath=nosys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"hardcode_into_libs=yes;;# No shared lib support for Linux oldld, aout, or coff.linux*oldld* | linux*aout* | linux*coff*)dynamic_linker=no;;# This must be Linux ELF.linux*)version_type=linuxneed_lib_prefix=noneed_version=nolibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'shlibpath_var=LD_LIBRARY_PATHshlibpath_overrides_runpath=no# This implies no fast_install, which is unacceptable.# Some rework will be needed to allow for fast_install# before this can be enabled.hardcode_into_libs=yes# We used to test for /lib/ld.so.1 and disable shared libraries on# powerpc, because MkLinux only supported shared libraries with the# GNU dynamic linker. Since this was broken with cross compilers,# most powerpc-linux boxes support dynamic linking these days and# people can always --disable-shared, the test was removed, and we# assume the GNU/Linux dynamic linker is in use.dynamic_linker='GNU/Linux ld.so';;netbsd*)version_type=sunosneed_lib_prefix=noneed_version=noif echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; thenlibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'dynamic_linker='NetBSD (a.out) ld.so'elselibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'dynamic_linker='NetBSD ld.elf_so'fishlibpath_var=LD_LIBRARY_PATHshlibpath_overrides_runpath=yeshardcode_into_libs=yes;;newsos6)version_type=linuxlibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'shlibpath_var=LD_LIBRARY_PATHshlibpath_overrides_runpath=yes;;nto-qnx)version_type=linuxneed_lib_prefix=noneed_version=nolibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'shlibpath_var=LD_LIBRARY_PATHshlibpath_overrides_runpath=yes;;openbsd*)version_type=sunosneed_lib_prefix=noneed_version=nolibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'shlibpath_var=LD_LIBRARY_PATHif test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; thencase $host_os inopenbsd2.[89] | openbsd2.[89].*)shlibpath_overrides_runpath=no;;*)shlibpath_overrides_runpath=yes;;esacelseshlibpath_overrides_runpath=yesfi;;os2*)libname_spec='$name'shrext=".dll"need_lib_prefix=nolibrary_names_spec='$libname${shared_ext} $libname.a'dynamic_linker='OS/2 ld.exe'shlibpath_var=LIBPATH;;osf3* | osf4* | osf5*)version_type=osfneed_lib_prefix=noneed_version=nosoname_spec='${libname}${release}${shared_ext}$major'library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'shlibpath_var=LD_LIBRARY_PATHsys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec";;sco3.2v5*)version_type=osfsoname_spec='${libname}${release}${shared_ext}$major'library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'shlibpath_var=LD_LIBRARY_PATH;;solaris*)version_type=linuxneed_lib_prefix=noneed_version=nolibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'shlibpath_var=LD_LIBRARY_PATHshlibpath_overrides_runpath=yeshardcode_into_libs=yes# ldd complains unless libraries are executablepostinstall_cmds='chmod +x $lib';;sunos4*)version_type=sunoslibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'shlibpath_var=LD_LIBRARY_PATHshlibpath_overrides_runpath=yesif test "$with_gnu_ld" = yes; thenneed_lib_prefix=nofineed_version=yes;;sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)version_type=linuxlibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'shlibpath_var=LD_LIBRARY_PATHcase $host_vendor insni)shlibpath_overrides_runpath=noneed_lib_prefix=noexport_dynamic_flag_spec='${wl}-Blargedynsym'runpath_var=LD_RUN_PATH;;siemens)need_lib_prefix=no;;motorola)need_lib_prefix=noneed_version=noshlibpath_overrides_runpath=nosys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib';;esac;;sysv4*MP*)if test -d /usr/nec ;thenversion_type=linuxlibrary_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'soname_spec='$libname${shared_ext}.$major'shlibpath_var=LD_LIBRARY_PATHfi;;uts4*)version_type=linuxlibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'shlibpath_var=LD_LIBRARY_PATH;;*)dynamic_linker=no;;esacecho "$as_me:$LINENO: result: $dynamic_linker" >&5echo "${ECHO_T}$dynamic_linker" >&6test "$dynamic_linker" = no && can_build_shared=no# The else clause should only fire when bootstrapping the# libtool distribution, otherwise you forgot to ship ltmain.sh# with your package, and you will get complaints that there are# no rules to generate ltmain.sh.if test -f "$ltmain"; then# See if we are running on zsh, and set the options which allow our commands through# without removal of \ escapes.if test -n "${ZSH_VERSION+set}" ; thensetopt NO_GLOB_SUBSTfi# Now quote all the things that may contain metacharacters while being# careful not to overquote the AC_SUBSTed values. We take copies of the# variables and quote the copies for generation of the libtool script.for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \libname_spec library_names_spec soname_spec extract_expsyms_cmds \old_striplib striplib file_magic_cmd finish_cmds finish_eval \deplibs_check_method reload_flag reload_cmds need_locks \lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \lt_cv_sys_global_symbol_to_c_name_address \sys_lib_search_path_spec sys_lib_dlsearch_path_spec \old_postinstall_cmds old_postuninstall_cmds \compiler_F77 \CC_F77 \LD_F77 \lt_prog_compiler_wl_F77 \lt_prog_compiler_pic_F77 \lt_prog_compiler_static_F77 \lt_prog_compiler_no_builtin_flag_F77 \export_dynamic_flag_spec_F77 \thread_safe_flag_spec_F77 \whole_archive_flag_spec_F77 \enable_shared_with_static_runtimes_F77 \old_archive_cmds_F77 \old_archive_from_new_cmds_F77 \predep_objects_F77 \postdep_objects_F77 \predeps_F77 \postdeps_F77 \compiler_lib_search_path_F77 \archive_cmds_F77 \archive_expsym_cmds_F77 \postinstall_cmds_F77 \postuninstall_cmds_F77 \old_archive_from_expsyms_cmds_F77 \allow_undefined_flag_F77 \no_undefined_flag_F77 \export_symbols_cmds_F77 \hardcode_libdir_flag_spec_F77 \hardcode_libdir_flag_spec_ld_F77 \hardcode_libdir_separator_F77 \hardcode_automatic_F77 \module_cmds_F77 \module_expsym_cmds_F77 \lt_cv_prog_compiler_c_o_F77 \exclude_expsyms_F77 \include_expsyms_F77; docase $var inold_archive_cmds_F77 | \old_archive_from_new_cmds_F77 | \archive_cmds_F77 | \archive_expsym_cmds_F77 | \module_cmds_F77 | \module_expsym_cmds_F77 | \old_archive_from_expsyms_cmds_F77 | \export_symbols_cmds_F77 | \extract_expsyms_cmds | reload_cmds | finish_cmds | \postinstall_cmds | postuninstall_cmds | \old_postinstall_cmds | old_postuninstall_cmds | \sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)# Double-quote double-evaled strings.eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"";;*)eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"";;esacdonecase $lt_echo in*'\$0 --fallback-echo"')lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`;;esaccfgfile="$ofile"cat <<__EOF__ >> "$cfgfile"# ### BEGIN LIBTOOL TAG CONFIG: $tagname# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:# Shell to use when invoking shell scripts.SHELL=$lt_SHELL# Whether or not to build shared libraries.build_libtool_libs=$enable_shared# Whether or not to build static libraries.build_old_libs=$enable_static# Whether or not to add -lc for building shared libraries.build_libtool_need_lc=$archive_cmds_need_lc_F77# Whether or not to disallow shared libs when runtime libs are staticallow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_F77# Whether or not to optimize for fast installation.fast_install=$enable_fast_install# The host system.host_alias=$host_aliashost=$host# An echo program that does not interpret backslashes.echo=$lt_echo# The archiver.AR=$lt_ARAR_FLAGS=$lt_AR_FLAGS# A C compiler.LTCC=$lt_LTCC# A language-specific compiler.CC=$lt_compiler_F77# Is the compiler the GNU C compiler?with_gcc=$GCC_F77# An ERE matcher.EGREP=$lt_EGREP# The linker used to build libraries.LD=$lt_LD_F77# Whether we need hard or soft links.LN_S=$lt_LN_S# A BSD-compatible nm program.NM=$lt_NM# A symbol stripping programSTRIP=$STRIP# Used to examine libraries when file_magic_cmd begins "file"MAGIC_CMD=$MAGIC_CMD# Used on cygwin: DLL creation program.DLLTOOL="$DLLTOOL"# Used on cygwin: object dumper.OBJDUMP="$OBJDUMP"# Used on cygwin: assembler.AS="$AS"# The name of the directory that contains temporary libtool files.objdir=$objdir# How to create reloadable object files.reload_flag=$lt_reload_flagreload_cmds=$lt_reload_cmds# How to pass a linker flag through the compiler.wl=$lt_lt_prog_compiler_wl_F77# Object file suffix (normally "o").objext="$ac_objext"# Old archive suffix (normally "a").libext="$libext"# Shared library suffix (normally ".so").shrext='$shrext'# Executable file suffix (normally "").exeext="$exeext"# Additional compiler flags for building library objects.pic_flag=$lt_lt_prog_compiler_pic_F77pic_mode=$pic_mode# What is the maximum length of a command?max_cmd_len=$lt_cv_sys_max_cmd_len# Does compiler simultaneously support -c and -o options?compiler_c_o=$lt_lt_cv_prog_compiler_c_o_F77# Must we lock files when doing compilation ?need_locks=$lt_need_locks# Do we need the lib prefix for modules?need_lib_prefix=$need_lib_prefix# Do we need a version for libraries?need_version=$need_version# Whether dlopen is supported.dlopen_support=$enable_dlopen# Whether dlopen of programs is supported.dlopen_self=$enable_dlopen_self# Whether dlopen of statically linked programs is supported.dlopen_self_static=$enable_dlopen_self_static# Compiler flag to prevent dynamic linking.link_static_flag=$lt_lt_prog_compiler_static_F77# Compiler flag to turn off builtin functions.no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_F77# Compiler flag to allow reflexive dlopens.export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_F77# Compiler flag to generate shared objects directly from archives.whole_archive_flag_spec=$lt_whole_archive_flag_spec_F77# Compiler flag to generate thread-safe objects.thread_safe_flag_spec=$lt_thread_safe_flag_spec_F77# Library versioning type.version_type=$version_type# Format of library name prefix.libname_spec=$lt_libname_spec# List of archive names. First name is the real one, the rest are links.# The last name is the one that the linker finds with -lNAME.library_names_spec=$lt_library_names_spec# The coded name of the library, if different from the real name.soname_spec=$lt_soname_spec# Commands used to build and install an old-style archive.RANLIB=$lt_RANLIBold_archive_cmds=$lt_old_archive_cmds_F77old_postinstall_cmds=$lt_old_postinstall_cmdsold_postuninstall_cmds=$lt_old_postuninstall_cmds# Create an old-style archive from a shared archive.old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_F77# Create a temporary old-style archive to link instead of a shared archive.old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_F77# Commands used to build and install a shared archive.archive_cmds=$lt_archive_cmds_F77archive_expsym_cmds=$lt_archive_expsym_cmds_F77postinstall_cmds=$lt_postinstall_cmdspostuninstall_cmds=$lt_postuninstall_cmds# Commands used to build a loadable module (assumed same as above if empty)module_cmds=$lt_module_cmds_F77module_expsym_cmds=$lt_module_expsym_cmds_F77# Commands to strip libraries.old_striplib=$lt_old_striplibstriplib=$lt_striplib# Dependencies to place before the objects being linked to create a# shared library.predep_objects=$lt_predep_objects_F77# Dependencies to place after the objects being linked to create a# shared library.postdep_objects=$lt_postdep_objects_F77# Dependencies to place before the objects being linked to create a# shared library.predeps=$lt_predeps_F77# Dependencies to place after the objects being linked to create a# shared library.postdeps=$lt_postdeps_F77# The library search path used internally by the compiler when linking# a shared library.compiler_lib_search_path=$lt_compiler_lib_search_path_F77# Method to check whether dependent libraries are shared objects.deplibs_check_method=$lt_deplibs_check_method# Command to use when deplibs_check_method == file_magic.file_magic_cmd=$lt_file_magic_cmd# Flag that allows shared libraries with undefined symbols to be built.allow_undefined_flag=$lt_allow_undefined_flag_F77# Flag that forces no undefined symbols.no_undefined_flag=$lt_no_undefined_flag_F77# Commands used to finish a libtool library installation in a directory.finish_cmds=$lt_finish_cmds# Same as above, but a single script fragment to be evaled but not shown.finish_eval=$lt_finish_eval# Take the output of nm and produce a listing of raw symbols and C names.global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe# Transform the output of nm in a proper C declarationglobal_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl# Transform the output of nm in a C name address pairglobal_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address# This is the shared library runtime path variable.runpath_var=$runpath_var# This is the shared library path variable.shlibpath_var=$shlibpath_var# Is shlibpath searched before the hard-coded library search path?shlibpath_overrides_runpath=$shlibpath_overrides_runpath# How to hardcode a shared library path into an executable.hardcode_action=$hardcode_action_F77# Whether we should hardcode library paths into libraries.hardcode_into_libs=$hardcode_into_libs# Flag to hardcode \$libdir into a binary during linking.# This must work even if \$libdir does not exist.hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_F77# If ld is used when linking, flag to hardcode \$libdir into# a binary during linking. This must work even if \$libdir does# not exist.hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_F77# Whether we need a single -rpath flag with a separated argument.hardcode_libdir_separator=$lt_hardcode_libdir_separator_F77# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the# resulting binary.hardcode_direct=$hardcode_direct_F77# Set to yes if using the -LDIR flag during linking hardcodes DIR into the# resulting binary.hardcode_minus_L=$hardcode_minus_L_F77# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into# the resulting binary.hardcode_shlibpath_var=$hardcode_shlibpath_var_F77# Set to yes if building a shared library automatically hardcodes DIR into the library# and all subsequent libraries and executables linked against it.hardcode_automatic=$hardcode_automatic_F77# Variables whose values should be saved in libtool wrapper scripts and# restored at relink time.variables_saved_for_relink="$variables_saved_for_relink"# Whether libtool must link a program against all its dependency libraries.link_all_deplibs=$link_all_deplibs_F77# Compile-time system search path for librariessys_lib_search_path_spec=$lt_sys_lib_search_path_spec# Run-time system search path for librariessys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec# Fix the shell variable \$srcfile for the compiler.fix_srcfile_path="$fix_srcfile_path_F77"# Set to yes if exported symbols are required.always_export_symbols=$always_export_symbols_F77# The commands to list exported symbols.export_symbols_cmds=$lt_export_symbols_cmds_F77# The commands to extract the exported symbol list from a shared archive.extract_expsyms_cmds=$lt_extract_expsyms_cmds# Symbols that should not be listed in the preloaded symbols.exclude_expsyms=$lt_exclude_expsyms_F77# Symbols that must always be exported.include_expsyms=$lt_include_expsyms_F77# ### END LIBTOOL TAG CONFIG: $tagname__EOF__else# If there is no Makefile yet, we rely on a make rule to execute# `config.status --recheck' to rerun these tests and create the# libtool script then.test -f Makefile && make "$ltmain"fiac_ext=cac_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_gnuCC="$lt_save_CC"elsetagname=""fi;;GCJ)if test -n "$GCJ" && test "X$GCJ" != "Xno"; then# Source file extension for Java test sources.ac_ext=java# Object file extension for compiled Java test sources.objext=oobjext_GCJ=$objext# Code to be used in simple compile testslt_simple_compile_test_code="class foo {}\n"# Code to be used in simple link testslt_simple_link_test_code='public class conftest { public static void main(String argv) {}; }\n'# ltmain only uses $CC for tagged configurations so make sure $CC is set.# If no C compiler was specified, use CC.LTCC=${LTCC-"$CC"}# Allow CC to be a program name with arguments.compiler=$CC# Allow CC to be a program name with arguments.lt_save_CC="$CC"CC=${GCJ-"gcj"}compiler=$CCcompiler_GCJ=$CC# GCJ did not exist at the time GCC didn't implicitly link libc in.archive_cmds_need_lc_GCJ=nolt_prog_compiler_no_builtin_flag_GCJ=if test "$GCC" = yes; thenlt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin'echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elselt_cv_prog_compiler_rtti_exceptions=noac_outfile=conftest.$ac_objextprintf "$lt_simple_compile_test_code" > conftest.$ac_extlt_compiler_flag="-fno-rtti -fno-exceptions"# Insert the option either (1) after the last *FLAGS variable, or# (2) before a word containing "conftest.", or (3) at the end.# Note that $ac_compile itself does not contain backslashes and begins# with a dollar sign (not a hyphen), so the echo should work correctly.# The option is referenced via a variable to avoid confusing sed.lt_compile=`echo "$ac_compile" | $SED \-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \-e 's:$: $lt_compiler_flag:'`(eval echo "\"\$as_me:17023: $lt_compile\"" >&5)(eval "$lt_compile" 2>conftest.err)ac_status=$?cat conftest.err >&5echo "$as_me:17027: \$? = $ac_status" >&5if (exit $ac_status) && test -s "$ac_outfile"; then# The compiler can only warn and ignore the option if not recognized# So say no if there are warningsif test ! -s conftest.err; thenlt_cv_prog_compiler_rtti_exceptions=yesfifi$rm conftest*fiecho "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; thenlt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions"else:fifilt_prog_compiler_wl_GCJ=lt_prog_compiler_pic_GCJ=lt_prog_compiler_static_GCJ=echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6if test "$GCC" = yes; thenlt_prog_compiler_wl_GCJ='-Wl,'lt_prog_compiler_static_GCJ='-static'case $host_os inaix*)# All AIX code is PIC.if test "$host_cpu" = ia64; then# AIX 5 now supports IA64 processorlt_prog_compiler_static_GCJ='-Bstatic'fi;;amigaos*)# FIXME: we need at least 68020 code to build shared libraries, but# adding the `-m68020' flag to GCC prevents building anything better,# like `-m68040'.lt_prog_compiler_pic_GCJ='-m68020 -resident32 -malways-restore-a4';;beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)# PIC is the default for these OSes.;;mingw* | pw32* | os2*)# This hack is so that the source file can tell whether it is being# built for inclusion in a dll (and should export symbols for example).lt_prog_compiler_pic_GCJ='-DDLL_EXPORT';;darwin* | rhapsody*)# PIC is the default on this platform# Common symbols not allowed in MH_DYLIB fileslt_prog_compiler_pic_GCJ='-fno-common';;msdosdjgpp*)# Just because we use GCC doesn't mean we suddenly get shared libraries# on systems that don't support them.lt_prog_compiler_can_build_shared_GCJ=noenable_shared=no;;sysv4*MP*)if test -d /usr/nec; thenlt_prog_compiler_pic_GCJ=-Kconform_picfi;;hpux*)# PIC is the default for IA64 HP-UX and 64-bit HP-UX, but# not for PA HP-UX.case "$host_cpu" inhppa*64*|ia64*)# +Z the default;;*)lt_prog_compiler_pic_GCJ='-fPIC';;esac;;*)lt_prog_compiler_pic_GCJ='-fPIC';;esacelse# PORTME Check for flag to pass linker flags through the system compiler.case $host_os inaix*)lt_prog_compiler_wl_GCJ='-Wl,'if test "$host_cpu" = ia64; then# AIX 5 now supports IA64 processorlt_prog_compiler_static_GCJ='-Bstatic'elselt_prog_compiler_static_GCJ='-bnso -bI:/lib/syscalls.exp'fi;;mingw* | pw32* | os2*)# This hack is so that the source file can tell whether it is being# built for inclusion in a dll (and should export symbols for example).lt_prog_compiler_pic_GCJ='-DDLL_EXPORT';;hpux9* | hpux10* | hpux11*)lt_prog_compiler_wl_GCJ='-Wl,'# PIC is the default for IA64 HP-UX and 64-bit HP-UX, but# not for PA HP-UX.case "$host_cpu" inhppa*64*|ia64*)# +Z the default;;*)lt_prog_compiler_pic_GCJ='+Z';;esac# Is there a better lt_prog_compiler_static that works with the bundled CC?lt_prog_compiler_static_GCJ='${wl}-a ${wl}archive';;irix5* | irix6* | nonstopux*)lt_prog_compiler_wl_GCJ='-Wl,'# PIC (with -KPIC) is the default.lt_prog_compiler_static_GCJ='-non_shared';;newsos6)lt_prog_compiler_pic_GCJ='-KPIC'lt_prog_compiler_static_GCJ='-Bstatic';;linux*)case $CC inicc|ecc)lt_prog_compiler_wl_GCJ='-Wl,'lt_prog_compiler_pic_GCJ='-KPIC'lt_prog_compiler_static_GCJ='-static';;ccc)lt_prog_compiler_wl_GCJ='-Wl,'# All Alpha code is PIC.lt_prog_compiler_static_GCJ='-non_shared';;esac;;osf3* | osf4* | osf5*)lt_prog_compiler_wl_GCJ='-Wl,'# All OSF/1 code is PIC.lt_prog_compiler_static_GCJ='-non_shared';;sco3.2v5*)lt_prog_compiler_pic_GCJ='-Kpic'lt_prog_compiler_static_GCJ='-dn';;solaris*)lt_prog_compiler_wl_GCJ='-Wl,'lt_prog_compiler_pic_GCJ='-KPIC'lt_prog_compiler_static_GCJ='-Bstatic';;sunos4*)lt_prog_compiler_wl_GCJ='-Qoption ld 'lt_prog_compiler_pic_GCJ='-PIC'lt_prog_compiler_static_GCJ='-Bstatic';;sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)lt_prog_compiler_wl_GCJ='-Wl,'lt_prog_compiler_pic_GCJ='-KPIC'lt_prog_compiler_static_GCJ='-Bstatic';;sysv4*MP*)if test -d /usr/nec ;thenlt_prog_compiler_pic_GCJ='-Kconform_pic'lt_prog_compiler_static_GCJ='-Bstatic'fi;;uts4*)lt_prog_compiler_pic_GCJ='-pic'lt_prog_compiler_static_GCJ='-Bstatic';;*)lt_prog_compiler_can_build_shared_GCJ=no;;esacfiecho "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6## Check to make sure the PIC flag actually works.#if test -n "$lt_prog_compiler_pic_GCJ"; thenecho "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elselt_prog_compiler_pic_works_GCJ=noac_outfile=conftest.$ac_objextprintf "$lt_simple_compile_test_code" > conftest.$ac_extlt_compiler_flag="$lt_prog_compiler_pic_GCJ"# Insert the option either (1) after the last *FLAGS variable, or# (2) before a word containing "conftest.", or (3) at the end.# Note that $ac_compile itself does not contain backslashes and begins# with a dollar sign (not a hyphen), so the echo should work correctly.# The option is referenced via a variable to avoid confusing sed.lt_compile=`echo "$ac_compile" | $SED \-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \-e 's:$: $lt_compiler_flag:'`(eval echo "\"\$as_me:17255: $lt_compile\"" >&5)(eval "$lt_compile" 2>conftest.err)ac_status=$?cat conftest.err >&5echo "$as_me:17259: \$? = $ac_status" >&5if (exit $ac_status) && test -s "$ac_outfile"; then# The compiler can only warn and ignore the option if not recognized# So say no if there are warningsif test ! -s conftest.err; thenlt_prog_compiler_pic_works_GCJ=yesfifi$rm conftest*fiecho "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6if test x"$lt_prog_compiler_pic_works_GCJ" = xyes; thencase $lt_prog_compiler_pic_GCJ in"" | " "*) ;;*) lt_prog_compiler_pic_GCJ=" $lt_prog_compiler_pic_GCJ" ;;esacelselt_prog_compiler_pic_GCJ=lt_prog_compiler_can_build_shared_GCJ=nofificase "$host_os" in# For platforms which do not support PIC, -DPIC is meaningless:*djgpp*)lt_prog_compiler_pic_GCJ=;;*)lt_prog_compiler_pic_GCJ="$lt_prog_compiler_pic_GCJ";;esacecho "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elselt_cv_prog_compiler_c_o_GCJ=no$rm -r conftest 2>/dev/nullmkdir conftestcd conftestmkdir outprintf "$lt_simple_compile_test_code" > conftest.$ac_ext# According to Tom Tromey, Ian Lance Taylor reported there are C compilers# that will create temporary files in the current directory regardless of# the output directory. Thus, making CWD read-only will cause this test# to fail, enabling locking or at least warning the user not to do parallel# builds.chmod -w .lt_compiler_flag="-o out/conftest2.$ac_objext"# Insert the option either (1) after the last *FLAGS variable, or# (2) before a word containing "conftest.", or (3) at the end.# Note that $ac_compile itself does not contain backslashes and begins# with a dollar sign (not a hyphen), so the echo should work correctly.lt_compile=`echo "$ac_compile" | $SED \-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \-e 's:$: $lt_compiler_flag:'`(eval echo "\"\$as_me:17322: $lt_compile\"" >&5)(eval "$lt_compile" 2>out/conftest.err)ac_status=$?cat out/conftest.err >&5echo "$as_me:17326: \$? = $ac_status" >&5if (exit $ac_status) && test -s out/conftest2.$ac_objextthen# The compiler can only warn and ignore the option if not recognized# So say no if there are warningsif test ! -s out/conftest.err; thenlt_cv_prog_compiler_c_o_GCJ=yesfifichmod u+w .$rm conftest* out/*rmdir outcd ..rmdir conftest$rm conftest*fiecho "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6hard_links="nottested"if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then# do not overwrite the value of need_locks provided by the userecho "$as_me:$LINENO: checking if we can lock with hard links" >&5echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6hard_links=yes$rm conftest*ln conftest.a conftest.b 2>/dev/null && hard_links=notouch conftest.aln conftest.a conftest.b 2>&5 || hard_links=noln conftest.a conftest.b 2>/dev/null && hard_links=noecho "$as_me:$LINENO: result: $hard_links" >&5echo "${ECHO_T}$hard_links" >&6if test "$hard_links" = no; then{ echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}need_locks=warnfielseneed_locks=nofiecho "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6runpath_var=allow_undefined_flag_GCJ=enable_shared_with_static_runtimes_GCJ=noarchive_cmds_GCJ=archive_expsym_cmds_GCJ=old_archive_From_new_cmds_GCJ=old_archive_from_expsyms_cmds_GCJ=export_dynamic_flag_spec_GCJ=whole_archive_flag_spec_GCJ=thread_safe_flag_spec_GCJ=hardcode_libdir_flag_spec_GCJ=hardcode_libdir_flag_spec_ld_GCJ=hardcode_libdir_separator_GCJ=hardcode_direct_GCJ=nohardcode_minus_L_GCJ=nohardcode_shlibpath_var_GCJ=unsupportedlink_all_deplibs_GCJ=unknownhardcode_automatic_GCJ=nomodule_cmds_GCJ=module_expsym_cmds_GCJ=always_export_symbols_GCJ=noexport_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'# include_expsyms should be a list of space-separated symbols to be *always*# included in the symbol listinclude_expsyms_GCJ=# exclude_expsyms can be an extended regexp of symbols to exclude# it will be wrapped by ` (' and `)$', so one must not match beginning or# end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',# as well as any symbol that contains `d'.exclude_expsyms_GCJ="_GLOBAL_OFFSET_TABLE_"# Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out# platforms (ab)use it in PIC code, but their linkers get confused if# the symbol is explicitly referenced. Since portable code cannot# rely on this symbol name, it's probably fine to never include it in# preloaded symbol tables.extract_expsyms_cmds=case $host_os incygwin* | mingw* | pw32*)# FIXME: the MSVC++ port hasn't been tested in a loooong time# When not using gcc, we currently assume that we are using# Microsoft Visual C++.if test "$GCC" != yes; thenwith_gnu_ld=nofi;;openbsd*)with_gnu_ld=no;;esacld_shlibs_GCJ=yesif test "$with_gnu_ld" = yes; then# If archive_cmds runs LD, not CC, wlarc should be emptywlarc='${wl}'# See if GNU ld supports shared libraries.case $host_os inaix3* | aix4* | aix5*)# On AIX/PPC, the GNU linker is very brokenif test "$host_cpu" != ia64; thenld_shlibs_GCJ=nocat <<EOF 1>&2*** Warning: the GNU linker, at least up to release 2.9.1, is reported*** to be unable to reliably create shared libraries on AIX.*** Therefore, libtool is disabling shared libraries support. If you*** really care for shared libraries, you may want to modify your PATH*** so that a non-GNU linker is found, and then restart.EOFfi;;amigaos*)archive_cmds_GCJ='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'hardcode_libdir_flag_spec_GCJ='-L$libdir'hardcode_minus_L_GCJ=yes# Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports# that the semantics of dynamic libraries on AmigaOS, at least up# to version 4, is to share data among multiple programs linked# with the same dynamic library. Since this doesn't match the# behavior of shared libraries on other platforms, we can't use# them.ld_shlibs_GCJ=no;;beos*)if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; thenallow_undefined_flag_GCJ=unsupported# Joseph Beckenbach <jrb3@best.com> says some releases of gcc# support --undefined. This deserves some investigation. FIXMEarchive_cmds_GCJ='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'elseld_shlibs_GCJ=nofi;;cygwin* | mingw* | pw32*)# _LT_AC_TAGVAR(hardcode_libdir_flag_spec, GCJ) is actually meaningless,# as there is no search path for DLLs.hardcode_libdir_flag_spec_GCJ='-L$libdir'allow_undefined_flag_GCJ=unsupportedalways_export_symbols_GCJ=noenable_shared_with_static_runtimes_GCJ=yesexport_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'if $LD --help 2>&1 | grep 'auto-import' > /dev/null; thenarchive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'# If the export-symbols file already is a .def file (1st line# is EXPORTS), use it as is; otherwise, prepend...archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; thencp $export_symbols $output_objdir/$soname.def;elseecho EXPORTS > $output_objdir/$soname.def;cat $export_symbols >> $output_objdir/$soname.def;fi~$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'elseld_shlibs=nofi;;netbsd*)if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; thenarchive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'wlarc=elsearchive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'fi;;solaris* | sysv5*)if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; thenld_shlibs_GCJ=nocat <<EOF 1>&2*** Warning: The releases 2.8.* of the GNU linker cannot reliably*** create shared libraries on Solaris systems. Therefore, libtool*** is disabling shared libraries support. We urge you to upgrade GNU*** binutils to release 2.9.1 or newer. Another option is to modify*** your PATH or compiler configuration so that the native linker is*** used, and then restart.EOFelif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; thenarchive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'elseld_shlibs_GCJ=nofi;;sunos4*)archive_cmds_GCJ='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'wlarc=hardcode_direct_GCJ=yeshardcode_shlibpath_var_GCJ=no;;*)if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; thenarchive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'elseld_shlibs_GCJ=nofi;;esacif test "$ld_shlibs_GCJ" = yes; thenrunpath_var=LD_RUN_PATHhardcode_libdir_flag_spec_GCJ='${wl}--rpath ${wl}$libdir'export_dynamic_flag_spec_GCJ='${wl}--export-dynamic'# ancient GNU ld didn't support --whole-archive et. al.if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; thenwhole_archive_flag_spec_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'elsewhole_archive_flag_spec_GCJ=fifielse# PORTME fill in a description of your system's linker (not GNU ld)case $host_os inaix3*)allow_undefined_flag_GCJ=unsupportedalways_export_symbols_GCJ=yesarchive_expsym_cmds_GCJ='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'# Note: this linker hardcodes the directories in LIBPATH if there# are no directories specified by -L.hardcode_minus_L_GCJ=yesif test "$GCC" = yes && test -z "$link_static_flag"; then# Neither direct hardcoding nor static linking is supported with a# broken collect2.hardcode_direct_GCJ=unsupportedfi;;aix4* | aix5*)if test "$host_cpu" = ia64; then# On IA64, the linker does run time linking by default, so we don't# have to do anything special.aix_use_runtimelinking=noexp_sym_flag='-Bexport'no_entry_flag=""else# If we're using GNU nm, then we don't want the "-C" option.# -C means demangle to AIX nm, but means don't demangle with GNU nmif $NM -V 2>&1 | grep 'GNU' > /dev/null; thenexport_symbols_cmds_GCJ='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'elseexport_symbols_cmds_GCJ='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'fiaix_use_runtimelinking=no# Test if we are trying to use run time linking or normal# AIX style linking. If -brtl is somewhere in LDFLAGS, we# need to do runtime linking.case $host_os in aix4.[23]|aix4.[23].*|aix5*)for ld_flag in $LDFLAGS; doif (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); thenaix_use_runtimelinking=yesbreakfidoneesacexp_sym_flag='-bexport'no_entry_flag='-bnoentry'fi# When large executables or shared objects are built, AIX ld can# have problems creating the table of contents. If linking a library# or program results in "error TOC overflow" add -mminimal-toc to# CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not# enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.archive_cmds_GCJ=''hardcode_direct_GCJ=yeshardcode_libdir_separator_GCJ=':'link_all_deplibs_GCJ=yesif test "$GCC" = yes; thencase $host_os in aix4.012|aix4.012.*)# We only want to do this on AIX 4.2 and lower, the check# below for broken collect2 doesn't work under 4.3+collect2name=`${CC} -print-prog-name=collect2`if test -f "$collect2name" && \strings "$collect2name" | grep resolve_lib_name >/dev/nullthen# We have reworked collect2hardcode_direct_GCJ=yeselse# We have old collect2hardcode_direct_GCJ=unsupported# It fails to find uninstalled libraries when the uninstalled# path is not listed in the libpath. Setting hardcode_minus_L# to unsupported forces relinkinghardcode_minus_L_GCJ=yeshardcode_libdir_flag_spec_GCJ='-L$libdir'hardcode_libdir_separator_GCJ=fiesacshared_flag='-shared'else# not using gccif test "$host_cpu" = ia64; then# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release# chokes on -Wl,-G. The following line is correct:shared_flag='-G'elseif test "$aix_use_runtimelinking" = yes; thenshared_flag='${wl}-G'elseshared_flag='${wl}-bM:SRE'fififi# It seems that -bexpall does not export symbols beginning with# underscore (_), so it is better to generate a list of symbols to export.always_export_symbols_GCJ=yesif test "$aix_use_runtimelinking" = yes; then# Warning - without using the other runtime loading flags (-brtl),# -berok will link without error, but may produce a broken library.allow_undefined_flag_GCJ='-berok'# Determine the default libpath from the value encoded in an empty executable.cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */intmain (){;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenaix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }}'`# Check for a 64-bit object if we didn't find anything.if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }}'`; fielseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extif test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fihardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"elseif test "$host_cpu" = ia64; thenhardcode_libdir_flag_spec_GCJ='${wl}-R $libdir:/usr/lib:/lib'allow_undefined_flag_GCJ="-z nodefs"archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"else# Determine the default libpath from the value encoded in an empty executable.cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */intmain (){;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenaix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }}'`# Check for a 64-bit object if we didn't find anything.if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }}'`; fielseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extif test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fihardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"# Warning - without using the other run time loading flags,# -berok will link without error, but may produce a broken library.no_undefined_flag_GCJ=' ${wl}-bernotok'allow_undefined_flag_GCJ=' ${wl}-berok'# -bexpall does not export symbols beginning with underscore (_)always_export_symbols_GCJ=yes# Exported symbols can be pulled into shared objects from archiveswhole_archive_flag_spec_GCJ=' 'archive_cmds_need_lc_GCJ=yes# This is similar to how AIX traditionally builds it's shared libraries.archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'fifi;;amigaos*)archive_cmds_GCJ='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'hardcode_libdir_flag_spec_GCJ='-L$libdir'hardcode_minus_L_GCJ=yes# see comment about different semantics on the GNU ld sectionld_shlibs_GCJ=no;;bsdi4*)export_dynamic_flag_spec_GCJ=-rdynamic;;cygwin* | mingw* | pw32*)# When not using gcc, we currently assume that we are using# Microsoft Visual C++.# hardcode_libdir_flag_spec is actually meaningless, as there is# no search path for DLLs.hardcode_libdir_flag_spec_GCJ=' 'allow_undefined_flag_GCJ=unsupported# Tell ltmain to make .lib files, not .a files.libext=lib# Tell ltmain to make .dll files, not .so files.shrext=".dll"# FIXME: Setting linknames here is a bad hack.archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='# The linker will automatically build a .lib file if we build a DLL.old_archive_From_new_cmds_GCJ='true'# FIXME: Should let the user specify the lib program.old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs'fix_srcfile_path='`cygpath -w "$srcfile"`'enable_shared_with_static_runtimes_GCJ=yes;;darwin* | rhapsody*)if $CC -v 2>&1 | grep 'Apple' >/dev/null ; thenarchive_cmds_need_lc_GCJ=nocase "$host_os" inrhapsody* | darwin1.[012])allow_undefined_flag_GCJ='-undefined suppress';;*) # Darwin 1.3 ontest -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag_GCJ='-flat_namespace -undefined suppress';;esac# FIXME: Relying on posixy $() will cause problems for# cross-compilation, but unfortunately the echo tests do not# yet detect zsh echo's removal of \ escapes. Also zsh mangles# `"' quotes if we put them in here... so don't!lt_int_apple_cc_single_mod=nooutput_verbose_link_cmd='echo'if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; thenlt_int_apple_cc_single_mod=yesfiif test "X$lt_int_apple_cc_single_mod" = Xyes ; thenarchive_cmds_GCJ='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'elsearchive_cmds_GCJ='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'fimodule_cmds_GCJ='$CC -bundle ${wl}-bind_at_load $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags'# Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld'sif test "X$lt_int_apple_cc_single_mod" = Xyes ; thenarchive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'elsearchive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'fimodule_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -bundle $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'hardcode_direct_GCJ=nohardcode_automatic_GCJ=yeshardcode_shlibpath_var_GCJ=unsupportedwhole_archive_flag_spec_GCJ='-all_load $convenience'link_all_deplibs_GCJ=yesfi;;dgux*)archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'hardcode_libdir_flag_spec_GCJ='-L$libdir'hardcode_shlibpath_var_GCJ=no;;freebsd1*)ld_shlibs_GCJ=no;;# FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor# support. Future versions do this automatically, but an explicit c++rt0.o# does not break anything, and helps significantly (at the cost of a little# extra space).freebsd2.2*)archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'hardcode_libdir_flag_spec_GCJ='-R$libdir'hardcode_direct_GCJ=yeshardcode_shlibpath_var_GCJ=no;;# Unfortunately, older versions of FreeBSD 2 do not have this feature.freebsd2*)archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'hardcode_direct_GCJ=yeshardcode_minus_L_GCJ=yeshardcode_shlibpath_var_GCJ=no;;# FreeBSD 3 and greater uses gcc -shared to do shared libraries.freebsd*)archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'hardcode_libdir_flag_spec_GCJ='-R$libdir'hardcode_direct_GCJ=yeshardcode_shlibpath_var_GCJ=no;;hpux9*)if test "$GCC" = yes; thenarchive_cmds_GCJ='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'elsearchive_cmds_GCJ='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'fihardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'hardcode_libdir_separator_GCJ=:hardcode_direct_GCJ=yes# hardcode_minus_L: Not really in the search PATH,# but as the default location of the library.hardcode_minus_L_GCJ=yesexport_dynamic_flag_spec_GCJ='${wl}-E';;hpux10* | hpux11*)if test "$GCC" = yes -a "$with_gnu_ld" = no; thencase "$host_cpu" inhppa*64*|ia64*)archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags';;*)archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags';;esacelsecase "$host_cpu" inhppa*64*|ia64*)archive_cmds_GCJ='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags';;*)archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags';;esacfiif test "$with_gnu_ld" = no; thencase "$host_cpu" inhppa*64*)hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'hardcode_libdir_flag_spec_ld_GCJ='+b $libdir'hardcode_libdir_separator_GCJ=:hardcode_direct_GCJ=nohardcode_shlibpath_var_GCJ=no;;ia64*)hardcode_libdir_flag_spec_GCJ='-L$libdir'hardcode_direct_GCJ=nohardcode_shlibpath_var_GCJ=no# hardcode_minus_L: Not really in the search PATH,# but as the default location of the library.hardcode_minus_L_GCJ=yes;;*)hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'hardcode_libdir_separator_GCJ=:hardcode_direct_GCJ=yesexport_dynamic_flag_spec_GCJ='${wl}-E'# hardcode_minus_L: Not really in the search PATH,# but as the default location of the library.hardcode_minus_L_GCJ=yes;;esacfi;;irix5* | irix6* | nonstopux*)if test "$GCC" = yes; thenarchive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'elsearchive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir'fihardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'hardcode_libdir_separator_GCJ=:link_all_deplibs_GCJ=yes;;netbsd*)if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; thenarchive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.outelsearchive_cmds_GCJ='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELFfihardcode_libdir_flag_spec_GCJ='-R$libdir'hardcode_direct_GCJ=yeshardcode_shlibpath_var_GCJ=no;;newsos6)archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'hardcode_direct_GCJ=yeshardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'hardcode_libdir_separator_GCJ=:hardcode_shlibpath_var_GCJ=no;;openbsd*)hardcode_direct_GCJ=yeshardcode_shlibpath_var_GCJ=noif test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; thenarchive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'export_dynamic_flag_spec_GCJ='${wl}-E'elsecase $host_os inopenbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'hardcode_libdir_flag_spec_GCJ='-R$libdir';;*)archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir';;esacfi;;os2*)hardcode_libdir_flag_spec_GCJ='-L$libdir'hardcode_minus_L_GCJ=yesallow_undefined_flag_GCJ=unsupportedarchive_cmds_GCJ='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'old_archive_From_new_cmds_GCJ='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def';;osf3*)if test "$GCC" = yes; thenallow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'elseallow_undefined_flag_GCJ=' -expect_unresolved \*'archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'fihardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'hardcode_libdir_separator_GCJ=:;;osf4* | osf5*) # as osf3* with the addition of -msym flagif test "$GCC" = yes; thenallow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'elseallow_undefined_flag_GCJ=' -expect_unresolved \*'archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'# Both c and cxx compiler support -rpath directlyhardcode_libdir_flag_spec_GCJ='-rpath $libdir'fihardcode_libdir_separator_GCJ=:;;sco3.2v5*)archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'hardcode_shlibpath_var_GCJ=noexport_dynamic_flag_spec_GCJ='${wl}-Bexport'runpath_var=LD_RUN_PATHhardcode_runpath_var=yes;;solaris*)no_undefined_flag_GCJ=' -z text'if test "$GCC" = yes; thenarchive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~$CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'elsearchive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'fihardcode_libdir_flag_spec_GCJ='-R$libdir'hardcode_shlibpath_var_GCJ=nocase $host_os insolaris2.[0-5] | solaris2.[0-5].*) ;;*) # Supported since Solaris 2.6 (maybe 2.5.1?)whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' ;;esaclink_all_deplibs_GCJ=yes;;sunos4*)if test "x$host_vendor" = xsequent; then# Use $CC to link under sequent, because it throws in some extra .o# files that make .init and .fini sections work.archive_cmds_GCJ='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'elsearchive_cmds_GCJ='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'fihardcode_libdir_flag_spec_GCJ='-L$libdir'hardcode_direct_GCJ=yeshardcode_minus_L_GCJ=yeshardcode_shlibpath_var_GCJ=no;;sysv4)case $host_vendor insni)archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'hardcode_direct_GCJ=yes # is this really true???;;siemens)## LD is ld it makes a PLAMLIB## CC just makes a GrossModule.archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags'reload_cmds_GCJ='$CC -r -o $output$reload_objs'hardcode_direct_GCJ=no;;motorola)archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'hardcode_direct_GCJ=no #Motorola manual says yes, but my tests say they lie;;esacrunpath_var='LD_RUN_PATH'hardcode_shlibpath_var_GCJ=no;;sysv4.3*)archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'hardcode_shlibpath_var_GCJ=noexport_dynamic_flag_spec_GCJ='-Bexport';;sysv4*MP*)if test -d /usr/nec; thenarchive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'hardcode_shlibpath_var_GCJ=norunpath_var=LD_RUN_PATHhardcode_runpath_var=yesld_shlibs_GCJ=yesfi;;sysv4.2uw2*)archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags'hardcode_direct_GCJ=yeshardcode_minus_L_GCJ=nohardcode_shlibpath_var_GCJ=nohardcode_runpath_var=yesrunpath_var=LD_RUN_PATH;;sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*)no_undefined_flag_GCJ='${wl}-z ${wl}text'if test "$GCC" = yes; thenarchive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'elsearchive_cmds_GCJ='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'firunpath_var='LD_RUN_PATH'hardcode_shlibpath_var_GCJ=no;;sysv5*)no_undefined_flag_GCJ=' -z text'# $CC -shared without GNU ld will not create a library from C++# object files and a static libstdc++, better avoid it by nowarchive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'hardcode_libdir_flag_spec_GCJ=hardcode_shlibpath_var_GCJ=norunpath_var='LD_RUN_PATH';;uts4*)archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'hardcode_libdir_flag_spec_GCJ='-L$libdir'hardcode_shlibpath_var_GCJ=no;;*)ld_shlibs_GCJ=no;;esacfiecho "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5echo "${ECHO_T}$ld_shlibs_GCJ" >&6test "$ld_shlibs_GCJ" = no && can_build_shared=novariables_saved_for_relink="PATH $shlibpath_var $runpath_var"if test "$GCC" = yes; thenvariables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"fi## Do we need to explicitly link libc?#case "x$archive_cmds_need_lc_GCJ" inx|xyes)# Assume -lc should be addedarchive_cmds_need_lc_GCJ=yesif test "$enable_shared" = yes && test "$GCC" = yes; thencase $archive_cmds_GCJ in*'~'*)# FIXME: we may have to deal with multi-command sequences.;;'$CC '*)# Test whether the compiler implicitly links with -lc since on some# systems, -lgcc has to come before -lc. If gcc already passes -lc# to ld, don't add -lc before -lgcc.echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6$rm conftest*printf "$lt_simple_compile_test_code" > conftest.$ac_extif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } 2>conftest.err; thensoname=conftestlib=conftestlibobjs=conftest.$ac_objextdeplibs=wl=$lt_prog_compiler_wl_GCJcompiler_flags=-vlinker_flags=-vverstring=output_objdir=.libname=conftestlt_save_allow_undefined_flag=$allow_undefined_flag_GCJallow_undefined_flag_GCJ=if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5(eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }thenarchive_cmds_need_lc_GCJ=noelsearchive_cmds_need_lc_GCJ=yesfiallow_undefined_flag_GCJ=$lt_save_allow_undefined_flagelsecat conftest.err 1>&5fi$rm conftest*echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6;;esacfi;;esacecho "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6hardcode_action_GCJ=if test -n "$hardcode_libdir_flag_spec_GCJ" || \test -n "$runpath_var GCJ" || \test "X$hardcode_automatic_GCJ"="Xyes" ; then# We can hardcode non-existant directories.if test "$hardcode_direct_GCJ" != no &&# If the only mechanism to avoid hardcoding is shlibpath_var, we# have to relink, otherwise we might link with an installed library# when we should be linking with a yet-to-be-installed one## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no &&test "$hardcode_minus_L_GCJ" != no; then# Linking always hardcodes the temporary library directory.hardcode_action_GCJ=relinkelse# We can link without hardcoding, and we can hardcode nonexisting dirs.hardcode_action_GCJ=immediatefielse# We cannot hardcode anything, or else we can only hardcode existing# directories.hardcode_action_GCJ=unsupportedfiecho "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5echo "${ECHO_T}$hardcode_action_GCJ" >&6if test "$hardcode_action_GCJ" = relink; then# Fast installation is not supportedenable_fast_install=noelif test "$shlibpath_overrides_runpath" = yes ||test "$enable_shared" = no; then# Fast installation is not necessaryenable_fast_install=needlessfistriplib=old_striplib=echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; thentest -z "$old_striplib" && old_striplib="$STRIP --strip-debug"test -z "$striplib" && striplib="$STRIP --strip-unneeded"echo "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6else# FIXME - insert some real tests, host_os isn't really good enoughcase $host_os indarwin*)if test -n "$STRIP" ; thenstriplib="$STRIP -x"echo "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fi;;*)echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6;;esacfiecho "$as_me:$LINENO: checking dynamic linker characteristics" >&5echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6library_names_spec=libname_spec='lib$name'soname_spec=shrext=".so"postinstall_cmds=postuninstall_cmds=finish_cmds=finish_eval=shlibpath_var=shlibpath_overrides_runpath=unknownversion_type=nonedynamic_linker="$host_os ld.so"sys_lib_dlsearch_path_spec="/lib /usr/lib"if test "$GCC" = yes; thensys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then# if the path contains ";" then we assume it to be the separator# otherwise default to the standard path separator (i.e. ":") - it is# assumed that no part of a normal pathname contains ";" but that should# okay in the real world where ";" in dirpaths is itself problematic.sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`elsesys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`fielsesys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"fineed_lib_prefix=unknownhardcode_into_libs=no# when you set need_version to no, make sure it does not cause -set_version# flags to be left without argumentsneed_version=unknowncase $host_os inaix3*)version_type=linuxlibrary_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'shlibpath_var=LIBPATH# AIX 3 has no versioning support, so we append a major version to the name.soname_spec='${libname}${release}${shared_ext}$major';;aix4* | aix5*)version_type=linuxneed_lib_prefix=noneed_version=nohardcode_into_libs=yesif test "$host_cpu" = ia64; then# AIX 5 supports IA64library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'shlibpath_var=LD_LIBRARY_PATHelse# With GCC up to 2.95.x, collect2 would create an import file# for dependence libraries. The import file would start with# the line `#! .'. This would cause the generated library to# depend on `.', always an invalid library. This was fixed in# development snapshots of GCC prior to 3.0.case $host_os inaix4 | aix4.[01] | aix4.[01].*)if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'echo ' yes 'echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then:elsecan_build_shared=nofi;;esac# AIX (on Power*) has no versioning support, so currently we can not hardcode correct# soname into executable. Probably we can add versioning support to# collect2, so additional links can be useful in future.if test "$aix_use_runtimelinking" = yes; then# If using run time linking (on AIX 4.2 or later) use lib<name>.so# instead of lib<name>.a to let people know that these are not# typical AIX shared libraries.library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'else# We preserve .a as extension for shared libraries through AIX4.2# and later when we are not doing run time linking.library_names_spec='${libname}${release}.a $libname.a'soname_spec='${libname}${release}${shared_ext}$major'fishlibpath_var=LIBPATHfi;;amigaos*)library_names_spec='$libname.ixlibrary $libname.a'# Create ${libname}_ixlibrary.a entries in /sys/libs.finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done';;beos*)library_names_spec='${libname}${shared_ext}'dynamic_linker="$host_os ld.so"shlibpath_var=LIBRARY_PATH;;bsdi4*)version_type=linuxneed_version=nolibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'shlibpath_var=LD_LIBRARY_PATHsys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"# the default ld.so.conf also contains /usr/contrib/lib and# /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow# libtool to hard-code these into programs;;cygwin* | mingw* | pw32*)version_type=windowsshrext=".dll"need_version=noneed_lib_prefix=nocase $GCC,$host_os inyes,cygwin* | yes,mingw* | yes,pw32*)library_names_spec='$libname.dll.a'# DLL is installed to $(libdir)/../bin by postinstall_cmdspostinstall_cmds='base_file=`basename \${file}`~dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~dldir=$destdir/`dirname \$dlpath`~test -d \$dldir || mkdir -p \$dldir~$install_prog $dir/$dlname \$dldir/$dlname'postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~dlpath=$dir/\$dldll~$rm \$dlpath'shlibpath_overrides_runpath=yescase $host_os incygwin*)# Cygwin DLLs use 'cyg' prefix rather than 'lib'soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib";;mingw*)# MinGW DLLs use traditional 'lib' prefixsoname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then# It is most probably a Windows format PATH printed by# mingw gcc, but we are running on Cygwin. Gcc prints its search# path with ; separators, and with drive letters. We can handle the# drive letters (cygwin fileutils understands them), so leave them,# especially as we might pass files found there to a mingw objdump,# which wouldn't understand a cygwinified path. Ahh.sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`elsesys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`fi;;pw32*)# pw32 DLLs use 'pw' prefix rather than 'lib'library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}';;esac;;*)library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib';;esacdynamic_linker='Win32 ld.exe'# FIXME: first we should search . and the directory the executable is inshlibpath_var=PATH;;darwin* | rhapsody*)dynamic_linker="$host_os dyld"version_type=darwinneed_lib_prefix=noneed_version=no# FIXME: Relying on posixy $() will cause problems for# cross-compilation, but unfortunately the echo tests do not# yet detect zsh echo's removal of \ escapes.library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'soname_spec='${libname}${release}${major}$shared_ext'shlibpath_overrides_runpath=yesshlibpath_var=DYLD_LIBRARY_PATHshrext='$(test .$module = .yes && echo .so || echo .dylib)'# Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.if $CC -v 2>&1 | grep 'Apple' >/dev/null ; thensys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`fisys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib';;dgux*)version_type=linuxneed_lib_prefix=noneed_version=nolibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'soname_spec='${libname}${release}${shared_ext}$major'shlibpath_var=LD_LIBRARY_PATH;;freebsd1*)dynamic_linker=no;;freebsd*)objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`version_type=freebsd-$objformatcase $version_type infreebsd-elf*)library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'need_version=noneed_lib_prefix=no;;freebsd-*)library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'need_version=yes;;esacshlibpath_var=LD_LIBRARY_PATHcase $host_os infreebsd2*)shlibpath_overrides_runpath=yes;;freebsd3.01* | freebsdelf3.01*)shlibpath_overrides_runpath=yeshardcode_into_libs=yes;;*) # from 3.2 onshlibpath_overrides_runpath=nohardcode_into_libs=yes;;esac;;gnu*)version_type=linuxneed_lib_prefix=noneed_version=nolibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'shlibpath_var=LD_LIBRARY_PATHhardcode_into_libs=yes;;hpux9* | hpux10* | hpux11*)# Give a soname corresponding to the major version so that dld.sl refuses to# link against other versions.version_type=sunosneed_lib_prefix=noneed_version=nocase "$host_cpu" inia64*)shrext='.so'hardcode_into_libs=yesdynamic_linker="$host_os dld.so"shlibpath_var=LD_LIBRARY_PATHshlibpath_overrides_runpath=yes # Unless +noenvvar is specified.library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'if test "X$HPUX_IA64_MODE" = X32; thensys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"elsesys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"fisys_lib_dlsearch_path_spec=$sys_lib_search_path_spec;;hppa*64*)shrext='.sl'hardcode_into_libs=yesdynamic_linker="$host_os dld.sl"shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATHshlibpath_overrides_runpath=yes # Unless +noenvvar is specified.library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec;;*)shrext='.sl'dynamic_linker="$host_os dld.sl"shlibpath_var=SHLIB_PATHshlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATHlibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major';;esac# HP-UX runs *really* slowly unless shared libraries are mode 555.postinstall_cmds='chmod 555 $lib';;irix5* | irix6* | nonstopux*)case $host_os innonstopux*) version_type=nonstopux ;;*)if test "$lt_cv_prog_gnu_ld" = yes; thenversion_type=linuxelseversion_type=irixfi ;;esacneed_lib_prefix=noneed_version=nosoname_spec='${libname}${release}${shared_ext}$major'library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'case $host_os inirix5* | nonstopux*)libsuff= shlibsuff=;;*)case $LD in # libtool.m4 will add one of these switches to LD*-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")libsuff= shlibsuff= libmagic=32-bit;;*-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")libsuff=32 shlibsuff=N32 libmagic=N32;;*-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")libsuff=64 shlibsuff=64 libmagic=64-bit;;*) libsuff= shlibsuff= libmagic=never-match;;esac;;esacshlibpath_var=LD_LIBRARY${shlibsuff}_PATHshlibpath_overrides_runpath=nosys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"hardcode_into_libs=yes;;# No shared lib support for Linux oldld, aout, or coff.linux*oldld* | linux*aout* | linux*coff*)dynamic_linker=no;;# This must be Linux ELF.linux*)version_type=linuxneed_lib_prefix=noneed_version=nolibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'shlibpath_var=LD_LIBRARY_PATHshlibpath_overrides_runpath=no# This implies no fast_install, which is unacceptable.# Some rework will be needed to allow for fast_install# before this can be enabled.hardcode_into_libs=yes# We used to test for /lib/ld.so.1 and disable shared libraries on# powerpc, because MkLinux only supported shared libraries with the# GNU dynamic linker. Since this was broken with cross compilers,# most powerpc-linux boxes support dynamic linking these days and# people can always --disable-shared, the test was removed, and we# assume the GNU/Linux dynamic linker is in use.dynamic_linker='GNU/Linux ld.so';;netbsd*)version_type=sunosneed_lib_prefix=noneed_version=noif echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; thenlibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'dynamic_linker='NetBSD (a.out) ld.so'elselibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'dynamic_linker='NetBSD ld.elf_so'fishlibpath_var=LD_LIBRARY_PATHshlibpath_overrides_runpath=yeshardcode_into_libs=yes;;newsos6)version_type=linuxlibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'shlibpath_var=LD_LIBRARY_PATHshlibpath_overrides_runpath=yes;;nto-qnx)version_type=linuxneed_lib_prefix=noneed_version=nolibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'shlibpath_var=LD_LIBRARY_PATHshlibpath_overrides_runpath=yes;;openbsd*)version_type=sunosneed_lib_prefix=noneed_version=nolibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'shlibpath_var=LD_LIBRARY_PATHif test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; thencase $host_os inopenbsd2.[89] | openbsd2.[89].*)shlibpath_overrides_runpath=no;;*)shlibpath_overrides_runpath=yes;;esacelseshlibpath_overrides_runpath=yesfi;;os2*)libname_spec='$name'shrext=".dll"need_lib_prefix=nolibrary_names_spec='$libname${shared_ext} $libname.a'dynamic_linker='OS/2 ld.exe'shlibpath_var=LIBPATH;;osf3* | osf4* | osf5*)version_type=osfneed_lib_prefix=noneed_version=nosoname_spec='${libname}${release}${shared_ext}$major'library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'shlibpath_var=LD_LIBRARY_PATHsys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec";;sco3.2v5*)version_type=osfsoname_spec='${libname}${release}${shared_ext}$major'library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'shlibpath_var=LD_LIBRARY_PATH;;solaris*)version_type=linuxneed_lib_prefix=noneed_version=nolibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'shlibpath_var=LD_LIBRARY_PATHshlibpath_overrides_runpath=yeshardcode_into_libs=yes# ldd complains unless libraries are executablepostinstall_cmds='chmod +x $lib';;sunos4*)version_type=sunoslibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'shlibpath_var=LD_LIBRARY_PATHshlibpath_overrides_runpath=yesif test "$with_gnu_ld" = yes; thenneed_lib_prefix=nofineed_version=yes;;sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)version_type=linuxlibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'shlibpath_var=LD_LIBRARY_PATHcase $host_vendor insni)shlibpath_overrides_runpath=noneed_lib_prefix=noexport_dynamic_flag_spec='${wl}-Blargedynsym'runpath_var=LD_RUN_PATH;;siemens)need_lib_prefix=no;;motorola)need_lib_prefix=noneed_version=noshlibpath_overrides_runpath=nosys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib';;esac;;sysv4*MP*)if test -d /usr/nec ;thenversion_type=linuxlibrary_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'soname_spec='$libname${shared_ext}.$major'shlibpath_var=LD_LIBRARY_PATHfi;;uts4*)version_type=linuxlibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'soname_spec='${libname}${release}${shared_ext}$major'shlibpath_var=LD_LIBRARY_PATH;;*)dynamic_linker=no;;esacecho "$as_me:$LINENO: result: $dynamic_linker" >&5echo "${ECHO_T}$dynamic_linker" >&6test "$dynamic_linker" = no && can_build_shared=noif test "x$enable_dlopen" != xyes; thenenable_dlopen=unknownenable_dlopen_self=unknownenable_dlopen_self_static=unknownelselt_cv_dlopen=nolt_cv_dlopen_libs=case $host_os inbeos*)lt_cv_dlopen="load_add_on"lt_cv_dlopen_libs=lt_cv_dlopen_self=yes;;mingw* | pw32*)lt_cv_dlopen="LoadLibrary"lt_cv_dlopen_libs=;;cygwin*)lt_cv_dlopen="dlopen"lt_cv_dlopen_libs=;;darwin*)# if libdl is installed we need to link against itecho "$as_me:$LINENO: checking for dlopen in -ldl" >&5echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6if test "${ac_cv_lib_dl_dlopen+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-ldl $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char dlopen ();intmain (){dlopen ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_dl_dlopen=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_dl_dlopen=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6if test $ac_cv_lib_dl_dlopen = yes; thenlt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"elselt_cv_dlopen="dyld"lt_cv_dlopen_libs=lt_cv_dlopen_self=yesfi;;*)echo "$as_me:$LINENO: checking for shl_load" >&5echo $ECHO_N "checking for shl_load... $ECHO_C" >&6if test "${ac_cv_func_shl_load+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.For example, HP-UX 11i <limits.h> declares gettimeofday. */#define shl_load innocuous_shl_load/* System header to define __stub macros and hopefully few prototypes,which can conflict with char shl_load (); below.Prefer <limits.h> to <assert.h> if __STDC__ is defined, since<limits.h> exists even on freestanding compilers. */#ifdef __STDC__# include <limits.h>#else# include <assert.h>#endif#undef shl_load/* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"{#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char shl_load ();/* The GNU C library defines this for functions which it implementsto always fail with ENOSYS. Some functions are actually namedsomething starting with __ and the normal name is an alias. */#if defined (__stub_shl_load) || defined (__stub___shl_load)choke me#elsechar (*f) () = shl_load;#endif#ifdef __cplusplus}#endifintmain (){return f != shl_load;;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_func_shl_load=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_func_shl_load=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5echo "${ECHO_T}$ac_cv_func_shl_load" >&6if test $ac_cv_func_shl_load = yes; thenlt_cv_dlopen="shl_load"elseecho "$as_me:$LINENO: checking for shl_load in -ldld" >&5echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6if test "${ac_cv_lib_dld_shl_load+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-ldld $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char shl_load ();intmain (){shl_load ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_dld_shl_load=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_dld_shl_load=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6if test $ac_cv_lib_dld_shl_load = yes; thenlt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"elseecho "$as_me:$LINENO: checking for dlopen" >&5echo $ECHO_N "checking for dlopen... $ECHO_C" >&6if test "${ac_cv_func_dlopen+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.For example, HP-UX 11i <limits.h> declares gettimeofday. */#define dlopen innocuous_dlopen/* System header to define __stub macros and hopefully few prototypes,which can conflict with char dlopen (); below.Prefer <limits.h> to <assert.h> if __STDC__ is defined, since<limits.h> exists even on freestanding compilers. */#ifdef __STDC__# include <limits.h>#else# include <assert.h>#endif#undef dlopen/* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"{#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char dlopen ();/* The GNU C library defines this for functions which it implementsto always fail with ENOSYS. Some functions are actually namedsomething starting with __ and the normal name is an alias. */#if defined (__stub_dlopen) || defined (__stub___dlopen)choke me#elsechar (*f) () = dlopen;#endif#ifdef __cplusplus}#endifintmain (){return f != dlopen;;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_func_dlopen=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_func_dlopen=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5echo "${ECHO_T}$ac_cv_func_dlopen" >&6if test $ac_cv_func_dlopen = yes; thenlt_cv_dlopen="dlopen"elseecho "$as_me:$LINENO: checking for dlopen in -ldl" >&5echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6if test "${ac_cv_lib_dl_dlopen+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-ldl $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char dlopen ();intmain (){dlopen ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_dl_dlopen=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_dl_dlopen=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6if test $ac_cv_lib_dl_dlopen = yes; thenlt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"elseecho "$as_me:$LINENO: checking for dlopen in -lsvld" >&5echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6if test "${ac_cv_lib_svld_dlopen+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lsvld $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char dlopen ();intmain (){dlopen ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_svld_dlopen=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_svld_dlopen=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6if test $ac_cv_lib_svld_dlopen = yes; thenlt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"elseecho "$as_me:$LINENO: checking for dld_link in -ldld" >&5echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6if test "${ac_cv_lib_dld_dld_link+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-ldld $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char dld_link ();intmain (){dld_link ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_dld_dld_link=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_dld_dld_link=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6if test $ac_cv_lib_dld_dld_link = yes; thenlt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"fifififififi;;esacif test "x$lt_cv_dlopen" != xno; thenenable_dlopen=yeselseenable_dlopen=noficase $lt_cv_dlopen indlopen)save_CPPFLAGS="$CPPFLAGS"test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"save_LDFLAGS="$LDFLAGS"eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"save_LIBS="$LIBS"LIBS="$lt_cv_dlopen_libs $LIBS"echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6if test "${lt_cv_dlopen_self+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test "$cross_compiling" = yes; then :lt_cv_dlopen_self=crosselselt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2lt_status=$lt_dlunknowncat > conftest.$ac_ext <<EOF#line 19431 "configure"#include "confdefs.h"#if HAVE_DLFCN_H#include <dlfcn.h>#endif#include <stdio.h>#ifdef RTLD_GLOBAL# define LT_DLGLOBAL RTLD_GLOBAL#else# ifdef DL_GLOBAL# define LT_DLGLOBAL DL_GLOBAL# else# define LT_DLGLOBAL 0# endif#endif/* We may have to define LT_DLLAZY_OR_NOW in the command line if wefind out it does not work in some platform. */#ifndef LT_DLLAZY_OR_NOW# ifdef RTLD_LAZY# define LT_DLLAZY_OR_NOW RTLD_LAZY# else# ifdef DL_LAZY# define LT_DLLAZY_OR_NOW DL_LAZY# else# ifdef RTLD_NOW# define LT_DLLAZY_OR_NOW RTLD_NOW# else# ifdef DL_NOW# define LT_DLLAZY_OR_NOW DL_NOW# else# define LT_DLLAZY_OR_NOW 0# endif# endif# endif# endif#endif#ifdef __cplusplusextern "C" void exit (int);#endifvoid fnord() { int i=42;}int main (){void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);int status = $lt_dlunknown;if (self){if (dlsym (self,"fnord")) status = $lt_dlno_uscore;else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;/* dlclose (self); */}exit (status);}EOFif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then(./conftest; exit; ) 2>/dev/nulllt_status=$?case x$lt_status inx$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;x$lt_unknown|x*) lt_cv_dlopen_self=no ;;esacelse :# compilation failedlt_cv_dlopen_self=nofifirm -fr conftest*fiecho "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5echo "${ECHO_T}$lt_cv_dlopen_self" >&6if test "x$lt_cv_dlopen_self" = xyes; thenLDFLAGS="$LDFLAGS $link_static_flag"echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6if test "${lt_cv_dlopen_self_static+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test "$cross_compiling" = yes; then :lt_cv_dlopen_self_static=crosselselt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2lt_status=$lt_dlunknowncat > conftest.$ac_ext <<EOF#line 19529 "configure"#include "confdefs.h"#if HAVE_DLFCN_H#include <dlfcn.h>#endif#include <stdio.h>#ifdef RTLD_GLOBAL# define LT_DLGLOBAL RTLD_GLOBAL#else# ifdef DL_GLOBAL# define LT_DLGLOBAL DL_GLOBAL# else# define LT_DLGLOBAL 0# endif#endif/* We may have to define LT_DLLAZY_OR_NOW in the command line if wefind out it does not work in some platform. */#ifndef LT_DLLAZY_OR_NOW# ifdef RTLD_LAZY# define LT_DLLAZY_OR_NOW RTLD_LAZY# else# ifdef DL_LAZY# define LT_DLLAZY_OR_NOW DL_LAZY# else# ifdef RTLD_NOW# define LT_DLLAZY_OR_NOW RTLD_NOW# else# ifdef DL_NOW# define LT_DLLAZY_OR_NOW DL_NOW# else# define LT_DLLAZY_OR_NOW 0# endif# endif# endif# endif#endif#ifdef __cplusplusextern "C" void exit (int);#endifvoid fnord() { int i=42;}int main (){void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);int status = $lt_dlunknown;if (self){if (dlsym (self,"fnord")) status = $lt_dlno_uscore;else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;/* dlclose (self); */}exit (status);}EOFif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then(./conftest; exit; ) 2>/dev/nulllt_status=$?case x$lt_status inx$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;esacelse :# compilation failedlt_cv_dlopen_self_static=nofifirm -fr conftest*fiecho "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6fiCPPFLAGS="$save_CPPFLAGS"LDFLAGS="$save_LDFLAGS"LIBS="$save_LIBS";;esaccase $lt_cv_dlopen_self inyes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;*) enable_dlopen_self=unknown ;;esaccase $lt_cv_dlopen_self_static inyes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;*) enable_dlopen_self_static=unknown ;;esacfi# The else clause should only fire when bootstrapping the# libtool distribution, otherwise you forgot to ship ltmain.sh# with your package, and you will get complaints that there are# no rules to generate ltmain.sh.if test -f "$ltmain"; then# See if we are running on zsh, and set the options which allow our commands through# without removal of \ escapes.if test -n "${ZSH_VERSION+set}" ; thensetopt NO_GLOB_SUBSTfi# Now quote all the things that may contain metacharacters while being# careful not to overquote the AC_SUBSTed values. We take copies of the# variables and quote the copies for generation of the libtool script.for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \libname_spec library_names_spec soname_spec extract_expsyms_cmds \old_striplib striplib file_magic_cmd finish_cmds finish_eval \deplibs_check_method reload_flag reload_cmds need_locks \lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \lt_cv_sys_global_symbol_to_c_name_address \sys_lib_search_path_spec sys_lib_dlsearch_path_spec \old_postinstall_cmds old_postuninstall_cmds \compiler_GCJ \CC_GCJ \LD_GCJ \lt_prog_compiler_wl_GCJ \lt_prog_compiler_pic_GCJ \lt_prog_compiler_static_GCJ \lt_prog_compiler_no_builtin_flag_GCJ \export_dynamic_flag_spec_GCJ \thread_safe_flag_spec_GCJ \whole_archive_flag_spec_GCJ \enable_shared_with_static_runtimes_GCJ \old_archive_cmds_GCJ \old_archive_from_new_cmds_GCJ \predep_objects_GCJ \postdep_objects_GCJ \predeps_GCJ \postdeps_GCJ \compiler_lib_search_path_GCJ \archive_cmds_GCJ \archive_expsym_cmds_GCJ \postinstall_cmds_GCJ \postuninstall_cmds_GCJ \old_archive_from_expsyms_cmds_GCJ \allow_undefined_flag_GCJ \no_undefined_flag_GCJ \export_symbols_cmds_GCJ \hardcode_libdir_flag_spec_GCJ \hardcode_libdir_flag_spec_ld_GCJ \hardcode_libdir_separator_GCJ \hardcode_automatic_GCJ \module_cmds_GCJ \module_expsym_cmds_GCJ \lt_cv_prog_compiler_c_o_GCJ \exclude_expsyms_GCJ \include_expsyms_GCJ; docase $var inold_archive_cmds_GCJ | \old_archive_from_new_cmds_GCJ | \archive_cmds_GCJ | \archive_expsym_cmds_GCJ | \module_cmds_GCJ | \module_expsym_cmds_GCJ | \old_archive_from_expsyms_cmds_GCJ | \export_symbols_cmds_GCJ | \extract_expsyms_cmds | reload_cmds | finish_cmds | \postinstall_cmds | postuninstall_cmds | \old_postinstall_cmds | old_postuninstall_cmds | \sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)# Double-quote double-evaled strings.eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"";;*)eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"";;esacdonecase $lt_echo in*'\$0 --fallback-echo"')lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`;;esaccfgfile="$ofile"cat <<__EOF__ >> "$cfgfile"# ### BEGIN LIBTOOL TAG CONFIG: $tagname# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:# Shell to use when invoking shell scripts.SHELL=$lt_SHELL# Whether or not to build shared libraries.build_libtool_libs=$enable_shared# Whether or not to build static libraries.build_old_libs=$enable_static# Whether or not to add -lc for building shared libraries.build_libtool_need_lc=$archive_cmds_need_lc_GCJ# Whether or not to disallow shared libs when runtime libs are staticallow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_GCJ# Whether or not to optimize for fast installation.fast_install=$enable_fast_install# The host system.host_alias=$host_aliashost=$host# An echo program that does not interpret backslashes.echo=$lt_echo# The archiver.AR=$lt_ARAR_FLAGS=$lt_AR_FLAGS# A C compiler.LTCC=$lt_LTCC# A language-specific compiler.CC=$lt_compiler_GCJ# Is the compiler the GNU C compiler?with_gcc=$GCC_GCJ# An ERE matcher.EGREP=$lt_EGREP# The linker used to build libraries.LD=$lt_LD_GCJ# Whether we need hard or soft links.LN_S=$lt_LN_S# A BSD-compatible nm program.NM=$lt_NM# A symbol stripping programSTRIP=$STRIP# Used to examine libraries when file_magic_cmd begins "file"MAGIC_CMD=$MAGIC_CMD# Used on cygwin: DLL creation program.DLLTOOL="$DLLTOOL"# Used on cygwin: object dumper.OBJDUMP="$OBJDUMP"# Used on cygwin: assembler.AS="$AS"# The name of the directory that contains temporary libtool files.objdir=$objdir# How to create reloadable object files.reload_flag=$lt_reload_flagreload_cmds=$lt_reload_cmds# How to pass a linker flag through the compiler.wl=$lt_lt_prog_compiler_wl_GCJ# Object file suffix (normally "o").objext="$ac_objext"# Old archive suffix (normally "a").libext="$libext"# Shared library suffix (normally ".so").shrext='$shrext'# Executable file suffix (normally "").exeext="$exeext"# Additional compiler flags for building library objects.pic_flag=$lt_lt_prog_compiler_pic_GCJpic_mode=$pic_mode# What is the maximum length of a command?max_cmd_len=$lt_cv_sys_max_cmd_len# Does compiler simultaneously support -c and -o options?compiler_c_o=$lt_lt_cv_prog_compiler_c_o_GCJ# Must we lock files when doing compilation ?need_locks=$lt_need_locks# Do we need the lib prefix for modules?need_lib_prefix=$need_lib_prefix# Do we need a version for libraries?need_version=$need_version# Whether dlopen is supported.dlopen_support=$enable_dlopen# Whether dlopen of programs is supported.dlopen_self=$enable_dlopen_self# Whether dlopen of statically linked programs is supported.dlopen_self_static=$enable_dlopen_self_static# Compiler flag to prevent dynamic linking.link_static_flag=$lt_lt_prog_compiler_static_GCJ# Compiler flag to turn off builtin functions.no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_GCJ# Compiler flag to allow reflexive dlopens.export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_GCJ# Compiler flag to generate shared objects directly from archives.whole_archive_flag_spec=$lt_whole_archive_flag_spec_GCJ# Compiler flag to generate thread-safe objects.thread_safe_flag_spec=$lt_thread_safe_flag_spec_GCJ# Library versioning type.version_type=$version_type# Format of library name prefix.libname_spec=$lt_libname_spec# List of archive names. First name is the real one, the rest are links.# The last name is the one that the linker finds with -lNAME.library_names_spec=$lt_library_names_spec# The coded name of the library, if different from the real name.soname_spec=$lt_soname_spec# Commands used to build and install an old-style archive.RANLIB=$lt_RANLIBold_archive_cmds=$lt_old_archive_cmds_GCJold_postinstall_cmds=$lt_old_postinstall_cmdsold_postuninstall_cmds=$lt_old_postuninstall_cmds# Create an old-style archive from a shared archive.old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_GCJ# Create a temporary old-style archive to link instead of a shared archive.old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_GCJ# Commands used to build and install a shared archive.archive_cmds=$lt_archive_cmds_GCJarchive_expsym_cmds=$lt_archive_expsym_cmds_GCJpostinstall_cmds=$lt_postinstall_cmdspostuninstall_cmds=$lt_postuninstall_cmds# Commands used to build a loadable module (assumed same as above if empty)module_cmds=$lt_module_cmds_GCJmodule_expsym_cmds=$lt_module_expsym_cmds_GCJ# Commands to strip libraries.old_striplib=$lt_old_striplibstriplib=$lt_striplib# Dependencies to place before the objects being linked to create a# shared library.predep_objects=$lt_predep_objects_GCJ# Dependencies to place after the objects being linked to create a# shared library.postdep_objects=$lt_postdep_objects_GCJ# Dependencies to place before the objects being linked to create a# shared library.predeps=$lt_predeps_GCJ# Dependencies to place after the objects being linked to create a# shared library.postdeps=$lt_postdeps_GCJ# The library search path used internally by the compiler when linking# a shared library.compiler_lib_search_path=$lt_compiler_lib_search_path_GCJ# Method to check whether dependent libraries are shared objects.deplibs_check_method=$lt_deplibs_check_method# Command to use when deplibs_check_method == file_magic.file_magic_cmd=$lt_file_magic_cmd# Flag that allows shared libraries with undefined symbols to be built.allow_undefined_flag=$lt_allow_undefined_flag_GCJ# Flag that forces no undefined symbols.no_undefined_flag=$lt_no_undefined_flag_GCJ# Commands used to finish a libtool library installation in a directory.finish_cmds=$lt_finish_cmds# Same as above, but a single script fragment to be evaled but not shown.finish_eval=$lt_finish_eval# Take the output of nm and produce a listing of raw symbols and C names.global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe# Transform the output of nm in a proper C declarationglobal_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl# Transform the output of nm in a C name address pairglobal_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address# This is the shared library runtime path variable.runpath_var=$runpath_var# This is the shared library path variable.shlibpath_var=$shlibpath_var# Is shlibpath searched before the hard-coded library search path?shlibpath_overrides_runpath=$shlibpath_overrides_runpath# How to hardcode a shared library path into an executable.hardcode_action=$hardcode_action_GCJ# Whether we should hardcode library paths into libraries.hardcode_into_libs=$hardcode_into_libs# Flag to hardcode \$libdir into a binary during linking.# This must work even if \$libdir does not exist.hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_GCJ# If ld is used when linking, flag to hardcode \$libdir into# a binary during linking. This must work even if \$libdir does# not exist.hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_GCJ# Whether we need a single -rpath flag with a separated argument.hardcode_libdir_separator=$lt_hardcode_libdir_separator_GCJ# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the# resulting binary.hardcode_direct=$hardcode_direct_GCJ# Set to yes if using the -LDIR flag during linking hardcodes DIR into the# resulting binary.hardcode_minus_L=$hardcode_minus_L_GCJ# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into# the resulting binary.hardcode_shlibpath_var=$hardcode_shlibpath_var_GCJ# Set to yes if building a shared library automatically hardcodes DIR into the library# and all subsequent libraries and executables linked against it.hardcode_automatic=$hardcode_automatic_GCJ# Variables whose values should be saved in libtool wrapper scripts and# restored at relink time.variables_saved_for_relink="$variables_saved_for_relink"# Whether libtool must link a program against all its dependency libraries.link_all_deplibs=$link_all_deplibs_GCJ# Compile-time system search path for librariessys_lib_search_path_spec=$lt_sys_lib_search_path_spec# Run-time system search path for librariessys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec# Fix the shell variable \$srcfile for the compiler.fix_srcfile_path="$fix_srcfile_path_GCJ"# Set to yes if exported symbols are required.always_export_symbols=$always_export_symbols_GCJ# The commands to list exported symbols.export_symbols_cmds=$lt_export_symbols_cmds_GCJ# The commands to extract the exported symbol list from a shared archive.extract_expsyms_cmds=$lt_extract_expsyms_cmds# Symbols that should not be listed in the preloaded symbols.exclude_expsyms=$lt_exclude_expsyms_GCJ# Symbols that must always be exported.include_expsyms=$lt_include_expsyms_GCJ# ### END LIBTOOL TAG CONFIG: $tagname__EOF__else# If there is no Makefile yet, we rely on a make rule to execute# `config.status --recheck' to rerun these tests and create the# libtool script then.test -f Makefile && make "$ltmain"fiac_ext=cac_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_gnuCC="$lt_save_CC"elsetagname=""fi;;RC)# Source file extension for RC test sources.ac_ext=rc# Object file extension for compiled RC test sources.objext=oobjext_RC=$objext# Code to be used in simple compile testslt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'# Code to be used in simple link testslt_simple_link_test_code="$lt_simple_compile_test_code"# ltmain only uses $CC for tagged configurations so make sure $CC is set.# If no C compiler was specified, use CC.LTCC=${LTCC-"$CC"}# Allow CC to be a program name with arguments.compiler=$CC# Allow CC to be a program name with arguments.lt_save_CC="$CC"CC=${RC-"windres"}compiler=$CCcompiler_RC=$CClt_cv_prog_compiler_c_o_RC=yes# The else clause should only fire when bootstrapping the# libtool distribution, otherwise you forgot to ship ltmain.sh# with your package, and you will get complaints that there are# no rules to generate ltmain.sh.if test -f "$ltmain"; then# See if we are running on zsh, and set the options which allow our commands through# without removal of \ escapes.if test -n "${ZSH_VERSION+set}" ; thensetopt NO_GLOB_SUBSTfi# Now quote all the things that may contain metacharacters while being# careful not to overquote the AC_SUBSTed values. We take copies of the# variables and quote the copies for generation of the libtool script.for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \libname_spec library_names_spec soname_spec extract_expsyms_cmds \old_striplib striplib file_magic_cmd finish_cmds finish_eval \deplibs_check_method reload_flag reload_cmds need_locks \lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \lt_cv_sys_global_symbol_to_c_name_address \sys_lib_search_path_spec sys_lib_dlsearch_path_spec \old_postinstall_cmds old_postuninstall_cmds \compiler_RC \CC_RC \LD_RC \lt_prog_compiler_wl_RC \lt_prog_compiler_pic_RC \lt_prog_compiler_static_RC \lt_prog_compiler_no_builtin_flag_RC \export_dynamic_flag_spec_RC \thread_safe_flag_spec_RC \whole_archive_flag_spec_RC \enable_shared_with_static_runtimes_RC \old_archive_cmds_RC \old_archive_from_new_cmds_RC \predep_objects_RC \postdep_objects_RC \predeps_RC \postdeps_RC \compiler_lib_search_path_RC \archive_cmds_RC \archive_expsym_cmds_RC \postinstall_cmds_RC \postuninstall_cmds_RC \old_archive_from_expsyms_cmds_RC \allow_undefined_flag_RC \no_undefined_flag_RC \export_symbols_cmds_RC \hardcode_libdir_flag_spec_RC \hardcode_libdir_flag_spec_ld_RC \hardcode_libdir_separator_RC \hardcode_automatic_RC \module_cmds_RC \module_expsym_cmds_RC \lt_cv_prog_compiler_c_o_RC \exclude_expsyms_RC \include_expsyms_RC; docase $var inold_archive_cmds_RC | \old_archive_from_new_cmds_RC | \archive_cmds_RC | \archive_expsym_cmds_RC | \module_cmds_RC | \module_expsym_cmds_RC | \old_archive_from_expsyms_cmds_RC | \export_symbols_cmds_RC | \extract_expsyms_cmds | reload_cmds | finish_cmds | \postinstall_cmds | postuninstall_cmds | \old_postinstall_cmds | old_postuninstall_cmds | \sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)# Double-quote double-evaled strings.eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"";;*)eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"";;esacdonecase $lt_echo in*'\$0 --fallback-echo"')lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`;;esaccfgfile="$ofile"cat <<__EOF__ >> "$cfgfile"# ### BEGIN LIBTOOL TAG CONFIG: $tagname# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:# Shell to use when invoking shell scripts.SHELL=$lt_SHELL# Whether or not to build shared libraries.build_libtool_libs=$enable_shared# Whether or not to build static libraries.build_old_libs=$enable_static# Whether or not to add -lc for building shared libraries.build_libtool_need_lc=$archive_cmds_need_lc_RC# Whether or not to disallow shared libs when runtime libs are staticallow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_RC# Whether or not to optimize for fast installation.fast_install=$enable_fast_install# The host system.host_alias=$host_aliashost=$host# An echo program that does not interpret backslashes.echo=$lt_echo# The archiver.AR=$lt_ARAR_FLAGS=$lt_AR_FLAGS# A C compiler.LTCC=$lt_LTCC# A language-specific compiler.CC=$lt_compiler_RC# Is the compiler the GNU C compiler?with_gcc=$GCC_RC# An ERE matcher.EGREP=$lt_EGREP# The linker used to build libraries.LD=$lt_LD_RC# Whether we need hard or soft links.LN_S=$lt_LN_S# A BSD-compatible nm program.NM=$lt_NM# A symbol stripping programSTRIP=$STRIP# Used to examine libraries when file_magic_cmd begins "file"MAGIC_CMD=$MAGIC_CMD# Used on cygwin: DLL creation program.DLLTOOL="$DLLTOOL"# Used on cygwin: object dumper.OBJDUMP="$OBJDUMP"# Used on cygwin: assembler.AS="$AS"# The name of the directory that contains temporary libtool files.objdir=$objdir# How to create reloadable object files.reload_flag=$lt_reload_flagreload_cmds=$lt_reload_cmds# How to pass a linker flag through the compiler.wl=$lt_lt_prog_compiler_wl_RC# Object file suffix (normally "o").objext="$ac_objext"# Old archive suffix (normally "a").libext="$libext"# Shared library suffix (normally ".so").shrext='$shrext'# Executable file suffix (normally "").exeext="$exeext"# Additional compiler flags for building library objects.pic_flag=$lt_lt_prog_compiler_pic_RCpic_mode=$pic_mode# What is the maximum length of a command?max_cmd_len=$lt_cv_sys_max_cmd_len# Does compiler simultaneously support -c and -o options?compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC# Must we lock files when doing compilation ?need_locks=$lt_need_locks# Do we need the lib prefix for modules?need_lib_prefix=$need_lib_prefix# Do we need a version for libraries?need_version=$need_version# Whether dlopen is supported.dlopen_support=$enable_dlopen# Whether dlopen of programs is supported.dlopen_self=$enable_dlopen_self# Whether dlopen of statically linked programs is supported.dlopen_self_static=$enable_dlopen_self_static# Compiler flag to prevent dynamic linking.link_static_flag=$lt_lt_prog_compiler_static_RC# Compiler flag to turn off builtin functions.no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_RC# Compiler flag to allow reflexive dlopens.export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_RC# Compiler flag to generate shared objects directly from archives.whole_archive_flag_spec=$lt_whole_archive_flag_spec_RC# Compiler flag to generate thread-safe objects.thread_safe_flag_spec=$lt_thread_safe_flag_spec_RC# Library versioning type.version_type=$version_type# Format of library name prefix.libname_spec=$lt_libname_spec# List of archive names. First name is the real one, the rest are links.# The last name is the one that the linker finds with -lNAME.library_names_spec=$lt_library_names_spec# The coded name of the library, if different from the real name.soname_spec=$lt_soname_spec# Commands used to build and install an old-style archive.RANLIB=$lt_RANLIBold_archive_cmds=$lt_old_archive_cmds_RCold_postinstall_cmds=$lt_old_postinstall_cmdsold_postuninstall_cmds=$lt_old_postuninstall_cmds# Create an old-style archive from a shared archive.old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_RC# Create a temporary old-style archive to link instead of a shared archive.old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_RC# Commands used to build and install a shared archive.archive_cmds=$lt_archive_cmds_RCarchive_expsym_cmds=$lt_archive_expsym_cmds_RCpostinstall_cmds=$lt_postinstall_cmdspostuninstall_cmds=$lt_postuninstall_cmds# Commands used to build a loadable module (assumed same as above if empty)module_cmds=$lt_module_cmds_RCmodule_expsym_cmds=$lt_module_expsym_cmds_RC# Commands to strip libraries.old_striplib=$lt_old_striplibstriplib=$lt_striplib# Dependencies to place before the objects being linked to create a# shared library.predep_objects=$lt_predep_objects_RC# Dependencies to place after the objects being linked to create a# shared library.postdep_objects=$lt_postdep_objects_RC# Dependencies to place before the objects being linked to create a# shared library.predeps=$lt_predeps_RC# Dependencies to place after the objects being linked to create a# shared library.postdeps=$lt_postdeps_RC# The library search path used internally by the compiler when linking# a shared library.compiler_lib_search_path=$lt_compiler_lib_search_path_RC# Method to check whether dependent libraries are shared objects.deplibs_check_method=$lt_deplibs_check_method# Command to use when deplibs_check_method == file_magic.file_magic_cmd=$lt_file_magic_cmd# Flag that allows shared libraries with undefined symbols to be built.allow_undefined_flag=$lt_allow_undefined_flag_RC# Flag that forces no undefined symbols.no_undefined_flag=$lt_no_undefined_flag_RC# Commands used to finish a libtool library installation in a directory.finish_cmds=$lt_finish_cmds# Same as above, but a single script fragment to be evaled but not shown.finish_eval=$lt_finish_eval# Take the output of nm and produce a listing of raw symbols and C names.global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe# Transform the output of nm in a proper C declarationglobal_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl# Transform the output of nm in a C name address pairglobal_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address# This is the shared library runtime path variable.runpath_var=$runpath_var# This is the shared library path variable.shlibpath_var=$shlibpath_var# Is shlibpath searched before the hard-coded library search path?shlibpath_overrides_runpath=$shlibpath_overrides_runpath# How to hardcode a shared library path into an executable.hardcode_action=$hardcode_action_RC# Whether we should hardcode library paths into libraries.hardcode_into_libs=$hardcode_into_libs# Flag to hardcode \$libdir into a binary during linking.# This must work even if \$libdir does not exist.hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_RC# If ld is used when linking, flag to hardcode \$libdir into# a binary during linking. This must work even if \$libdir does# not exist.hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_RC# Whether we need a single -rpath flag with a separated argument.hardcode_libdir_separator=$lt_hardcode_libdir_separator_RC# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the# resulting binary.hardcode_direct=$hardcode_direct_RC# Set to yes if using the -LDIR flag during linking hardcodes DIR into the# resulting binary.hardcode_minus_L=$hardcode_minus_L_RC# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into# the resulting binary.hardcode_shlibpath_var=$hardcode_shlibpath_var_RC# Set to yes if building a shared library automatically hardcodes DIR into the library# and all subsequent libraries and executables linked against it.hardcode_automatic=$hardcode_automatic_RC# Variables whose values should be saved in libtool wrapper scripts and# restored at relink time.variables_saved_for_relink="$variables_saved_for_relink"# Whether libtool must link a program against all its dependency libraries.link_all_deplibs=$link_all_deplibs_RC# Compile-time system search path for librariessys_lib_search_path_spec=$lt_sys_lib_search_path_spec# Run-time system search path for librariessys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec# Fix the shell variable \$srcfile for the compiler.fix_srcfile_path="$fix_srcfile_path_RC"# Set to yes if exported symbols are required.always_export_symbols=$always_export_symbols_RC# The commands to list exported symbols.export_symbols_cmds=$lt_export_symbols_cmds_RC# The commands to extract the exported symbol list from a shared archive.extract_expsyms_cmds=$lt_extract_expsyms_cmds# Symbols that should not be listed in the preloaded symbols.exclude_expsyms=$lt_exclude_expsyms_RC# Symbols that must always be exported.include_expsyms=$lt_include_expsyms_RC# ### END LIBTOOL TAG CONFIG: $tagname__EOF__else# If there is no Makefile yet, we rely on a make rule to execute# `config.status --recheck' to rerun these tests and create the# libtool script then.test -f Makefile && make "$ltmain"fiac_ext=cac_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_gnuCC="$lt_save_CC";;*){ { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5echo "$as_me: error: Unsupported tag name: $tagname" >&2;}{ (exit 1); exit 1; }; };;esac# Append the new tag name to the list of available tags.if test -n "$tagname" ; thenavailable_tags="$available_tags $tagname"fifidoneIFS="$lt_save_ifs"# Now substitute the updated list of available tags.if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; thenmv "${ofile}T" "$ofile"chmod +x "$ofile"elserm -f "${ofile}T"{ { echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5echo "$as_me: error: unable to update list of available tagged configurations." >&2;}{ (exit 1); exit 1; }; }fifi# This can be used to rebuild libtool when neededLIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"# Always use our own libtool.LIBTOOL='$(SHELL) $(top_builddir)/libtool'# Prevent multiple expansion## Makeinfoif test -n "${MAKEINFO_CMD}"; thenecho "$as_me:$LINENO: checking whether makeinfo version is at least 4" >&5echo $ECHO_N "checking whether makeinfo version is at least 4... $ECHO_C" >&6if test "${r_cv_prog_makeinfo_v4+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsemakeinfo_version=`${MAKEINFO_CMD} --version | \grep "^makeinfo" | sed 's/[^)]*) \(.\).*/\1/'`if test -z "${makeinfo_version}"; thenr_cv_prog_makeinfo_v4=noelif test ${makeinfo_version} -lt 4; thenr_cv_prog_makeinfo_v4=noelser_cv_prog_makeinfo_v4=yesfifiecho "$as_me:$LINENO: result: $r_cv_prog_makeinfo_v4" >&5echo "${ECHO_T}$r_cv_prog_makeinfo_v4" >&6fiif test "${r_cv_prog_makeinfo_v4}" != yes; thenwarn_info="you cannot build info versions of the R manuals"{ echo "$as_me:$LINENO: WARNING: ${warn_info}" >&5echo "$as_me: WARNING: ${warn_info}" >&2;}MAKEINFO=falseelseMAKEINFO="${MAKEINFO_CMD}"fi### * Checks for libraries.## Set up LD_LIBRARY_PATH or equivalent.## <FIXME>## What is this doing *HERE*?## Should be needed for tests using AC_RUN_IFELSE()?## Make sure that non-standard directories specified via '-L' are really## searched in the tests.## Note: earlier versions used LIBS rather than LDFLAGS.for arg in ${LDFLAGS}; docase "${arg}" in-L*)lib=`echo ${arg} | sed "s/^-L//"`separator="${PATH_SEPARATOR}"test -z "${separator}" && separator=" "if test -z "${R_LD_LIBRARY_PATH}"; thenR_LD_LIBRARY_PATH="${lib}"elseR_LD_LIBRARY_PATH="${R_LD_LIBRARY_PATH}${separator}${lib}"fi;;esacdone## </FIXME>## Record name of environment variable which tells the dynamic linker## where to find shlibs (typically, 'LD_LIBRARY_PATH').ltout=`./libtool --config | grep '^shlibpath_var='`eval "${ltout}"## Export LD_LIBRARY_PATH or equivalent.if eval "test -z \"\${${shlibpath_var}}\""; theneval "${shlibpath_var}=\"${R_LD_LIBRARY_PATH}\""elseeval "${shlibpath_var}=\"${R_LD_LIBRARY_PATH}${PATH_SEPARATOR}\${${shlibpath_var}}\""fieval "export ${shlibpath_var}"## Yes, we already need this at configure time ...case "${host_os}" inaix*)LIBS="-lc ${LIBS}";;esac## <NOTE>## This actually comes from libtool.m4.LIBM=case $host in*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)# These system don't have libm, or don't need it;;*-ncr-sysv4.3*)echo "$as_me:$LINENO: checking for _mwvalidcheckl in -lmw" >&5echo $ECHO_N "checking for _mwvalidcheckl in -lmw... $ECHO_C" >&6if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lmw $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char _mwvalidcheckl ();intmain (){_mwvalidcheckl ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_mw__mwvalidcheckl=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_mw__mwvalidcheckl=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_mw__mwvalidcheckl" >&5echo "${ECHO_T}$ac_cv_lib_mw__mwvalidcheckl" >&6if test $ac_cv_lib_mw__mwvalidcheckl = yes; thenLIBM="-lmw"fiecho "$as_me:$LINENO: checking for cos in -lm" >&5echo $ECHO_N "checking for cos in -lm... $ECHO_C" >&6if test "${ac_cv_lib_m_cos+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lm $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char cos ();intmain (){cos ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_m_cos=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_m_cos=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_m_cos" >&5echo "${ECHO_T}$ac_cv_lib_m_cos" >&6if test $ac_cv_lib_m_cos = yes; thenLIBM="$LIBM -lm"fi;;*)echo "$as_me:$LINENO: checking for cos in -lm" >&5echo $ECHO_N "checking for cos in -lm... $ECHO_C" >&6if test "${ac_cv_lib_m_cos+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lm $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char cos ();intmain (){cos ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_m_cos=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_m_cos=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_m_cos" >&5echo "${ECHO_T}$ac_cv_lib_m_cos" >&6if test $ac_cv_lib_m_cos = yes; thenLIBM="-lm"fi;;esac## </NOTE>## AC_CHECK_LIBM computes LIBM but does not add to LIBS, hence we do## the following as well.echo "$as_me:$LINENO: checking for sin in -lm" >&5echo $ECHO_N "checking for sin in -lm... $ECHO_C" >&6if test "${ac_cv_lib_m_sin+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lm $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char sin ();intmain (){sin ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_m_sin=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_m_sin=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_m_sin" >&5echo "${ECHO_T}$ac_cv_lib_m_sin" >&6if test $ac_cv_lib_m_sin = yes; thencat >>confdefs.h <<_ACEOF#define HAVE_LIBM 1_ACEOFLIBS="-lm $LIBS"fiecho "$as_me:$LINENO: checking for main in -lncurses" >&5echo $ECHO_N "checking for main in -lncurses... $ECHO_C" >&6if test "${ac_cv_lib_ncurses_main+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lncurses $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */intmain (){main ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_ncurses_main=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_ncurses_main=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_ncurses_main" >&5echo "${ECHO_T}$ac_cv_lib_ncurses_main" >&6if test $ac_cv_lib_ncurses_main = yes; thencat >>confdefs.h <<_ACEOF#define HAVE_LIBNCURSES 1_ACEOFLIBS="-lncurses $LIBS"elseecho "$as_me:$LINENO: checking for main in -ltermcap" >&5echo $ECHO_N "checking for main in -ltermcap... $ECHO_C" >&6if test "${ac_cv_lib_termcap_main+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-ltermcap $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */intmain (){main ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_termcap_main=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_termcap_main=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_termcap_main" >&5echo "${ECHO_T}$ac_cv_lib_termcap_main" >&6if test $ac_cv_lib_termcap_main = yes; thencat >>confdefs.h <<_ACEOF#define HAVE_LIBTERMCAP 1_ACEOFLIBS="-ltermcap $LIBS"elseecho "$as_me:$LINENO: checking for main in -ltermlib" >&5echo $ECHO_N "checking for main in -ltermlib... $ECHO_C" >&6if test "${ac_cv_lib_termlib_main+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-ltermlib $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */intmain (){main ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_termlib_main=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_termlib_main=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_termlib_main" >&5echo "${ECHO_T}$ac_cv_lib_termlib_main" >&6if test $ac_cv_lib_termlib_main = yes; thencat >>confdefs.h <<_ACEOF#define HAVE_LIBTERMLIB 1_ACEOFLIBS="-ltermlib $LIBS"fifificase "${host_os}" indarwin*)if true; thenBUILD_DLFCN_DARWIN_TRUE=BUILD_DLFCN_DARWIN_FALSE='#'elseBUILD_DLFCN_DARWIN_TRUE='#'BUILD_DLFCN_DARWIN_FALSE=fi## SI says we want '-lcc_dynamic' on Darwin, although currently## http://developer.apple.com /documentation/MacOSX/ has nothing## official.echo "$as_me:$LINENO: checking for main in -lcc_dynamic" >&5echo $ECHO_N "checking for main in -lcc_dynamic... $ECHO_C" >&6if test "${ac_cv_lib_cc_dynamic_main+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lcc_dynamic $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */intmain (){main ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_cc_dynamic_main=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_cc_dynamic_main=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_cc_dynamic_main" >&5echo "${ECHO_T}$ac_cv_lib_cc_dynamic_main" >&6if test $ac_cv_lib_cc_dynamic_main = yes; thencat >>confdefs.h <<_ACEOF#define HAVE_LIBCC_DYNAMIC 1_ACEOFLIBS="-lcc_dynamic $LIBS"fi;;*)if false; thenBUILD_DLFCN_DARWIN_TRUE=BUILD_DLFCN_DARWIN_FALSE='#'elseBUILD_DLFCN_DARWIN_TRUE='#'BUILD_DLFCN_DARWIN_FALSE=fiecho "$as_me:$LINENO: checking for dlopen in -ldl" >&5echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6if test "${ac_cv_lib_dl_dlopen+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-ldl $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char dlopen ();intmain (){dlopen ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_dl_dlopen=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_dl_dlopen=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6if test $ac_cv_lib_dl_dlopen = yes; thencat >>confdefs.h <<_ACEOF#define HAVE_LIBDL 1_ACEOFLIBS="-ldl $LIBS"fi;;esac## Readline.if test "${use_readline}" = yes; thenecho "$as_me:$LINENO: checking for rl_callback_read_char in -lreadline" >&5echo $ECHO_N "checking for rl_callback_read_char in -lreadline... $ECHO_C" >&6if test "${ac_cv_lib_readline_rl_callback_read_char+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lreadline $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char rl_callback_read_char ();intmain (){rl_callback_read_char ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_readline_rl_callback_read_char=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_readline_rl_callback_read_char=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_readline_rl_callback_read_char" >&5echo "${ECHO_T}$ac_cv_lib_readline_rl_callback_read_char" >&6if test $ac_cv_lib_readline_rl_callback_read_char = yes; thencat >>confdefs.h <<_ACEOF#define HAVE_LIBREADLINE 1_ACEOFLIBS="-lreadline $LIBS"fiuse_readline="${ac_cv_lib_readline_rl_callback_read_char}"fi### * Checks for header files.echo "$as_me:$LINENO: checking for ANSI C header files" >&5echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6if test "${ac_cv_header_stdc+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <stdlib.h>#include <stdarg.h>#include <string.h>#include <float.h>intmain (){;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_header_stdc=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_header_stdc=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extif test $ac_cv_header_stdc = yes; then# SunOS 4.x string.h does not declare mem*, contrary to ANSI.cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <string.h>_ACEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |$EGREP "memchr" >/dev/null 2>&1; then:elseac_cv_header_stdc=nofirm -f conftest*fiif test $ac_cv_header_stdc = yes; then# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <stdlib.h>_ACEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |$EGREP "free" >/dev/null 2>&1; then:elseac_cv_header_stdc=nofirm -f conftest*fiif test $ac_cv_header_stdc = yes; then# /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.if test "$cross_compiling" = yes; then:elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <ctype.h>#if ((' ' & 0x0FF) == 0x020)# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))#else# define ISLOWER(c) \(('a' <= (c) && (c) <= 'i') \|| ('j' <= (c) && (c) <= 'r') \|| ('s' <= (c) && (c) <= 'z'))# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))#endif#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))intmain (){int i;for (i = 0; i < 256; i++)if (XOR (islower (i), ISLOWER (i))|| toupper (i) != TOUPPER (i))exit(2);exit (0);}_ACEOFrm -f conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } && { ac_try='./conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; then:elseecho "$as_me: program exited with status $ac_status" >&5echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5( exit $ac_status )ac_cv_header_stdc=nofirm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_extfififiecho "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5echo "${ECHO_T}$ac_cv_header_stdc" >&6if test $ac_cv_header_stdc = yes; thencat >>confdefs.h <<\_ACEOF#define STDC_HEADERS 1_ACEOFfiecho "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6if test "${ac_cv_header_time+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <sys/types.h>#include <sys/time.h>#include <time.h>intmain (){if ((struct tm *) 0)return 0;;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_header_time=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_header_time=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_header_time" >&5echo "${ECHO_T}$ac_cv_header_time" >&6if test $ac_cv_header_time = yes; thencat >>confdefs.h <<\_ACEOF#define TIME_WITH_SYS_TIME 1_ACEOFfiac_header_dirent=nofor ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; doas_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6if eval "test \"\${$as_ac_Header+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <sys/types.h>#include <$ac_hdr>intmain (){if ((DIR *) 0)return 0;;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "$as_ac_Header=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "$as_ac_Header=no"firm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6if test `eval echo '${'$as_ac_Header'}'` = yes; thencat >>confdefs.h <<_ACEOF#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1_ACEOFac_header_dirent=$ac_hdr; breakfidone# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.if test $ac_header_dirent = dirent.h; thenecho "$as_me:$LINENO: checking for library containing opendir" >&5echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6if test "${ac_cv_search_opendir+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_func_search_save_LIBS=$LIBSac_cv_search_opendir=nocat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char opendir ();intmain (){opendir ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_search_opendir="none required"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extif test "$ac_cv_search_opendir" = no; thenfor ac_lib in dir; doLIBS="-l$ac_lib $ac_func_search_save_LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char opendir ();intmain (){opendir ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_search_opendir="-l$ac_lib"breakelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extdonefiLIBS=$ac_func_search_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5echo "${ECHO_T}$ac_cv_search_opendir" >&6if test "$ac_cv_search_opendir" != no; thentest "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"fielseecho "$as_me:$LINENO: checking for library containing opendir" >&5echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6if test "${ac_cv_search_opendir+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_func_search_save_LIBS=$LIBSac_cv_search_opendir=nocat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char opendir ();intmain (){opendir ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_search_opendir="none required"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extif test "$ac_cv_search_opendir" = no; thenfor ac_lib in x; doLIBS="-l$ac_lib $ac_func_search_save_LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char opendir ();intmain (){opendir ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_search_opendir="-l$ac_lib"breakelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extdonefiLIBS=$ac_func_search_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5echo "${ECHO_T}$ac_cv_search_opendir" >&6if test "$ac_cv_search_opendir" != no; thentest "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"fifiecho "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6if test "${ac_cv_header_sys_wait_h+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <sys/types.h>#include <sys/wait.h>#ifndef WEXITSTATUS# define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)#endif#ifndef WIFEXITED# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)#endifintmain (){int s;wait (&s);s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_header_sys_wait_h=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_header_sys_wait_h=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6if test $ac_cv_header_sys_wait_h = yes; thencat >>confdefs.h <<\_ACEOF#define HAVE_SYS_WAIT_H 1_ACEOFfi## <NOTE>## Some of these are also checked for when Autoconf computes the default## includes.for ac_header in arpa/inet.h dl.h dlfcn.h elf.h fcntl.h floatingpoint.h \fpu_control.h grp.h ieee754.h ieeefp.h locale.h \netdb.h netinet/in.h \pwd.h readline/history.h readline/readline.h strings.h \sys/param.h sys/select.h sys/socket.h sys/stat.h sys/time.h \sys/times.h sys/utsname.h unistd.h wchar.hdoas_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`if eval "test \"\${$as_ac_Header+set}\" = set"; thenecho "$as_me:$LINENO: checking for $ac_header" >&5echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6if eval "test \"\${$as_ac_Header+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6fiecho "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6else# Is the header compilable?echo "$as_me:$LINENO: checking $ac_header usability" >&5echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_default#include <$ac_header>_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_header_compiler=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_header_compiler=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extecho "$as_me:$LINENO: result: $ac_header_compiler" >&5echo "${ECHO_T}$ac_header_compiler" >&6# Is the header present?echo "$as_me:$LINENO: checking $ac_header presence" >&5echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <$ac_header>_ACEOFif { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } >/dev/null; thenif test -s conftest.err; thenac_cpp_err=$ac_c_preproc_warn_flagac_cpp_err=$ac_cpp_err$ac_c_werror_flagelseac_cpp_err=fielseac_cpp_err=yesfiif test -z "$ac_cpp_err"; thenac_header_preproc=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_header_preproc=nofirm -f conftest.err conftest.$ac_extecho "$as_me:$LINENO: result: $ac_header_preproc" >&5echo "${ECHO_T}$ac_header_preproc" >&6# So? What about this header?case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag inyes:no: ){ echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}ac_header_preproc=yes;;no:yes:* ){ echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}{ echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}{ echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}{ echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}{ echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}(cat <<\_ASBOX## ----------------------------------- #### Report this to r-bugs@R-project.org #### ----------------------------------- ##_ASBOX) |sed "s/^/$as_me: WARNING: /" >&2;;esacecho "$as_me:$LINENO: checking for $ac_header" >&5echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6if eval "test \"\${$as_ac_Header+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseeval "$as_ac_Header=\$ac_header_preproc"fiecho "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6fiif test `eval echo '${'$as_ac_Header'}'` = yes; thencat >>confdefs.h <<_ACEOF#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1_ACEOFfidone## </NOTE>## <NOTE>## These are ANSI C headers but some C code (written to work also## without assuming ANSI C) may need the corresponding conditionals.for ac_header in errno.h stdarg.h string.hdoas_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`if eval "test \"\${$as_ac_Header+set}\" = set"; thenecho "$as_me:$LINENO: checking for $ac_header" >&5echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6if eval "test \"\${$as_ac_Header+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6fiecho "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6else# Is the header compilable?echo "$as_me:$LINENO: checking $ac_header usability" >&5echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_default#include <$ac_header>_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_header_compiler=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_header_compiler=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extecho "$as_me:$LINENO: result: $ac_header_compiler" >&5echo "${ECHO_T}$ac_header_compiler" >&6# Is the header present?echo "$as_me:$LINENO: checking $ac_header presence" >&5echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <$ac_header>_ACEOFif { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } >/dev/null; thenif test -s conftest.err; thenac_cpp_err=$ac_c_preproc_warn_flagac_cpp_err=$ac_cpp_err$ac_c_werror_flagelseac_cpp_err=fielseac_cpp_err=yesfiif test -z "$ac_cpp_err"; thenac_header_preproc=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_header_preproc=nofirm -f conftest.err conftest.$ac_extecho "$as_me:$LINENO: result: $ac_header_preproc" >&5echo "${ECHO_T}$ac_header_preproc" >&6# So? What about this header?case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag inyes:no: ){ echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}ac_header_preproc=yes;;no:yes:* ){ echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}{ echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}{ echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}{ echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}{ echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}(cat <<\_ASBOX## ----------------------------------- #### Report this to r-bugs@R-project.org #### ----------------------------------- ##_ASBOX) |sed "s/^/$as_me: WARNING: /" >&2;;esacecho "$as_me:$LINENO: checking for $ac_header" >&5echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6if eval "test \"\${$as_ac_Header+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseeval "$as_ac_Header=\$ac_header_preproc"fiecho "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6fiif test `eval echo '${'$as_ac_Header'}'` = yes; thencat >>confdefs.h <<_ACEOF#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1_ACEOFfidone## </NOTE>## <NOTE>## src/main/regex.c uses HAVE_LIBINTL_H.## But then we want full gettext support and AM_GNU_GETTEXT.## AC_CHECK_HEADERS(libintl.h)## </NOTE>case "${host_os}" insunos4*)cat >>confdefs.h <<\_ACEOF#define SunOS4 1_ACEOF;;esacecho "$as_me:$LINENO: checking whether setjmp.h is POSIX.1 compatible" >&5echo $ECHO_N "checking whether setjmp.h is POSIX.1 compatible... $ECHO_C" >&6if test "${r_cv_header_setjmp_posix+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <setjmp.h>intmain (){sigjmp_buf b;sigsetjmp(b, 0);siglongjmp(b, 1);;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenr_cv_header_setjmp_posix=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5r_cv_header_setjmp_posix=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $r_cv_header_setjmp_posix" >&5echo "${ECHO_T}$r_cv_header_setjmp_posix" >&6if test "${r_cv_header_setjmp_posix}" = yes; thencat >>confdefs.h <<\_ACEOF#define HAVE_POSIX_SETJMP 1_ACEOFfiecho "$as_me:$LINENO: checking for GNU C library with version >= 2" >&5echo $ECHO_N "checking for GNU C library with version >= 2... $ECHO_C" >&6if test "${r_cv_header_glibc2+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <stdio.h>#if defined __GLIBC__ && __GLIBC__ >= 2yes#endif_ACEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |$EGREP "yes" >/dev/null 2>&1; thenr_cv_header_glibc2=yeselser_cv_header_glibc2=nofirm -f conftest*fiecho "$as_me:$LINENO: result: $r_cv_header_glibc2" >&5echo "${ECHO_T}$r_cv_header_glibc2" >&6if test "${r_cv_header_glibc2}" = yes; thencat >>confdefs.h <<\_ACEOF#define HAVE_GLIBC2 1_ACEOFfi### * Checks for types.echo "$as_me:$LINENO: checking return type of signal handlers" >&5echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6if test "${ac_cv_type_signal+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <sys/types.h>#include <signal.h>#ifdef signal# undef signal#endif#ifdef __cplusplusextern "C" void (*signal (int, void (*)(int)))(int);#elsevoid (*signal ()) ();#endifintmain (){int i;;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_type_signal=voidelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_type_signal=intfirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_type_signal" >&5echo "${ECHO_T}$ac_cv_type_signal" >&6cat >>confdefs.h <<_ACEOF#define RETSIGTYPE $ac_cv_type_signal_ACEOFecho "$as_me:$LINENO: checking for pid_t" >&5echo $ECHO_N "checking for pid_t... $ECHO_C" >&6if test "${ac_cv_type_pid_t+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultintmain (){if ((pid_t *) 0)return 0;if (sizeof (pid_t))return 0;;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_type_pid_t=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_type_pid_t=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5echo "${ECHO_T}$ac_cv_type_pid_t" >&6if test $ac_cv_type_pid_t = yes; then:elsecat >>confdefs.h <<_ACEOF#define pid_t int_ACEOFfiecho "$as_me:$LINENO: checking for size_t" >&5echo $ECHO_N "checking for size_t... $ECHO_C" >&6if test "${ac_cv_type_size_t+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultintmain (){if ((size_t *) 0)return 0;if (sizeof (size_t))return 0;;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_type_size_t=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_type_size_t=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5echo "${ECHO_T}$ac_cv_type_size_t" >&6if test $ac_cv_type_size_t = yes; then:elsecat >>confdefs.h <<_ACEOF#define size_t unsigned_ACEOFfiecho "$as_me:$LINENO: checking for blkcnt_t" >&5echo $ECHO_N "checking for blkcnt_t... $ECHO_C" >&6if test "${ac_cv_type_blkcnt_t+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultintmain (){if ((blkcnt_t *) 0)return 0;if (sizeof (blkcnt_t))return 0;;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_type_blkcnt_t=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_type_blkcnt_t=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_type_blkcnt_t" >&5echo "${ECHO_T}$ac_cv_type_blkcnt_t" >&6if test $ac_cv_type_blkcnt_t = yes; then:elsecat >>confdefs.h <<_ACEOF#define blkcnt_t long_ACEOFfiecho "$as_me:$LINENO: checking for type of socket length" >&5echo $ECHO_N "checking for type of socket length... $ECHO_C" >&6if test "${r_cv_type_socklen+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsefor t in socklen_t size_t int; docat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <stddef.h>#include <sys/types.h>#ifdef HAVE_SYS_SOCKET_H# include <sys/socket.h>#endif#ifdef Win32# include <winsock.h>#endifintmain (){(void)getsockopt (1, 1, 1, NULL, (${t} *)NULL);return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenr_cv_type_socklen=${t}; breakelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5r_cv_type_socklen=firm -f conftest.err conftest.$ac_objext conftest.$ac_extdoneficase "${host_os}" incygwin*|mingw*|windows*|winnt)r_cv_type_socklen=int;;esacif test "x${r_cv_type_socklen}" = x; thenwarn_type_socklen="could not determine type of socket length"{ echo "$as_me:$LINENO: WARNING: ${warn_type_socklen}" >&5echo "$as_me: WARNING: ${warn_type_socklen}" >&2;}elseecho "$as_me:$LINENO: result: ${r_cv_type_socklen} *" >&5echo "${ECHO_T}${r_cv_type_socklen} *" >&6ficat >>confdefs.h <<_ACEOF#define SOCKLEN_T ${r_cv_type_socklen}_ACEOF### * Checks for compiler characteristics.### ** Generic tests for the C, Fortran 77 and C++ compilers.### *** C compiler.echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6if test "${ac_cv_c_bigendian+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6else# See if sys/param.h defines the BYTE_ORDER macro.cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <sys/types.h>#include <sys/param.h>intmain (){#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIANbogus endian macros#endif;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; then# It does; now see whether it defined to BIG_ENDIAN or not.cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <sys/types.h>#include <sys/param.h>intmain (){#if BYTE_ORDER != BIG_ENDIANnot big endian#endif;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_c_bigendian=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_c_bigendian=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5# It does not; compile a test program.if test "$cross_compiling" = yes; then# try to guess the endianness by grepping values into an object fileac_cv_c_bigendian=unknowncat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }intmain (){_ascii (); _ebcdic ();;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenif grep BIGenDianSyS conftest.$ac_objext >/dev/null ; thenac_cv_c_bigendian=yesfiif grep LiTTleEnDian conftest.$ac_objext >/dev/null ; thenif test "$ac_cv_c_bigendian" = unknown; thenac_cv_c_bigendian=noelse# finding both strings is unlikely to happen, but who knows?ac_cv_c_bigendian=unknownfifielseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5firm -f conftest.err conftest.$ac_objext conftest.$ac_extelsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */intmain (){/* Are we little or big endian? From Harbison&Steele. */union{long l;char c[sizeof (long)];} u;u.l = 1;exit (u.c[sizeof (long) - 1] == 1);}_ACEOFrm -f conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } && { ac_try='./conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_c_bigendian=noelseecho "$as_me: program exited with status $ac_status" >&5echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5( exit $ac_status )ac_cv_c_bigendian=yesfirm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_extfifirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5echo "${ECHO_T}$ac_cv_c_bigendian" >&6case $ac_cv_c_bigendian inyes)cat >>confdefs.h <<\_ACEOF#define WORDS_BIGENDIAN 1_ACEOF;;no);;*){ { echo "$as_me:$LINENO: error: unknown endiannesspresetting ac_cv_c_bigendian=no (or yes) will help" >&5echo "$as_me: error: unknown endiannesspresetting ac_cv_c_bigendian=no (or yes) will help" >&2;}{ (exit 1); exit 1; }; } ;;esacecho "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6if test "${ac_cv_c_const+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */intmain (){/* FIXME: Include the comments suggested by Paul. */#ifndef __cplusplus/* Ultrix mips cc rejects this. */typedef int charset[2];const charset x;/* SunOS 4.1.1 cc rejects this. */char const *const *ccp;char **p;/* NEC SVR4.0.2 mips cc rejects this. */struct point {int x, y;};static struct point const zero = {0,0};/* AIX XL C 1.02.0.0 rejects this.It does not let you subtract one const X* pointer from another inan arm of an if-expression whose if-part is not a constantexpression */const char *g = "string";ccp = &g + (g ? g-g : 0);/* HPUX 7.0 cc rejects these. */++ccp;p = (char**) ccp;ccp = (char const *const *) p;{ /* SCO 3.2v4 cc rejects this. */char *t;char const *s = 0 ? (char *) 0 : (char const *) 0;*t++ = 0;}{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */int x[] = {25, 17};const int *foo = &x[0];++foo;}{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */typedef const int *iptr;iptr p = 0;++p;}{ /* AIX XL C 1.02.0.0 rejects this saying"k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */struct s { int j; const int *ap[3]; };struct s *b; b->j = 5;}{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */const int foo = 10;}#endif;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_c_const=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_c_const=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_c_const" >&5echo "${ECHO_T}$ac_cv_c_const" >&6if test $ac_cv_c_const = no; thencat >>confdefs.h <<\_ACEOF#define const_ACEOFfiif test "${cross_compiling}" = yes; thenwarn_xcompile_sizeof_int="assuming C ints are 4 byte on ${host}"{ echo "$as_me:$LINENO: WARNING: ${warn_xcompile_sizeof_int}" >&5echo "$as_me: WARNING: ${warn_xcompile_sizeof_int}" >&2;}fiecho "$as_me:$LINENO: checking for int" >&5echo $ECHO_N "checking for int... $ECHO_C" >&6if test "${ac_cv_type_int+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultintmain (){if ((int *) 0)return 0;if (sizeof (int))return 0;;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_type_int=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_type_int=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_type_int" >&5echo "${ECHO_T}$ac_cv_type_int" >&6echo "$as_me:$LINENO: checking size of int" >&5echo $ECHO_N "checking size of int... $ECHO_C" >&6if test "${ac_cv_sizeof_int+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test "$ac_cv_type_int" = yes; then# The cast to unsigned long works around a bug in the HP C Compiler# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.# This bug is HP SR number 8606223364.if test "$cross_compiling" = yes; then# Depending upon the size, compute the lo and hi bounds.cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultintmain (){static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];test_array [0] = 0;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_lo=0 ac_mid=0while :; docat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultintmain (){static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];test_array [0] = 0;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_hi=$ac_mid; breakelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_lo=`expr $ac_mid + 1`if test $ac_lo -le $ac_mid; thenac_lo= ac_hi=breakfiac_mid=`expr 2 '*' $ac_mid + 1`firm -f conftest.err conftest.$ac_objext conftest.$ac_extdoneelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultintmain (){static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];test_array [0] = 0;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_hi=-1 ac_mid=-1while :; docat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultintmain (){static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];test_array [0] = 0;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_lo=$ac_mid; breakelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_hi=`expr '(' $ac_mid ')' - 1`if test $ac_mid -le $ac_hi; thenac_lo= ac_hi=breakfiac_mid=`expr 2 '*' $ac_mid`firm -f conftest.err conftest.$ac_objext conftest.$ac_extdoneelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_lo= ac_hi=firm -f conftest.err conftest.$ac_objext conftest.$ac_extfirm -f conftest.err conftest.$ac_objext conftest.$ac_ext# Binary search between lo and hi bounds.while test "x$ac_lo" != "x$ac_hi"; doac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultintmain (){static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];test_array [0] = 0;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_hi=$ac_midelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_lo=`expr '(' $ac_mid ')' + 1`firm -f conftest.err conftest.$ac_objext conftest.$ac_extdonecase $ac_lo in?*) ac_cv_sizeof_int=$ac_lo;;'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77See \`config.log' for more details." >&5echo "$as_me: error: cannot compute sizeof (int), 77See \`config.log' for more details." >&2;}{ (exit 1); exit 1; }; } ;;esacelseif test "$cross_compiling" = yes; then{ { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5echo "$as_me: error: internal error: not reached in cross-compile" >&2;}{ (exit 1); exit 1; }; }elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultlong longval () { return (long) (sizeof (int)); }unsigned long ulongval () { return (long) (sizeof (int)); }#include <stdio.h>#include <stdlib.h>intmain (){FILE *f = fopen ("conftest.val", "w");if (! f)exit (1);if (((long) (sizeof (int))) < 0){long i = longval ();if (i != ((long) (sizeof (int))))exit (1);fprintf (f, "%ld\n", i);}else{unsigned long i = ulongval ();if (i != ((long) (sizeof (int))))exit (1);fprintf (f, "%lu\n", i);}exit (ferror (f) || fclose (f) != 0);;return 0;}_ACEOFrm -f conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } && { ac_try='./conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_sizeof_int=`cat conftest.val`elseecho "$as_me: program exited with status $ac_status" >&5echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5( exit $ac_status ){ { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77See \`config.log' for more details." >&5echo "$as_me: error: cannot compute sizeof (int), 77See \`config.log' for more details." >&2;}{ (exit 1); exit 1; }; }firm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_extfifirm -f conftest.valelseac_cv_sizeof_int=0fifiecho "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5echo "${ECHO_T}$ac_cv_sizeof_int" >&6cat >>confdefs.h <<_ACEOF#define SIZEOF_INT $ac_cv_sizeof_int_ACEOFif test "${ac_cv_sizeof_int}" = 4; thencat >>confdefs.h <<\_ACEOF#define INT_32_BITS 1_ACEOFfiif test "${cross_compiling}" = yes; thenwarn_xcompile_sizeof_long="assuming C longs are 4 byte on ${host}"{ echo "$as_me:$LINENO: WARNING: ${warn_xcompile_sizeof_long}" >&5echo "$as_me: WARNING: ${warn_xcompile_sizeof_long}" >&2;}fiecho "$as_me:$LINENO: checking for long" >&5echo $ECHO_N "checking for long... $ECHO_C" >&6if test "${ac_cv_type_long+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultintmain (){if ((long *) 0)return 0;if (sizeof (long))return 0;;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_type_long=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_type_long=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_type_long" >&5echo "${ECHO_T}$ac_cv_type_long" >&6echo "$as_me:$LINENO: checking size of long" >&5echo $ECHO_N "checking size of long... $ECHO_C" >&6if test "${ac_cv_sizeof_long+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test "$ac_cv_type_long" = yes; then# The cast to unsigned long works around a bug in the HP C Compiler# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.# This bug is HP SR number 8606223364.if test "$cross_compiling" = yes; then# Depending upon the size, compute the lo and hi bounds.cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultintmain (){static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];test_array [0] = 0;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_lo=0 ac_mid=0while :; docat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultintmain (){static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];test_array [0] = 0;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_hi=$ac_mid; breakelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_lo=`expr $ac_mid + 1`if test $ac_lo -le $ac_mid; thenac_lo= ac_hi=breakfiac_mid=`expr 2 '*' $ac_mid + 1`firm -f conftest.err conftest.$ac_objext conftest.$ac_extdoneelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultintmain (){static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];test_array [0] = 0;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_hi=-1 ac_mid=-1while :; docat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultintmain (){static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];test_array [0] = 0;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_lo=$ac_mid; breakelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_hi=`expr '(' $ac_mid ')' - 1`if test $ac_mid -le $ac_hi; thenac_lo= ac_hi=breakfiac_mid=`expr 2 '*' $ac_mid`firm -f conftest.err conftest.$ac_objext conftest.$ac_extdoneelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_lo= ac_hi=firm -f conftest.err conftest.$ac_objext conftest.$ac_extfirm -f conftest.err conftest.$ac_objext conftest.$ac_ext# Binary search between lo and hi bounds.while test "x$ac_lo" != "x$ac_hi"; doac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultintmain (){static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];test_array [0] = 0;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_hi=$ac_midelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_lo=`expr '(' $ac_mid ')' + 1`firm -f conftest.err conftest.$ac_objext conftest.$ac_extdonecase $ac_lo in?*) ac_cv_sizeof_long=$ac_lo;;'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77See \`config.log' for more details." >&5echo "$as_me: error: cannot compute sizeof (long), 77See \`config.log' for more details." >&2;}{ (exit 1); exit 1; }; } ;;esacelseif test "$cross_compiling" = yes; then{ { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5echo "$as_me: error: internal error: not reached in cross-compile" >&2;}{ (exit 1); exit 1; }; }elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultlong longval () { return (long) (sizeof (long)); }unsigned long ulongval () { return (long) (sizeof (long)); }#include <stdio.h>#include <stdlib.h>intmain (){FILE *f = fopen ("conftest.val", "w");if (! f)exit (1);if (((long) (sizeof (long))) < 0){long i = longval ();if (i != ((long) (sizeof (long))))exit (1);fprintf (f, "%ld\n", i);}else{unsigned long i = ulongval ();if (i != ((long) (sizeof (long))))exit (1);fprintf (f, "%lu\n", i);}exit (ferror (f) || fclose (f) != 0);;return 0;}_ACEOFrm -f conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } && { ac_try='./conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_sizeof_long=`cat conftest.val`elseecho "$as_me: program exited with status $ac_status" >&5echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5( exit $ac_status ){ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77See \`config.log' for more details." >&5echo "$as_me: error: cannot compute sizeof (long), 77See \`config.log' for more details." >&2;}{ (exit 1); exit 1; }; }firm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_extfifirm -f conftest.valelseac_cv_sizeof_long=0fifiecho "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5echo "${ECHO_T}$ac_cv_sizeof_long" >&6cat >>confdefs.h <<_ACEOF#define SIZEOF_LONG $ac_cv_sizeof_long_ACEOFecho "$as_me:$LINENO: checking for long long" >&5echo $ECHO_N "checking for long long... $ECHO_C" >&6if test "${ac_cv_type_long_long+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultintmain (){if ((long long *) 0)return 0;if (sizeof (long long))return 0;;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_type_long_long=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_type_long_long=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5echo "${ECHO_T}$ac_cv_type_long_long" >&6echo "$as_me:$LINENO: checking size of long long" >&5echo $ECHO_N "checking size of long long... $ECHO_C" >&6if test "${ac_cv_sizeof_long_long+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test "$ac_cv_type_long_long" = yes; then# The cast to unsigned long works around a bug in the HP C Compiler# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.# This bug is HP SR number 8606223364.if test "$cross_compiling" = yes; then# Depending upon the size, compute the lo and hi bounds.cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultintmain (){static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];test_array [0] = 0;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_lo=0 ac_mid=0while :; docat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultintmain (){static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];test_array [0] = 0;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_hi=$ac_mid; breakelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_lo=`expr $ac_mid + 1`if test $ac_lo -le $ac_mid; thenac_lo= ac_hi=breakfiac_mid=`expr 2 '*' $ac_mid + 1`firm -f conftest.err conftest.$ac_objext conftest.$ac_extdoneelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultintmain (){static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];test_array [0] = 0;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_hi=-1 ac_mid=-1while :; docat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultintmain (){static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];test_array [0] = 0;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_lo=$ac_mid; breakelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_hi=`expr '(' $ac_mid ')' - 1`if test $ac_mid -le $ac_hi; thenac_lo= ac_hi=breakfiac_mid=`expr 2 '*' $ac_mid`firm -f conftest.err conftest.$ac_objext conftest.$ac_extdoneelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_lo= ac_hi=firm -f conftest.err conftest.$ac_objext conftest.$ac_extfirm -f conftest.err conftest.$ac_objext conftest.$ac_ext# Binary search between lo and hi bounds.while test "x$ac_lo" != "x$ac_hi"; doac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultintmain (){static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];test_array [0] = 0;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_hi=$ac_midelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_lo=`expr '(' $ac_mid ')' + 1`firm -f conftest.err conftest.$ac_objext conftest.$ac_extdonecase $ac_lo in?*) ac_cv_sizeof_long_long=$ac_lo;;'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77See \`config.log' for more details." >&5echo "$as_me: error: cannot compute sizeof (long long), 77See \`config.log' for more details." >&2;}{ (exit 1); exit 1; }; } ;;esacelseif test "$cross_compiling" = yes; then{ { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5echo "$as_me: error: internal error: not reached in cross-compile" >&2;}{ (exit 1); exit 1; }; }elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultlong longval () { return (long) (sizeof (long long)); }unsigned long ulongval () { return (long) (sizeof (long long)); }#include <stdio.h>#include <stdlib.h>intmain (){FILE *f = fopen ("conftest.val", "w");if (! f)exit (1);if (((long) (sizeof (long long))) < 0){long i = longval ();if (i != ((long) (sizeof (long long))))exit (1);fprintf (f, "%ld\n", i);}else{unsigned long i = ulongval ();if (i != ((long) (sizeof (long long))))exit (1);fprintf (f, "%lu\n", i);}exit (ferror (f) || fclose (f) != 0);;return 0;}_ACEOFrm -f conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } && { ac_try='./conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_sizeof_long_long=`cat conftest.val`elseecho "$as_me: program exited with status $ac_status" >&5echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5( exit $ac_status ){ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77See \`config.log' for more details." >&5echo "$as_me: error: cannot compute sizeof (long long), 77See \`config.log' for more details." >&2;}{ (exit 1); exit 1; }; }firm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_extfifirm -f conftest.valelseac_cv_sizeof_long_long=0fifiecho "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6cat >>confdefs.h <<_ACEOF#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long_ACEOFecho "$as_me:$LINENO: checking for long double" >&5echo $ECHO_N "checking for long double... $ECHO_C" >&6if test "${ac_cv_type_long_double+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultintmain (){if ((long double *) 0)return 0;if (sizeof (long double))return 0;;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_type_long_double=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_type_long_double=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_type_long_double" >&5echo "${ECHO_T}$ac_cv_type_long_double" >&6echo "$as_me:$LINENO: checking size of long double" >&5echo $ECHO_N "checking size of long double... $ECHO_C" >&6if test "${ac_cv_sizeof_long_double+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test "$ac_cv_type_long_double" = yes; then# The cast to unsigned long works around a bug in the HP C Compiler# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.# This bug is HP SR number 8606223364.if test "$cross_compiling" = yes; then# Depending upon the size, compute the lo and hi bounds.cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultintmain (){static int test_array [1 - 2 * !(((long) (sizeof (long double))) >= 0)];test_array [0] = 0;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_lo=0 ac_mid=0while :; docat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultintmain (){static int test_array [1 - 2 * !(((long) (sizeof (long double))) <= $ac_mid)];test_array [0] = 0;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_hi=$ac_mid; breakelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_lo=`expr $ac_mid + 1`if test $ac_lo -le $ac_mid; thenac_lo= ac_hi=breakfiac_mid=`expr 2 '*' $ac_mid + 1`firm -f conftest.err conftest.$ac_objext conftest.$ac_extdoneelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultintmain (){static int test_array [1 - 2 * !(((long) (sizeof (long double))) < 0)];test_array [0] = 0;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_hi=-1 ac_mid=-1while :; docat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultintmain (){static int test_array [1 - 2 * !(((long) (sizeof (long double))) >= $ac_mid)];test_array [0] = 0;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_lo=$ac_mid; breakelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_hi=`expr '(' $ac_mid ')' - 1`if test $ac_mid -le $ac_hi; thenac_lo= ac_hi=breakfiac_mid=`expr 2 '*' $ac_mid`firm -f conftest.err conftest.$ac_objext conftest.$ac_extdoneelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_lo= ac_hi=firm -f conftest.err conftest.$ac_objext conftest.$ac_extfirm -f conftest.err conftest.$ac_objext conftest.$ac_ext# Binary search between lo and hi bounds.while test "x$ac_lo" != "x$ac_hi"; doac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultintmain (){static int test_array [1 - 2 * !(((long) (sizeof (long double))) <= $ac_mid)];test_array [0] = 0;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_hi=$ac_midelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_lo=`expr '(' $ac_mid ')' + 1`firm -f conftest.err conftest.$ac_objext conftest.$ac_extdonecase $ac_lo in?*) ac_cv_sizeof_long_double=$ac_lo;;'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long double), 77See \`config.log' for more details." >&5echo "$as_me: error: cannot compute sizeof (long double), 77See \`config.log' for more details." >&2;}{ (exit 1); exit 1; }; } ;;esacelseif test "$cross_compiling" = yes; then{ { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5echo "$as_me: error: internal error: not reached in cross-compile" >&2;}{ (exit 1); exit 1; }; }elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_defaultlong longval () { return (long) (sizeof (long double)); }unsigned long ulongval () { return (long) (sizeof (long double)); }#include <stdio.h>#include <stdlib.h>intmain (){FILE *f = fopen ("conftest.val", "w");if (! f)exit (1);if (((long) (sizeof (long double))) < 0){long i = longval ();if (i != ((long) (sizeof (long double))))exit (1);fprintf (f, "%ld\n", i);}else{unsigned long i = ulongval ();if (i != ((long) (sizeof (long double))))exit (1);fprintf (f, "%lu\n", i);}exit (ferror (f) || fclose (f) != 0);;return 0;}_ACEOFrm -f conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } && { ac_try='./conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_sizeof_long_double=`cat conftest.val`elseecho "$as_me: program exited with status $ac_status" >&5echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5( exit $ac_status ){ { echo "$as_me:$LINENO: error: cannot compute sizeof (long double), 77See \`config.log' for more details." >&5echo "$as_me: error: cannot compute sizeof (long double), 77See \`config.log' for more details." >&2;}{ (exit 1); exit 1; }; }firm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_extfifirm -f conftest.valelseac_cv_sizeof_long_double=0fifiecho "$as_me:$LINENO: result: $ac_cv_sizeof_long_double" >&5echo "${ECHO_T}$ac_cv_sizeof_long_double" >&6cat >>confdefs.h <<_ACEOF#define SIZEOF_LONG_DOUBLE $ac_cv_sizeof_long_double_ACEOFecho "$as_me:$LINENO: checking whether we can compute C Make dependencies" >&5echo $ECHO_N "checking whether we can compute C Make dependencies... $ECHO_C" >&6if test "${r_cv_prog_cc_m+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseecho "#include <math.h>" > conftest.ccc_minus_MM=falseif test "${GCC}" = yes; thengcc_version=`${CC} -v 2>&1 | grep "^.*g.. version" | \sed -e 's/^.*g.. version *//'`case "${gcc_version}" in1.*|2.*|3.[01]*) ;;*) cc_minus_MM="${CC} -MM" ;;esacfifor prog in "${cc_minus_MM}" "${CC} -M" "${CPP} -M" "cpp -M"; doif ${prog} conftest.c 2>/dev/null | \grep 'conftest.o: conftest.c' >/dev/null; thenr_cv_prog_cc_m="${prog}"breakfidonefiif test -z "${r_cv_prog_cc_m}"; thenecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6elseecho "$as_me:$LINENO: result: yes, using ${r_cv_prog_cc_m}" >&5echo "${ECHO_T}yes, using ${r_cv_prog_cc_m}" >&6fiecho "$as_me:$LINENO: checking whether ${CC} supports -c -o FILE.lo" >&5echo $ECHO_N "checking whether ${CC} supports -c -o FILE.lo... $ECHO_C" >&6if test "${r_cv_prog_cc_c_o_lo+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsetest -d TMP || mkdir TMPecho "int some_variable = 0;" > conftest.cac_try='${CC} ${CFLAGS} -c conftest.c -o TMP/conftest.lo 1>&5'if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } \&& test -f TMP/conftest.lo \&& { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; thenr_cv_prog_cc_c_o_lo=yeselser_cv_prog_cc_c_o_lo=nofirm -rf conftest* TMPfiecho "$as_me:$LINENO: result: $r_cv_prog_cc_c_o_lo" >&5echo "${ECHO_T}$r_cv_prog_cc_c_o_lo" >&6r_cc_rules_frag=Makefrag.cccat << \EOF > ${r_cc_rules_frag}.c.o:$(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) -c $< -o $@EOFif test -n "${r_cv_prog_cc_m}"; thencat << EOF >> ${r_cc_rules_frag}.c.d:@echo "making \$@ from \$<"@${r_cv_prog_cc_m} \$(ALL_CPPFLAGS) $< | \\sed -e 's/^\([^:]*\)\.o\([ ]\)*:/\1.o \1.lo\2:/' > \$@EOFelsecat << \EOF >> ${r_cc_rules_frag}.c.d:@echo > $@EOFfiif test "${r_cv_prog_cc_c_o_lo}" = yes; thencat << \EOF >> ${r_cc_rules_frag}.c.lo:$(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS_LO) -c $< -o $@EOFelsecat << \EOF >> ${r_cc_rules_frag}.c.lo:@-test -d .libs || mkdir .libs$(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS_LO) -c $< -o .libs/$*.omv .libs/$*.o $*.loEOFfi### *** Fortran 77 compiler.if test -n "${F77}"; thenr_save_LIBS="${LIBS}"LIBS=ac_ext=fac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_f77_compiler_gnuecho "$as_me:$LINENO: checking how to get verbose linking output from $F77" >&5echo $ECHO_N "checking how to get verbose linking output from $F77... $ECHO_C" >&6if test "${ac_cv_prog_f77_v+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOFprogram mainend_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_prog_f77_v=# Try some options frequently used verbose outputfor ac_verb in -v -verbose --verbose -V -\#\#\#; docat >conftest.$ac_ext <<_ACEOFprogram mainend_ACEOF# Compile and link our simple test program by passing a flag (argument# 1 to this macro) to the Fortran compiler in order to get# "verbose" output that we can then parse for the Fortran linker# flags.ac_save_FFLAGS=$FFLAGSFFLAGS="$FFLAGS $ac_verb"(eval echo $as_me:24915: \"$ac_link\") >&5ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`echo "$ac_f77_v_output" >&5FFLAGS=$ac_save_FFLAGSrm -f conftest*# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where# /foo, /bar, and /baz are search directories for the Fortran linker.# Here, we change these into -L/foo -L/bar -L/baz (and put it first):ac_f77_v_output="`echo $ac_f77_v_output |grep 'LPATH is:' |sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output"case $ac_f77_v_output in# If we are using xlf then replace all the commas with spaces.*xlfentry*)ac_f77_v_output=`echo $ac_f77_v_output | sed 's/,/ /g'` ;;# With Intel ifc, ignore the quoted -mGLOB_options_string stuff (quoted# $LIBS confuse us, and the libraries appear later in the output anyway).*mGLOB_options_string*)ac_f77_v_output=`echo $ac_f77_v_output | sed 's/\"-mGLOB[^\"]*\"/ /g'` ;;# If we are using Cray Fortran then delete quotes.# Use "\"" instead of '"' for font-lock-mode.# FIXME: a more general fix for quoted arguments with spaces?*cft90*)ac_f77_v_output=`echo $ac_f77_v_output | sed "s/\"//g"` ;;esac# look for -l* and *.a constructs in the outputfor ac_arg in $ac_f77_v_output; docase $ac_arg in[\\/]*.a | ?:[\\/]*.a | -[lLRu]*)ac_cv_prog_f77_v=$ac_verbbreak 2 ;;esacdonedoneif test -z "$ac_cv_prog_f77_v"; then{ echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $F77" >&5echo "$as_me: WARNING: cannot determine how to obtain linking information from $F77" >&2;}fielseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5{ echo "$as_me:$LINENO: WARNING: compilation failed" >&5echo "$as_me: WARNING: compilation failed" >&2;}firm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_prog_f77_v" >&5echo "${ECHO_T}$ac_cv_prog_f77_v" >&6echo "$as_me:$LINENO: checking for Fortran libraries of $F77" >&5echo $ECHO_N "checking for Fortran libraries of $F77... $ECHO_C" >&6if test "${ac_cv_f77_libs+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test "x$FLIBS" != "x"; thenac_cv_f77_libs="$FLIBS" # Let the user override the test.elsecat >conftest.$ac_ext <<_ACEOFprogram mainend_ACEOF# Compile and link our simple test program by passing a flag (argument# 1 to this macro) to the Fortran compiler in order to get# "verbose" output that we can then parse for the Fortran linker# flags.ac_save_FFLAGS=$FFLAGSFFLAGS="$FFLAGS $ac_cv_prog_f77_v"(eval echo $as_me:24993: \"$ac_link\") >&5ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`echo "$ac_f77_v_output" >&5FFLAGS=$ac_save_FFLAGSrm -f conftest*# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where# /foo, /bar, and /baz are search directories for the Fortran linker.# Here, we change these into -L/foo -L/bar -L/baz (and put it first):ac_f77_v_output="`echo $ac_f77_v_output |grep 'LPATH is:' |sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output"case $ac_f77_v_output in# If we are using xlf then replace all the commas with spaces.*xlfentry*)ac_f77_v_output=`echo $ac_f77_v_output | sed 's/,/ /g'` ;;# With Intel ifc, ignore the quoted -mGLOB_options_string stuff (quoted# $LIBS confuse us, and the libraries appear later in the output anyway).*mGLOB_options_string*)ac_f77_v_output=`echo $ac_f77_v_output | sed 's/\"-mGLOB[^\"]*\"/ /g'` ;;# If we are using Cray Fortran then delete quotes.# Use "\"" instead of '"' for font-lock-mode.# FIXME: a more general fix for quoted arguments with spaces?*cft90*)ac_f77_v_output=`echo $ac_f77_v_output | sed "s/\"//g"` ;;esacac_cv_f77_libs=# Save positional arguments (if any)ac_save_positional="$@"set X $ac_f77_v_outputwhile test $# != 1; doshiftac_arg=$1case $ac_arg in[\\/]*.a | ?:[\\/]*.a)ac_exists=falsefor ac_i in $ac_cv_f77_libs; doif test x"$ac_arg" = x"$ac_i"; thenac_exists=truebreakfidoneif test x"$ac_exists" = xtrue; then:elseac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"fi;;-bI:*)ac_exists=falsefor ac_i in $ac_cv_f77_libs; doif test x"$ac_arg" = x"$ac_i"; thenac_exists=truebreakfidoneif test x"$ac_exists" = xtrue; then:elseif test "$ac_compiler_gnu" = yes; thenfor ac_link_opt in $ac_arg; doac_cv_f77_libs="$ac_cv_f77_libs -Xlinker $ac_link_opt"doneelseac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"fifi;;# Ignore these flags.-lang* | -lcrt[01].o | -lcrtbegin.o | -lc | -lgcc | -libmil | -LANG:=*);;-lkernel32)test x"$CYGWIN" != xyes && ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg";;-[LRuY])# These flags, when seen by themselves, take an argument.# We remove the space between option and argument and re-iterate# unless we find an empty arg or a new option (starting with -)case $2 in"" | -*);;*)ac_arg="$ac_arg$2"shift; shiftset X $ac_arg "$@";;esac;;-YP,*)for ac_j in `echo $ac_arg | sed -e 's/-YP,/-L/;s/:/ -L/g'`; doac_exists=falsefor ac_i in $ac_cv_f77_libs; doif test x"$ac_j" = x"$ac_i"; thenac_exists=truebreakfidoneif test x"$ac_exists" = xtrue; then:elseac_arg="$ac_arg $ac_j"ac_cv_f77_libs="$ac_cv_f77_libs $ac_j"fidone;;-[lLR]*)ac_exists=falsefor ac_i in $ac_cv_f77_libs; doif test x"$ac_arg" = x"$ac_i"; thenac_exists=truebreakfidoneif test x"$ac_exists" = xtrue; then:elseac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"fi;;# Ignore everything else.esacdone# restore positional argumentsset X $ac_save_positional; shift# We only consider "LD_RUN_PATH" on Solaris systems. If this is seen,# then we insist that the "run path" must be an absolute path (i.e. it# must begin with a "/").case `(uname -sr) 2>/dev/null` in"SunOS 5"*)ac_ld_run_path=`echo $ac_f77_v_output |sed -n 's,^.*LD_RUN_PATH *= *\(/[^ ]*\).*$,-R\1,p'`test "x$ac_ld_run_path" != x &&if test "$ac_compiler_gnu" = yes; thenfor ac_link_opt in $ac_ld_run_path; doac_cv_f77_libs="$ac_cv_f77_libs -Xlinker $ac_link_opt"doneelseac_cv_f77_libs="$ac_cv_f77_libs $ac_ld_run_path"fi;;esacfi # test "x$[]_AC_LANG_PREFIX[]LIBS" = "x"fiecho "$as_me:$LINENO: result: $ac_cv_f77_libs" >&5echo "${ECHO_T}$ac_cv_f77_libs" >&6FLIBS="$ac_cv_f77_libs"ac_ext=cac_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_gnuLIBS="${r_save_LIBS}"flibs=if test "${GCC}" = yes; thenlinker_option="-Wl,"elselinker_option=fifor arg in ${FLIBS}; docase "${arg}" in-lcrt*.o);;-[a-zA-Z]/*\" | -[a-zA-Z]*\\) # ifc;;-l:*)flibs="${flibs} ${linker_option}${arg}";;*)flibs="${flibs} ${arg}";;esacdoneFLIBS="${flibs}"ac_ext=fac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_f77_compiler_gnuecho "$as_me:$LINENO: checking for dummy main to link with Fortran libraries" >&5echo $ECHO_N "checking for dummy main to link with Fortran libraries... $ECHO_C" >&6if test "${ac_cv_f77_dummy_main+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_f77_dm_save_LIBS=$LIBSLIBS="$LIBS $FLIBS"ac_fortran_dm_var=F77_DUMMY_MAINac_ext=cac_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# First, try linking without a dummy main:cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_fortran_dummy_main=noneelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_fortran_dummy_main=unknownfirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extif test $ac_cv_fortran_dummy_main = unknown; thenfor ac_func in MAIN__ MAIN_ __main MAIN _MAIN __MAIN main_ main__ _main; docat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#define $ac_fortran_dm_var $ac_func#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_fortran_dummy_main=$ac_func; breakelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extdonefiac_ext=fac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_f77_compiler_gnuac_cv_f77_dummy_main=$ac_cv_fortran_dummy_mainrm -f conftest*LIBS=$ac_f77_dm_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_f77_dummy_main" >&5echo "${ECHO_T}$ac_cv_f77_dummy_main" >&6F77_DUMMY_MAIN=$ac_cv_f77_dummy_mainif test "$F77_DUMMY_MAIN" != unknown; thenif test $F77_DUMMY_MAIN != none; thencat >>confdefs.h <<_ACEOF#define F77_DUMMY_MAIN $F77_DUMMY_MAIN_ACEOFif test "x$ac_cv_fc_dummy_main" = "x$ac_cv_f77_dummy_main"; thencat >>confdefs.h <<\_ACEOF#define FC_DUMMY_MAIN_EQ_F77 1_ACEOFfifielse{ { echo "$as_me:$LINENO: error: linking to Fortran libraries from C failsSee \`config.log' for more details." >&5echo "$as_me: error: linking to Fortran libraries from C failsSee \`config.log' for more details." >&2;}{ (exit 1); exit 1; }; }fiac_ext=cac_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_gnuac_ext=fac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_f77_compiler_gnuecho "$as_me:$LINENO: checking for Fortran name-mangling scheme" >&5echo $ECHO_N "checking for Fortran name-mangling scheme... $ECHO_C" >&6if test "${ac_cv_f77_mangling+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOFsubroutine foobar()returnendsubroutine foo_bar()returnend_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenmv conftest.$ac_objext cfortran_test.$ac_objextac_save_LIBS=$LIBSLIBS="cfortran_test.$ac_objext $LIBS $FLIBS"ac_ext=cac_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_gnuac_success=nofor ac_foobar in foobar FOOBAR; dofor ac_underscore in "" "_"; doac_func="$ac_foobar$ac_underscore"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char $ac_func ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){$ac_func ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_success=yes; break 2elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extdonedoneac_ext=fac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_f77_compiler_gnuif test "$ac_success" = "yes"; thencase $ac_foobar infoobar)ac_case=lowerac_foo_bar=foo_bar;;FOOBAR)ac_case=upperac_foo_bar=FOO_BAR;;esacac_ext=cac_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_gnuac_success_extra=nofor ac_extra in "" "_"; doac_func="$ac_foo_bar$ac_underscore$ac_extra"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char $ac_func ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){$ac_func ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_success_extra=yes; breakelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extdoneac_ext=fac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_f77_compiler_gnuif test "$ac_success_extra" = "yes"; thenac_cv_f77_mangling="$ac_case case"if test -z "$ac_underscore"; thenac_cv_f77_mangling="$ac_cv_f77_mangling, no underscore"elseac_cv_f77_mangling="$ac_cv_f77_mangling, underscore"fiif test -z "$ac_extra"; thenac_cv_f77_mangling="$ac_cv_f77_mangling, no extra underscore"elseac_cv_f77_mangling="$ac_cv_f77_mangling, extra underscore"fielseac_cv_f77_mangling="unknown"fielseac_cv_f77_mangling="unknown"fiLIBS=$ac_save_LIBSrm -f cfortran_test* conftest*elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5{ { echo "$as_me:$LINENO: error: cannot compile a simple Fortran programSee \`config.log' for more details." >&5echo "$as_me: error: cannot compile a simple Fortran programSee \`config.log' for more details." >&2;}{ (exit 1); exit 1; }; }firm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_f77_mangling" >&5echo "${ECHO_T}$ac_cv_f77_mangling" >&6ac_ext=cac_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_gnuac_ext=fac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_f77_compiler_gnucase $ac_cv_f77_mangling in"lower case, no underscore, no extra underscore")cat >>confdefs.h <<\_ACEOF#define F77_FUNC(name,NAME) name_ACEOFcat >>confdefs.h <<\_ACEOF#define F77_FUNC_(name,NAME) name_ACEOF;;"lower case, no underscore, extra underscore")cat >>confdefs.h <<\_ACEOF#define F77_FUNC(name,NAME) name_ACEOFcat >>confdefs.h <<\_ACEOF#define F77_FUNC_(name,NAME) name ## __ACEOF;;"lower case, underscore, no extra underscore")cat >>confdefs.h <<\_ACEOF#define F77_FUNC(name,NAME) name ## __ACEOFcat >>confdefs.h <<\_ACEOF#define F77_FUNC_(name,NAME) name ## __ACEOF;;"lower case, underscore, extra underscore")cat >>confdefs.h <<\_ACEOF#define F77_FUNC(name,NAME) name ## __ACEOFcat >>confdefs.h <<\_ACEOF#define F77_FUNC_(name,NAME) name ## ___ACEOF;;"upper case, no underscore, no extra underscore")cat >>confdefs.h <<\_ACEOF#define F77_FUNC(name,NAME) NAME_ACEOFcat >>confdefs.h <<\_ACEOF#define F77_FUNC_(name,NAME) NAME_ACEOF;;"upper case, no underscore, extra underscore")cat >>confdefs.h <<\_ACEOF#define F77_FUNC(name,NAME) NAME_ACEOFcat >>confdefs.h <<\_ACEOF#define F77_FUNC_(name,NAME) NAME ## __ACEOF;;"upper case, underscore, no extra underscore")cat >>confdefs.h <<\_ACEOF#define F77_FUNC(name,NAME) NAME ## __ACEOFcat >>confdefs.h <<\_ACEOF#define F77_FUNC_(name,NAME) NAME ## __ACEOF;;"upper case, underscore, extra underscore")cat >>confdefs.h <<\_ACEOF#define F77_FUNC(name,NAME) NAME ## __ACEOFcat >>confdefs.h <<\_ACEOF#define F77_FUNC_(name,NAME) NAME ## ___ACEOF;;*){ echo "$as_me:$LINENO: WARNING: unknown Fortran name-mangling scheme" >&5echo "$as_me: WARNING: unknown Fortran name-mangling scheme" >&2;};;esacac_ext=cac_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_gnucase "${ac_cv_f77_mangling}" in"upper "*){ echo "$as_me:$LINENO: WARNING: Fortran compiler uses uppercase external names" >&5echo "$as_me: WARNING: Fortran compiler uses uppercase external names" >&2;}{ { echo "$as_me:$LINENO: error: cannot use Fortran" >&5echo "$as_me: error: cannot use Fortran" >&2;}{ (exit 1); exit 1; }; };;esacecho "$as_me:$LINENO: checking whether ${F77} appends underscores to external names" >&5echo $ECHO_N "checking whether ${F77} appends underscores to external names... $ECHO_C" >&6if test "${r_cv_prog_f77_append_underscore+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecase "${ac_cv_f77_mangling}" in*", underscore, "*)r_cv_prog_f77_append_underscore=yes;;*", no underscore, "*)r_cv_prog_f77_append_underscore=no;;esacfiif test -n "${r_cv_prog_f77_append_underscore}"; thenecho "$as_me:$LINENO: result: ${r_cv_prog_f77_append_underscore}" >&5echo "${ECHO_T}${r_cv_prog_f77_append_underscore}" >&6elseecho "$as_me:$LINENO: result: unknown" >&5echo "${ECHO_T}unknown" >&6{ { echo "$as_me:$LINENO: error: cannot use Fortran" >&5echo "$as_me: error: cannot use Fortran" >&2;}{ (exit 1); exit 1; }; }fiif test "${r_cv_prog_f77_append_underscore}" = yes; thencat >>confdefs.h <<\_ACEOF#define HAVE_F77_UNDERSCORE 1_ACEOFfiecho "$as_me:$LINENO: checking whether mixed C/Fortran code can be run" >&5echo $ECHO_N "checking whether mixed C/Fortran code can be run... $ECHO_C" >&6if test "${r_cv_prog_f77_can_run+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat > conftestf.f <<EOFsubroutine cftest(a, b, x, y)integer a(3), b(2)double precision x(3), y(3)endEOF${F77} ${FFLAGS} -c conftestf.f 1>&5 2>&5cat > conftest.c <<EOF#include <math.h>#include "confdefs.h"#ifdef HAVE_F77_UNDERSCORE# define F77_SYMBOL(x) x ## _#else# define F77_SYMBOL(x) x#endifint main () {exit(0);}EOFif ${CC} ${CFLAGS} -c conftest.c 1>&5 2>&5; then## <NOTE>## This should really use MAIN_LD, and hence come after this is## determined (and necessary additions to MAIN_LDFLAGS were made).## But it seems that we currently can always use the C compiler.## Also, to be defensive there should be a similar test with SHLIB_LD## and SHLIB_LDFLAGS (and note that on HPUX with native cc we have to## use ld for SHLIB_LD) ...if ${CC} ${LDFLAGS} ${MAIN_LDFLAGS} -o conftest${ac_exeext} \conftest.${ac_objext} conftestf.${ac_objext} ${FLIBS} \${LIBM} 1>&5 2>&5;## </NOTE>thenoutput=`./conftest${ac_exeext} 2>&1`if test ${?} = 0; thenr_cv_prog_f77_can_run=yesfifififirm -rf conftest conftest.* conftestf.* coreif test -n "${r_cv_prog_f77_can_run}"; thenecho "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6else{ echo "$as_me:$LINENO: WARNING: cannot run mixed C/Fortan code" >&5echo "$as_me: WARNING: cannot run mixed C/Fortan code" >&2;}{ { echo "$as_me:$LINENO: error: Maybe check LDFLAGS for paths to Fortran libraries?" >&5echo "$as_me: error: Maybe check LDFLAGS for paths to Fortran libraries?" >&2;}{ (exit 1); exit 1; }; }fiecho "$as_me:$LINENO: checking whether ${F77} and ${CC} agree on int and double" >&5echo $ECHO_N "checking whether ${F77} and ${CC} agree on int and double... $ECHO_C" >&6if test "${r_cv_prog_f77_cc_compat+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat > conftestf.f <<EOFsubroutine cftest(a, b, x, y)integer a(3), b(2)double precision x(3), y(3)b(1) = a(3)/a(2)b(2) = a(3) - a(1)*a(2)y(1) = dble(a(3))/x(2)y(2) = x(3)*x(1)y(3) = (x(2)/x(1)) ** a(1)endEOF${F77} ${FFLAGS} -c conftestf.f 1>&5 2>&5cat > conftest.c <<EOF#include <math.h>#include "confdefs.h"#ifdef HAVE_F77_UNDERSCORE# define F77_SYMBOL(x) x ## _#else# define F77_SYMBOL(x) x#endifextern void F77_SYMBOL(cftest)(int *a, int *b, double *x, double *y);int main () {int a[3] = {17, 237, 2000000000}, b[2], res = 0;double x[3] = {3.14159265, 123.456789, 2.3e34}, z[3];double eps = 1e-6;double zres[3];int i, bres[2];zres[0] = (double) a[2]/x[1];zres[1] = x[2]*x[0];zres[2] = pow(x[1]/x[0], 17.0);bres[0] = a[2]/a[1];bres[1] = a[2] - a[0]*a[1];F77_SYMBOL(cftest)(a, b, x, z);if(b[0] != bres[0]) res++;if(b[1] != bres[1]) res++;for(i = 0; i < 3; i++)if(fabs(z[i]/zres[i] - 1) > eps) res++;printf("number of errors %d\n", res);exit(res);}EOFif ${CC} ${CFLAGS} -c conftest.c 1>&5 2>&5; then## <NOTE>## This should really use MAIN_LD, and hence come after this is## determined (and necessary additions to MAIN_LDFLAGS were made).## But it seems that we currently can always use the C compiler.## Also, to be defensive there should be a similar test with SHLIB_LD## and SHLIB_LDFLAGS (and note that on HPUX with native cc we have to## use ld for SHLIB_LD) ...if ${CC} ${LDFLAGS} ${MAIN_LDFLAGS} -o conftest${ac_exeext} \conftest.${ac_objext} conftestf.${ac_objext} ${FLIBS} \${LIBM} 1>&5 2>&5;## </NOTE>thenoutput=`./conftest${ac_exeext} 2>&1`if test ${?} = 0; thenr_cv_prog_f77_cc_compat=yesfifififirm -rf conftest conftest.* conftestf.* coreif test -n "${r_cv_prog_f77_cc_compat}"; thenecho "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6else{ echo "$as_me:$LINENO: WARNING: ${F77} and ${CC} disagree on int and double" >&5echo "$as_me: WARNING: ${F77} and ${CC} disagree on int and double" >&2;}{ { echo "$as_me:$LINENO: error: Maybe change CFLAGS or FFLAGS?" >&5echo "$as_me: error: Maybe change CFLAGS or FFLAGS?" >&2;}{ (exit 1); exit 1; }; }fiecho "$as_me:$LINENO: checking whether ${F77} and ${CC} agree on double complex" >&5echo $ECHO_N "checking whether ${F77} and ${CC} agree on double complex... $ECHO_C" >&6if test "${r_cv_prog_f77_cc_compat_complex+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat > conftestf.f <<EOFsubroutine cftest(x)complex*16 x(3)integer ic a few tests of constructs that are sometimes missingif(x(1) .eq. x(1)) i = 0x(1) = x(1)*x(2) + x(3)endEOF${F77} ${FFLAGS} -c conftestf.f 1>&5 2>&5cat > conftest.c <<EOF#include <math.h>#include "confdefs.h"#ifdef HAVE_F77_UNDERSCORE# define F77_SYMBOL(x) x ## _#else# define F77_SYMBOL(x) x#endiftypedef struct {double r;double i;} Rcomplex;extern void F77_SYMBOL(cftest)(Rcomplex *x);int main () {Rcomplex z[3];z[0].r = 3.14159265;z[0].i = 2.172;z[1].i = 3.14159265;z[1].r = 2.172;z[2].r = 123.456;z[2].i = 0.123456;F77_SYMBOL(cftest)(z);printf("%f %f\n", z[0].r, z[0].i);if(fabs(z[0].r - 123.456) < 1e-4 && fabs(z[0].i - 14.71065) < 1e-4)exit(0);else exit(1);}EOFif ${CC} ${CFLAGS} -c conftest.c 1>&5 2>&5; then## <NOTE>## This should really use MAIN_LD, and hence come after this is## determined (and necessary additions to MAIN_LDFLAGS were made).## But it seems that we currently can always use the C compiler.## Also, to be defensive there should be a similar test with SHLIB_LD## and SHLIB_LDFLAGS (and note that on HPUX with native cc we have to## use ld for SHLIB_LD) ...if ${CC} ${LDFLAGS} ${MAIN_LDFLAGS} -o conftest${ac_exeext} \conftest.${ac_objext} conftestf.${ac_objext} ${FLIBS} \${LIBM} 1>&5 2>&5;## </NOTE>thenoutput=`./conftest${ac_exeext} 2>&1`if test ${?} = 0; thenr_cv_prog_f77_cc_compat_complex=yesfifififirm -rf conftest conftest.* conftestf.* coreif test -n "${r_cv_prog_f77_cc_compat_complex}"; thenecho "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6cat >>confdefs.h <<\_ACEOF#define HAVE_DOUBLE_COMPLEX 1_ACEOFelsewarn_f77_cc_double_complex="${F77} and ${CC} disagree on double complex"{ echo "$as_me:$LINENO: WARNING: ${warn_f77_cc_double_complex}" >&5echo "$as_me: WARNING: ${warn_f77_cc_double_complex}" >&2;}fiecho "$as_me:$LINENO: checking whether ${F77} supports -c -o FILE.lo" >&5echo $ECHO_N "checking whether ${F77} supports -c -o FILE.lo... $ECHO_C" >&6if test "${r_cv_prog_f77_c_o_lo+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsetest -d TMP || mkdir TMPcat > conftest.f <<EOFprogram conftestendEOFac_try='${F77} ${FFLAGS} -c conftest.f -o TMP/conftest.lo 1>&5'if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } \&& test -f TMP/conftest.lo \&& { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; thenr_cv_prog_f77_c_o_lo=yeselser_cv_prog_f77_c_o_lo=nofirm -rf conftest* TMPfiecho "$as_me:$LINENO: result: $r_cv_prog_f77_c_o_lo" >&5echo "${ECHO_T}$r_cv_prog_f77_c_o_lo" >&6r_f77_rules_frag=Makefrag.f77cat << \EOF > ${r_f77_rules_frag}.f.c:.f.o:$(F77) $(ALL_FFLAGS) -c $< -o $@EOFif test "${r_cv_prog_f77_c_o_lo}" = yes; thencat << \EOF >> ${r_f77_rules_frag}.f.lo:$(F77) $(ALL_FFLAGS_LO) -c $< -o $@EOFelsecat << \EOF >> ${r_f77_rules_frag}.f.lo:@test -d .libs || mkdir .libs$(F77) $(ALL_FFLAGS_LO) -c $< -o .libs/$*.omv .libs/$*.o $*.loEOFfielseif test "${r_cv_f2c_flibs+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_ext=cac_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_gnucat > conftest.${ac_ext} << EOFint MAIN_ () { exit(0); }int MAIN__ () { exit(0); }EOFif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; then${AR} ${ARFLAGS} libconftest.a conftest.${ac_objext} 1>&5${RANLIB} libconftest.a 1>&5fiac_ext=cac_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_gnuecho "$as_me:$LINENO: checking for f_open in -lf2c" >&5echo $ECHO_N "checking for f_open in -lf2c... $ECHO_C" >&6if test "${ac_cv_lib_f2c_f_open+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lf2c -L. -lconftest ${LIBM} $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char f_open ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){f_open ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_f2c_f_open=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_f2c_f_open=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_f2c_f_open" >&5echo "${ECHO_T}$ac_cv_lib_f2c_f_open" >&6if test $ac_cv_lib_f2c_f_open = yes; thenflibs=-lf2celseflibs=firm -f libconftest*if test -z "${flibs}"; thenecho "$as_me:$LINENO: checking for d_sin in -lF77" >&5echo $ECHO_N "checking for d_sin in -lF77... $ECHO_C" >&6if test "${ac_cv_lib_F77_d_sin+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lF77 ${LIBM} $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char d_sin ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){d_sin ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_F77_d_sin=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_F77_d_sin=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_F77_d_sin" >&5echo "${ECHO_T}$ac_cv_lib_F77_d_sin" >&6if test $ac_cv_lib_F77_d_sin = yes; thenflibs=-lF77elseflibs=fiif test -n "${flibs}"; thenecho "$as_me:$LINENO: checking for f_rew in -lI77" >&5echo $ECHO_N "checking for f_rew in -lI77... $ECHO_C" >&6if test "${ac_cv_lib_I77_f_rew+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lI77 -lF77 $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char f_rew ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){f_rew ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_I77_f_rew=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_I77_f_rew=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_I77_f_rew" >&5echo "${ECHO_T}$ac_cv_lib_I77_f_rew" >&6if test $ac_cv_lib_I77_f_rew = yes; thenflibs="${flibs} -lI77"elseflibs=fififir_cv_f2c_flibs="${flibs}"fiFLIBS="${r_cv_f2c_flibs}"if test -z "${FLIBS}"; thenwarn_f2c_flibs="I found f2c but not libf2c, or libF77 and libI77"{ echo "$as_me:$LINENO: WARNING: ${warn_f2c_flibs}" >&5echo "$as_me: WARNING: ${warn_f2c_flibs}" >&2;}elseFLIBS="${FLIBS} ${LIBM}"ficat >>confdefs.h <<\_ACEOF#define HAVE_F77_UNDERSCORE 1_ACEOFcat >>confdefs.h <<\_ACEOF#define HAVE_DOUBLE_COMPLEX 1_ACEOFr_f77_rules_frag=Makefrag.f77cat << \EOF > ${r_f77_rules_frag}.f.o:$(F2C) $(F2CFLAGS) < $< > $*.c$(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) -c $*.c -o $@@rm -f $*.c.f.lo:$(F2C) $(F2CFLAGS) < $< > $*.cEOFif test "${r_cv_prog_cc_c_o_lo}" = yes; thencat << \EOF >> ${r_f77_rules_frag}$(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS_LO) -c $*.c -o $@EOFelsecat << \EOF >> ${r_f77_rules_frag}@test -d .libs || mkdir .libs$(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS_LO) -c $*.c -o .libs/$*.omv .libs/$*.o $*.loEOFficat << \EOF >> ${r_f77_rules_frag}@rm -f $*.cEOFF77="\$(SHELL) \$(R_HOME)/bin/f77"fiif test "x${HAVE_DOUBLE_COMPLEX}" != x; thenCOMPILE_DOUBLE_COMPLEX_TRUE=COMPILE_DOUBLE_COMPLEX_FALSE='#'elseCOMPILE_DOUBLE_COMPLEX_TRUE='#'COMPILE_DOUBLE_COMPLEX_FALSE=fi### *** C++ compiler.echo "$as_me:$LINENO: checking whether ${CXX} accepts -M for generating dependencies" >&5echo $ECHO_N "checking whether ${CXX} accepts -M for generating dependencies... $ECHO_C" >&6if test "${r_cv_prog_cxx_m+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseecho "#include <math.h>" > conftest.ccif test -n "`${CXX} -M conftest.cc 2>/dev/null | grep conftest`"; thenr_cv_prog_cxx_m=yeselser_cv_prog_cxx_m=nofifiecho "$as_me:$LINENO: result: $r_cv_prog_cxx_m" >&5echo "${ECHO_T}$r_cv_prog_cxx_m" >&6cxx_o_lo_rules_frag=Makefrag.cxxecho "$as_me:$LINENO: checking whether ${CXX} supports -c -o FILE.lo" >&5echo $ECHO_N "checking whether ${CXX} supports -c -o FILE.lo... $ECHO_C" >&6if test "${r_cv_prog_cxx_c_o_lo+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsetest -d TMP || mkdir TMPecho "int some_variable = 0;" > conftest.ccac_try='${CXX} ${CXXFLAGS} -c conftest.cc -o TMP/conftest.lo 1>&5'if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } \&& test -f TMP/conftest.lo \&& { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; thenr_cv_prog_cxx_c_o_lo=yeselser_cv_prog_cxx_c_o_lo=nofirm -rf conftest* TMPfiecho "$as_me:$LINENO: result: $r_cv_prog_cxx_c_o_lo" >&5echo "${ECHO_T}$r_cv_prog_cxx_c_o_lo" >&6r_cxx_rules_frag=Makefrag.cxxcat << \EOF > ${r_cxx_rules_frag}.cc.o:$(CXX) $(ALL_CPPFLAGS) $(ALL_CXXFLAGS) -c $< -o $@.cpp.o:$(CXX) $(ALL_CPPFLAGS) $(ALL_CXXFLAGS) -c $< -o $@.C.o:$(CXX) $(ALL_CPPFLAGS) $(ALL_CXXFLAGS) -c $< -o $@EOFif test "${r_cv_prog_cxx_m}" = yes; thencat << \EOF >> ${r_cxx_rules_frag}.cc.d:@echo "making $@ from $<"@$(CXX) -M $(ALL_CPPFLAGS) $< | \sed -e 's/^\([^:]*\)\.o\([ ]\)*:/\1.o \1.lo\2:/' > $@.cpp.d:@echo "making $@ from $<"@$(CXX) -M $(ALL_CPPFLAGS) $< | \sed -e 's/^\([^:]*\)\.o\([ ]\)*:/\1.o \1.lo\2:/' > $@.C.d:@echo "making $@ from $<"@$(CXX) -M $(ALL_CPPFLAGS) $< | \sed -e 's/^\([^:]*\)\.o\([ ]\)*:/\1.o \1.lo\2:/' > $@EOFelsecat << \EOF >> ${r_cxx_rules_frag}.cc.d:@echo > $@.cpp.d:@echo > $@.C.d:@echo > $@EOFfiif test "${r_cv_prog_cxx_c_o_lo}" = yes; thencat << \EOF >> ${r_cxx_rules_frag}.cc.lo:$(CXX) $(ALL_CPPFLAGS) $(ALL_CXXFLAGS_LO) -c $< -o $@.cpp.lo:$(CXX) $(ALL_CPPFLAGS) $(ALL_CXXFLAGS_LO) -c $< -o $@.C.lo:$(CXX) $(ALL_CPPFLAGS) $(ALL_CXXFLAGS_LO) -c $< -o $@EOFelsecat << \EOF >> ${r_cxx_rules_frag}.cc.lo:@test -d .libs || mkdir .libs$(CXX) $(ALL_CPPFLAGS) $(ALL_CXXFLAGS_LO) -c $< -o .libs/$*.omv .libs/$*.o $*.lo.cpp.lo:@test -d .libs || mkdir .libs$(CXX) $(ALL_CPPFLAGS) $(ALL_CXXFLAGS_LO) -c $< -o .libs/$*.omv .libs/$*.o $*.lo.C.lo:@test -d .libs || mkdir .libs$(CXX) $(ALL_CPPFLAGS) $(ALL_CXXFLAGS_LO) -c $< -o .libs/$*.omv .libs/$*.o $*.loEOFfi### ** Platform-specific overrides for the C, Fortran 77 and C++ compilers.case "${host_cpu}" ini*86)cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <math.h>#if defined(__GLIBC__)yes#endif_ACEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |$EGREP "yes" >/dev/null 2>&1; thenseparator=""test -z "${separator}" && separator=" "if test -z "${R_XTRA_CFLAGS}"; thenR_XTRA_CFLAGS="-D__NO_MATH_INLINES"elseR_XTRA_CFLAGS="${R_XTRA_CFLAGS}${separator}-D__NO_MATH_INLINES"fifirm -f conftest*ac_safe=_mieee_fpecho "$as_me:$LINENO: checking whether ${CC} accepts -mieee-fp" >&5echo $ECHO_N "checking whether ${CC} accepts -mieee-fp... $ECHO_C" >&6if eval "test \"\${r_cv_prog_cc_flag_${ac_safe}+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_ext=cac_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_gnur_save_CFLAGS="${CFLAGS}"CFLAGS="${CFLAGS} -mieee-fp"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "r_cv_prog_cc_flag_${ac_safe}=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "r_cv_prog_cc_flag_${ac_safe}=no"firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extCFLAGS="${r_save_CFLAGS}"ac_ext=cac_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_gnufiif eval "test \"`echo '$r_cv_prog_cc_flag_'$ac_safe`\" = yes"; thenecho "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6separator=""test -z "${separator}" && separator=" "if test -z "${R_XTRA_CFLAGS}"; thenR_XTRA_CFLAGS="-mieee-fp"elseR_XTRA_CFLAGS="${R_XTRA_CFLAGS}${separator}-mieee-fp"fielseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fiac_safe=_mieee_fpecho "$as_me:$LINENO: checking whether ${F77} accepts -mieee-fp" >&5echo $ECHO_N "checking whether ${F77} accepts -mieee-fp... $ECHO_C" >&6if eval "test \"\${r_cv_prog_f77_flag_${ac_safe}+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_ext=fac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_f77_compiler_gnur_save_FFLAGS="${FFLAGS}"FFLAGS="${FFLAGS} -mieee-fp"cat >conftest.$ac_ext <<_ACEOFprogram mainend_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "r_cv_prog_f77_flag_${ac_safe}=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "r_cv_prog_f77_flag_${ac_safe}=no"firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extFFLAGS="${r_save_FFLAGS}"ac_ext=cac_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_gnufiif eval "test \"`echo '$r_cv_prog_f77_flag_'$ac_safe`\" = yes"; thenecho "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6separator=""test -z "${separator}" && separator=" "if test -z "${R_XTRA_FFLAGS}"; thenR_XTRA_FFLAGS="-mieee-fp"elseR_XTRA_FFLAGS="${R_XTRA_FFLAGS}${separator}-mieee-fp"fielseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fiac_safe=_mieee_fpecho "$as_me:$LINENO: checking whether ${CXX-c++} accepts -mieee-fp" >&5echo $ECHO_N "checking whether ${CXX-c++} accepts -mieee-fp... $ECHO_C" >&6if eval "test \"\${r_cv_prog_cxx_flag_${ac_safe}+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_ext=ccac_cpp='$CXXCPP $CPPFLAGS'ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_cxx_compiler_gnur_save_CXXFLAGS="${CXXFLAGS}"CXXFLAGS="${CXXFLAGS} -mieee-fp"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "r_cv_prog_cxx_flag_${ac_safe}=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "r_cv_prog_cxx_flag_${ac_safe}=no"firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extCXXFLAGS="${r_save_CXXFLAGS}"ac_ext=cac_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_gnufiif eval "test \"`echo '$r_cv_prog_cxx_flag_'$ac_safe`\" = yes"; thenecho "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6separator=""test -z "${separator}" && separator=" "if test -z "${R_XTRA_CXXFLAGS}"; thenR_XTRA_CXXFLAGS="-mieee-fp"elseR_XTRA_CXXFLAGS="${R_XTRA_CXXFLAGS}${separator}-mieee-fp"fielseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fi;;alpha*)## <NOTE>## * ANSI C## The native C compiler needs @option{-std1}: AC_PROG_CC() passes## all ANSI C tests with no extra flags but then __STDC__ is## undefined which breaks compilation of the connections code.## * IEEE math## We really need to use @option{-ieee_with_inexact} (called## @option{-mieee-with-inexact} for GCC) for the C compiler:## @option{-ieee} (or @option{-mieee}) are not enough.## According to <Albrecht.Gebhardt@uni-klu.ac.at> and Luke Tierney## <luke@stat.uiowa.edu>, @option{-fpe3} is what we want for the## native Fortran 77 compiler: seems that not all versions map## @option{-ieee} to @option{-fpe3}.## What about the C++ compilers?if test "${GCC}" = yes; thenac_safe=_mieee_with_inexactecho "$as_me:$LINENO: checking whether ${CC} accepts -mieee-with-inexact" >&5echo $ECHO_N "checking whether ${CC} accepts -mieee-with-inexact... $ECHO_C" >&6if eval "test \"\${r_cv_prog_cc_flag_${ac_safe}+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_ext=cac_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_gnur_save_CFLAGS="${CFLAGS}"CFLAGS="${CFLAGS} -mieee-with-inexact"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "r_cv_prog_cc_flag_${ac_safe}=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "r_cv_prog_cc_flag_${ac_safe}=no"firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extCFLAGS="${r_save_CFLAGS}"ac_ext=cac_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_gnufiif eval "test \"`echo '$r_cv_prog_cc_flag_'$ac_safe`\" = yes"; thenecho "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6separator=""test -z "${separator}" && separator=" "if test -z "${R_XTRA_CFLAGS}"; thenR_XTRA_CFLAGS="-mieee-with-inexact"elseR_XTRA_CFLAGS="${R_XTRA_CFLAGS}${separator}-mieee-with-inexact"fielseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fielseac_safe=_std1echo "$as_me:$LINENO: checking whether ${CC} accepts -std1" >&5echo $ECHO_N "checking whether ${CC} accepts -std1... $ECHO_C" >&6if eval "test \"\${r_cv_prog_cc_flag_${ac_safe}+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_ext=cac_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_gnur_save_CFLAGS="${CFLAGS}"CFLAGS="${CFLAGS} -std1"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "r_cv_prog_cc_flag_${ac_safe}=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "r_cv_prog_cc_flag_${ac_safe}=no"firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extCFLAGS="${r_save_CFLAGS}"ac_ext=cac_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_gnufiif eval "test \"`echo '$r_cv_prog_cc_flag_'$ac_safe`\" = yes"; thenecho "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6separator=""test -z "${separator}" && separator=" "if test -z "${R_XTRA_CFLAGS}"; thenR_XTRA_CFLAGS="-std1"elseR_XTRA_CFLAGS="${R_XTRA_CFLAGS}${separator}-std1"fielseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fiac_safe=_ieee_with_inexactecho "$as_me:$LINENO: checking whether ${CC} accepts -ieee_with_inexact" >&5echo $ECHO_N "checking whether ${CC} accepts -ieee_with_inexact... $ECHO_C" >&6if eval "test \"\${r_cv_prog_cc_flag_${ac_safe}+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_ext=cac_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_gnur_save_CFLAGS="${CFLAGS}"CFLAGS="${CFLAGS} -ieee_with_inexact"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "r_cv_prog_cc_flag_${ac_safe}=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "r_cv_prog_cc_flag_${ac_safe}=no"firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extCFLAGS="${r_save_CFLAGS}"ac_ext=cac_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_gnufiif eval "test \"`echo '$r_cv_prog_cc_flag_'$ac_safe`\" = yes"; thenecho "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6separator=""test -z "${separator}" && separator=" "if test -z "${R_XTRA_CFLAGS}"; thenR_XTRA_CFLAGS="-ieee_with_inexact"elseR_XTRA_CFLAGS="${R_XTRA_CFLAGS}${separator}-ieee_with_inexact"fielseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fifiif test "${G77}" = yes; thenac_safe=_mieeeecho "$as_me:$LINENO: checking whether ${F77} accepts -mieee" >&5echo $ECHO_N "checking whether ${F77} accepts -mieee... $ECHO_C" >&6if eval "test \"\${r_cv_prog_f77_flag_${ac_safe}+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_ext=fac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_f77_compiler_gnur_save_FFLAGS="${FFLAGS}"FFLAGS="${FFLAGS} -mieee"cat >conftest.$ac_ext <<_ACEOFprogram mainend_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "r_cv_prog_f77_flag_${ac_safe}=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "r_cv_prog_f77_flag_${ac_safe}=no"firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extFFLAGS="${r_save_FFLAGS}"ac_ext=cac_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_gnufiif eval "test \"`echo '$r_cv_prog_f77_flag_'$ac_safe`\" = yes"; thenecho "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6separator=""test -z "${separator}" && separator=" "if test -z "${R_XTRA_FFLAGS}"; thenR_XTRA_FFLAGS="-mieee"elseR_XTRA_FFLAGS="${R_XTRA_FFLAGS}${separator}-mieee"fielseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fielseac_safe=_fpe3echo "$as_me:$LINENO: checking whether ${F77} accepts -fpe3" >&5echo $ECHO_N "checking whether ${F77} accepts -fpe3... $ECHO_C" >&6if eval "test \"\${r_cv_prog_f77_flag_${ac_safe}+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_ext=fac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_f77_compiler_gnur_save_FFLAGS="${FFLAGS}"FFLAGS="${FFLAGS} -fpe3"cat >conftest.$ac_ext <<_ACEOFprogram mainend_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "r_cv_prog_f77_flag_${ac_safe}=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "r_cv_prog_f77_flag_${ac_safe}=no"firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extFFLAGS="${r_save_FFLAGS}"ac_ext=cac_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_gnufiif eval "test \"`echo '$r_cv_prog_f77_flag_'$ac_safe`\" = yes"; thenecho "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6separator=""test -z "${separator}" && separator=" "if test -z "${R_XTRA_FFLAGS}"; thenR_XTRA_FFLAGS="-fpe3"elseR_XTRA_FFLAGS="${R_XTRA_FFLAGS}${separator}-fpe3"fielseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fifiif test "${GXX}" = yes; thenac_safe=_mieeeecho "$as_me:$LINENO: checking whether ${CXX-c++} accepts -mieee" >&5echo $ECHO_N "checking whether ${CXX-c++} accepts -mieee... $ECHO_C" >&6if eval "test \"\${r_cv_prog_cxx_flag_${ac_safe}+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_ext=ccac_cpp='$CXXCPP $CPPFLAGS'ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_cxx_compiler_gnur_save_CXXFLAGS="${CXXFLAGS}"CXXFLAGS="${CXXFLAGS} -mieee"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "r_cv_prog_cxx_flag_${ac_safe}=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "r_cv_prog_cxx_flag_${ac_safe}=no"firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extCXXFLAGS="${r_save_CXXFLAGS}"ac_ext=cac_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_gnufiif eval "test \"`echo '$r_cv_prog_cxx_flag_'$ac_safe`\" = yes"; thenecho "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6separator=""test -z "${separator}" && separator=" "if test -z "${R_XTRA_CXXFLAGS}"; thenR_XTRA_CXXFLAGS="-mieee"elseR_XTRA_CXXFLAGS="${R_XTRA_CXXFLAGS}${separator}-mieee"fielseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fielseac_safe=_ieeeecho "$as_me:$LINENO: checking whether ${CXX-c++} accepts -ieee" >&5echo $ECHO_N "checking whether ${CXX-c++} accepts -ieee... $ECHO_C" >&6if eval "test \"\${r_cv_prog_cxx_flag_${ac_safe}+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_ext=ccac_cpp='$CXXCPP $CPPFLAGS'ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_cxx_compiler_gnur_save_CXXFLAGS="${CXXFLAGS}"CXXFLAGS="${CXXFLAGS} -ieee"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "r_cv_prog_cxx_flag_${ac_safe}=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "r_cv_prog_cxx_flag_${ac_safe}=no"firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extCXXFLAGS="${r_save_CXXFLAGS}"ac_ext=cac_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_gnufiif eval "test \"`echo '$r_cv_prog_cxx_flag_'$ac_safe`\" = yes"; thenecho "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6separator=""test -z "${separator}" && separator=" "if test -z "${R_XTRA_CXXFLAGS}"; thenR_XTRA_CXXFLAGS="-ieee"elseR_XTRA_CXXFLAGS="${R_XTRA_CXXFLAGS}${separator}-ieee"fielseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fifi## </NOTE>;;esaccase "${host_os}" inaix*)cat >>confdefs.h <<\_ACEOF#define HAVE_NO_SYMBOL_UNDERSCORE 1_ACEOFif test "${GCC}" = yes; thenac_safe=_mno_fp_in_tocecho "$as_me:$LINENO: checking whether ${CC} accepts -mno-fp-in-toc" >&5echo $ECHO_N "checking whether ${CC} accepts -mno-fp-in-toc... $ECHO_C" >&6if eval "test \"\${r_cv_prog_cc_flag_${ac_safe}+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_ext=cac_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_gnur_save_CFLAGS="${CFLAGS}"CFLAGS="${CFLAGS} -mno-fp-in-toc"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "r_cv_prog_cc_flag_${ac_safe}=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "r_cv_prog_cc_flag_${ac_safe}=no"firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extCFLAGS="${r_save_CFLAGS}"ac_ext=cac_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_gnufiif eval "test \"`echo '$r_cv_prog_cc_flag_'$ac_safe`\" = yes"; thenecho "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6separator=""test -z "${separator}" && separator=" "if test -z "${R_XTRA_CFLAGS}"; thenR_XTRA_CFLAGS="-mno-fp-in-toc"elseR_XTRA_CFLAGS="${R_XTRA_CFLAGS}${separator}-mno-fp-in-toc"fielseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fifi## need /lib/crt0_64.o on 64-bit AIX: see comments in R-admin.if test "x${OBJECT_MODE}" = "x64"; thenseparator=""test -z "${separator}" && separator=" "if test -z "${R_XTRA_LIBS}"; thenR_XTRA_LIBS="/lib/crt0_64.o"elseR_XTRA_LIBS="${R_XTRA_LIBS}${separator}/lib/crt0_64.o"fielseseparator=""test -z "${separator}" && separator=" "if test -z "${R_XTRA_LIBS}"; thenR_XTRA_LIBS="/lib/crt0.o"elseR_XTRA_LIBS="${R_XTRA_LIBS}${separator}/lib/crt0.o"fifi;;cygwin*|mingw*|windows*|winnt)cat >>confdefs.h <<\_ACEOF#define HAVE_NO_SYMBOL_UNDERSCORE 1_ACEOF;;darwin*)## Need '-no-cpp-precomp' say J de Leeuw <deleeuw@stat.ucla.edu> and## http://fink.sourceforge.net/doc/porting/basics.php.separator=""test -z "${separator}" && separator=" "if test -z "${R_XTRA_CPPFLAGS}"; thenR_XTRA_CPPFLAGS="-no-cpp-precomp"elseR_XTRA_CPPFLAGS="${R_XTRA_CPPFLAGS}${separator}-no-cpp-precomp"fi;;hpux*)cat >>confdefs.h <<\_ACEOF#define HAVE_NO_SYMBOL_UNDERSCORE 1_ACEOFcat >>confdefs.h <<\_ACEOF#define USE_BUILTIN_RINT 1_ACEOFcase "${CC}" incc|c89)## Luke Tierney says we also need '-Wp,-H16000' which tells the## pre-processor to increase the size of an internal table. It## seems that src/modules/vfonts/g_her_glyph.c contains a line## that is too long for the pre-processor without this flag.separator=""test -z "${separator}" && separator=" "if test -z "${R_XTRA_CPPFLAGS}"; thenR_XTRA_CPPFLAGS="-Wp,-H16000"elseR_XTRA_CPPFLAGS="${R_XTRA_CPPFLAGS}${separator}-Wp,-H16000"fi;;esacecho "$as_me:$LINENO: checking for shl_load in -ldld" >&5echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6if test "${ac_cv_lib_dld_shl_load+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-ldld $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char shl_load ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){shl_load ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_dld_shl_load=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_dld_shl_load=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6if test $ac_cv_lib_dld_shl_load = yes; thenR_XTRA_LIBS="-ldld ${R_XTRA_LIBS}"fi;;irix*)echo "$as_me:$LINENO: checking whether C compiler needs -OPT:IEEE_NaN_inf=ON" >&5echo $ECHO_N "checking whether C compiler needs -OPT:IEEE_NaN_inf=ON... $ECHO_C" >&6if test "${r_cv_c_optieee+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test "$cross_compiling" = yes; thenr_cv_c_optieee=noelsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <math.h>#include <ieeefp.h>int main () {double x = 0;fpsetmask(0); x = x / x; exit (x != x);}_ACEOFrm -f conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } && { ac_try='./conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenr_cv_c_optieee=yeselseecho "$as_me: program exited with status $ac_status" >&5echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5( exit $ac_status )r_cv_c_optieee=nofirm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_extfifiecho "$as_me:$LINENO: result: $r_cv_c_optieee" >&5echo "${ECHO_T}$r_cv_c_optieee" >&6if test "${r_cv_c_optieee}" = yes; thenseparator=""test -z "${separator}" && separator=" "if test -z "${R_XTRA_CFLAGS}"; thenR_XTRA_CFLAGS="-OPT:IEEE_NaN_inf=ON"elseR_XTRA_CFLAGS="${R_XTRA_CFLAGS}${separator}-OPT:IEEE_NaN_inf=ON"fifi## <NOTE>## We really should test explictly whether the Fortran and C++## compilers *need* '-OPT:IEEE_NaN_inf=ON'. Currently, all we do is## check whether the non-GNU tools *accept* the flag.if test "${G77}" != yes; thenac_safe=_OPT_IEEE_NaN_inf_ONecho "$as_me:$LINENO: checking whether ${F77} accepts -OPT:IEEE_NaN_inf=ON" >&5echo $ECHO_N "checking whether ${F77} accepts -OPT:IEEE_NaN_inf=ON... $ECHO_C" >&6if eval "test \"\${r_cv_prog_f77_flag_${ac_safe}+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_ext=fac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_f77_compiler_gnur_save_FFLAGS="${FFLAGS}"FFLAGS="${FFLAGS} -OPT:IEEE_NaN_inf=ON"cat >conftest.$ac_ext <<_ACEOFprogram mainend_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "r_cv_prog_f77_flag_${ac_safe}=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "r_cv_prog_f77_flag_${ac_safe}=no"firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extFFLAGS="${r_save_FFLAGS}"ac_ext=cac_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_gnufiif eval "test \"`echo '$r_cv_prog_f77_flag_'$ac_safe`\" = yes"; thenecho "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6separator=""test -z "${separator}" && separator=" "if test -z "${R_XTRA_FFLAGS}"; thenR_XTRA_FFLAGS="-OPT:IEEE_NaN_inf=ON"elseR_XTRA_FFLAGS="${R_XTRA_FFLAGS}${separator}-OPT:IEEE_NaN_inf=ON"fielseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fifiif test "${GXX}" != yes; thenac_safe=_OPT_IEEE_NaN_inf_ONecho "$as_me:$LINENO: checking whether ${CXX-c++} accepts -OPT:IEEE_NaN_inf=ON" >&5echo $ECHO_N "checking whether ${CXX-c++} accepts -OPT:IEEE_NaN_inf=ON... $ECHO_C" >&6if eval "test \"\${r_cv_prog_cxx_flag_${ac_safe}+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_ext=ccac_cpp='$CXXCPP $CPPFLAGS'ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_cxx_compiler_gnur_save_CXXFLAGS="${CXXFLAGS}"CXXFLAGS="${CXXFLAGS} -OPT:IEEE_NaN_inf=ON"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "r_cv_prog_cxx_flag_${ac_safe}=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "r_cv_prog_cxx_flag_${ac_safe}=no"firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extCXXFLAGS="${r_save_CXXFLAGS}"ac_ext=cac_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_gnufiif eval "test \"`echo '$r_cv_prog_cxx_flag_'$ac_safe`\" = yes"; thenecho "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6separator=""test -z "${separator}" && separator=" "if test -z "${R_XTRA_CXXFLAGS}"; thenR_XTRA_CXXFLAGS="-OPT:IEEE_NaN_inf=ON"elseR_XTRA_CXXFLAGS="${R_XTRA_CXXFLAGS}${separator}-OPT:IEEE_NaN_inf=ON"fielseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fifi## </NOTE>;;openbsd*)if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; thencat >>confdefs.h <<\_ACEOF#define HAVE_NO_SYMBOL_UNDERSCORE 1_ACEOFfi;;osf*)cat >>confdefs.h <<\_ACEOF#define HAVE_NO_SYMBOL_UNDERSCORE 1_ACEOF;;esac### ** DLL stuff.## We need to determine the following:#### MAIN_LD, MAINLD_FLAGS## command and flags for loading the main binary so that it will load## shared libraries (DLLs) at runtime, also for profiling.## CPICFLAGS, CXXPICFLAGS, FPICFLAGS## flags for compiling C, C++, and Fortran library code.## SHLIB_LD, SHLIB_LDFLAGS## command and flags for creating DLLs (which contain object files## from a C or Fortran compiler).## DYLIB_LD, DYLIB_LDFLAGS## ditto for dynamic libraries (where different.)## SHLIB_CXXLD, SHLIB_CXXLDFLAGS## command and flags for creating DLLs which contain object files from## a C++ compiler. According to Autoconf, the C++ compiler/linker## must be used for linking in this case (since special C++-ish things## need to happen at link time like calling global constructors,## instantiating templates, enabling exception support, etc.).#### The procedure is as follows.#### * We use applicable values from imake in case its CC is ours.## * Irrespective of that, we think we know what to do with GNU tools## (GNU C, Fortran, and C++ compilers).## * Then, use platform specific overrides.## * As a final safeguard, values from the environment (as specified in## one of the configuration files or at the configure command line)## override anything we figure out in the case of compiler flags; for## linker flags (*LDFLAGS), environment settings override our results## if the corresponding *LD variable was set, and add otherwise.#### NOTE: We do not provide defaults for the *LDFLAGS, taking a defensive## approach. In case we cannot figure out {MAIN,SHLIB}_LDFLAGS and the## user did not provide defaults, an error results. A warning is given## if nothing was obtained for SHLIB_CXXLDFLAGS.#### Note also that some systems (notably AIX) do not allow for unresolved## symbols at link time. For such systems, we link against -lm (in case## it exists) when building a shlib module via SHLIB_LIBADD.main_ld="${CC}"shlib_ld="${CC}"shlib_cxxld="${CXX}"SHLIB_EXT=".so"SHLIB_LIBADD=use_exportfiles=no## Step 1. Ask imake.## <NOTE>## Earlier versions had fpicflags=${cpicflags}. As this really amounts## to hoping rather than knowing, we no longer do this.## </NOTE>r_xtra_path="${PATH}"for dir in /usr/bin/X11 /usr/X11R6/bin /usr/openwin/bin; dor_xtra_path="${r_xtra_path}${PATH_SEPARATOR}${dir}"done# Extract the first word of "xmkmf", so it can be a program name with args.set dummy xmkmf; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_XMKMF+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecase $XMKMF in[\\/]* | ?:[\\/]*)ac_cv_path_XMKMF="$XMKMF" # Let the user override the test with a path.;;*)as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in ${r_xtra_path}doIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_path_XMKMF="$as_dir/$ac_word$ac_exec_ext"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedone;;esacfiXMKMF=$ac_cv_path_XMKMFif test -n "$XMKMF"; thenecho "$as_me:$LINENO: result: $XMKMF" >&5echo "${ECHO_T}$XMKMF" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fiif test -n "${XMKMF}"; thenecho > Imakefile${XMKMF} > /dev/null 2>&1 || echo > Makefilecc=`${srcdir}/tools/GETMAKEVAL CC`cc=`echo ${cc} | sed "s/ .*//"`if test "`which ${cc}`" = "`which ${CC}`"; thenshlib_ldflags=`${srcdir}/tools/GETMAKEVAL SHLIBLDFLAGS`cpicflags=`${srcdir}/tools/GETMAKEVAL PICFLAGS`ficxx=`${srcdir}/tools/GETMAKEVAL CXX`cxx=`echo ${cxx} | sed "s/ .*//"`if test "`which ${cxx}`" = "`which ${CXX}`"; thencxxpicflags=`${srcdir}/tools/GETMAKEVAL CXXPICFLAGS`firm -f Imakefile Makefilefi## Step 2. GNU compilers.if test "${GCC}" = yes; thencpicflags="-fPIC"shlib_ldflags="-shared"fiif test "${G77}" = yes; thenfpicflags="-fPIC"fiif test "${GXX}" = yes; thencxxpicflags="-fPIC"shlib_cxxldflags="-shared"fi## Step 3. Individual platform overrides.case "${host_os}" inaix*)use_exportfiles=yes## All AIX code is PIC.cpicflags=cxxpicflags=fpicflags=wl="-Wl,"main_ldflags="${wl}-bdynamic ${wl}-bE:\$(top_builddir)/etc/R.exp ${wl}-bM:SRE"shlib_ldflags="${wl}-bM:SRE ${wl}-H512 ${wl}-T512 ${wl}-bnoentry ${wl}-bexpall ${wl}-bI:\$(R_HOME)/etc/R.exp"SHLIB_LIBADD="\$(LIBM)";;darwin*)cpicflags="-fno-common"cxxpicflags="-fno-common"if test "${G77}" = yes; thenfpicflags="-fno-common"fi## <FIXME>## Needed because currently the Quartz device driver gets linked to## the main binary. Change once the driver is modularized.main_ldflags="-framework Carbon"## </FIXME>## Want '-mdynamic-no-pic' for GCC 3, says Jan de Leeuw.if test "${GCC}" = yes; then## <FIXME>## R_PROG_CC_M() has the same code for determining the gcc## version. Move this into e.g. _R_PROG_CC_VERSION.gcc_version=`${CC} -v 2>&1 | grep "^.*g.. version" | \sed -e 's/^.*g.. version *//'`case "${gcc_version}" in3.*)separator=""test -z "${separator}" && separator=" "if test -z "${main_ldflags}"; thenmain_ldflags="-mdynamic-no-pic"elsemain_ldflags="${main_ldflags}${separator}-mdynamic-no-pic"fi ;;esac## </FIXME>ficase "${host_os}" in## According to Jan de Leeuw, OS X 10.1 is darwin 5, OS X 10.2 is## darwin 6, and the real difference is between darwin < and >= 5.## It would be nice to use R.bin (or libR.dylib) as bundle_loader## together with '-undefined suppress' for darwin 5 or better, but## the paths to these change when installing.## The Darwin 1.[012] special casing is from libtool and could be## eliminated ('-flat_namespace' is the default if available).darwin1.[012]*)shlib_ldflags="-bundle -undefined suppress" ;;*)shlib_ldflags="-bundle -flat_namespace -undefined suppress" ;;esacshlib_cxxldflags="${shlib_ldflags}"if test "${ac_cv_lib_cc_dynamic_main}" = yes; then## Could also try grepping LIBS for '-lcc_dynamic' ...SHLIB_LIBADD="-lcc_dynamic"fi;;freebsd*)## Only sure for FreeBSD 3 and above.main_ldflags="-export-dynamic"shlib_ldflags="-shared";;gnu*) # GNU Hurdmain_ldflags="-export-dynamic";;hpux*)SHLIB_EXT=".sl"case "${CC}" incc|c89)cpicflags="+Z";;esaccase "${F77}" inf77|fort77|f90)fpicflags="+Z";;esacmain_ldflags="-Wl,-E"if test "${GCC}" = yes; thenshlib_ldflags="-shared -fPIC -Wl,-Bsymbolic"else## <NOTE>## Native cc insists on tacking on crt0.o when it calls ld, and## crt0.o is not built with PIC. As there seems to be no obvious## way to tell cc not to do this, we use ld for linking shlibs.shlib_ld=ldshlib_ldflags="-b -Bsymbolic"## </NOTE>fiif test "${GXX}" = yes; thenshlib_cxxldflags="-shared -fPIC"fi;;irix*)cpicflags=cxxpicflags=fpicflags=shlib_ldflags="-shared"shlib_cxxldflags="-shared";;linux*aout) # GNU Linux/aoutsed '/HAVE_ELF_H/d' confdefs.h > tmp.h ; mv tmp.h confdefs.h;;linux*) # GNU Linux/ELF## Luke Tierney says that just '-export-dynamic' does not work for## Intel compilers (icc).main_ldflags="-Wl,--export-dynamic";;mingw*)SHLIB_EXT=".dll"cpicflags=cxxpicflags=fpicflags=;;netbsd*)if ${CPP} - -dM < /dev/null | grep __ELF__ >/dev/null ; thenmain_ldflags="-export-dynamic"shlib_ldflags="-shared"elseshlib_ldflags="-Bshareable"fi;;openbsd*)if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; thenmain_ldflags="${wl}-export-dynamic"shlib_ldflags="-shared -fPIC"fi;;osf*)cpicflags=cxxpicflags=fpicflags=shlib_ldflags="-shared";;solaris*)shlib_ldflags="-G"shlib_cxxldflags="-G"if test "${GCC}" = yes; thenld=`${CC} -print-prog-name=ld`ldoutput=`${ld} -v 2>&1 | grep GNU`if test -n "${ldoutput}"; thenmain_ldflags="-Wl,-export-dynamic"shlib_ldflags="-shared"fielsecpicflags="-KPIC"if test "`basename ${CXX}`" = "CC" ; then## Forte version 7 needs -lCstd: Forte 6 does not.ver=`${CXX} -V 2>&1 | sed 2d | grep 'Forte Developer 7 C++'`if test -n "${ver}" ; thenshlib_cxxldflags="-G -lCstd"fififiif test "${G77}" != yes; thenfpicflags="-PIC"fiif test "${GXX}" = yes; thenld=`${CXX} -print-prog-name=ld`ldoutput=`${ld} -v 2>&1 | grep GNU`if test -n "${ldoutput}"; thenshlib_cxxldflags="-shared"fielsecxxpicflags="-KPIC"fi;;esac## <FIXME>## Completely disable using libtool for building shlibs until libtool## fully supports at least Fortran and C++.## ## Step 4. In case we use libtool ...## if test "${use_libtool}" = yes; then## case "${host_os}" in## *)## ;;## esac## fi## </FIXME>## Step 5. Overrides from the environment and error checking.if test -z "${MAIN_LD}"; thenMAIN_LD="${main_ld}"separator=""test -z "${separator}" && separator=" "if test -z "${MAIN_LDFLAGS}"; thenMAIN_LDFLAGS="${main_ldflags}"elseMAIN_LDFLAGS="${MAIN_LDFLAGS}${separator}${main_ldflags}"fifi: ${CPICFLAGS="${cpicflags}"}if test -z "${CPICFLAGS}"; thencase "${host_os}" inaix*|irix*|mingw*|osf*);;*){ echo "$as_me:$LINENO: WARNING: I could not determine CPICFLAGS." >&5echo "$as_me: WARNING: I could not determine CPICFLAGS." >&2;}{ { echo "$as_me:$LINENO: error: See the file INSTALL for more information." >&5echo "$as_me: error: See the file INSTALL for more information." >&2;}{ (exit 1); exit 1; }; };;esacfi: ${FPICFLAGS="${fpicflags}"}if test -z "${FPICFLAGS}" \&& test -z "${F2C}"; thencase "${host_os}" inaix*|irix*|mingw*|osf*);;*){ echo "$as_me:$LINENO: WARNING: I could not determine FPICFLAGS." >&5echo "$as_me: WARNING: I could not determine FPICFLAGS." >&2;}{ { echo "$as_me:$LINENO: error: See the file INSTALL for more information." >&5echo "$as_me: error: See the file INSTALL for more information." >&2;}{ (exit 1); exit 1; }; };;esacfi: ${CXXPICFLAGS="${cxxpicflags}"}if test -z "${CXXPICFLAGS}"; thencase "${host_os}" inaix*|irix*|mingw*|osf*);;*)warn_cxxpicflags="I could not determine CXXPICFLAGS."{ echo "$as_me:$LINENO: WARNING: ${warn_cxxpicflags}" >&5echo "$as_me: WARNING: ${warn_cxxpicflags}" >&2;};;esacfiif test -z "${SHLIB_LD}"; thenSHLIB_LD="${shlib_ld}"separator=""test -z "${separator}" && separator=" "if test -z "${SHLIB_LDFLAGS}"; thenSHLIB_LDFLAGS="${shlib_ldflags}"elseSHLIB_LDFLAGS="${SHLIB_LDFLAGS}${separator}${shlib_ldflags}"fifiif test -z "${SHLIB_LDFLAGS}"; then{ echo "$as_me:$LINENO: WARNING: I could not determine SHLIB_LDFLAGS." >&5echo "$as_me: WARNING: I could not determine SHLIB_LDFLAGS." >&2;}{ { echo "$as_me:$LINENO: error: See the file INSTALL for more information." >&5echo "$as_me: error: See the file INSTALL for more information." >&2;}{ (exit 1); exit 1; }; }fiif test -z "${SHLIB_CXXLD}"; thenSHLIB_CXXLD="${shlib_cxxld}"separator=""test -z "${separator}" && separator=" "if test -z "${SHLIB_CXXLDFLAGS}"; thenSHLIB_CXXLDFLAGS="${shlib_cxxldflags}"elseSHLIB_CXXLDFLAGS="${SHLIB_CXXLDFLAGS}${separator}${shlib_cxxldflags}"fifiif test -z "${SHLIB_CXXLDFLAGS}"; thenwarn_shlib_cxxldflags="I could not determine SHLIB_CXXLDFLAGS"{ echo "$as_me:$LINENO: WARNING: ${warn_shlib_cxxldflags}" >&5echo "$as_me: WARNING: ${warn_shlib_cxxldflags}" >&2;}fi## Step 6. We may need flags different from SHLIB_LDFLAGS and SHLIB_EXT## for building R as a shared library to link against (the SHLIB_* vars## just determined are really for loadable modules). On ELF there is no## difference, but e.g. on Mach-O for Darwin there is.#### Also need flags to build the Rlapack shared library on some platforms.DYLIB_EXT="${SHLIB_EXT}"dylib_ldflags="${SHLIB_LDFLAGS}"LIBR_LDFLAGS=""RLAPACK_LDFLAGS=""case "${host_os}" inaix*)## Pure guesswork so farRLAPACK_LDFLAGS="${wl}-bE:\$(top_builddir)/etc/Rlapack.exp"LAPACK_LDFLAGS="${wl}-bI:\$(R_HOME)/etc/Rlapack.exp";;darwin*)DYLIB_EXT=".dylib"dylib_ldflags="-dynamiclib"## <NOTE>## Earlier versions had '-flat_namespace -undefined suppress' in## LIBR_LDFLAGS ... not clear whether needed or in fact wanted.#### When running AQUA this has to be a fixed place, not under /usr/local## <FIXME>## I'm using want_aqua instead of use_aqua as the latter is not yet## at this point. S.I.## </FIXME>## </NOTE>## if test "x${want_aqua}" = xyes; then## LIBR_LDFLAGS="-dynamiclib -install_name /Applications/StartR.app/RAqua.app/Contents/Frameworks/libR.dylib"## else## LIBR_LDFLAGS="-dynamiclib -install_name \$(Rexeclibdir)/libR.dylib"## LIBR_LDFLAGS="-dynamiclib"## LIBR_LDFLAGS="-dynamiclib -install_name ${R_FRAMEWORK_DIR}/Versions/${PACKAGE_VERSION}/Resources/bin/libR.dylib -compatibility_version ${PACKAGE_VERSION} -current_version ${PACKAGE_VERSION}"MAJR_VERSION=`echo "${PACKAGE_VERSION}" | sed -e "s/[\.][1-9]$/.0/"`LIBR_LDFLAGS="-dynamiclib -install_name libR.dylib -compatibility_version ${MAJR_VERSION} -current_version ${PACKAGE_VERSION} -headerpad_max_install_names"## fi## <FIXME>## We need '-framework Carbon' because currently the Quartz device## driver gets linked to the main binary and hence also the R dylib.## Change once the driver is modularized.separator=""test -z "${separator}" && separator=" "if test -z "${LIBR_LDFLAGS}"; thenLIBR_LDFLAGS="-framework Carbon"elseLIBR_LDFLAGS="${LIBR_LDFLAGS}${separator}-framework Carbon"fi## </FIXME>RLAPACK_LDFLAGS="-install_name \$(Rexeclibdir)/libRlapack.dylib";;hpux*)## Needs to avoid embedding a relative path ../../../bin.## See the above code for shlib_ldflags for reasons why we currently## cannot always use '-Wl,+s'.if test "${GCC}" = yes; thenLAPACK_LDFLAGS="-Wl,+s"elseLAPACK_LDFLAGS="+s"fi;;openbsd*)PACKAGE_VERSION_MAJOR=`echo "${PACKAGE_VERSION}" | \sed -e "s/\.//" -e "s/\..*$//"`PACKAGE_VERSION_MINOR=`echo "${PACKAGE_VERSION}" | \sed -e "s/.*\.\([^.][^.]*$\)/\1/"`DYLIB_EXT=".so.${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}";;esacif test -z "${DYLIB_LD}"; thenDYLIB_LD="${SHLIB_LD}"separator=""test -z "${separator}" && separator=" "if test -z "${DYLIB_LDFLAGS}"; thenDYLIB_LDFLAGS="${dylib_ldflags}"elseDYLIB_LDFLAGS="${DYLIB_LDFLAGS}${separator}${dylib_ldflags}"fielseif test -z "${DYLIB_LDFLAGS}"; thenDYLIB_LDFLAGS="${dylib_ldflags}"fificat >>confdefs.h <<_ACEOF#define SHLIB_EXT "${SHLIB_EXT}"_ACEOFif test "x${use_exportfiles}" = xyes; thenUSE_EXPORTFILES_TRUE=USE_EXPORTFILES_FALSE='#'elseUSE_EXPORTFILES_TRUE='#'USE_EXPORTFILES_FALSE=fi### * Checks for library functions.# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works# for constant arguments. Useless!echo "$as_me:$LINENO: checking for working alloca.h" >&5echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6if test "${ac_cv_working_alloca_h+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <alloca.h>#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){char *p = (char *) alloca (2 * sizeof (int));;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_working_alloca_h=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_working_alloca_h=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5echo "${ECHO_T}$ac_cv_working_alloca_h" >&6if test $ac_cv_working_alloca_h = yes; thencat >>confdefs.h <<\_ACEOF#define HAVE_ALLOCA_H 1_ACEOFfiecho "$as_me:$LINENO: checking for alloca" >&5echo $ECHO_N "checking for alloca... $ECHO_C" >&6if test "${ac_cv_func_alloca_works+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#ifdef __GNUC__# define alloca __builtin_alloca#else# ifdef _MSC_VER# include <malloc.h># define alloca _alloca# else# if HAVE_ALLOCA_H# include <alloca.h># else# ifdef _AIX#pragma alloca# else# ifndef alloca /* predefined by HP cc +Olibcalls */char *alloca ();# endif# endif# endif# endif#endif#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){char *p = (char *) alloca (1);;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_func_alloca_works=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_func_alloca_works=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5echo "${ECHO_T}$ac_cv_func_alloca_works" >&6if test $ac_cv_func_alloca_works = yes; thencat >>confdefs.h <<\_ACEOF#define HAVE_ALLOCA 1_ACEOFelse# The SVR3 libPW and SVR4 libucb both contain incompatible functions# that cause trouble. Some versions do not even contain alloca or# contain a buggy version. If you still want to use their alloca,# use ar to extract alloca.o from them instead of compiling alloca.c.ALLOCA=alloca.$ac_objextcat >>confdefs.h <<\_ACEOF#define C_ALLOCA 1_ACEOFecho "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6if test "${ac_cv_os_cray+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#if defined(CRAY) && ! defined(CRAY2)webecray#elsewenotbecray#endif_ACEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |$EGREP "webecray" >/dev/null 2>&1; thenac_cv_os_cray=yeselseac_cv_os_cray=nofirm -f conftest*fiecho "$as_me:$LINENO: result: $ac_cv_os_cray" >&5echo "${ECHO_T}$ac_cv_os_cray" >&6if test $ac_cv_os_cray = yes; thenfor ac_func in _getb67 GETB67 getb67; doas_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`echo "$as_me:$LINENO: checking for $ac_func" >&5echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6if eval "test \"\${$as_ac_var+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.For example, HP-UX 11i <limits.h> declares gettimeofday. */#define $ac_func innocuous_$ac_func/* System header to define __stub macros and hopefully few prototypes,which can conflict with char $ac_func (); below.Prefer <limits.h> to <assert.h> if __STDC__ is defined, since<limits.h> exists even on freestanding compilers. */#ifdef __STDC__# include <limits.h>#else# include <assert.h>#endif#undef $ac_func/* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"{#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char $ac_func ();/* The GNU C library defines this for functions which it implementsto always fail with ENOSYS. Some functions are actually namedsomething starting with __ and the normal name is an alias. */#if defined (__stub_$ac_func) || defined (__stub___$ac_func)choke me#elsechar (*f) () = $ac_func;#endif#ifdef __cplusplus}#endif#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){return f != $ac_func;;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "$as_ac_var=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "$as_ac_var=no"firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extfiecho "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6if test `eval echo '${'$as_ac_var'}'` = yes; thencat >>confdefs.h <<_ACEOF#define CRAY_STACKSEG_END $ac_func_ACEOFbreakfidonefiecho "$as_me:$LINENO: checking stack direction for C alloca" >&5echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6if test "${ac_cv_c_stack_direction+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test "$cross_compiling" = yes; thenac_cv_c_stack_direction=0elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */intfind_stack_direction (){static char *addr = 0;auto char dummy;if (addr == 0){addr = &dummy;return find_stack_direction ();}elsereturn (&dummy > addr) ? 1 : -1;}intmain (){exit (find_stack_direction () < 0);}_ACEOFrm -f conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } && { ac_try='./conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_c_stack_direction=1elseecho "$as_me: program exited with status $ac_status" >&5echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5( exit $ac_status )ac_cv_c_stack_direction=-1firm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_extfifiecho "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5echo "${ECHO_T}$ac_cv_c_stack_direction" >&6cat >>confdefs.h <<_ACEOF#define STACK_DIRECTION $ac_cv_c_stack_direction_ACEOFfifor ac_func in access chdir expm1 fcntl finite ftruncate getcwd \getgrgid getpwuid getuid hypot isascii isnan log1p matherr mkfifo \popen putenv rint setenv strcoll stat strptime symlink \system times unsetenvdoas_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`echo "$as_me:$LINENO: checking for $ac_func" >&5echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6if eval "test \"\${$as_ac_var+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.For example, HP-UX 11i <limits.h> declares gettimeofday. */#define $ac_func innocuous_$ac_func/* System header to define __stub macros and hopefully few prototypes,which can conflict with char $ac_func (); below.Prefer <limits.h> to <assert.h> if __STDC__ is defined, since<limits.h> exists even on freestanding compilers. */#ifdef __STDC__# include <limits.h>#else# include <assert.h>#endif#undef $ac_func/* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"{#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char $ac_func ();/* The GNU C library defines this for functions which it implementsto always fail with ENOSYS. Some functions are actually namedsomething starting with __ and the normal name is an alias. */#if defined (__stub_$ac_func) || defined (__stub___$ac_func)choke me#elsechar (*f) () = $ac_func;#endif#ifdef __cplusplus}#endif#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){return f != $ac_func;;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "$as_ac_var=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "$as_ac_var=no"firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extfiecho "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6if test `eval echo '${'$as_ac_var'}'` = yes; thencat >>confdefs.h <<_ACEOF#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1_ACEOFfidone## <NOTE>## No need checking for bcopy bzero memcpy mempcpy even though ifnames## might report corresponding HAVE_FOO conditionals.## </NOTE>## check whether nl_langinfo(CODESET) is in langinfo.h## defines HAVE_LANGINFO_CODESET if it's thereecho "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6if test "${am_cv_langinfo_codeset+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <langinfo.h>#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){char* cs = nl_langinfo(CODESET);;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenam_cv_langinfo_codeset=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5am_cv_langinfo_codeset=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extfiecho "$as_me:$LINENO: result: $am_cv_langinfo_codeset" >&5echo "${ECHO_T}$am_cv_langinfo_codeset" >&6if test $am_cv_langinfo_codeset = yes; thencat >>confdefs.h <<\_ACEOF#define HAVE_LANGINFO_CODESET 1_ACEOFfi## Used to build src/include/Rmath.h.## <NOTE>## we don't use AC_CONFIG_HEADERS on Rmath.h.in because## a) that would comment out #undef statements in Rmath.h.in and## b) Rmath.h should be a self-contained file for standalone Rmath use.## </NOTE>if test "${ac_cv_func_expm1}" = yes; thenRMATH_HAVE_EXPM1="# define HAVE_EXPM1 1"elseRMATH_HAVE_EXPM1="# undef HAVE_EXPM1"fiif test "${ac_cv_func_log1p}" = yes; thenRMATH_HAVE_LOG1P="# define HAVE_LOG1P 1"elseRMATH_HAVE_LOG1P="# undef HAVE_LOG1P"fi## Do we need substitutes?for ac_func in acosh asinh atanh snprintf strdup strncasecmp vsnprintfdoas_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`echo "$as_me:$LINENO: checking for $ac_func" >&5echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6if eval "test \"\${$as_ac_var+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.For example, HP-UX 11i <limits.h> declares gettimeofday. */#define $ac_func innocuous_$ac_func/* System header to define __stub macros and hopefully few prototypes,which can conflict with char $ac_func (); below.Prefer <limits.h> to <assert.h> if __STDC__ is defined, since<limits.h> exists even on freestanding compilers. */#ifdef __STDC__# include <limits.h>#else# include <assert.h>#endif#undef $ac_func/* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"{#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char $ac_func ();/* The GNU C library defines this for functions which it implementsto always fail with ENOSYS. Some functions are actually namedsomething starting with __ and the normal name is an alias. */#if defined (__stub_$ac_func) || defined (__stub___$ac_func)choke me#elsechar (*f) () = $ac_func;#endif#ifdef __cplusplus}#endif#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){return f != $ac_func;;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "$as_ac_var=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "$as_ac_var=no"firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extfiecho "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6if test `eval echo '${'$as_ac_var'}'` = yes; thencat >>confdefs.h <<_ACEOF#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1_ACEOFelsecase $LIBOBJS in"$ac_func.$ac_objext" | \*" $ac_func.$ac_objext" | \"$ac_func.$ac_objext "* | \*" $ac_func.$ac_objext "* ) ;;*) LIBOBJS="$LIBOBJS $ac_func.$ac_objext" ;;esacfidone## Enable declarations in Defn.h?echo "$as_me:$LINENO: checking whether acosh is declared" >&5echo $ECHO_N "checking whether acosh is declared... $ECHO_C" >&6if test "${ac_cv_have_decl_acosh+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <math.h>#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){#ifndef acoshchar *p = (char *) acosh;#endif;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_have_decl_acosh=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_have_decl_acosh=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_have_decl_acosh" >&5echo "${ECHO_T}$ac_cv_have_decl_acosh" >&6if test $ac_cv_have_decl_acosh = yes; thencat >>confdefs.h <<_ACEOF#define HAVE_DECL_ACOSH 1_ACEOFelsecat >>confdefs.h <<_ACEOF#define HAVE_DECL_ACOSH 0_ACEOFfiecho "$as_me:$LINENO: checking whether asinh is declared" >&5echo $ECHO_N "checking whether asinh is declared... $ECHO_C" >&6if test "${ac_cv_have_decl_asinh+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <math.h>#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){#ifndef asinhchar *p = (char *) asinh;#endif;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_have_decl_asinh=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_have_decl_asinh=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_have_decl_asinh" >&5echo "${ECHO_T}$ac_cv_have_decl_asinh" >&6if test $ac_cv_have_decl_asinh = yes; thencat >>confdefs.h <<_ACEOF#define HAVE_DECL_ASINH 1_ACEOFelsecat >>confdefs.h <<_ACEOF#define HAVE_DECL_ASINH 0_ACEOFfiecho "$as_me:$LINENO: checking whether atanh is declared" >&5echo $ECHO_N "checking whether atanh is declared... $ECHO_C" >&6if test "${ac_cv_have_decl_atanh+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <math.h>#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){#ifndef atanhchar *p = (char *) atanh;#endif;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_have_decl_atanh=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_have_decl_atanh=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_have_decl_atanh" >&5echo "${ECHO_T}$ac_cv_have_decl_atanh" >&6if test $ac_cv_have_decl_atanh = yes; thencat >>confdefs.h <<_ACEOF#define HAVE_DECL_ATANH 1_ACEOFelsecat >>confdefs.h <<_ACEOF#define HAVE_DECL_ATANH 0_ACEOFfiecho "$as_me:$LINENO: checking whether snprintf is declared" >&5echo $ECHO_N "checking whether snprintf is declared... $ECHO_C" >&6if test "${ac_cv_have_decl_snprintf+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_default#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){#ifndef snprintfchar *p = (char *) snprintf;#endif;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_have_decl_snprintf=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_have_decl_snprintf=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_have_decl_snprintf" >&5echo "${ECHO_T}$ac_cv_have_decl_snprintf" >&6if test $ac_cv_have_decl_snprintf = yes; thencat >>confdefs.h <<_ACEOF#define HAVE_DECL_SNPRINTF 1_ACEOFelsecat >>confdefs.h <<_ACEOF#define HAVE_DECL_SNPRINTF 0_ACEOFfiecho "$as_me:$LINENO: checking whether strdup is declared" >&5echo $ECHO_N "checking whether strdup is declared... $ECHO_C" >&6if test "${ac_cv_have_decl_strdup+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_default#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){#ifndef strdupchar *p = (char *) strdup;#endif;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_have_decl_strdup=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_have_decl_strdup=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_have_decl_strdup" >&5echo "${ECHO_T}$ac_cv_have_decl_strdup" >&6if test $ac_cv_have_decl_strdup = yes; thencat >>confdefs.h <<_ACEOF#define HAVE_DECL_STRDUP 1_ACEOFelsecat >>confdefs.h <<_ACEOF#define HAVE_DECL_STRDUP 0_ACEOFfiecho "$as_me:$LINENO: checking whether strncasecmp is declared" >&5echo $ECHO_N "checking whether strncasecmp is declared... $ECHO_C" >&6if test "${ac_cv_have_decl_strncasecmp+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_default#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){#ifndef strncasecmpchar *p = (char *) strncasecmp;#endif;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_have_decl_strncasecmp=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_have_decl_strncasecmp=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_have_decl_strncasecmp" >&5echo "${ECHO_T}$ac_cv_have_decl_strncasecmp" >&6if test $ac_cv_have_decl_strncasecmp = yes; thencat >>confdefs.h <<_ACEOF#define HAVE_DECL_STRNCASECMP 1_ACEOFelsecat >>confdefs.h <<_ACEOF#define HAVE_DECL_STRNCASECMP 0_ACEOFfiecho "$as_me:$LINENO: checking whether vsnprintf is declared" >&5echo $ECHO_N "checking whether vsnprintf is declared... $ECHO_C" >&6if test "${ac_cv_have_decl_vsnprintf+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_default#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){#ifndef vsnprintfchar *p = (char *) vsnprintf;#endif;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_have_decl_vsnprintf=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_have_decl_vsnprintf=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_have_decl_vsnprintf" >&5echo "${ECHO_T}$ac_cv_have_decl_vsnprintf" >&6if test $ac_cv_have_decl_vsnprintf = yes; thencat >>confdefs.h <<_ACEOF#define HAVE_DECL_VSNPRINTF 1_ACEOFelsecat >>confdefs.h <<_ACEOF#define HAVE_DECL_VSNPRINTF 0_ACEOFfiecho "$as_me:$LINENO: checking for library containing connect" >&5echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6if test "${ac_cv_search_connect+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_func_search_save_LIBS=$LIBSac_cv_search_connect=nocat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char connect ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){connect ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_search_connect="none required"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extif test "$ac_cv_search_connect" = no; thenfor ac_lib in socket; doLIBS="-l$ac_lib $ac_func_search_save_LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char connect ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){connect ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_search_connect="-l$ac_lib"breakelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extdonefiLIBS=$ac_func_search_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_search_connect" >&5echo "${ECHO_T}$ac_cv_search_connect" >&6if test "$ac_cv_search_connect" != no; thentest "$ac_cv_search_connect" = "none required" || LIBS="$ac_cv_search_connect $LIBS"fiecho "$as_me:$LINENO: checking for library containing gethostbyname" >&5echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6if test "${ac_cv_search_gethostbyname+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_func_search_save_LIBS=$LIBSac_cv_search_gethostbyname=nocat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char gethostbyname ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){gethostbyname ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_search_gethostbyname="none required"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extif test "$ac_cv_search_gethostbyname" = no; thenfor ac_lib in nsl socket; doLIBS="-l$ac_lib $ac_func_search_save_LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char gethostbyname ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){gethostbyname ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_search_gethostbyname="-l$ac_lib"breakelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extdonefiLIBS=$ac_func_search_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6if test "$ac_cv_search_gethostbyname" != no; thentest "$ac_cv_search_gethostbyname" = "none required" || LIBS="$ac_cv_search_gethostbyname $LIBS"fiecho "$as_me:$LINENO: checking for library containing xdr_string" >&5echo $ECHO_N "checking for library containing xdr_string... $ECHO_C" >&6if test "${ac_cv_search_xdr_string+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_func_search_save_LIBS=$LIBSac_cv_search_xdr_string=nocat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char xdr_string ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){xdr_string ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_search_xdr_string="none required"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extif test "$ac_cv_search_xdr_string" = no; thenfor ac_lib in nsl; doLIBS="-l$ac_lib $ac_func_search_save_LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char xdr_string ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){xdr_string ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_search_xdr_string="-l$ac_lib"breakelseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extdonefiLIBS=$ac_func_search_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_search_xdr_string" >&5echo "${ECHO_T}$ac_cv_search_xdr_string" >&6if test "$ac_cv_search_xdr_string" != no; thentest "$ac_cv_search_xdr_string" = "none required" || LIBS="$ac_cv_search_xdr_string $LIBS"fiecho "$as_me:$LINENO: checking for __setfpucw" >&5echo $ECHO_N "checking for __setfpucw... $ECHO_C" >&6if test "${ac_cv_func___setfpucw+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Define __setfpucw to an innocuous variant, in case <limits.h> declares __setfpucw.For example, HP-UX 11i <limits.h> declares gettimeofday. */#define __setfpucw innocuous___setfpucw/* System header to define __stub macros and hopefully few prototypes,which can conflict with char __setfpucw (); below.Prefer <limits.h> to <assert.h> if __STDC__ is defined, since<limits.h> exists even on freestanding compilers. */#ifdef __STDC__# include <limits.h>#else# include <assert.h>#endif#undef __setfpucw/* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"{#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char __setfpucw ();/* The GNU C library defines this for functions which it implementsto always fail with ENOSYS. Some functions are actually namedsomething starting with __ and the normal name is an alias. */#if defined (__stub___setfpucw) || defined (__stub_____setfpucw)choke me#elsechar (*f) () = __setfpucw;#endif#ifdef __cplusplus}#endif#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){return f != __setfpucw;;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_func___setfpucw=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_func___setfpucw=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_func___setfpucw" >&5echo "${ECHO_T}$ac_cv_func___setfpucw" >&6if test $ac_cv_func___setfpucw = yes; thenecho "$as_me:$LINENO: checking whether __setfpucw is needed" >&5echo $ECHO_N "checking whether __setfpucw is needed... $ECHO_C" >&6if test "${r_cv_func___setfpucw_needed+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test "$cross_compiling" = yes; thenr_cv_func___setfpucw_needed=noelsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */int main () {#include <fpu_control.h>#if defined(_FPU_DEFAULT) && defined(_FPU_IEEE)exit(_FPU_DEFAULT != _FPU_IEEE);#endifexit(0);}_ACEOFrm -f conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } && { ac_try='./conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenr_cv_func___setfpucw_needed=noelseecho "$as_me: program exited with status $ac_status" >&5echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5( exit $ac_status )r_cv_func___setfpucw_needed=yesfirm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_extfifiecho "$as_me:$LINENO: result: $r_cv_func___setfpucw_needed" >&5echo "${ECHO_T}$r_cv_func___setfpucw_needed" >&6if test "x${r_cv_func___setfpucw_needed}" = xyes; thencat >>confdefs.h <<\_ACEOF#define NEED___SETFPUCW 1_ACEOFfifiecho "$as_me:$LINENO: checking for working calloc" >&5echo $ECHO_N "checking for working calloc... $ECHO_C" >&6if test "${r_cv_func_calloc_works+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test "$cross_compiling" = yes; thenr_cv_func_calloc_works=noelsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <stdlib.h>int main () {int *p = calloc(0, sizeof(int));exit(p == 0);}_ACEOFrm -f conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } && { ac_try='./conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenr_cv_func_calloc_works=yeselseecho "$as_me: program exited with status $ac_status" >&5echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5( exit $ac_status )r_cv_func_calloc_works=nofirm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_extfifiecho "$as_me:$LINENO: result: $r_cv_func_calloc_works" >&5echo "${ECHO_T}$r_cv_func_calloc_works" >&6if test "x${r_cv_func_calloc_works}" = xyes; thencat >>confdefs.h <<\_ACEOF#define HAVE_WORKING_CALLOC 1_ACEOFfiecho "$as_me:$LINENO: checking for working finite" >&5echo $ECHO_N "checking for working finite... $ECHO_C" >&6if test "${r_cv_func_finite_works+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test "$cross_compiling" = yes; thenr_cv_func_finite_works=noelsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <math.h>#include "confdefs.h"int main () {#ifdef HAVE_FINITEexit(finite(1./0.) | finite(0./0.) | finite(-1./0.));#elseexit(1);#endif}_ACEOFrm -f conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } && { ac_try='./conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenr_cv_func_finite_works=yeselseecho "$as_me: program exited with status $ac_status" >&5echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5( exit $ac_status )r_cv_func_finite_works=nofirm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_extfifiecho "$as_me:$LINENO: result: $r_cv_func_finite_works" >&5echo "${ECHO_T}$r_cv_func_finite_works" >&6if test "x${r_cv_func_finite_works}" = xyes; thencat >>confdefs.h <<\_ACEOF#define HAVE_WORKING_FINITE 1_ACEOFfiecho "$as_me:$LINENO: checking for working log" >&5echo $ECHO_N "checking for working log... $ECHO_C" >&6if test "${r_cv_func_log_works+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test "$cross_compiling" = yes; thenr_cv_func_log_works=noelsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <math.h>#include "confdefs.h"int main () {#ifdef HAVE_ISNANexit(!(log(0.) == -1. / 0. && isnan(log(-1.))));#elseexit(log(0.) != -1. / 0);#endif}_ACEOFrm -f conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } && { ac_try='./conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenr_cv_func_log_works=yeselseecho "$as_me: program exited with status $ac_status" >&5echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5( exit $ac_status )r_cv_func_log_works=nofirm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_extfifiecho "$as_me:$LINENO: result: $r_cv_func_log_works" >&5echo "${ECHO_T}$r_cv_func_log_works" >&6if test "x${r_cv_func_log_works}" = xyes; thencat >>confdefs.h <<\_ACEOF#define HAVE_WORKING_LOG 1_ACEOFfiecho "$as_me:$LINENO: checking for working log1p" >&5echo $ECHO_N "checking for working log1p... $ECHO_C" >&6if test "${r_cv_func_log1p_works+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test "$cross_compiling" = yes; thenr_cv_func_log1p_works=noelsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <math.h>#include "confdefs.h"int main () {#ifdef HAVE_LOG1Pint k;double d;double x;/* log(1+x) = x - (1/2)x^2 + (1/3)x^3 - (1/4)x^4 ... *//* = x for x sufficiently small */x = pow(2.0, -53.0);for(k = -54; k > -1022; --k) {x /= 2.0;if(x == 0.0)exit(0); /* OK: reached underflow limit */d = log1p(x);if(d == 0.0)exit(1); /* ERROR: inaccurate log1p() */if(d != x)exit(1); /* ERROR: inaccurate log1p() */}exit(0);#elseexit(1);#endif}_ACEOFrm -f conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } && { ac_try='./conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenr_cv_func_log1p_works=yeselseecho "$as_me: program exited with status $ac_status" >&5echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5( exit $ac_status )r_cv_func_log1p_works=nofirm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_extfifiecho "$as_me:$LINENO: result: $r_cv_func_log1p_works" >&5echo "${ECHO_T}$r_cv_func_log1p_works" >&6if test "x${r_cv_func_log1p_works}" = xyes; thencat >>confdefs.h <<\_ACEOF#define HAVE_WORKING_LOG1P 1_ACEOFRMATH_HAVE_WORKING_LOG1P="# define HAVE_WORKING_LOG1P 1"elseRMATH_HAVE_WORKING_LOG1P="# undef HAVE_WORKING_LOG1P"fiecho "$as_me:$LINENO: checking for working strptime" >&5echo $ECHO_N "checking for working strptime... $ECHO_C" >&6if test "${r_cv_func_strptime_works+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test "$cross_compiling" = yes; thenr_cv_func_strptime_works=noelsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <stdlib.h>#if defined(HAVE_GLIBC2) && !defined(__USE_XOPEN)#define __USE_XOPEN#endif#include <time.h>int main () {#ifdef HAVE_STRPTIMEstruct tm tm;char *p, *q, *p2;p = strptime("1960-01-01", "%Y-%m-%d", &tm); /* works on MacOS X */p2 =strptime("1899-01-01", "%Y-%m-%d", &tm); /* but this one does not */q = strptime("2003-02-40", "%Y-%m-%d", &tm);exit(p == 0 || p2 == 0 || q);#elseexit(1);#endif}_ACEOFrm -f conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } && { ac_try='./conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenr_cv_func_strptime_works=yeselseecho "$as_me: program exited with status $ac_status" >&5echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5( exit $ac_status )r_cv_func_strptime_works=nofirm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_extfifiecho "$as_me:$LINENO: result: $r_cv_func_strptime_works" >&5echo "${ECHO_T}$r_cv_func_strptime_works" >&6if test "x${r_cv_func_strptime_works}" = xyes; thencat >>confdefs.h <<\_ACEOF#define HAVE_WORKING_STRPTIME 1_ACEOFfi## BLAS.## <NOTE>## This has to come *after* checking for Fortran 77 compiler/converter## characteristics (notably name mangling and FLIBS).if test "${use_blas}" = yes; thenacx_blas_ok=nocase "${with_blas}" inyes | "") ;;no) acx_blas_ok=disable ;;-* | */* | *.a | *.so | *.so.* | *.sl | *.sl.* | *.o)BLAS_LIBS="${with_blas}";;*) BLAS_LIBS="-l${with_blas}" ;;esacif test "${r_cv_prog_f77_append_underscore}" = yes \|| test -n "${F2C}"; thendgemm=dgemm_sgemm=sgemm_xerbla=xerbla_elsedgemm=dgemmsgemm=sgemmxerbla=xerblafiacx_blas_save_LIBS="${LIBS}"LIBS="${FLIBS} ${LIBS}"if test "${acx_blas_ok}" = no; thenif test "x${BLAS_LIBS}" != x; thenr_save_LIBS="${LIBS}"; LIBS="${BLAS_LIBS} ${LIBS}"echo "$as_me:$LINENO: checking for ${sgemm} in ${BLAS_LIBS}" >&5echo $ECHO_N "checking for ${sgemm} in ${BLAS_LIBS}... $ECHO_C" >&6cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */void ${xerbla}(char *srname, int *info){}#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){${sgemm}();return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenacx_blas_ok=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5BLAS_LIBS=""firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extecho "$as_me:$LINENO: result: ${acx_blas_ok}" >&5echo "${ECHO_T}${acx_blas_ok}" >&6LIBS="${r_save_LIBS}"fifiif test "${acx_blas_ok}" = no; thenas_ac_var=`echo "ac_cv_func_${sgemm}" | $as_tr_sh`echo "$as_me:$LINENO: checking for ${sgemm}" >&5echo $ECHO_N "checking for ${sgemm}... $ECHO_C" >&6if eval "test \"\${$as_ac_var+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Define ${sgemm} to an innocuous variant, in case <limits.h> declares ${sgemm}.For example, HP-UX 11i <limits.h> declares gettimeofday. */#define ${sgemm} innocuous_${sgemm}/* System header to define __stub macros and hopefully few prototypes,which can conflict with char ${sgemm} (); below.Prefer <limits.h> to <assert.h> if __STDC__ is defined, since<limits.h> exists even on freestanding compilers. */#ifdef __STDC__# include <limits.h>#else# include <assert.h>#endif#undef ${sgemm}/* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"{#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char ${sgemm} ();/* The GNU C library defines this for functions which it implementsto always fail with ENOSYS. Some functions are actually namedsomething starting with __ and the normal name is an alias. */#if defined (__stub_${sgemm}) || defined (__stub___${sgemm})choke me#elsechar (*f) () = ${sgemm};#endif#ifdef __cplusplus}#endif#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){return f != ${sgemm};;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "$as_ac_var=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "$as_ac_var=no"firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extfiecho "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6if test `eval echo '${'$as_ac_var'}'` = yes; thenacx_blas_ok=yesfifiif test "${acx_blas_ok}" = no; thenecho "$as_me:$LINENO: checking for ATL_xerbla in -latlas" >&5echo $ECHO_N "checking for ATL_xerbla in -latlas... $ECHO_C" >&6if test "${ac_cv_lib_atlas_ATL_xerbla+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-latlas $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char ATL_xerbla ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){ATL_xerbla ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_atlas_ATL_xerbla=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_atlas_ATL_xerbla=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_atlas_ATL_xerbla" >&5echo "${ECHO_T}$ac_cv_lib_atlas_ATL_xerbla" >&6if test $ac_cv_lib_atlas_ATL_xerbla = yes; thenas_ac_Lib=`echo "ac_cv_lib_f77blas_${sgemm}" | $as_tr_sh`echo "$as_me:$LINENO: checking for ${sgemm} in -lf77blas" >&5echo $ECHO_N "checking for ${sgemm} in -lf77blas... $ECHO_C" >&6if eval "test \"\${$as_ac_Lib+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lf77blas -latlas $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char ${sgemm} ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){${sgemm} ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "$as_ac_Lib=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "$as_ac_Lib=no"firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6if test `eval echo '${'$as_ac_Lib'}'` = yes; thenacx_blas_ok=yesBLAS_LIBS="-lf77blas -latlas"fififiif test "${acx_blas_ok}" = no; thenas_ac_Lib=`echo "ac_cv_lib_blas_${sgemm}" | $as_tr_sh`echo "$as_me:$LINENO: checking for ${sgemm} in -lblas" >&5echo $ECHO_N "checking for ${sgemm} in -lblas... $ECHO_C" >&6if eval "test \"\${$as_ac_Lib+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lblas $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char ${sgemm} ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){${sgemm} ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "$as_ac_Lib=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "$as_ac_Lib=no"firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6if test `eval echo '${'$as_ac_Lib'}'` = yes; thenas_ac_Lib=`echo "ac_cv_lib_dgemm_$dgemm" | $as_tr_sh`echo "$as_me:$LINENO: checking for $dgemm in -ldgemm" >&5echo $ECHO_N "checking for $dgemm in -ldgemm... $ECHO_C" >&6if eval "test \"\${$as_ac_Lib+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-ldgemm -lblas $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char $dgemm ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){$dgemm ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "$as_ac_Lib=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "$as_ac_Lib=no"firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6if test `eval echo '${'$as_ac_Lib'}'` = yes; thenas_ac_Lib=`echo "ac_cv_lib_sgemm_${sgemm}" | $as_tr_sh`echo "$as_me:$LINENO: checking for ${sgemm} in -lsgemm" >&5echo $ECHO_N "checking for ${sgemm} in -lsgemm... $ECHO_C" >&6if eval "test \"\${$as_ac_Lib+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lsgemm -lblas $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char ${sgemm} ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){${sgemm} ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "$as_ac_Lib=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "$as_ac_Lib=no"firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6if test `eval echo '${'$as_ac_Lib'}'` = yes; thenacx_blas_ok=yesBLAS_LIBS="-lsgemm -ldgemm -lblas"fifififiif test "${acx_blas_ok}" = no; thenif test "x$GCC" != xyes; then # only works with Sun CCecho "$as_me:$LINENO: checking for ${sgemm} in -lsunperf" >&5echo $ECHO_N "checking for ${sgemm} in -lsunperf... $ECHO_C" >&6r_save_LIBS="${LIBS}"LIBS="-xlic_lib=sunperf -lsunmath ${LIBS}"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char ${sgemm} ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){${sgemm} ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenR_sunperf=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5R_sunperf=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extif test "${R_sunperf}" = yes; thenBLAS_LIBS="-xlic_lib=sunperf -lsunmath"acx_blas_ok=yesfiLIBS="${r_save_LIBS}"echo "$as_me:$LINENO: result: ${acx_blas_ok}" >&5echo "${ECHO_T}${acx_blas_ok}" >&6fifiif test "${acx_blas_ok}" = no; thenas_ac_Lib=`echo "ac_cv_lib_blas_${sgemm}" | $as_tr_sh`echo "$as_me:$LINENO: checking for ${sgemm} in -lblas" >&5echo $ECHO_N "checking for ${sgemm} in -lblas... $ECHO_C" >&6if eval "test \"\${$as_ac_Lib+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lblas $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char ${sgemm} ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){${sgemm} ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "$as_ac_Lib=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "$as_ac_Lib=no"firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6if test `eval echo '${'$as_ac_Lib'}'` = yes; thenas_ac_Lib=`echo "ac_cv_lib_essl_${sgemm}" | $as_tr_sh`echo "$as_me:$LINENO: checking for ${sgemm} in -lessl" >&5echo $ECHO_N "checking for ${sgemm} in -lessl... $ECHO_C" >&6if eval "test \"\${$as_ac_Lib+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lessl -lblas ${FLIBS} $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char ${sgemm} ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){${sgemm} ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "$as_ac_Lib=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "$as_ac_Lib=no"firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6if test `eval echo '${'$as_ac_Lib'}'` = yes; thenacx_blas_ok=yesBLAS_LIBS="-lessl -lblas"fififiif test "${acx_blas_ok}" = no; thenas_ac_Lib=`echo "ac_cv_lib_blas_${sgemm}" | $as_tr_sh`echo "$as_me:$LINENO: checking for ${sgemm} in -lblas" >&5echo $ECHO_N "checking for ${sgemm} in -lblas... $ECHO_C" >&6if eval "test \"\${$as_ac_Lib+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lblas $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char ${sgemm} ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){${sgemm} ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "$as_ac_Lib=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "$as_ac_Lib=no"firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6if test `eval echo '${'$as_ac_Lib'}'` = yes; thenacx_blas_ok=yes; BLAS_LIBS="-lblas"fifiLIBS="${acx_blas_save_LIBS}"fi## </NOTE>if test "${acx_blas_ok}" = "yes"; thenUSE_EXTERNAL_BLAS_TRUE=USE_EXTERNAL_BLAS_FALSE='#'elseUSE_EXTERNAL_BLAS_TRUE='#'USE_EXTERNAL_BLAS_FALSE=fi## LAPACK.if test "${use_lapack}" = "yes"; thenacx_lapack_ok=nocase "${with_lapack}" inyes | "") ;;no) acx_lapack_ok=disable ;;-* | */* | *.a | *.so | *.so.* | *.sl | *.sl.* | *.o)LAPACK_LIBS="${with_lapack}";;*) LAPACK_LIBS="-l${with_lapack}" ;;esacif test "${r_cv_prog_f77_append_underscore}" = yes \|| test -n "${F2C}"; thenzgeev=zgeev_elsezgeev=zgeevfi# We cannot use LAPACK if BLAS is not foundif test "x${acx_blas_ok}" != xyes; thenacx_lapack_ok=noblasfiacx_lapack_save_LIBS="${LIBS}"LIBS="${BLAS_LIBS} ${FLIBS} ${LIBS}"if test "${acx_lapack_ok}" = no; thenas_ac_var=`echo "ac_cv_func_${zgeev}" | $as_tr_sh`echo "$as_me:$LINENO: checking for ${zgeev}" >&5echo $ECHO_N "checking for ${zgeev}... $ECHO_C" >&6if eval "test \"\${$as_ac_var+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Define ${zgeev} to an innocuous variant, in case <limits.h> declares ${zgeev}.For example, HP-UX 11i <limits.h> declares gettimeofday. */#define ${zgeev} innocuous_${zgeev}/* System header to define __stub macros and hopefully few prototypes,which can conflict with char ${zgeev} (); below.Prefer <limits.h> to <assert.h> if __STDC__ is defined, since<limits.h> exists even on freestanding compilers. */#ifdef __STDC__# include <limits.h>#else# include <assert.h>#endif#undef ${zgeev}/* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"{#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char ${zgeev} ();/* The GNU C library defines this for functions which it implementsto always fail with ENOSYS. Some functions are actually namedsomething starting with __ and the normal name is an alias. */#if defined (__stub_${zgeev}) || defined (__stub___${zgeev})choke me#elsechar (*f) () = ${zgeev};#endif#ifdef __cplusplus}#endif#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){return f != ${zgeev};;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "$as_ac_var=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "$as_ac_var=no"firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extfiecho "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6if test `eval echo '${'$as_ac_var'}'` = yes; thenacx_lapack_ok=yesfifiif test "${acx_lapack_ok}" = no; thenif test "x${LAPACK_LIBS}" != x; thenr_save_LIBS="${LIBS}"; LIBS="${LAPACK_LIBS} ${LIBS}"echo "$as_me:$LINENO: checking for ${zgeev} in ${LAPACK_LIBS}" >&5echo $ECHO_N "checking for ${zgeev} in ${LAPACK_LIBS}... $ECHO_C" >&6cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char ${zgeev} ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){${zgeev} ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenacx_lapack_ok=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5LAPACK_LIBS=""firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extecho "$as_me:$LINENO: result: ${acx_lapack_ok}" >&5echo "${ECHO_T}${acx_lapack_ok}" >&6LIBS="${r_save_LIBS}"fifiif test "${acx_lapack_ok}" = no; thenas_ac_Lib=`echo "ac_cv_lib_lapack_${zgeev}" | $as_tr_sh`echo "$as_me:$LINENO: checking for ${zgeev} in -llapack" >&5echo $ECHO_N "checking for ${zgeev} in -llapack... $ECHO_C" >&6if eval "test \"\${$as_ac_Lib+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-llapack $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char ${zgeev} ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){${zgeev} ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "$as_ac_Lib=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "$as_ac_Lib=no"firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6if test `eval echo '${'$as_ac_Lib'}'` = yes; thenacx_lapack_ok=yes; LAPACK_LIBS="-llapack"fifiLIBS="${acx_lapack_save_LIBS}"if test "${acx_lapack_ok}" = yes; thencat >>confdefs.h <<\_ACEOF#define HAVE_LAPACK 1_ACEOFfifiif test "${acx_lapack_ok}" != "yes"; thenLAPACK_LIBS="-L\${R_HOME}/bin -lRlapack"fiif test "${acx_lapack_ok}" = "yes"; thenUSE_EXTERNAL_LAPACK_TRUE=USE_EXTERNAL_LAPACK_FALSE='#'elseUSE_EXTERNAL_LAPACK_TRUE='#'USE_EXTERNAL_LAPACK_FALSE=fi### * Checks for system services.## X11.if test "x$ac_path_x_has_been_run" != xyes; thenecho "$as_me:$LINENO: checking for X" >&5echo $ECHO_N "checking for X... $ECHO_C" >&6ac_path_x_has_been_run=yes# Check whether --with-x or --without-x was given.if test "${with_x+set}" = set; thenwithval="$with_x"fi;# $have_x is `yes', `no', `disabled', or empty when we do not yet know.if test "x$with_x" = xno; then# The user explicitly disabled X.have_x=disabledelseif test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then# Both variables are already set.have_x=yeselseif test "${ac_cv_have_x+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6else# One or both of the vars are not set, and there is no cached value.ac_x_includes=no ac_x_libraries=norm -fr conftest.dirif mkdir conftest.dir; thencd conftest.dir# Make sure to not put "make" in the Imakefile rules, since we grep it out.cat >Imakefile <<'_ACEOF'acfindx:@echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'_ACEOFif (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then# GNU make sometimes prints "make[1]: Entering...", which would confuse us.eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`# Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.for ac_extension in a so sl; doif test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&test -f $ac_im_libdir/libX11.$ac_extension; thenac_im_usrlibdir=$ac_im_libdir; breakfidone# Screen out bogus values from the imake configuration. They are# bogus both because they are the default anyway, and because# using them would break gcc on systems where it needs fixed includes.case $ac_im_incroot in/usr/include) ;;*) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;esaccase $ac_im_usrlibdir in/usr/lib | /lib) ;;*) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;esacficd ..rm -fr conftest.dirfi# Standard set of common directories for X headers.# Check X11 before X11Rn because it is often a symlink to the current release.ac_x_header_dirs='/usr/X11/include/usr/X11R6/include/usr/X11R5/include/usr/X11R4/include/usr/include/X11/usr/include/X11R6/usr/include/X11R5/usr/include/X11R4/usr/local/X11/include/usr/local/X11R6/include/usr/local/X11R5/include/usr/local/X11R4/include/usr/local/include/X11/usr/local/include/X11R6/usr/local/include/X11R5/usr/local/include/X11R4/usr/X386/include/usr/x386/include/usr/XFree86/include/X11/usr/include/usr/local/include/usr/unsupported/include/usr/athena/include/usr/local/x11r5/include/usr/lpp/Xamples/include/usr/openwin/include/usr/openwin/share/include'if test "$ac_x_includes" = no; then# Guess where to find include files, by looking for a specified header file.# First, try using that file with no special directory specified.cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <X11/Intrinsic.h>_ACEOFif { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } >/dev/null; thenif test -s conftest.err; thenac_cpp_err=$ac_c_preproc_warn_flagac_cpp_err=$ac_cpp_err$ac_c_werror_flagelseac_cpp_err=fielseac_cpp_err=yesfiif test -z "$ac_cpp_err"; then# We can compile using X headers with no special include directory.ac_x_includes=elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5for ac_dir in $ac_x_header_dirs; doif test -r "$ac_dir/X11/Intrinsic.h"; thenac_x_includes=$ac_dirbreakfidonefirm -f conftest.err conftest.$ac_extfi # $ac_x_includes = noif test "$ac_x_libraries" = no; then# Check for the libraries.# See if we find them without any special options.# Don't add to $LIBS permanently.ac_save_LIBS=$LIBSLIBS="-lXt $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <X11/Intrinsic.h>#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){XtMalloc (0);return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenLIBS=$ac_save_LIBS# We can link X programs with no special library path.ac_x_libraries=elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5LIBS=$ac_save_LIBSfor ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`do# Don't even attempt the hair of trying to link an X program!for ac_extension in a so sl; doif test -r $ac_dir/libXt.$ac_extension; thenac_x_libraries=$ac_dirbreak 2fidonedonefirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extfi # $ac_x_libraries = noif test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then# Didn't find X anywhere. Cache the known absence of X.ac_cv_have_x="have_x=no"else# Record where we found X for the cache.ac_cv_have_x="have_x=yes \ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"fififieval "$ac_cv_have_x"fi # $with_x != noif test "$have_x" != yes; thenecho "$as_me:$LINENO: result: $have_x" >&5echo "${ECHO_T}$have_x" >&6no_x=yeselse# If each of the values was on the command line, it overrides each guess.test "x$x_includes" = xNONE && x_includes=$ac_x_includestest "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries# Update the cache value to reflect the command line values.ac_cv_have_x="have_x=yes \ac_x_includes=$x_includes ac_x_libraries=$x_libraries"# It might be that x_includes is empty (headers are found in the# standard search path. Then output the corresponding messageac_out_x_includes=$x_includestest "x$x_includes" = x && ac_out_x_includes="in standard search path"echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6fifiif test "$no_x" = yes; then# Not all programs may use this symbol, but it does not hurt to define it.cat >>confdefs.h <<\_ACEOF#define X_DISPLAY_MISSING 1_ACEOFX_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=elseif test -n "$x_includes"; thenX_CFLAGS="$X_CFLAGS -I$x_includes"fi# It would also be nice to do this for all -L options, not just this one.if test -n "$x_libraries"; thenX_LIBS="$X_LIBS -L$x_libraries"# For Solaris; some versions of Sun CC require a space after -R and# others require no space. Words are not sufficient . . . .case `(uname -sr) 2>/dev/null` in"SunOS 5"*)echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_R_nospace=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_R_nospace=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extif test $ac_R_nospace = yes; thenecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6X_LIBS="$X_LIBS -R$x_libraries"elseLIBS="$ac_xsave_LIBS -R $x_libraries"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_R_space=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_R_space=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extif test $ac_R_space = yes; thenecho "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6X_LIBS="$X_LIBS -R $x_libraries"elseecho "$as_me:$LINENO: result: neither works" >&5echo "${ECHO_T}neither works" >&6fifiLIBS=$ac_xsave_LIBSesacfi# Check for system-dependent libraries X programs must link with.# Do this before checking for the system-independent R6 libraries# (-lICE), since we may need -lsocket or whatever for X linking.if test "$ISC" = yes; thenX_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"else# Martyn Johnson says this is needed for Ultrix, if the X# libraries were built with DECnet support. And Karl Berry says# the Alpha needs dnet_stub (dnet does not exist).ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char XOpenDisplay ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){XOpenDisplay ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; then:elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-ldnet $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char dnet_ntoa ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){dnet_ntoa ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_dnet_dnet_ntoa=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_dnet_dnet_ntoa=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6if test $ac_cv_lib_dnet_dnet_ntoa = yes; thenX_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"fiif test $ac_cv_lib_dnet_dnet_ntoa = no; thenecho "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-ldnet_stub $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char dnet_ntoa ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){dnet_ntoa ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_dnet_stub_dnet_ntoa=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_dnet_stub_dnet_ntoa=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; thenX_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"fififirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS="$ac_xsave_LIBS"# msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,# to get the SysV transport functions.# Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)# needs -lnsl.# The nsl library prevents programs from opening the X display# on Irix 5.2, according to T.E. Dickey.# The functions gethostbyname, getservbyname, and inet_addr are# in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.echo "$as_me:$LINENO: checking for gethostbyname" >&5echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6if test "${ac_cv_func_gethostbyname+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.For example, HP-UX 11i <limits.h> declares gettimeofday. */#define gethostbyname innocuous_gethostbyname/* System header to define __stub macros and hopefully few prototypes,which can conflict with char gethostbyname (); below.Prefer <limits.h> to <assert.h> if __STDC__ is defined, since<limits.h> exists even on freestanding compilers. */#ifdef __STDC__# include <limits.h>#else# include <assert.h>#endif#undef gethostbyname/* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"{#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char gethostbyname ();/* The GNU C library defines this for functions which it implementsto always fail with ENOSYS. Some functions are actually namedsomething starting with __ and the normal name is an alias. */#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)choke me#elsechar (*f) () = gethostbyname;#endif#ifdef __cplusplus}#endif#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){return f != gethostbyname;;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_func_gethostbyname=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_func_gethostbyname=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6if test $ac_cv_func_gethostbyname = no; thenecho "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lnsl $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char gethostbyname ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){gethostbyname ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_nsl_gethostbyname=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_nsl_gethostbyname=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6if test $ac_cv_lib_nsl_gethostbyname = yes; thenX_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"fiif test $ac_cv_lib_nsl_gethostbyname = no; thenecho "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lbsd $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char gethostbyname ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){gethostbyname ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_bsd_gethostbyname=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_bsd_gethostbyname=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6if test $ac_cv_lib_bsd_gethostbyname = yes; thenX_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"fififi# lieder@skyler.mavd.honeywell.com says without -lsocket,# socket/setsockopt and other routines are undefined under SCO ODT# 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary# on later versions), says Simon Leinen: it contains gethostby*# variants that don't use the name server (or something). -lsocket# must be given before -lnsl if both are needed. We assume that# if connect needs -lnsl, so does gethostbyname.echo "$as_me:$LINENO: checking for connect" >&5echo $ECHO_N "checking for connect... $ECHO_C" >&6if test "${ac_cv_func_connect+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Define connect to an innocuous variant, in case <limits.h> declares connect.For example, HP-UX 11i <limits.h> declares gettimeofday. */#define connect innocuous_connect/* System header to define __stub macros and hopefully few prototypes,which can conflict with char connect (); below.Prefer <limits.h> to <assert.h> if __STDC__ is defined, since<limits.h> exists even on freestanding compilers. */#ifdef __STDC__# include <limits.h>#else# include <assert.h>#endif#undef connect/* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"{#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char connect ();/* The GNU C library defines this for functions which it implementsto always fail with ENOSYS. Some functions are actually namedsomething starting with __ and the normal name is an alias. */#if defined (__stub_connect) || defined (__stub___connect)choke me#elsechar (*f) () = connect;#endif#ifdef __cplusplus}#endif#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){return f != connect;;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_func_connect=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_func_connect=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_func_connect" >&5echo "${ECHO_T}$ac_cv_func_connect" >&6if test $ac_cv_func_connect = no; thenecho "$as_me:$LINENO: checking for connect in -lsocket" >&5echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6if test "${ac_cv_lib_socket_connect+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lsocket $X_EXTRA_LIBS $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char connect ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){connect ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_socket_connect=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_socket_connect=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6if test $ac_cv_lib_socket_connect = yes; thenX_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"fifi# Guillermo Gomez says -lposix is necessary on A/UX.echo "$as_me:$LINENO: checking for remove" >&5echo $ECHO_N "checking for remove... $ECHO_C" >&6if test "${ac_cv_func_remove+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Define remove to an innocuous variant, in case <limits.h> declares remove.For example, HP-UX 11i <limits.h> declares gettimeofday. */#define remove innocuous_remove/* System header to define __stub macros and hopefully few prototypes,which can conflict with char remove (); below.Prefer <limits.h> to <assert.h> if __STDC__ is defined, since<limits.h> exists even on freestanding compilers. */#ifdef __STDC__# include <limits.h>#else# include <assert.h>#endif#undef remove/* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"{#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char remove ();/* The GNU C library defines this for functions which it implementsto always fail with ENOSYS. Some functions are actually namedsomething starting with __ and the normal name is an alias. */#if defined (__stub_remove) || defined (__stub___remove)choke me#elsechar (*f) () = remove;#endif#ifdef __cplusplus}#endif#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){return f != remove;;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_func_remove=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_func_remove=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_func_remove" >&5echo "${ECHO_T}$ac_cv_func_remove" >&6if test $ac_cv_func_remove = no; thenecho "$as_me:$LINENO: checking for remove in -lposix" >&5echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6if test "${ac_cv_lib_posix_remove+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lposix $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char remove ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){remove ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_posix_remove=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_posix_remove=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6if test $ac_cv_lib_posix_remove = yes; thenX_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"fifi# BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.echo "$as_me:$LINENO: checking for shmat" >&5echo $ECHO_N "checking for shmat... $ECHO_C" >&6if test "${ac_cv_func_shmat+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Define shmat to an innocuous variant, in case <limits.h> declares shmat.For example, HP-UX 11i <limits.h> declares gettimeofday. */#define shmat innocuous_shmat/* System header to define __stub macros and hopefully few prototypes,which can conflict with char shmat (); below.Prefer <limits.h> to <assert.h> if __STDC__ is defined, since<limits.h> exists even on freestanding compilers. */#ifdef __STDC__# include <limits.h>#else# include <assert.h>#endif#undef shmat/* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"{#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char shmat ();/* The GNU C library defines this for functions which it implementsto always fail with ENOSYS. Some functions are actually namedsomething starting with __ and the normal name is an alias. */#if defined (__stub_shmat) || defined (__stub___shmat)choke me#elsechar (*f) () = shmat;#endif#ifdef __cplusplus}#endif#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){return f != shmat;;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_func_shmat=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_func_shmat=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5echo "${ECHO_T}$ac_cv_func_shmat" >&6if test $ac_cv_func_shmat = no; thenecho "$as_me:$LINENO: checking for shmat in -lipc" >&5echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6if test "${ac_cv_lib_ipc_shmat+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lipc $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char shmat ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){shmat ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_ipc_shmat=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_ipc_shmat=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6if test $ac_cv_lib_ipc_shmat = yes; thenX_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"fififi# Check for libraries that X11R6 Xt/Xaw programs need.ac_save_LDFLAGS=$LDFLAGStest -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"# SM needs ICE to (dynamically) link under SunOS 4.x (so we have to# check for ICE first), but we must link in the order -lSM -lICE or# we get undefined symbols. So assume we have SM if we have ICE.# These have to be linked with before -lX11, unlike the other# libraries we check for below, so use a different variable.# John Interrante, Karl Berryecho "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lICE $X_EXTRA_LIBS $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char IceConnectionNumber ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){IceConnectionNumber ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_ICE_IceConnectionNumber=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_ICE_IceConnectionNumber=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6if test $ac_cv_lib_ICE_IceConnectionNumber = yes; thenX_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"fiLDFLAGS=$ac_save_LDFLAGSfi# standard X11 search macroif test -z "${no_x}"; then## We force the use of -lX11 (perhaps this is not necessary?).X_LIBS="${X_LIBS} -lX11"use_X11="yes"cat >>confdefs.h <<\_ACEOF#define HAVE_X11 1_ACEOFelseuse_X11="no"fiif test "${use_X11}" = yes; thenR_GUIS=X11elseR_GUIS=fi## GNOME.if test ${want_gnome} = yes; then# Check whether --with-gnome-includes or --without-gnome-includes was given.if test "${with_gnome_includes+set}" = set; thenwithval="$with_gnome_includes"CPPFLAGS="$CPPFLAGS -I$withval"fi;# Check whether --with-gnome-libs or --without-gnome-libs was given.if test "${with_gnome_libs+set}" = set; thenwithval="$with_gnome_libs"LIBS="$LIBS -L$withval"gnome_prefix=$withvalfi;if test "x$want_gnome" = xyes; then# Extract the first word of "gnome-config", so it can be a program name with args.set dummy gnome-config; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_GNOME_CONFIG+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecase $GNOME_CONFIG in[\\/]* | ?:[\\/]*)ac_cv_path_GNOME_CONFIG="$GNOME_CONFIG" # Let the user override the test with a path.;;*)as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_path_GNOME_CONFIG="$as_dir/$ac_word$ac_exec_ext"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonetest -z "$ac_cv_path_GNOME_CONFIG" && ac_cv_path_GNOME_CONFIG="no";;esacfiGNOME_CONFIG=$ac_cv_path_GNOME_CONFIGif test -n "$GNOME_CONFIG"; thenecho "$as_me:$LINENO: result: $GNOME_CONFIG" >&5echo "${ECHO_T}$GNOME_CONFIG" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fiif test "$GNOME_CONFIG" = "no"; thenno_gnome_config="yes"elseecho "$as_me:$LINENO: checking if $GNOME_CONFIG works" >&5echo $ECHO_N "checking if $GNOME_CONFIG works... $ECHO_C" >&6if $GNOME_CONFIG --libs-only-l gnome >/dev/null 2>&1; thenecho "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6# Extract the first word of "orbit-config", so it can be a program name with args.set dummy orbit-config; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_ORBIT_CONFIG+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecase $ORBIT_CONFIG in[\\/]* | ?:[\\/]*)ac_cv_path_ORBIT_CONFIG="$ORBIT_CONFIG" # Let the user override the test with a path.;;*)as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_path_ORBIT_CONFIG="$as_dir/$ac_word$ac_exec_ext"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonetest -z "$ac_cv_path_ORBIT_CONFIG" && ac_cv_path_ORBIT_CONFIG="no";;esacfiORBIT_CONFIG=$ac_cv_path_ORBIT_CONFIGif test -n "$ORBIT_CONFIG"; thenecho "$as_me:$LINENO: result: $ORBIT_CONFIG" >&5echo "${ECHO_T}$ORBIT_CONFIG" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fi# Extract the first word of "orbit-idl", so it can be a program name with args.set dummy orbit-idl; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_ORBIT_IDL+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecase $ORBIT_IDL in[\\/]* | ?:[\\/]*)ac_cv_path_ORBIT_IDL="$ORBIT_IDL" # Let the user override the test with a path.;;*)as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_path_ORBIT_IDL="$as_dir/$ac_word$ac_exec_ext"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonetest -z "$ac_cv_path_ORBIT_IDL" && ac_cv_path_ORBIT_IDL="no";;esacfiORBIT_IDL=$ac_cv_path_ORBIT_IDLif test -n "$ORBIT_IDL"; thenecho "$as_me:$LINENO: result: $ORBIT_IDL" >&5echo "${ECHO_T}$ORBIT_IDL" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fiecho "$as_me:$LINENO: checking for working ORBit environment" >&5echo $ECHO_N "checking for working ORBit environment... $ECHO_C" >&6if test "${gnome_cv_orbit_found+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test x$ORBIT_CONFIG = xno -o x$ORBIT_IDL = xno; thengnome_cv_orbit_found=noelsegnome_cv_orbit_found=yesfifiecho "$as_me:$LINENO: result: $gnome_cv_orbit_found" >&5echo "${ECHO_T}$gnome_cv_orbit_found" >&6if test x$gnome_cv_orbit_found = xyes; thenHAVE_ORBIT_TRUE=HAVE_ORBIT_FALSE='#'elseHAVE_ORBIT_TRUE='#'HAVE_ORBIT_FALSE=fiif test x$gnome_cv_orbit_found = xyes; thenORBIT_CFLAGS=`orbit-config --cflags client server`ORBIT_LIBS=`orbit-config --use-service=name --libs client server`elseif test xcont = xfailure; then{ { echo "$as_me:$LINENO: error: ORBit not installed or installation problem" >&5echo "$as_me: error: ORBit not installed or installation problem" >&2;}{ (exit 1); exit 1; }; }fifiecho "$as_me:$LINENO: checking for gnorba libraries" >&5echo $ECHO_N "checking for gnorba libraries... $ECHO_C" >&6if test "${gnome_cv_gnorba_found+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsegnome_cv_gnorba_found=noif test x$gnome_cv_orbit_found = xyes; thenGNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`"GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`"if test -n "$GNORBA_LIBS"; thengnome_cv_gnorba_found=yesfififiecho "$as_me:$LINENO: result: $gnome_cv_gnorba_found" >&5echo "${ECHO_T}$gnome_cv_gnorba_found" >&6if test x$gnome_cv_gnorba_found = xyes; thenHAVE_GNORBA_TRUE=HAVE_GNORBA_FALSE='#'elseHAVE_GNORBA_TRUE='#'HAVE_GNORBA_FALSE=fiif test x$gnome_cv_orbit_found = xyes; thenGNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`"GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`"elseif test xcont = xfailure; then{ { echo "$as_me:$LINENO: error: gnorba library not installed or installation problem" >&5echo "$as_me: error: gnorba library not installed or installation problem" >&2;}{ (exit 1); exit 1; }; }fifiGNOME_LIBS="`$GNOME_CONFIG --libs-only-l gnome`"GNOMEUI_LIBS="`$GNOME_CONFIG --libs-only-l gnomeui`"GNOMEGNORBA_LIBS="`$GNOME_CONFIG --libs-only-l gnorba gnomeui`"GTKXMHTML_LIBS="`$GNOME_CONFIG --libs-only-l gtkxmhtml`"ZVT_LIBS="`$GNOME_CONFIG --libs-only-l zvt`"GNOME_LIBDIR="`$GNOME_CONFIG --libs-only-L gnorba gnomeui`"GNOME_INCLUDEDIR="`$GNOME_CONFIG --cflags gnorba gnomeui`"elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6no_gnome_config="yes"fifiif test x$gnome_prefix = x; thenif test x$exec_prefix = xNONE; thenif test x$prefix = xNONE; thengnome_prefix=$ac_default_prefix/libelsegnome_prefix=$prefix/libfielsegnome_prefix=`eval echo \`echo $libdir\``fifiif test "$no_gnome_config" = "yes"; thenecho "$as_me:$LINENO: checking for gnomeConf.sh file in $gnome_prefix" >&5echo $ECHO_N "checking for gnomeConf.sh file in $gnome_prefix... $ECHO_C" >&6if test -f $gnome_prefix/gnomeConf.sh; thenecho "$as_me:$LINENO: result: found" >&5echo "${ECHO_T}found" >&6echo "loading gnome configuration from" \"$gnome_prefix/gnomeConf.sh". $gnome_prefix/gnomeConf.shelseecho "$as_me:$LINENO: result: not found" >&5echo "${ECHO_T}not found" >&6if test xcont = xfail; then{ { echo "$as_me:$LINENO: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install" >&5echo "$as_me: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install" >&2;}{ (exit 1); exit 1; }; }fifififiif test -n ""; thenn=""for i in $n; doecho "$as_me:$LINENO: checking extra library \"$i\"" >&5echo $ECHO_N "checking extra library \"$i\"... $ECHO_C" >&6case $i inapplets)GNOME_APPLETS_LIBS=`$GNOME_CONFIG --libs-only-l applets`echo "$as_me:$LINENO: result: $GNOME_APPLETS_LIBS" >&5echo "${ECHO_T}$GNOME_APPLETS_LIBS" >&6;;capplet)GNOME_CAPPLET_LIBS=`$GNOME_CONFIG --libs-only-l capplet`echo "$as_me:$LINENO: result: $GNOME_CAPPLET_LIBS" >&5echo "${ECHO_T}$GNOME_CAPPLET_LIBS" >&6;;*)echo "$as_me:$LINENO: result: unknown library" >&5echo "${ECHO_T}unknown library" >&6esacdonefiif test "${GNOMEUI_LIBS}"; then# Check whether --with-libglade-config or --without-libglade-config was given.if test "${with_libglade_config+set}" = set; thenwithval="$with_libglade_config"LIBGLADE_CONFIG="$withval"fi;module_args=for module in . gnome; docase "$module" ingnome)module_args="$module_args gnome";;bonobo)module_args="$module_args bonobo";;gnomedb)module_args="$module_args gnomedb";;esacdone# Extract the first word of "libglade-config", so it can be a program name with args.set dummy libglade-config; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_LIBGLADE_CONFIG+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecase $LIBGLADE_CONFIG in[\\/]* | ?:[\\/]*)ac_cv_path_LIBGLADE_CONFIG="$LIBGLADE_CONFIG" # Let the user override the test with a path.;;*)as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_path_LIBGLADE_CONFIG="$as_dir/$ac_word$ac_exec_ext"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonetest -z "$ac_cv_path_LIBGLADE_CONFIG" && ac_cv_path_LIBGLADE_CONFIG="no";;esacfiLIBGLADE_CONFIG=$ac_cv_path_LIBGLADE_CONFIGif test -n "$LIBGLADE_CONFIG"; thenecho "$as_me:$LINENO: result: $LIBGLADE_CONFIG" >&5echo "${ECHO_T}$LIBGLADE_CONFIG" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fiecho "$as_me:$LINENO: checking for libglade" >&5echo $ECHO_N "checking for libglade... $ECHO_C" >&6if test "$LIBGLADE_CONFIG" = "no"; thenecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6warn_libglade_version="GNOME support requires libglade version >= 0.3"{ echo "$as_me:$LINENO: WARNING: ${warn_libglade_version}" >&5echo "$as_me: WARNING: ${warn_libglade_version}" >&2;}elseif $LIBGLADE_CONFIG --check $module_args; thenLIBGLADE_CFLAGS=`$LIBGLADE_CONFIG --cflags $module_args`LIBGLADE_LIBS=`$LIBGLADE_CONFIG --libs $module_args`echo "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6use_gnome="yes"GNOME_IF_FILES="gnome-interface.glade"elseecho "*** libglade was not compiled with support for $module_args" 1>&2echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6warn_libglade_version="GNOME support requires libglade version >= 0.3"{ echo "$as_me:$LINENO: WARNING: ${warn_libglade_version}" >&5echo "$as_me: WARNING: ${warn_libglade_version}" >&2;}fifififiif test "${use_gnome}" != yes; thenuse_gnome="no"GNOME_IF_FILES=elsecat >>confdefs.h <<\_ACEOF#define HAVE_GNOME 1_ACEOFfiif test "${use_gnome}" = yes; thenseparator=""test -z "${separator}" && separator=" "if test -z "${R_GUIS}"; thenR_GUIS="gnome"elseR_GUIS="${R_GUIS}${separator}gnome"fi;fi## Aquause_aqua=noif test "${want_aqua}" = yes; thencase "${host_os}" indarwin*)use_aqua=yes;;esacfiif test "${use_aqua}" = yes; thencat >>confdefs.h <<\_ACEOF#define HAVE_AQUA 1_ACEOFfiif test "${use_aqua}" = yes; thenseparator=""test -z "${separator}" && separator=" "if test -z "${R_GUIS}"; thenR_GUIS="aqua"elseR_GUIS="${R_GUIS}${separator}aqua"fi;fiif test "x${use_aqua}" = xyes; thenBUILD_AQUA_TRUE=BUILD_AQUA_FALSE='#'elseBUILD_AQUA_TRUE='#'BUILD_AQUA_FALSE=fi## Tcl/Tk.if test "${want_tcltk}" = yes; thenhave_tcltk=yes## (Note that the subsequent 3 macros assume that have_tcltk has been## set appropriately.)for ac_prog in ${TCL_CONFIG} tclConfig.shdo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_TCL_CONFIG+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecase $TCL_CONFIG in[\\/]* | ?:[\\/]*)ac_cv_path_TCL_CONFIG="$TCL_CONFIG" # Let the user override the test with a path.;;*)as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_path_TCL_CONFIG="$as_dir/$ac_word$ac_exec_ext"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedone;;esacfiTCL_CONFIG=$ac_cv_path_TCL_CONFIGif test -n "$TCL_CONFIG"; thenecho "$as_me:$LINENO: result: $TCL_CONFIG" >&5echo "${ECHO_T}$TCL_CONFIG" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -n "$TCL_CONFIG" && breakdoneif test -z "${TCL_CONFIG}"; thenecho "$as_me:$LINENO: checking for tclConfig.sh in library (sub)directories" >&5echo $ECHO_N "checking for tclConfig.sh in library (sub)directories... $ECHO_C" >&6if test "${r_cv_path_TCL_CONFIG+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsefor ldir in /opt/lib /sw/lib /usr/local/lib /usr/lib /lib /usr/lib64 ; dofor dir in \${ldir} \`ls -d ${ldir}/tcl[8-9].[0-9]* 2>/dev/null | sort -r`; doif test -f ${dir}/tclConfig.sh; thenr_cv_path_TCL_CONFIG="${dir}/tclConfig.sh"break 2fidonedonefiif test -n "${r_cv_path_TCL_CONFIG}"; thenecho "$as_me:$LINENO: result: ${r_cv_path_TCL_CONFIG}" >&5echo "${ECHO_T}${r_cv_path_TCL_CONFIG}" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fiif test -n "${r_cv_path_TCL_CONFIG}"; thenTCL_CONFIG="${r_cv_path_TCL_CONFIG}"fififor ac_prog in ${TK_CONFIG} tkConfig.shdo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_TK_CONFIG+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecase $TK_CONFIG in[\\/]* | ?:[\\/]*)ac_cv_path_TK_CONFIG="$TK_CONFIG" # Let the user override the test with a path.;;*)as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_path_TK_CONFIG="$as_dir/$ac_word$ac_exec_ext"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedone;;esacfiTK_CONFIG=$ac_cv_path_TK_CONFIGif test -n "$TK_CONFIG"; thenecho "$as_me:$LINENO: result: $TK_CONFIG" >&5echo "${ECHO_T}$TK_CONFIG" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -n "$TK_CONFIG" && breakdoneif test -z "${TK_CONFIG}"; thenecho "$as_me:$LINENO: checking for tkConfig.sh in library (sub)directories" >&5echo $ECHO_N "checking for tkConfig.sh in library (sub)directories... $ECHO_C" >&6if test "${r_cv_path_TK_CONFIG+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsefor ldir in /opt/lib /sw/lib /usr/local/lib /usr/lib /lib /usr/lib64 ; dofor dir in \${ldir} \`ls -d ${ldir}/tk[8-9].[0-9]* 2>/dev/null | sort -r`; doif test -f ${dir}/tkConfig.sh; thenr_cv_path_TK_CONFIG="${dir}/tkConfig.sh"break 2fidonedonefiif test -n "${r_cv_path_TK_CONFIG}"; thenecho "$as_me:$LINENO: result: ${r_cv_path_TK_CONFIG}" >&5echo "${ECHO_T}${r_cv_path_TK_CONFIG}" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fiif test -n "${r_cv_path_TK_CONFIG}"; thenTK_CONFIG="${r_cv_path_TK_CONFIG}"fifiif test -z "${TCLTK_CPPFLAGS}" \|| test -z "${TCLTK_LIBS}"; then## Check whether the versions found via the *Config.sh files are at## least 8; otherwise, issue a warning and turn off Tcl/Tk support.## Note that in theory a system could have outdated versions of the## *Config.sh scripts and yet up-to-date installations of Tcl/Tk in## standard places ...if test -n "${TCL_CONFIG}"; then. ${TCL_CONFIG}if test ${TCL_MAJOR_VERSION} -lt 8; thenwarn_tcltk_version="Tcl/Tk support requires Tcl version >= 8"{ echo "$as_me:$LINENO: WARNING: ${warn_tcltk_version}" >&5echo "$as_me: WARNING: ${warn_tcltk_version}" >&2;}have_tcltk=nofifiif test -n "${TK_CONFIG}" \&& test -z "${warn_tcltk_version}"; then. ${TK_CONFIG}if test ${TK_MAJOR_VERSION} -lt 8; thenwarn_tcltk_version="Tcl/Tk support requires Tk version >= 8"{ echo "$as_me:$LINENO: WARNING: ${warn_tcltk_version}" >&5echo "$as_me: WARNING: ${warn_tcltk_version}" >&2;}have_tcltk=nofifiif test -n "${TCL_CONFIG}" \&& test -n "${TK_CONFIG}" \&& test -z "${warn_tcltk_version}"; thenif test ${TCL_MAJOR_VERSION} -ne ${TK_MAJOR_VERSION} \|| test ${TCL_MINOR_VERSION} -ne ${TK_MINOR_VERSION}; thenwarn_tcltk_version="Tcl and Tk major or minor versions disagree"{ echo "$as_me:$LINENO: WARNING: ${warn_tcltk_version}" >&5echo "$as_me: WARNING: ${warn_tcltk_version}" >&2;}have_tcltk=nofififiif test -z "${TCLTK_CPPFLAGS}"; then## We have to do the work.if test "${have_tcltk}" = yes; then## Part 1. Check for tcl.h.found_tcl_h=noif test -n "${TCL_CONFIG}"; then. ${TCL_CONFIG}## Look for tcl.h in## ${TCL_PREFIX}/include/tcl${TCL_VERSION}## ${TCL_PREFIX}/include## Also look in## ${TCL_PREFIX}/include/tcl${TCL_VERSION}/generic## to deal with current FreeBSD layouts. These also link the real## thing to the version subdir, but the link cannot be used as it## fails to include 'tclDecls.h' which is not linked. Hence we## must look for the real thing first. Argh ...for dir in \${TCL_PREFIX}/include/tcl${TCL_VERSION}/generic \${TCL_PREFIX}/include/tcl${TCL_VERSION} \${TCL_PREFIX}/include; doas_ac_Header=`echo "ac_cv_header_${dir}/tcl.h" | $as_tr_sh`if eval "test \"\${$as_ac_Header+set}\" = set"; thenecho "$as_me:$LINENO: checking for ${dir}/tcl.h" >&5echo $ECHO_N "checking for ${dir}/tcl.h... $ECHO_C" >&6if eval "test \"\${$as_ac_Header+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6fiecho "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6else# Is the header compilable?echo "$as_me:$LINENO: checking ${dir}/tcl.h usability" >&5echo $ECHO_N "checking ${dir}/tcl.h usability... $ECHO_C" >&6cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_default#include <${dir}/tcl.h>_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_header_compiler=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_header_compiler=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extecho "$as_me:$LINENO: result: $ac_header_compiler" >&5echo "${ECHO_T}$ac_header_compiler" >&6# Is the header present?echo "$as_me:$LINENO: checking ${dir}/tcl.h presence" >&5echo $ECHO_N "checking ${dir}/tcl.h presence... $ECHO_C" >&6cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <${dir}/tcl.h>_ACEOFif { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } >/dev/null; thenif test -s conftest.err; thenac_cpp_err=$ac_c_preproc_warn_flagac_cpp_err=$ac_cpp_err$ac_c_werror_flagelseac_cpp_err=fielseac_cpp_err=yesfiif test -z "$ac_cpp_err"; thenac_header_preproc=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_header_preproc=nofirm -f conftest.err conftest.$ac_extecho "$as_me:$LINENO: result: $ac_header_preproc" >&5echo "${ECHO_T}$ac_header_preproc" >&6# So? What about this header?case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag inyes:no: ){ echo "$as_me:$LINENO: WARNING: ${dir}/tcl.h: accepted by the compiler, rejected by the preprocessor!" >&5echo "$as_me: WARNING: ${dir}/tcl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}{ echo "$as_me:$LINENO: WARNING: ${dir}/tcl.h: proceeding with the compiler's result" >&5echo "$as_me: WARNING: ${dir}/tcl.h: proceeding with the compiler's result" >&2;}ac_header_preproc=yes;;no:yes:* ){ echo "$as_me:$LINENO: WARNING: ${dir}/tcl.h: present but cannot be compiled" >&5echo "$as_me: WARNING: ${dir}/tcl.h: present but cannot be compiled" >&2;}{ echo "$as_me:$LINENO: WARNING: ${dir}/tcl.h: check for missing prerequisite headers?" >&5echo "$as_me: WARNING: ${dir}/tcl.h: check for missing prerequisite headers?" >&2;}{ echo "$as_me:$LINENO: WARNING: ${dir}/tcl.h: see the Autoconf documentation" >&5echo "$as_me: WARNING: ${dir}/tcl.h: see the Autoconf documentation" >&2;}{ echo "$as_me:$LINENO: WARNING: ${dir}/tcl.h: section \"Present But Cannot Be Compiled\"" >&5echo "$as_me: WARNING: ${dir}/tcl.h: section \"Present But Cannot Be Compiled\"" >&2;}{ echo "$as_me:$LINENO: WARNING: ${dir}/tcl.h: proceeding with the preprocessor's result" >&5echo "$as_me: WARNING: ${dir}/tcl.h: proceeding with the preprocessor's result" >&2;}{ echo "$as_me:$LINENO: WARNING: ${dir}/tcl.h: in the future, the compiler will take precedence" >&5echo "$as_me: WARNING: ${dir}/tcl.h: in the future, the compiler will take precedence" >&2;}(cat <<\_ASBOX## ----------------------------------- #### Report this to r-bugs@R-project.org #### ----------------------------------- ##_ASBOX) |sed "s/^/$as_me: WARNING: /" >&2;;esacecho "$as_me:$LINENO: checking for ${dir}/tcl.h" >&5echo $ECHO_N "checking for ${dir}/tcl.h... $ECHO_C" >&6if eval "test \"\${$as_ac_Header+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseeval "$as_ac_Header=\$ac_header_preproc"fiecho "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6fiif test `eval echo '${'$as_ac_Header'}'` = yes; thenTCLTK_CPPFLAGS="-I${dir}"found_tcl_h=yesbreakfidonefiif test "${found_tcl_h}" = no; thenecho "$as_me:$LINENO: checking for tcl.h" >&5echo $ECHO_N "checking for tcl.h... $ECHO_C" >&6if test "${r_cv_header_tcl_h+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <tcl.h>#if (TCL_MAJOR_VERSION >= 8)yes#endif_ACEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |$EGREP "yes" >/dev/null 2>&1; thenr_cv_header_tcl_h=yeselser_cv_header_tcl_h=nofirm -f conftest*fiecho "$as_me:$LINENO: result: $r_cv_header_tcl_h" >&5echo "${ECHO_T}$r_cv_header_tcl_h" >&6if test "${r_cv_header_tcl_h}" = yes; thenfound_tcl_h=yeselsehave_tcltk=nofififiif test "${have_tcltk}" = yes; then## Part 2. Check for tk.h.found_tk_h=noif test -n "${TK_CONFIG}"; then. ${TK_CONFIG}## Look for tk.h in## ${TK_PREFIX}/include/tk${TK_VERSION}## ${TK_PREFIX}/include## Also look in## ${TK_PREFIX}/include/tcl${TK_VERSION}## to compensate for Debian madness ...## Also look in## ${TK_PREFIX}/include/tk${TK_VERSION}/generic## to deal with current FreeBSD layouts. See above for details.#### As the AC_CHECK_HEADER test tries including the header file and## tk.h includes tcl.h and X11/Xlib.h, we need to change CPPFLAGS## for the check.r_save_CPPFLAGS="${CPPFLAGS}"CPPFLAGS="${CPPFLAGS} ${TK_XINCLUDES} ${TCLTK_CPPFLAGS}"for dir in \${TK_PREFIX}/include/tk${TK_VERSION}/generic \${TK_PREFIX}/include/tk${TK_VERSION} \${TK_PREFIX}/include/tcl${TK_VERSION} \${TK_PREFIX}/include; doas_ac_Header=`echo "ac_cv_header_${dir}/tk.h" | $as_tr_sh`if eval "test \"\${$as_ac_Header+set}\" = set"; thenecho "$as_me:$LINENO: checking for ${dir}/tk.h" >&5echo $ECHO_N "checking for ${dir}/tk.h... $ECHO_C" >&6if eval "test \"\${$as_ac_Header+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6fiecho "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6else# Is the header compilable?echo "$as_me:$LINENO: checking ${dir}/tk.h usability" >&5echo $ECHO_N "checking ${dir}/tk.h usability... $ECHO_C" >&6cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_default#include <${dir}/tk.h>_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_header_compiler=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_header_compiler=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extecho "$as_me:$LINENO: result: $ac_header_compiler" >&5echo "${ECHO_T}$ac_header_compiler" >&6# Is the header present?echo "$as_me:$LINENO: checking ${dir}/tk.h presence" >&5echo $ECHO_N "checking ${dir}/tk.h presence... $ECHO_C" >&6cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <${dir}/tk.h>_ACEOFif { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } >/dev/null; thenif test -s conftest.err; thenac_cpp_err=$ac_c_preproc_warn_flagac_cpp_err=$ac_cpp_err$ac_c_werror_flagelseac_cpp_err=fielseac_cpp_err=yesfiif test -z "$ac_cpp_err"; thenac_header_preproc=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_header_preproc=nofirm -f conftest.err conftest.$ac_extecho "$as_me:$LINENO: result: $ac_header_preproc" >&5echo "${ECHO_T}$ac_header_preproc" >&6# So? What about this header?case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag inyes:no: ){ echo "$as_me:$LINENO: WARNING: ${dir}/tk.h: accepted by the compiler, rejected by the preprocessor!" >&5echo "$as_me: WARNING: ${dir}/tk.h: accepted by the compiler, rejected by the preprocessor!" >&2;}{ echo "$as_me:$LINENO: WARNING: ${dir}/tk.h: proceeding with the compiler's result" >&5echo "$as_me: WARNING: ${dir}/tk.h: proceeding with the compiler's result" >&2;}ac_header_preproc=yes;;no:yes:* ){ echo "$as_me:$LINENO: WARNING: ${dir}/tk.h: present but cannot be compiled" >&5echo "$as_me: WARNING: ${dir}/tk.h: present but cannot be compiled" >&2;}{ echo "$as_me:$LINENO: WARNING: ${dir}/tk.h: check for missing prerequisite headers?" >&5echo "$as_me: WARNING: ${dir}/tk.h: check for missing prerequisite headers?" >&2;}{ echo "$as_me:$LINENO: WARNING: ${dir}/tk.h: see the Autoconf documentation" >&5echo "$as_me: WARNING: ${dir}/tk.h: see the Autoconf documentation" >&2;}{ echo "$as_me:$LINENO: WARNING: ${dir}/tk.h: section \"Present But Cannot Be Compiled\"" >&5echo "$as_me: WARNING: ${dir}/tk.h: section \"Present But Cannot Be Compiled\"" >&2;}{ echo "$as_me:$LINENO: WARNING: ${dir}/tk.h: proceeding with the preprocessor's result" >&5echo "$as_me: WARNING: ${dir}/tk.h: proceeding with the preprocessor's result" >&2;}{ echo "$as_me:$LINENO: WARNING: ${dir}/tk.h: in the future, the compiler will take precedence" >&5echo "$as_me: WARNING: ${dir}/tk.h: in the future, the compiler will take precedence" >&2;}(cat <<\_ASBOX## ----------------------------------- #### Report this to r-bugs@R-project.org #### ----------------------------------- ##_ASBOX) |sed "s/^/$as_me: WARNING: /" >&2;;esacecho "$as_me:$LINENO: checking for ${dir}/tk.h" >&5echo $ECHO_N "checking for ${dir}/tk.h... $ECHO_C" >&6if eval "test \"\${$as_ac_Header+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseeval "$as_ac_Header=\$ac_header_preproc"fiecho "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6fiif test `eval echo '${'$as_ac_Header'}'` = yes; thenTCLTK_CPPFLAGS="${TCLTK_CPPFLAGS} -I${dir}"found_tk_h=yesbreakfidoneCPPFLAGS="${r_save_CPPFLAGS}"fiif test "${found_tk_h}" = no; thenecho "$as_me:$LINENO: checking for tk.h" >&5echo $ECHO_N "checking for tk.h... $ECHO_C" >&6if test "${r_cv_header_tk_h+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <tk.h>#if (TK_MAJOR_VERSION >= 8)yes#endif_ACEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |$EGREP "yes" >/dev/null 2>&1; thenr_cv_header_tk_h=yeselser_cv_header_tk_h=nofirm -f conftest*fiecho "$as_me:$LINENO: result: $r_cv_header_tk_h" >&5echo "${ECHO_T}$r_cv_header_tk_h" >&6if test "{r_cv_header_tk_h}" = yes; thenfound_tk_h=yeselsehave_tcltk=nofifififiif test "${have_tcltk}" = yes; thenif test -n "${TK_XINCLUDES}"; thenTCLTK_CPPFLAGS="${TCLTK_CPPFLAGS} ${TK_XINCLUDES}"elseTCLTK_CPPFLAGS="${TCLTK_CPPFLAGS} ${X_CFLAGS}"fifiif test -z "${TCLTK_LIBS}"; then## We have to do the work.if test "${have_tcltk}" = yes; then## Part 1. Try finding the tcl library.if test -n "${TCL_CONFIG}"; then. ${TCL_CONFIG}TCLTK_LIBS="${TCL_LIB_SPEC}"elseecho "$as_me:$LINENO: checking for Tcl_CreateInterp in -ltcl" >&5echo $ECHO_N "checking for Tcl_CreateInterp in -ltcl... $ECHO_C" >&6if test "${ac_cv_lib_tcl_Tcl_CreateInterp+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-ltcl $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char Tcl_CreateInterp ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){Tcl_CreateInterp ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_tcl_Tcl_CreateInterp=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_tcl_Tcl_CreateInterp=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_tcl_Tcl_CreateInterp" >&5echo "${ECHO_T}$ac_cv_lib_tcl_Tcl_CreateInterp" >&6if test $ac_cv_lib_tcl_Tcl_CreateInterp = yes; thenTCLTK_LIBS=-ltclelsehave_tcltk=nofififiif test "${have_tcltk}" = yes; then## Part 2. Try finding the tk library.if test -n "${TK_CONFIG}"; then. ${TK_CONFIG}TCLTK_LIBS="${TCLTK_LIBS} ${TK_LIB_SPEC} ${TK_LIBS}"elseecho "$as_me:$LINENO: checking for Tk_Init in -ltk" >&5echo $ECHO_N "checking for Tk_Init in -ltk... $ECHO_C" >&6if test "${ac_cv_lib_tk_Tk_Init+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-ltk ${TCLTK_LIBS} $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char Tk_Init ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){Tk_Init ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_tk_Tk_Init=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_tk_Tk_Init=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_tk_Tk_Init" >&5echo "${ECHO_T}$ac_cv_lib_tk_Tk_Init" >&6if test $ac_cv_lib_tk_Tk_Init = yes; thencat >>confdefs.h <<_ACEOF#define HAVE_LIBTK 1_ACEOFLIBS="-ltk $LIBS"fiif test "${ac_cv_lib_tk_Tk_Init}" = no; then## Grr, simple -ltk does not work.## But maybe we simply need to add X11 libs.## Note that we cannot simply repeat the above test with extra## libs, because AC_CHECK_LIB uses the corresponding cache var## (ac_cv_lib_tk_Tk_Init in our case) if set. As using unset## is not portable shell programming according to the Autoconf## docs, we use Tk_SafeInit in the test with X11 libs added.echo "$as_me:$LINENO: checking for Tk_SafeInit in -ltk" >&5echo $ECHO_N "checking for Tk_SafeInit in -ltk... $ECHO_C" >&6if test "${ac_cv_lib_tk_Tk_SafeInit+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-ltk ${TCLTK_LIBS} ${X_LIBS} $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char Tk_SafeInit ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){Tk_SafeInit ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_tk_Tk_SafeInit=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_tk_Tk_SafeInit=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_tk_Tk_SafeInit" >&5echo "${ECHO_T}$ac_cv_lib_tk_Tk_SafeInit" >&6if test $ac_cv_lib_tk_Tk_SafeInit = yes; thenTCLTK_LIBS="${TCLTK_LIBS} -ltk ${X_LIBS}"elsehave_tcltk=nofifififi## Postprocessing for AIX.## On AIX, the *_LIB_SPEC variables need to contain '-bI:' flags for## the Tcl export file. These are really flags for ld rather than the## C/C++ compilers, and hence may need protection via '-Wl,'.## We have two ways of doing that:## * Recording whether '-Wl,' is needed for the C or C++ compilers,## and getting this info into the TCLTK_LIBS make variable ... mess!## * Protecting all entries in TCLTK_LIBS that do not start with '-l'## or '-L' with '-Wl,' (hoping that all compilers understand this).## Easy, hence ...case "${host_os}" inaix*)orig_TCLTK_LIBS="${TCLTK_LIBS}"TCLTK_LIBS=for flag in ${orig_TCLTK_LIBS}; docase "${flag}" in-l*|-L*|-Wl,*) ;;*) flag="-Wl,${flag}" ;;esacTCLTK_LIBS="${TCLTK_LIBS} ${flag}"done;;esac## Force evaluation ('-ltcl8.3${TCL_DBGX}' and friends ...).eval "TCLTK_LIBS=\"${TCLTK_LIBS}\""fiif test "${have_tcltk}" = yes; thenecho "$as_me:$LINENO: checking whether compiling/linking Tcl/Tk code works" >&5echo $ECHO_N "checking whether compiling/linking Tcl/Tk code works... $ECHO_C" >&6if test "${r_cv_tcltk_works+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_ext=cac_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_gnur_save_CPPFLAGS="${CPPFLAGS}"r_save_LIBS="${LIBS}"CPPFLAGS="${CPPFLAGS} ${TCLTK_CPPFLAGS}"LIBS="${LIBS} ${TCLTK_LIBS}"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <tcl.h>#include <tk.h>#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){static char * p1 = (char *) Tcl_Init;static char * p2 = (char *) Tk_Init;;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenr_cv_tcltk_works=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5r_cv_tcltk_works=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extCPPFLAGS="${r_save_CPPFLAGS}"LIBS="${r_save_LIBS}"ac_ext=cac_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_gnufiecho "$as_me:$LINENO: result: $r_cv_tcltk_works" >&5echo "${ECHO_T}$r_cv_tcltk_works" >&6have_tcltk=${r_cv_tcltk_works}fielsehave_tcltk=no## Just making sure.TCLTK_CPPFLAGS=TCLTK_LIBS=fiif test "${have_tcltk}" = yes; thencat >>confdefs.h <<\_ACEOF#define HAVE_TCLTK 1_ACEOFuse_tcltk=yeselseuse_tcltk=nofi## IEEE 754.for ac_func in finite isnandoas_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`echo "$as_me:$LINENO: checking for $ac_func" >&5echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6if eval "test \"\${$as_ac_var+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.For example, HP-UX 11i <limits.h> declares gettimeofday. */#define $ac_func innocuous_$ac_func/* System header to define __stub macros and hopefully few prototypes,which can conflict with char $ac_func (); below.Prefer <limits.h> to <assert.h> if __STDC__ is defined, since<limits.h> exists even on freestanding compilers. */#ifdef __STDC__# include <limits.h>#else# include <assert.h>#endif#undef $ac_func/* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"{#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char $ac_func ();/* The GNU C library defines this for functions which it implementsto always fail with ENOSYS. Some functions are actually namedsomething starting with __ and the normal name is an alias. */#if defined (__stub_$ac_func) || defined (__stub___$ac_func)choke me#elsechar (*f) () = $ac_func;#endif#ifdef __cplusplus}#endif#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){return f != $ac_func;;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "$as_ac_var=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "$as_ac_var=no"firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extfiecho "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6if test `eval echo '${'$as_ac_var'}'` = yes; thencat >>confdefs.h <<_ACEOF#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1_ACEOFfidoneecho "$as_me:$LINENO: checking whether isfinite is declared" >&5echo $ECHO_N "checking whether isfinite is declared... $ECHO_C" >&6if test "${ac_cv_have_decl_isfinite+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <math.h>#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){#ifndef isfinitechar *p = (char *) isfinite;#endif;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_have_decl_isfinite=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_have_decl_isfinite=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_have_decl_isfinite" >&5echo "${ECHO_T}$ac_cv_have_decl_isfinite" >&6if test $ac_cv_have_decl_isfinite = yes; thencat >>confdefs.h <<_ACEOF#define HAVE_DECL_ISFINITE 1_ACEOFelsecat >>confdefs.h <<_ACEOF#define HAVE_DECL_ISFINITE 0_ACEOFfiecho "$as_me:$LINENO: checking whether isnan is declared" >&5echo $ECHO_N "checking whether isnan is declared... $ECHO_C" >&6if test "${ac_cv_have_decl_isnan+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <math.h>#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){#ifndef isnanchar *p = (char *) isnan;#endif;return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_have_decl_isnan=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_have_decl_isnan=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_have_decl_isnan" >&5echo "${ECHO_T}$ac_cv_have_decl_isnan" >&6if test $ac_cv_have_decl_isnan = yes; thencat >>confdefs.h <<_ACEOF#define HAVE_DECL_ISNAN 1_ACEOFelsecat >>confdefs.h <<_ACEOF#define HAVE_DECL_ISNAN 0_ACEOFfiecho "$as_me:$LINENO: checking whether you have IEEE 754 floating-point arithmetic" >&5echo $ECHO_N "checking whether you have IEEE 754 floating-point arithmetic... $ECHO_C" >&6if test "${r_cv_ieee_754+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif (test "${ac_cv_func_finite}" = yes \|| test "${ac_cv_have_decl_isfinite}" = yes) \&& (test "${ac_cv_func_isnan}" = yes \|| test "${ac_cv_have_decl_isnan}" = yes); thenr_cv_ieee_754=yeselser_cv_ieee_754=nofifiecho "$as_me:$LINENO: result: $r_cv_ieee_754" >&5echo "${ECHO_T}$r_cv_ieee_754" >&6if test "${r_cv_ieee_754}" = yes; thencat >>confdefs.h <<\_ACEOF#define IEEE_754 1_ACEOFfi## BSD networking.echo "$as_me:$LINENO: checking for BSD networking" >&5echo $ECHO_N "checking for BSD networking... $ECHO_C" >&6if test "${r_cv_bsd_networking+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test "${ac_cv_header_netdb_h}" = yes \&& test "${ac_cv_header_netinet_in_h}" = yes \&& test "${ac_cv_header_sys_socket_h}" = yes \&& test "${ac_cv_search_connect}" != no \&& test "${ac_cv_search_gethostbyname}" != no; thenr_cv_bsd_networking=yeselser_cv_bsd_networking=nofifiecho "$as_me:$LINENO: result: $r_cv_bsd_networking" >&5echo "${ECHO_T}$r_cv_bsd_networking" >&6if test "${r_cv_bsd_networking}" = yes; thencat >>confdefs.h <<\_ACEOF#define HAVE_BSD_NETWORKING 1_ACEOFcat >>confdefs.h <<\_ACEOF#define HAVE_SOCKETS 1_ACEOFcat >>confdefs.h <<\_ACEOF#define HAVE_INTERNET 1_ACEOFcat >>confdefs.h <<\_ACEOF#define SUPPORT_LIBXML 1_ACEOFfi## Bitmap headers and libraries.BITMAP_LIBS=if test "${use_jpeglib}" = yes; thenecho "$as_me:$LINENO: checking if jpeglib version >= 6b" >&5echo $ECHO_N "checking if jpeglib version >= 6b... $ECHO_C" >&6if test "${r_cv_header_jpeglib_h+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <jpeglib.h>#if (JPEG_LIB_VERSION >= 62)yes#endif_ACEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |$EGREP "yes" >/dev/null 2>&1; thenr_cv_header_jpeglib_h=yeselser_cv_header_jpeglib_h=nofirm -f conftest*fiecho "$as_me:$LINENO: result: $r_cv_header_jpeglib_h" >&5echo "${ECHO_T}$r_cv_header_jpeglib_h" >&6have_jpeg=${r_cv_header_jpeglib_h}if test "${have_jpeg}" = yes; thenecho "$as_me:$LINENO: checking for jpeg_destroy_compress in -ljpeg" >&5echo $ECHO_N "checking for jpeg_destroy_compress in -ljpeg... $ECHO_C" >&6if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-ljpeg ${LIBS} $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char jpeg_destroy_compress ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){jpeg_destroy_compress ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_jpeg_jpeg_destroy_compress=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_jpeg_jpeg_destroy_compress=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6if test $ac_cv_lib_jpeg_jpeg_destroy_compress = yes; thenhave_jpeg=yeselsehave_jpeg=nofifiif test "${have_jpeg}" = yes; thenBITMAP_LIBS="-ljpeg"cat >>confdefs.h <<\_ACEOF#define HAVE_JPEG 1_ACEOFfifiif test "${use_libpng}" = yes; thenecho "$as_me:$LINENO: checking for main in -lz" >&5echo $ECHO_N "checking for main in -lz... $ECHO_C" >&6if test "${ac_cv_lib_z_main+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lz $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){main ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_z_main=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_z_main=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_z_main" >&5echo "${ECHO_T}$ac_cv_lib_z_main" >&6if test $ac_cv_lib_z_main = yes; thenhave_png=yeselsehave_png=nofiif test "${have_png}" = yes; thenecho "$as_me:$LINENO: checking if libpng version >= 1.0.5" >&5echo $ECHO_N "checking if libpng version >= 1.0.5... $ECHO_C" >&6if test "${r_cv_header_png_h+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <png.h>#if (PNG_LIBPNG_VER >= 10005)yes#endif_ACEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |$EGREP "yes" >/dev/null 2>&1; thenr_cv_header_png_h=yeselser_cv_header_png_h=nofirm -f conftest*fiecho "$as_me:$LINENO: result: $r_cv_header_png_h" >&5echo "${ECHO_T}$r_cv_header_png_h" >&6have_png=${r_cv_header_png_h}fiif test "${have_png}" = yes; thenecho "$as_me:$LINENO: checking for png_create_write_struct in -lpng" >&5echo $ECHO_N "checking for png_create_write_struct in -lpng... $ECHO_C" >&6if test "${ac_cv_lib_png_png_create_write_struct+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lpng -lz ${LIBS} $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char png_create_write_struct ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){png_create_write_struct ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_png_png_create_write_struct=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_png_png_create_write_struct=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_png_png_create_write_struct" >&5echo "${ECHO_T}$ac_cv_lib_png_png_create_write_struct" >&6if test $ac_cv_lib_png_png_create_write_struct = yes; thenhave_png=yeselsehave_png=nofifiif test "${have_png}" = yes; thenBITMAP_LIBS="${BITMAP_LIBS} -lpng -lz"cat >>confdefs.h <<\_ACEOF#define HAVE_PNG 1_ACEOFfifi## XDR headers and library routines.if test "${ac_cv_header_rpc_types_h+set}" = set; thenecho "$as_me:$LINENO: checking for rpc/types.h" >&5echo $ECHO_N "checking for rpc/types.h... $ECHO_C" >&6if test "${ac_cv_header_rpc_types_h+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6fiecho "$as_me:$LINENO: result: $ac_cv_header_rpc_types_h" >&5echo "${ECHO_T}$ac_cv_header_rpc_types_h" >&6else# Is the header compilable?echo "$as_me:$LINENO: checking rpc/types.h usability" >&5echo $ECHO_N "checking rpc/types.h usability... $ECHO_C" >&6cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_default#include <rpc/types.h>_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_header_compiler=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_header_compiler=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extecho "$as_me:$LINENO: result: $ac_header_compiler" >&5echo "${ECHO_T}$ac_header_compiler" >&6# Is the header present?echo "$as_me:$LINENO: checking rpc/types.h presence" >&5echo $ECHO_N "checking rpc/types.h presence... $ECHO_C" >&6cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <rpc/types.h>_ACEOFif { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } >/dev/null; thenif test -s conftest.err; thenac_cpp_err=$ac_c_preproc_warn_flagac_cpp_err=$ac_cpp_err$ac_c_werror_flagelseac_cpp_err=fielseac_cpp_err=yesfiif test -z "$ac_cpp_err"; thenac_header_preproc=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_header_preproc=nofirm -f conftest.err conftest.$ac_extecho "$as_me:$LINENO: result: $ac_header_preproc" >&5echo "${ECHO_T}$ac_header_preproc" >&6# So? What about this header?case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag inyes:no: ){ echo "$as_me:$LINENO: WARNING: rpc/types.h: accepted by the compiler, rejected by the preprocessor!" >&5echo "$as_me: WARNING: rpc/types.h: accepted by the compiler, rejected by the preprocessor!" >&2;}{ echo "$as_me:$LINENO: WARNING: rpc/types.h: proceeding with the compiler's result" >&5echo "$as_me: WARNING: rpc/types.h: proceeding with the compiler's result" >&2;}ac_header_preproc=yes;;no:yes:* ){ echo "$as_me:$LINENO: WARNING: rpc/types.h: present but cannot be compiled" >&5echo "$as_me: WARNING: rpc/types.h: present but cannot be compiled" >&2;}{ echo "$as_me:$LINENO: WARNING: rpc/types.h: check for missing prerequisite headers?" >&5echo "$as_me: WARNING: rpc/types.h: check for missing prerequisite headers?" >&2;}{ echo "$as_me:$LINENO: WARNING: rpc/types.h: see the Autoconf documentation" >&5echo "$as_me: WARNING: rpc/types.h: see the Autoconf documentation" >&2;}{ echo "$as_me:$LINENO: WARNING: rpc/types.h: section \"Present But Cannot Be Compiled\"" >&5echo "$as_me: WARNING: rpc/types.h: section \"Present But Cannot Be Compiled\"" >&2;}{ echo "$as_me:$LINENO: WARNING: rpc/types.h: proceeding with the preprocessor's result" >&5echo "$as_me: WARNING: rpc/types.h: proceeding with the preprocessor's result" >&2;}{ echo "$as_me:$LINENO: WARNING: rpc/types.h: in the future, the compiler will take precedence" >&5echo "$as_me: WARNING: rpc/types.h: in the future, the compiler will take precedence" >&2;}(cat <<\_ASBOX## ----------------------------------- #### Report this to r-bugs@R-project.org #### ----------------------------------- ##_ASBOX) |sed "s/^/$as_me: WARNING: /" >&2;;esacecho "$as_me:$LINENO: checking for rpc/types.h" >&5echo $ECHO_N "checking for rpc/types.h... $ECHO_C" >&6if test "${ac_cv_header_rpc_types_h+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_cv_header_rpc_types_h=$ac_header_preprocfiecho "$as_me:$LINENO: result: $ac_cv_header_rpc_types_h" >&5echo "${ECHO_T}$ac_cv_header_rpc_types_h" >&6fiif test "${ac_cv_header_rpc_types_h}" = yes ; thenecho "$as_me:$LINENO: checking for rpc/xdr.h" >&5echo $ECHO_N "checking for rpc/xdr.h... $ECHO_C" >&6if test "${ac_cv_header_rpc_xdr_h+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <rpc/types.h>#include <rpc/xdr.h>_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_header_rpc_xdr_h=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_header_rpc_xdr_h=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_header_rpc_xdr_h" >&5echo "${ECHO_T}$ac_cv_header_rpc_xdr_h" >&6fiecho "$as_me:$LINENO: checking for XDR support" >&5echo $ECHO_N "checking for XDR support... $ECHO_C" >&6if test "${r_cv_xdr+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test "${ac_cv_header_rpc_types_h}" = yes \&& test "${ac_cv_header_rpc_xdr_h}" = yes \&& test "${ac_cv_search_xdr_string}" != no ; thenr_cv_xdr=yeselser_cv_xdr=nofifiecho "$as_me:$LINENO: result: $r_cv_xdr" >&5echo "${ECHO_T}$r_cv_xdr" >&6if test "x${r_cv_xdr}" = xno; thenBUILD_XDR_TRUE=BUILD_XDR_FALSE='#'elseBUILD_XDR_TRUE='#'BUILD_XDR_FALSE=fi## zlib headers and libraries.if test "x${use_zlib}" = xyes; thenecho "$as_me:$LINENO: checking for gzeof in -lz" >&5echo $ECHO_N "checking for gzeof in -lz... $ECHO_C" >&6if test "${ac_cv_lib_z_gzeof+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lz $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char gzeof ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){gzeof ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_z_gzeof=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_z_gzeof=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_z_gzeof" >&5echo "${ECHO_T}$ac_cv_lib_z_gzeof" >&6if test $ac_cv_lib_z_gzeof = yes; thenhave_zlib=yeselsehave_zlib=nofiif test "${have_zlib}" = yes; thenif test "${ac_cv_header_zlib_h+set}" = set; thenecho "$as_me:$LINENO: checking for zlib.h" >&5echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6if test "${ac_cv_header_zlib_h+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6fiecho "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5echo "${ECHO_T}$ac_cv_header_zlib_h" >&6else# Is the header compilable?echo "$as_me:$LINENO: checking zlib.h usability" >&5echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_default#include <zlib.h>_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_header_compiler=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_header_compiler=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extecho "$as_me:$LINENO: result: $ac_header_compiler" >&5echo "${ECHO_T}$ac_header_compiler" >&6# Is the header present?echo "$as_me:$LINENO: checking zlib.h presence" >&5echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <zlib.h>_ACEOFif { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } >/dev/null; thenif test -s conftest.err; thenac_cpp_err=$ac_c_preproc_warn_flagac_cpp_err=$ac_cpp_err$ac_c_werror_flagelseac_cpp_err=fielseac_cpp_err=yesfiif test -z "$ac_cpp_err"; thenac_header_preproc=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_header_preproc=nofirm -f conftest.err conftest.$ac_extecho "$as_me:$LINENO: result: $ac_header_preproc" >&5echo "${ECHO_T}$ac_header_preproc" >&6# So? What about this header?case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag inyes:no: ){ echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}{ echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}ac_header_preproc=yes;;no:yes:* ){ echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}{ echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}{ echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}{ echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}{ echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}{ echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}(cat <<\_ASBOX## ----------------------------------- #### Report this to r-bugs@R-project.org #### ----------------------------------- ##_ASBOX) |sed "s/^/$as_me: WARNING: /" >&2;;esacecho "$as_me:$LINENO: checking for zlib.h" >&5echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6if test "${ac_cv_header_zlib_h+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_cv_header_zlib_h=$ac_header_preprocfiecho "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5echo "${ECHO_T}$ac_cv_header_zlib_h" >&6fiif test $ac_cv_header_zlib_h = yes; thenhave_zlib=yeselsehave_zlib=nofifiif test "${have_zlib}" = yes; thenecho "$as_me:$LINENO: checking if zlib version >= 1.2.1" >&5echo $ECHO_N "checking if zlib version >= 1.2.1... $ECHO_C" >&6if test "${r_cv_header_zlib_h+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test "$cross_compiling" = yes; thenr_cv_header_zlib_h=noelsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <string.h>#include <zlib.h>int main() {#ifdef ZLIB_VERSIONexit(strcmp(ZLIB_VERSION, "1.2.1") < 0);#elseexit(1);#endif}_ACEOFrm -f conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } && { ac_try='./conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenr_cv_header_zlib_h=yeselseecho "$as_me: program exited with status $ac_status" >&5echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5( exit $ac_status )r_cv_header_zlib_h=nofirm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_extfifiecho "$as_me:$LINENO: result: $r_cv_header_zlib_h" >&5echo "${ECHO_T}$r_cv_header_zlib_h" >&6have_zlib=${r_cv_header_zlib_h}fielsehave_zlib="no"fiecho "$as_me:$LINENO: checking whether zlib support needs to be compiled" >&5echo $ECHO_N "checking whether zlib support needs to be compiled... $ECHO_C" >&6if test "${have_zlib}" = yes; thenecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6LIBS="-lz ${LIBS}"elseecho "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6echo "$as_me:$LINENO: checking mmap support for zlib" >&5echo $ECHO_N "checking mmap support for zlib... $ECHO_C" >&6if test "${r_cv_zlib_mmap+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test "$cross_compiling" = yes; thenr_cv_zlib_mmap=yeselsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <sys/types.h>#include <sys/mman.h>#include <sys/stat.h>caddr_t hello() {exit(mmap((caddr_t)0, (off_t)0, PROT_READ, MAP_SHARED, 0, (off_t)0));}_ACEOFrm -f conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } && { ac_try='./conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenr_cv_zlib_mmap=noelseecho "$as_me: program exited with status $ac_status" >&5echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5( exit $ac_status )r_cv_zlib_mmap=yesfirm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_extfifiecho "$as_me:$LINENO: result: $r_cv_zlib_mmap" >&5echo "${ECHO_T}$r_cv_zlib_mmap" >&6fiif test "x${have_zlib}" = xno; thenBUILD_ZLIB_TRUE=BUILD_ZLIB_FALSE='#'elseBUILD_ZLIB_TRUE='#'BUILD_ZLIB_FALSE=fiif test "x${have_zlib}" = xno && test "x${r_cv_zlib_mmap}" = xyes; thenUSE_MMAP_ZLIB_TRUE=USE_MMAP_ZLIB_FALSE='#'elseUSE_MMAP_ZLIB_TRUE='#'USE_MMAP_ZLIB_FALSE=fi## bzlib headers and libraries.if test "x${use_bzlib}" = xyes; thenecho "$as_me:$LINENO: checking for BZ2_bzlibVersion in -lbz2" >&5echo $ECHO_N "checking for BZ2_bzlibVersion in -lbz2... $ECHO_C" >&6if test "${ac_cv_lib_bz2_BZ2_bzlibVersion+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lbz2 $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char BZ2_bzlibVersion ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){BZ2_bzlibVersion ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_bz2_BZ2_bzlibVersion=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_bz2_BZ2_bzlibVersion=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_bz2_BZ2_bzlibVersion" >&5echo "${ECHO_T}$ac_cv_lib_bz2_BZ2_bzlibVersion" >&6if test $ac_cv_lib_bz2_BZ2_bzlibVersion = yes; thenhave_bzlib=yeselsehave_bzlib=nofiif test "${have_bzlib}" = yes; thenif test "${ac_cv_header_bzlib_h+set}" = set; thenecho "$as_me:$LINENO: checking for bzlib.h" >&5echo $ECHO_N "checking for bzlib.h... $ECHO_C" >&6if test "${ac_cv_header_bzlib_h+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6fiecho "$as_me:$LINENO: result: $ac_cv_header_bzlib_h" >&5echo "${ECHO_T}$ac_cv_header_bzlib_h" >&6else# Is the header compilable?echo "$as_me:$LINENO: checking bzlib.h usability" >&5echo $ECHO_N "checking bzlib.h usability... $ECHO_C" >&6cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_default#include <bzlib.h>_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_header_compiler=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_header_compiler=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extecho "$as_me:$LINENO: result: $ac_header_compiler" >&5echo "${ECHO_T}$ac_header_compiler" >&6# Is the header present?echo "$as_me:$LINENO: checking bzlib.h presence" >&5echo $ECHO_N "checking bzlib.h presence... $ECHO_C" >&6cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <bzlib.h>_ACEOFif { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } >/dev/null; thenif test -s conftest.err; thenac_cpp_err=$ac_c_preproc_warn_flagac_cpp_err=$ac_cpp_err$ac_c_werror_flagelseac_cpp_err=fielseac_cpp_err=yesfiif test -z "$ac_cpp_err"; thenac_header_preproc=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_header_preproc=nofirm -f conftest.err conftest.$ac_extecho "$as_me:$LINENO: result: $ac_header_preproc" >&5echo "${ECHO_T}$ac_header_preproc" >&6# So? What about this header?case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag inyes:no: ){ echo "$as_me:$LINENO: WARNING: bzlib.h: accepted by the compiler, rejected by the preprocessor!" >&5echo "$as_me: WARNING: bzlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}{ echo "$as_me:$LINENO: WARNING: bzlib.h: proceeding with the compiler's result" >&5echo "$as_me: WARNING: bzlib.h: proceeding with the compiler's result" >&2;}ac_header_preproc=yes;;no:yes:* ){ echo "$as_me:$LINENO: WARNING: bzlib.h: present but cannot be compiled" >&5echo "$as_me: WARNING: bzlib.h: present but cannot be compiled" >&2;}{ echo "$as_me:$LINENO: WARNING: bzlib.h: check for missing prerequisite headers?" >&5echo "$as_me: WARNING: bzlib.h: check for missing prerequisite headers?" >&2;}{ echo "$as_me:$LINENO: WARNING: bzlib.h: see the Autoconf documentation" >&5echo "$as_me: WARNING: bzlib.h: see the Autoconf documentation" >&2;}{ echo "$as_me:$LINENO: WARNING: bzlib.h: section \"Present But Cannot Be Compiled\"" >&5echo "$as_me: WARNING: bzlib.h: section \"Present But Cannot Be Compiled\"" >&2;}{ echo "$as_me:$LINENO: WARNING: bzlib.h: proceeding with the preprocessor's result" >&5echo "$as_me: WARNING: bzlib.h: proceeding with the preprocessor's result" >&2;}{ echo "$as_me:$LINENO: WARNING: bzlib.h: in the future, the compiler will take precedence" >&5echo "$as_me: WARNING: bzlib.h: in the future, the compiler will take precedence" >&2;}(cat <<\_ASBOX## ----------------------------------- #### Report this to r-bugs@R-project.org #### ----------------------------------- ##_ASBOX) |sed "s/^/$as_me: WARNING: /" >&2;;esacecho "$as_me:$LINENO: checking for bzlib.h" >&5echo $ECHO_N "checking for bzlib.h... $ECHO_C" >&6if test "${ac_cv_header_bzlib_h+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_cv_header_bzlib_h=$ac_header_preprocfiecho "$as_me:$LINENO: result: $ac_cv_header_bzlib_h" >&5echo "${ECHO_T}$ac_cv_header_bzlib_h" >&6fiif test $ac_cv_header_bzlib_h = yes; thenhave_bzlib=yeselsehave_bzlib=nofifielsehave_bzlib=nofiecho "$as_me:$LINENO: checking whether bzip2 support needs to be compiled" >&5echo $ECHO_N "checking whether bzip2 support needs to be compiled... $ECHO_C" >&6if test "x${have_bzlib}" = xyes; thenecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6LIBS="-lbz2 ${LIBS}"elseecho "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6fiif test "x${have_bzlib}" = xno; thenBUILD_BZLIB_TRUE=BUILD_BZLIB_FALSE='#'elseBUILD_BZLIB_TRUE='#'BUILD_BZLIB_FALSE=fi## PCRE headers and libraries.if test "x${use_pcre}" = xyes; thenecho "$as_me:$LINENO: checking for pcre_fullinfo in -lpcre" >&5echo $ECHO_N "checking for pcre_fullinfo in -lpcre... $ECHO_C" >&6if test "${ac_cv_lib_pcre_pcre_fullinfo+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseac_check_lib_save_LIBS=$LIBSLIBS="-lpcre $LIBS"cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char pcre_fullinfo ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){pcre_fullinfo ();;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_cv_lib_pcre_pcre_fullinfo=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_lib_pcre_pcre_fullinfo=nofirm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:$LINENO: result: $ac_cv_lib_pcre_pcre_fullinfo" >&5echo "${ECHO_T}$ac_cv_lib_pcre_pcre_fullinfo" >&6if test $ac_cv_lib_pcre_pcre_fullinfo = yes; thenhave_pcre=yeselsehave_pcre=nofiif test "${have_pcre}" = yes; thenfor ac_header in pcre.h pcre/pcre.hdoas_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`if eval "test \"\${$as_ac_Header+set}\" = set"; thenecho "$as_me:$LINENO: checking for $ac_header" >&5echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6if eval "test \"\${$as_ac_Header+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6fiecho "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6else# Is the header compilable?echo "$as_me:$LINENO: checking $ac_header usability" >&5echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */$ac_includes_default#include <$ac_header>_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5(eval $ac_compile) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest.$ac_objext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenac_header_compiler=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_header_compiler=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extecho "$as_me:$LINENO: result: $ac_header_compiler" >&5echo "${ECHO_T}$ac_header_compiler" >&6# Is the header present?echo "$as_me:$LINENO: checking $ac_header presence" >&5echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <$ac_header>_ACEOFif { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } >/dev/null; thenif test -s conftest.err; thenac_cpp_err=$ac_c_preproc_warn_flagac_cpp_err=$ac_cpp_err$ac_c_werror_flagelseac_cpp_err=fielseac_cpp_err=yesfiif test -z "$ac_cpp_err"; thenac_header_preproc=yeselseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_header_preproc=nofirm -f conftest.err conftest.$ac_extecho "$as_me:$LINENO: result: $ac_header_preproc" >&5echo "${ECHO_T}$ac_header_preproc" >&6# So? What about this header?case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag inyes:no: ){ echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}ac_header_preproc=yes;;no:yes:* ){ echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}{ echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}{ echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}{ echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}{ echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}(cat <<\_ASBOX## ----------------------------------- #### Report this to r-bugs@R-project.org #### ----------------------------------- ##_ASBOX) |sed "s/^/$as_me: WARNING: /" >&2;;esacecho "$as_me:$LINENO: checking for $ac_header" >&5echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6if eval "test \"\${$as_ac_Header+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseeval "$as_ac_Header=\$ac_header_preproc"fiecho "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6fiif test `eval echo '${'$as_ac_Header'}'` = yes; thencat >>confdefs.h <<_ACEOF#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1_ACEOFfidoneif test "${ac_cv_header_pcre_h}" = no \&& test "${ac_cv_header_pcre_pcre_h}" = no; thenhave_pcre=nofifielsehave_pcre=nofiif test "x${have_pcre}" = xyes; thenecho "$as_me:$LINENO: checking if PCRE version >= 4.0" >&5echo $ECHO_N "checking if PCRE version >= 4.0... $ECHO_C" >&6if test "${r_have_pcre4+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test "$cross_compiling" = yes; thenr_have_pcre4=noelsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#ifdef HAVE_PCRE_PCRE_H#include <pcre/pcre.h>#else#ifdef HAVE_PCRE_H#include <pcre.h>#endif#endifint main() {#ifdef PCRE_MAJORexit(PCRE_MAJOR<4);#elseexit(1);#endif}_ACEOFrm -f conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } && { ac_try='./conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenr_have_pcre4=yeselseecho "$as_me: program exited with status $ac_status" >&5echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5( exit $ac_status )r_have_pcre4=nofirm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_extfifiecho "$as_me:$LINENO: result: $r_have_pcre4" >&5echo "${ECHO_T}$r_have_pcre4" >&6fiif test "x${r_have_pcre4}" = xyes; thenLIBS="-lpcre ${LIBS}"fiecho "$as_me:$LINENO: checking whether PCRE support needs to be compiled" >&5echo $ECHO_N "checking whether PCRE support needs to be compiled... $ECHO_C" >&6if test "x${r_have_pcre4}" = xyes; thenecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6elseecho "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6fiif test "x${r_have_pcre4}" != xyes; thenBUILD_PCRE_TRUE=BUILD_PCRE_FALSE='#'elseBUILD_PCRE_TRUE='#'BUILD_PCRE_FALSE=fi## POSIX times.echo "$as_me:$LINENO: checking whether leap seconds are treated according to POSIX" >&5echo $ECHO_N "checking whether leap seconds are treated according to POSIX... $ECHO_C" >&6if test "${r_cv_sys_posix_leapseconds+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test "$cross_compiling" = yes; thenr_cv_sys_posix_leapseconds=yeselsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */#include <stdlib.h>#include <time.h>#include <stdio.h>#include "confdefs.h"int main () {struct tm *tm;time_t ct = 0; /* required on 64bit AIX */ctime(&ct);ct = ct - (ct % 60);tm = gmtime(&ct);if(tm->tm_sec == 0) exit(1); else exit(0);}_ACEOFrm -f conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } && { ac_try='./conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; thenr_cv_sys_posix_leapseconds=noelseecho "$as_me: program exited with status $ac_status" >&5echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5( exit $ac_status )r_cv_sys_posix_leapseconds=yesfirm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_extfifiecho "$as_me:$LINENO: result: $r_cv_sys_posix_leapseconds" >&5echo "${ECHO_T}$r_cv_sys_posix_leapseconds" >&6if test "x${r_cv_sys_posix_leapseconds}" = xyes; thencat >>confdefs.h <<\_ACEOF#define HAVE_POSIX_LEAPSECONDS 1_ACEOFfi## R profiling.if test "${want_R_profiling}" = yes; thenfor ac_func in setitimerdoas_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`echo "$as_me:$LINENO: checking for $ac_func" >&5echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6if eval "test \"\${$as_ac_var+set}\" = set"; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. *//* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.For example, HP-UX 11i <limits.h> declares gettimeofday. */#define $ac_func innocuous_$ac_func/* System header to define __stub macros and hopefully few prototypes,which can conflict with char $ac_func (); below.Prefer <limits.h> to <assert.h> if __STDC__ is defined, since<limits.h> exists even on freestanding compilers. */#ifdef __STDC__# include <limits.h>#else# include <assert.h>#endif#undef $ac_func/* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"{#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char $ac_func ();/* The GNU C library defines this for functions which it implementsto always fail with ENOSYS. Some functions are actually namedsomething starting with __ and the normal name is an alias. */#if defined (__stub_$ac_func) || defined (__stub___$ac_func)choke me#elsechar (*f) () = $ac_func;#endif#ifdef __cplusplus}#endif#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){return f != $ac_func;;return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5(eval $ac_link) 2>conftest.er1ac_status=$?grep -v '^ *+' conftest.er1 >conftest.errrm -f conftest.er1cat conftest.err >&5echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); } &&{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; } &&{ ac_try='test -s conftest$ac_exeext'{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5(eval $ac_try) 2>&5ac_status=$?echo "$as_me:$LINENO: \$? = $ac_status" >&5(exit $ac_status); }; }; theneval "$as_ac_var=yes"elseecho "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5eval "$as_ac_var=no"firm -f conftest.err conftest.$ac_objext \conftest$ac_exeext conftest.$ac_extfiecho "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6if test `eval echo '${'$as_ac_var'}'` = yes; thencat >>confdefs.h <<_ACEOF#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1_ACEOFcat >>confdefs.h <<\_ACEOF#define R_PROFILING 1_ACEOFelsewant_R_profiling="no"fidonefi### * Miscellaneous.## Printing.## We look to see whether we have 'lpr' or 'lp'. Some platforms## provide both (SunOS and HPUX), and in those cases we choose lpr.if test -z "${R_PRINTCMD}"; thenfor ac_prog in lpr lpdo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_R_PRINTCMD+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elseif test -n "$R_PRINTCMD"; thenac_cv_prog_R_PRINTCMD="$R_PRINTCMD" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_prog_R_PRINTCMD="$ac_prog"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonefifiR_PRINTCMD=$ac_cv_prog_R_PRINTCMDif test -n "$R_PRINTCMD"; thenecho "$as_me:$LINENO: result: $R_PRINTCMD" >&5echo "${ECHO_T}$R_PRINTCMD" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fitest -n "$R_PRINTCMD" && breakdoneficat >>confdefs.h <<_ACEOF#define R_PRINTCMD "${R_PRINTCMD}"_ACEOF## Default paper size.# Extract the first word of "paperconf", so it can be a program name with args.set dummy paperconf; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_PAPERCONF+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elsecase $PAPERCONF in[\\/]* | ?:[\\/]*)ac_cv_path_PAPERCONF="$PAPERCONF" # Let the user override the test with a path.;;*)as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for ac_exec_ext in '' $ac_executable_extensions; doif $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; thenac_cv_path_PAPERCONF="$as_dir/$ac_word$ac_exec_ext"echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5break 2fidonedonetest -z "$ac_cv_path_PAPERCONF" && ac_cv_path_PAPERCONF="false";;esacfiPAPERCONF=$ac_cv_path_PAPERCONFif test -n "$PAPERCONF"; thenecho "$as_me:$LINENO: result: $PAPERCONF" >&5echo "${ECHO_T}$PAPERCONF" >&6elseecho "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fi: ${PAPERSIZE=a4}papersize=`${PAPERCONF}`test -z "${papersize}" && papersize="${PAPERSIZE}": ${R_PAPERSIZE="${papersize}"}## Saving.## Make sure -L terms come first in LIBS.LIBS1=""LIBS2=""for arg in ${LIBS}; docase "${arg}" in-L*)separator=""test -z "${separator}" && separator=" "if test -z "${LIBS1}"; thenLIBS1="${arg}"elseLIBS1="${LIBS1}${separator}${arg}"fi;;*)separator=""test -z "${separator}" && separator=" "if test -z "${LIBS2}"; thenLIBS2="${arg}"elseLIBS2="${LIBS2}${separator}${arg}"fi;;esacdoneLIBS="${LIBS1} ${LIBS2}"## R_LD_LIBRARY_PATH.## <FIXME>## This should not be necessary when using libtool for linking.## In any case, is this really good enough?for arg in ${LDFLAGS} ${FLIBS} ${BLAS_LIBS} ${LAPACK_LIBS} ${X_LIBS} \${TCLTK_LIBS} ${GNOME_LIBS}; docase "${arg}" in-L*)lib=`echo ${arg} | sed "s/^-L//"`separator="${PATH_SEPARATOR}"test -z "${separator}" && separator=" "if test -z "${R_LD_LIBRARY_PATH}"; thenR_LD_LIBRARY_PATH="${lib}"elseR_LD_LIBRARY_PATH="${R_LD_LIBRARY_PATH}${separator}${lib}"fi;;esacdone## </FIXME>## Recommended packages.if test "${use_recommended_packages}" = yes; thenecho "$as_me:$LINENO: checking for recommended packages" >&5echo $ECHO_N "checking for recommended packages... $ECHO_C" >&6if test "${r_cv_misc_recommended_packages+set}" = set; thenecho $ECHO_N "(cached) $ECHO_C" >&6elser_cv_misc_recommended_packages=yesrecommended_pkgs=`grep '^R_PKGS_RECOMMENDED_SOURCES *=' \${srcdir}/share/make/vars.mk | sed 's/.*=//'`for pkg in ${recommended_pkgs}; don_pkg=`ls ${srcdir}/src/library/Recommended/${pkg}_*.tar.gz | wc -l`if test ${n_pkg} -ne 1; thenr_cv_misc_recommended_packages=nobreakfidonefiecho "$as_me:$LINENO: result: $r_cv_misc_recommended_packages" >&5echo "${ECHO_T}$r_cv_misc_recommended_packages" >&6use_recommended_packages=${r_cv_misc_recommended_packages}fiif test "x${use_recommended_packages}" = xyes; thenUSE_RECOMMENDED_PACKAGES_TRUE=USE_RECOMMENDED_PACKAGES_FALSE='#'elseUSE_RECOMMENDED_PACKAGES_TRUE='#'USE_RECOMMENDED_PACKAGES_FALSE=fi### * Win32 overridescase "${host_os}" inmingw*)cat >>confdefs.h <<\_ACEOF#define HAVE_INTERNET 1_ACEOFcat >>confdefs.h <<\_ACEOF#define HAVE_JPEG 1_ACEOFcat >>confdefs.h <<\_ACEOF#define SUPPORT_LIBXML 1_ACEOFcat >>confdefs.h <<\_ACEOF#define HAVE_PNG 1_ACEOFcat >>confdefs.h <<\_ACEOF#define HAVE_POSIX_SETJMP 1_ACEOFcat >>confdefs.h <<\_ACEOF#define HAVE_SOCKETS 1_ACEOFcat >>confdefs.h <<\_ACEOF#define HAVE_TCLTK 1_ACEOFcat >>confdefs.h <<\_ACEOF#define HAVE_TIMES 1_ACEOFwant_R_profiling=yescat >>confdefs.h <<\_ACEOF#define R_PROFILING 1_ACEOFcat >>confdefs.h <<\_ACEOF#define SUPPORT_LIBXML 1_ACEOF;;esac### * Output.ac_config_headers="$ac_config_headers src/include/config.h"ac_config_files="$ac_config_filesMakeconf Makefile afm/Makefile doc/Makefile doc/html/Makefile doc/html/search/Makefile doc/manual/Makefile etc/Makefile etc/Makeconf etc/Renviron m4/Makefile share/Makefile src/Makefile src/appl/Makefile src/extra/Makefile src/extra/bzip2/Makefile src/extra/pcre/Makefile src/extra/xdr/Makefile src/extra/zlib/Makefile src/include/Makefile src/include/Rmath.h0 src/include/R_ext/Makefile src/library/Recommended/Makefile src/library/Makefile src/library/base/DESCRIPTION src/library/base/Makefile src/library/ctest/DESCRIPTION src/library/ctest/Makefile src/library/eda/DESCRIPTION src/library/eda/Makefile src/library/graphics/DESCRIPTION src/library/graphics/Makefile src/library/grid/DESCRIPTION src/library/grid/Makefile src/library/grid/src/Makefile src/library/lqs/DESCRIPTION src/library/lqs/Makefile src/library/methods/DESCRIPTION src/library/methods/Makefile src/library/methods/src/Makefile src/library/mle/DESCRIPTION src/library/mle/Makefile src/library/modreg/DESCRIPTION src/library/modreg/Makefile src/library/mva/DESCRIPTION src/library/mva/Makefile src/library/nls/DESCRIPTION src/library/nls/Makefile src/library/profile/Makefile src/library/stats/DESCRIPTION src/library/stats/Makefile src/library/stats/src/Makefile src/library/stats4/DESCRIPTION src/library/stats4/Makefile src/library/stepfun/DESCRIPTION src/library/stepfun/Makefile src/library/splines/DESCRIPTION src/library/splines/Makefile src/library/splines/src/Makefile src/library/tcltk/DESCRIPTION src/library/tcltk/Makefile src/library/tcltk/src/Makefile src/library/tools/DESCRIPTION src/library/tools/Makefile src/library/tools/src/Makefile src/library/ts/DESCRIPTION src/library/ts/Makefile src/library/utils/DESCRIPTION src/library/utils/Makefile src/main/Makefile src/modules/Makefile src/modules/X11/Makefile src/modules/aqua/Makefile src/modules/aqua/Info.plist src/modules/aqua/Contents/Info.plist src/modules/gnome/Makefile src/modules/internet/Makefile src/modules/lapack/Makefile src/modules/vfonts/Makefile src/nmath/Makefile src/nmath/standalone/Makefile src/scripts/Makefile src/scripts/COMPILE src/scripts/INSTALL src/scripts/REMOVE src/scripts/R.sh src/scripts/Rdconv src/scripts/Rprof src/scripts/SHLIB src/scripts/Sd2Rd src/scripts/build src/scripts/check src/scripts/f77 src/unix/Makefile tests/Makefile tests/Embedding/Makefile tests/Examples/Makefile tests/Native/Makefile tools/Makefile"ac_config_commands="$ac_config_commands stamp-h"cat >confcache <<\_ACEOF# This file is a shell script that caches the results of configure# tests run on this system so they can be shared between configure# scripts and configure runs, see configure's option --config-cache.# It is not useful on other systems. If it contains results you don't# want to keep, you may remove or edit it.## config.status only pays attention to the cache file if you give it# the --recheck option to rerun configure.## `ac_cv_env_foo' variables (set or unset) will be overridden when# loading this file, other *unset* `ac_cv_foo' will be assigned the# following values._ACEOF# The following way of writing the cache mishandles newlines in values,# but we know of no workaround that is simple, portable, and efficient.# So, don't put newlines in cache variables' values.# Ultrix sh set writes to stderr and can't be redirected directly,# and sets the high bit in the cache file unless we assign to the vars.{(set) 2>&1 |case `(ac_space=' '; set | grep ac_space) 2>&1` in*ac_space=\ *)# `set' does not quote correctly, so add quotes (double-quote# substitution turns \\\\ into \\, and sed turns \\ into \).sed -n \"s/'/'\\\\''/g;s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p";;*)# `set' quotes correctly as required by POSIX, so do not add quotes.sed -n \"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p";;esac;} |sed 't clear: clears/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/t end/^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/: end' >>confcacheif diff $cache_file confcache >/dev/null 2>&1; then :; elseif test -w $cache_file; thentest "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"cat confcache >$cache_fileelseecho "not updating unwritable cache $cache_file"fifirm -f confcachetest "x$prefix" = xNONE && prefix=$ac_default_prefix# Let make expand exec_prefix.test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'# VPATH may cause trouble with some makes, so we remove $(srcdir),# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and# trailing colons and then remove the whole line if VPATH becomes empty# (actually we leave an empty line to preserve line numbers).if test "x$srcdir" = x.; thenac_vpsub='/^[ ]*VPATH[ ]*=/{s/:*\$(srcdir):*/:/;s/:*\${srcdir}:*/:/;s/:*@srcdir@:*/:/;s/^\([^=]*=[ ]*\):*/\1/;s/:*$//;s/^[^=]*=[ ]*$//;}'fiDEFS=-DHAVE_CONFIG_Hac_libobjs=ac_ltlibobjs=for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue# 1. Remove the extension, and $U if already installed.ac_i=`echo "$ac_i" |sed 's/\$U\././;s/\.o$//;s/\.obj$//'`# 2. Add them.ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'doneLIBOBJS=$ac_libobjsLTLIBOBJS=$ac_ltlibobjs: ${CONFIG_STATUS=./config.status}ac_clean_files_save=$ac_clean_filesac_clean_files="$ac_clean_files $CONFIG_STATUS"{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5echo "$as_me: creating $CONFIG_STATUS" >&6;}cat >$CONFIG_STATUS <<_ACEOF#! $SHELL# Generated by $as_me.# Run this file to recreate the current configuration.# Compiler output produced by configure, useful for debugging# configure, is in config.log if it exists.debug=falseac_cs_recheck=falseac_cs_silent=falseSHELL=\${CONFIG_SHELL-$SHELL}_ACEOFcat >>$CONFIG_STATUS <<\_ACEOF## --------------------- #### M4sh Initialization. #### --------------------- ### Be Bourne compatibleif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; thenemulate shNULLCMD=:# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which# is contrary to our usage. Disable this feature.alias -g '${1+"$@"}'='"$@"'elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; thenset -o posixfiDUALCASE=1; export DUALCASE # for MKS sh# Support unset when possible.if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; thenas_unset=unsetelseas_unset=falsefi# Work around bugs in pre-3.0 UWIN ksh.$as_unset ENV MAIL MAILPATHPS1='$ 'PS2='> 'PS4='+ '# NLS nuisances.for as_var in \LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \LC_TELEPHONE LC_TIMEdoif (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); theneval $as_var=C; export $as_varelse$as_unset $as_varfidone# Required to use basename.if expr a : '\(a\)' >/dev/null 2>&1; thenas_expr=exprelseas_expr=falsefiif (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; thenas_basename=basenameelseas_basename=falsefi# Name of the executable.as_me=`$as_basename "$0" ||$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \X"$0" : 'X\(//\)$' \| \X"$0" : 'X\(/\)$' \| \. : '\(.\)' 2>/dev/null ||echo X/"$0" |sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }/^X\/\(\/\/\)$/{ s//\1/; q; }/^X\/\(\/\).*/{ s//\1/; q; }s/.*/./; q'`# PATH needs CR, and LINENO needs CR and PATH.# Avoid depending upon Character Ranges.as_cr_letters='abcdefghijklmnopqrstuvwxyz'as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'as_cr_Letters=$as_cr_letters$as_cr_LETTERSas_cr_digits='0123456789'as_cr_alnum=$as_cr_Letters$as_cr_digits# The user is always right.if test "${PATH_SEPARATOR+set}" != set; thenecho "#! /bin/sh" >conf$$.shecho "exit 0" >>conf$$.shchmod +x conf$$.shif (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; thenPATH_SEPARATOR=';'elsePATH_SEPARATOR=:firm -f conf$$.shfias_lineno_1=$LINENOas_lineno_2=$LINENOas_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`test "x$as_lineno_1" != "x$as_lineno_2" &&test "x$as_lineno_3" = "x$as_lineno_2" || {# Find who we are. Look in the path if we contain no path at all# relative or not.case $0 in*[\\/]* ) as_myself=$0 ;;*) as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.test -r "$as_dir/$0" && as_myself=$as_dir/$0 && breakdone;;esac# We did not find ourselves, most probably we were run as `sh COMMAND'# in which case we are not to be found in the path.if test "x$as_myself" = x; thenas_myself=$0fiif test ! -f "$as_myself"; then{ { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}{ (exit 1); exit 1; }; }ficase $CONFIG_SHELL in'')as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATHdoIFS=$as_save_IFStest -z "$as_dir" && as_dir=.for as_base in sh bash ksh sh5; docase $as_dir in/*)if ("$as_dir/$as_base" -c 'as_lineno_1=$LINENOas_lineno_2=$LINENOas_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`test "x$as_lineno_1" != "x$as_lineno_2" &&test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then$as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }$as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }CONFIG_SHELL=$as_dir/$as_baseexport CONFIG_SHELLexec "$CONFIG_SHELL" "$0" ${1+"$@"}fi;;esacdonedone;;esac# Create $as_me.lineno as a copy of $as_myself, but with $LINENO# uniformly replaced by the line number. The first 'sed' inserts a# line-number line before each line; the second 'sed' does the real# work. The second script uses 'N' to pair each line-number line# with the numbered line, and appends trailing '-' during# substitution so that $LINENO is not a special case at line end.# (Raja R Harinath suggested sed '=', and Paul Eggert wrote the# second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)sed '=' <$as_myself |sed 'Ns,$,-,: loops,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,t loops,-$,,s,^['$as_cr_digits']*\n,,' >$as_me.lineno &&chmod +x $as_me.lineno ||{ { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}{ (exit 1); exit 1; }; }# 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# original and so on. Autoconf is especially sensible to this).. ./$as_me.lineno# Exit status is that of the last command.exit}case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in*c*,-n*) ECHO_N= ECHO_C='' ECHO_T=' ' ;;*c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;*) ECHO_N= ECHO_C='\c' ECHO_T= ;;esacif expr a : '\(a\)' >/dev/null 2>&1; thenas_expr=exprelseas_expr=falsefirm -f conf$$ conf$$.exe conf$$.fileecho >conf$$.fileif ln -s conf$$.file conf$$ 2>/dev/null; then# We could just check for DJGPP; but this test a) works b) is more generic# and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).if test -f conf$$.exe; then# Don't use ln at all; we don't have any linksas_ln_s='cp -p'elseas_ln_s='ln -s'fielif ln conf$$.file conf$$ 2>/dev/null; thenas_ln_s=lnelseas_ln_s='cp -p'firm -f conf$$ conf$$.exe conf$$.fileif mkdir -p . 2>/dev/null; thenas_mkdir_p=:elsetest -d ./-p && rmdir ./-pas_mkdir_p=falsefias_executable_p="test -f"# 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'"# Sed expression to map a string onto a valid variable name.as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"# IFS# We need space, tab and new line, in precisely that order.as_nl=''IFS=" $as_nl"# CDPATH.$as_unset CDPATHexec 6>&1# Open the log real soon, to keep \$[0] and so on meaningful, and to# report actual input values of CONFIG_FILES etc. instead of their# values after options handling. Logging --version etc. is OK.exec 5>>config.log{echosed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX## Running $as_me. ##_ASBOX} >&5cat >&5 <<_CSEOFThis file was extended by R $as_me 1.9.1, which wasgenerated by GNU Autoconf 2.59. Invocation command line wasCONFIG_FILES = $CONFIG_FILESCONFIG_HEADERS = $CONFIG_HEADERSCONFIG_LINKS = $CONFIG_LINKSCONFIG_COMMANDS = $CONFIG_COMMANDS$ $0 $@_CSEOFecho "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5echo >&5_ACEOF# Files that config.status was made for.if test -n "$ac_config_files"; thenecho "config_files=\"$ac_config_files\"" >>$CONFIG_STATUSfiif test -n "$ac_config_headers"; thenecho "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUSfiif test -n "$ac_config_links"; thenecho "config_links=\"$ac_config_links\"" >>$CONFIG_STATUSfiif test -n "$ac_config_commands"; thenecho "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUSficat >>$CONFIG_STATUS <<\_ACEOFac_cs_usage="\\`$as_me' instantiates files from templates according to thecurrent configuration.Usage: $0 [OPTIONS] [FILE]...-h, --help print this help, then exit-V, --version print version number, then exit-q, --quiet do not print progress messages-d, --debug don't remove temporary files--recheck update $as_me by reconfiguring in the same conditions--file=FILE[:TEMPLATE]instantiate the configuration file FILE--header=FILE[:TEMPLATE]instantiate the configuration header FILEConfiguration files:$config_filesConfiguration headers:$config_headersConfiguration commands:$config_commandsReport bugs to <bug-autoconf@gnu.org>."_ACEOFcat >>$CONFIG_STATUS <<_ACEOFac_cs_version="\\R config.status 1.9.1configured by $0, generated by GNU Autoconf 2.59,with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"Copyright (C) 2003 Free Software Foundation, Inc.This config.status script is free software; the Free Software Foundationgives unlimited permission to copy, distribute and modify it."srcdir=$srcdirINSTALL="$INSTALL"_ACEOFcat >>$CONFIG_STATUS <<\_ACEOF# If no file are specified by the user, then we need to provide default# value. By we need to know if files were specified by the user.ac_need_defaults=:while test $# != 0docase $1 in--*=*)ac_option=`expr "x$1" : 'x\([^=]*\)='`ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`ac_shift=:;;-*)ac_option=$1ac_optarg=$2ac_shift=shift;;*) # This is not an option, so the user has probably given explicit# arguments.ac_option=$1ac_need_defaults=false;;esaccase $ac_option in# Handling of the options._ACEOFcat >>$CONFIG_STATUS <<\_ACEOF-recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)ac_cs_recheck=: ;;--version | --vers* | -V )echo "$ac_cs_version"; exit 0 ;;--he | --h)# Conflict between --help and --header{ { echo "$as_me:$LINENO: error: ambiguous option: $1Try \`$0 --help' for more information." >&5echo "$as_me: error: ambiguous option: $1Try \`$0 --help' for more information." >&2;}{ (exit 1); exit 1; }; };;--help | --hel | -h )echo "$ac_cs_usage"; exit 0 ;;--debug | --d* | -d )debug=: ;;--file | --fil | --fi | --f )$ac_shiftCONFIG_FILES="$CONFIG_FILES $ac_optarg"ac_need_defaults=false;;--header | --heade | --head | --hea )$ac_shiftCONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"ac_need_defaults=false;;-q | -quiet | --quiet | --quie | --qui | --qu | --q \| -silent | --silent | --silen | --sile | --sil | --si | --s)ac_cs_silent=: ;;# This is an error.-*) { { echo "$as_me:$LINENO: error: unrecognized option: $1Try \`$0 --help' for more information." >&5echo "$as_me: error: unrecognized option: $1Try \`$0 --help' for more information." >&2;}{ (exit 1); exit 1; }; } ;;*) ac_config_targets="$ac_config_targets $1" ;;esacshiftdoneac_configure_extra_args=if $ac_cs_silent; thenexec 6>/dev/nullac_configure_extra_args="$ac_configure_extra_args --silent"fi_ACEOFcat >>$CONFIG_STATUS <<_ACEOFif \$ac_cs_recheck; thenecho "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursionfi_ACEOFcat >>$CONFIG_STATUS <<\_ACEOFfor ac_config_target in $ac_config_targetsdocase "$ac_config_target" in# Handling of arguments."Makeconf" ) CONFIG_FILES="$CONFIG_FILES Makeconf" ;;"Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;"afm/Makefile" ) CONFIG_FILES="$CONFIG_FILES afm/Makefile" ;;"doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;"doc/html/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/html/Makefile" ;;"doc/html/search/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/html/search/Makefile" ;;"doc/manual/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/manual/Makefile" ;;"etc/Makefile" ) CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;"etc/Makeconf" ) CONFIG_FILES="$CONFIG_FILES etc/Makeconf" ;;"etc/Renviron" ) CONFIG_FILES="$CONFIG_FILES etc/Renviron" ;;"m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;"share/Makefile" ) CONFIG_FILES="$CONFIG_FILES share/Makefile" ;;"src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;"src/appl/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/appl/Makefile" ;;"src/extra/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/extra/Makefile" ;;"src/extra/bzip2/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/extra/bzip2/Makefile" ;;"src/extra/pcre/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/extra/pcre/Makefile" ;;"src/extra/xdr/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/extra/xdr/Makefile" ;;"src/extra/zlib/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/extra/zlib/Makefile" ;;"src/include/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/include/Makefile" ;;"src/include/Rmath.h0" ) CONFIG_FILES="$CONFIG_FILES src/include/Rmath.h0" ;;"src/include/R_ext/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/include/R_ext/Makefile" ;;"src/library/Recommended/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/library/Recommended/Makefile" ;;"src/library/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/library/Makefile" ;;"src/library/base/DESCRIPTION" ) CONFIG_FILES="$CONFIG_FILES src/library/base/DESCRIPTION" ;;"src/library/base/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/library/base/Makefile" ;;"src/library/ctest/DESCRIPTION" ) CONFIG_FILES="$CONFIG_FILES src/library/ctest/DESCRIPTION" ;;"src/library/ctest/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/library/ctest/Makefile" ;;"src/library/eda/DESCRIPTION" ) CONFIG_FILES="$CONFIG_FILES src/library/eda/DESCRIPTION" ;;"src/library/eda/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/library/eda/Makefile" ;;"src/library/graphics/DESCRIPTION" ) CONFIG_FILES="$CONFIG_FILES src/library/graphics/DESCRIPTION" ;;"src/library/graphics/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/library/graphics/Makefile" ;;"src/library/grid/DESCRIPTION" ) CONFIG_FILES="$CONFIG_FILES src/library/grid/DESCRIPTION" ;;"src/library/grid/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/library/grid/Makefile" ;;"src/library/grid/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/library/grid/src/Makefile" ;;"src/library/lqs/DESCRIPTION" ) CONFIG_FILES="$CONFIG_FILES src/library/lqs/DESCRIPTION" ;;"src/library/lqs/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/library/lqs/Makefile" ;;"src/library/methods/DESCRIPTION" ) CONFIG_FILES="$CONFIG_FILES src/library/methods/DESCRIPTION" ;;"src/library/methods/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/library/methods/Makefile" ;;"src/library/methods/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/library/methods/src/Makefile" ;;"src/library/mle/DESCRIPTION" ) CONFIG_FILES="$CONFIG_FILES src/library/mle/DESCRIPTION" ;;"src/library/mle/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/library/mle/Makefile" ;;"src/library/modreg/DESCRIPTION" ) CONFIG_FILES="$CONFIG_FILES src/library/modreg/DESCRIPTION" ;;"src/library/modreg/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/library/modreg/Makefile" ;;"src/library/mva/DESCRIPTION" ) CONFIG_FILES="$CONFIG_FILES src/library/mva/DESCRIPTION" ;;"src/library/mva/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/library/mva/Makefile" ;;"src/library/nls/DESCRIPTION" ) CONFIG_FILES="$CONFIG_FILES src/library/nls/DESCRIPTION" ;;"src/library/nls/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/library/nls/Makefile" ;;"src/library/profile/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/library/profile/Makefile" ;;"src/library/stats/DESCRIPTION" ) CONFIG_FILES="$CONFIG_FILES src/library/stats/DESCRIPTION" ;;"src/library/stats/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/library/stats/Makefile" ;;"src/library/stats/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/library/stats/src/Makefile" ;;"src/library/stats4/DESCRIPTION" ) CONFIG_FILES="$CONFIG_FILES src/library/stats4/DESCRIPTION" ;;"src/library/stats4/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/library/stats4/Makefile" ;;"src/library/stepfun/DESCRIPTION" ) CONFIG_FILES="$CONFIG_FILES src/library/stepfun/DESCRIPTION" ;;"src/library/stepfun/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/library/stepfun/Makefile" ;;"src/library/splines/DESCRIPTION" ) CONFIG_FILES="$CONFIG_FILES src/library/splines/DESCRIPTION" ;;"src/library/splines/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/library/splines/Makefile" ;;"src/library/splines/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/library/splines/src/Makefile" ;;"src/library/tcltk/DESCRIPTION" ) CONFIG_FILES="$CONFIG_FILES src/library/tcltk/DESCRIPTION" ;;"src/library/tcltk/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/library/tcltk/Makefile" ;;"src/library/tcltk/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/library/tcltk/src/Makefile" ;;"src/library/tools/DESCRIPTION" ) CONFIG_FILES="$CONFIG_FILES src/library/tools/DESCRIPTION" ;;"src/library/tools/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/library/tools/Makefile" ;;"src/library/tools/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/library/tools/src/Makefile" ;;"src/library/ts/DESCRIPTION" ) CONFIG_FILES="$CONFIG_FILES src/library/ts/DESCRIPTION" ;;"src/library/ts/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/library/ts/Makefile" ;;"src/library/utils/DESCRIPTION" ) CONFIG_FILES="$CONFIG_FILES src/library/utils/DESCRIPTION" ;;"src/library/utils/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/library/utils/Makefile" ;;"src/main/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/main/Makefile" ;;"src/modules/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/modules/Makefile" ;;"src/modules/X11/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/modules/X11/Makefile" ;;"src/modules/aqua/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/modules/aqua/Makefile" ;;"src/modules/aqua/Info.plist" ) CONFIG_FILES="$CONFIG_FILES src/modules/aqua/Info.plist" ;;"src/modules/aqua/Contents/Info.plist" ) CONFIG_FILES="$CONFIG_FILES src/modules/aqua/Contents/Info.plist" ;;"src/modules/gnome/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/modules/gnome/Makefile" ;;"src/modules/internet/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/modules/internet/Makefile" ;;"src/modules/lapack/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/modules/lapack/Makefile" ;;"src/modules/vfonts/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/modules/vfonts/Makefile" ;;"src/nmath/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/nmath/Makefile" ;;"src/nmath/standalone/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/nmath/standalone/Makefile" ;;"src/scripts/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/scripts/Makefile" ;;"src/scripts/COMPILE" ) CONFIG_FILES="$CONFIG_FILES src/scripts/COMPILE" ;;"src/scripts/INSTALL" ) CONFIG_FILES="$CONFIG_FILES src/scripts/INSTALL" ;;"src/scripts/REMOVE" ) CONFIG_FILES="$CONFIG_FILES src/scripts/REMOVE" ;;"src/scripts/R.sh" ) CONFIG_FILES="$CONFIG_FILES src/scripts/R.sh" ;;"src/scripts/Rdconv" ) CONFIG_FILES="$CONFIG_FILES src/scripts/Rdconv" ;;"src/scripts/Rprof" ) CONFIG_FILES="$CONFIG_FILES src/scripts/Rprof" ;;"src/scripts/SHLIB" ) CONFIG_FILES="$CONFIG_FILES src/scripts/SHLIB" ;;"src/scripts/Sd2Rd" ) CONFIG_FILES="$CONFIG_FILES src/scripts/Sd2Rd" ;;"src/scripts/build" ) CONFIG_FILES="$CONFIG_FILES src/scripts/build" ;;"src/scripts/check" ) CONFIG_FILES="$CONFIG_FILES src/scripts/check" ;;"src/scripts/f77" ) CONFIG_FILES="$CONFIG_FILES src/scripts/f77" ;;"src/unix/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/unix/Makefile" ;;"tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;"tests/Embedding/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/Embedding/Makefile" ;;"tests/Examples/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/Examples/Makefile" ;;"tests/Native/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/Native/Makefile" ;;"tools/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;"stamp-h" ) CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;"src/include/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/include/config.h" ;;*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5echo "$as_me: error: invalid argument: $ac_config_target" >&2;}{ (exit 1); exit 1; }; };;esacdone# If the user did not use the arguments to specify the items to instantiate,# then the envvar interface is used. Set only those that are not.# We use the long form for the default assignment because of an extremely# bizarre bug on SunOS 4.1.3.if $ac_need_defaults; thentest "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_filestest "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headerstest "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commandsfi# Have a temporary directory for convenience. Make it in the build tree# simply because there is no reason to put it here, and in addition,# creating and moving files from /tmp can sometimes cause problems.# Create a temporary directory, and hook for its removal unless debugging.$debug ||{trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0trap '{ (exit 1); exit 1; }' 1 2 13 15}# Create a (secure) tmp directory for tmp files.{tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&test -n "$tmp" && test -d "$tmp"} ||{tmp=./confstat$$-$RANDOM(umask 077 && mkdir $tmp)} ||{echo "$me: cannot create a temporary directory in ." >&2{ (exit 1); exit 1; }}_ACEOFcat >>$CONFIG_STATUS <<_ACEOF## CONFIG_FILES section.## No need to generate the scripts if there are no CONFIG_FILES.# This happens for instance when ./config.status config.hif test -n "\$CONFIG_FILES"; then# Protect against being on the right side of a sed subst in config.status.sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOFs,@SHELL@,$SHELL,;t ts,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t ts,@PACKAGE_NAME@,$PACKAGE_NAME,;t ts,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t ts,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t ts,@PACKAGE_STRING@,$PACKAGE_STRING,;t ts,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t ts,@exec_prefix@,$exec_prefix,;t ts,@prefix@,$prefix,;t ts,@program_transform_name@,$program_transform_name,;t ts,@bindir@,$bindir,;t ts,@sbindir@,$sbindir,;t ts,@libexecdir@,$libexecdir,;t ts,@datadir@,$datadir,;t ts,@sysconfdir@,$sysconfdir,;t ts,@sharedstatedir@,$sharedstatedir,;t ts,@localstatedir@,$localstatedir,;t ts,@libdir@,$libdir,;t ts,@includedir@,$includedir,;t ts,@oldincludedir@,$oldincludedir,;t ts,@infodir@,$infodir,;t ts,@mandir@,$mandir,;t ts,@build_alias@,$build_alias,;t ts,@host_alias@,$host_alias,;t ts,@target_alias@,$target_alias,;t ts,@DEFS@,$DEFS,;t ts,@ECHO_C@,$ECHO_C,;t ts,@ECHO_N@,$ECHO_N,;t ts,@ECHO_T@,$ECHO_T,;t ts,@LIBS@,$LIBS,;t ts,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t ts,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t ts,@INSTALL_DATA@,$INSTALL_DATA,;t ts,@PACKAGE@,$PACKAGE,;t ts,@VERSION@,$VERSION,;t ts,@ACLOCAL@,$ACLOCAL,;t ts,@AUTOCONF@,$AUTOCONF,;t ts,@AUTOMAKE@,$AUTOMAKE,;t ts,@AUTOHEADER@,$AUTOHEADER,;t ts,@MAKEINFO@,$MAKEINFO,;t ts,@SET_MAKE@,$SET_MAKE,;t ts,@build@,$build,;t ts,@build_cpu@,$build_cpu,;t ts,@build_vendor@,$build_vendor,;t ts,@build_os@,$build_os,;t ts,@host@,$host,;t ts,@host_cpu@,$host_cpu,;t ts,@host_vendor@,$host_vendor,;t ts,@host_os@,$host_os,;t ts,@R_PLATFORM@,$R_PLATFORM,;t ts,@R_OSTYPE@,$R_OSTYPE,;t ts,@config_opts@,$config_opts,;t ts,@WANT_R_FRAMEWORK_TRUE@,$WANT_R_FRAMEWORK_TRUE,;t ts,@WANT_R_FRAMEWORK_FALSE@,$WANT_R_FRAMEWORK_FALSE,;t ts,@WANT_R_SHLIB_TRUE@,$WANT_R_SHLIB_TRUE,;t ts,@WANT_R_SHLIB_FALSE@,$WANT_R_SHLIB_FALSE,;t ts,@LIBR@,$LIBR,;t ts,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t ts,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t ts,@USE_LIBTOOL_TRUE@,$USE_LIBTOOL_TRUE,;t ts,@USE_LIBTOOL_FALSE@,$USE_LIBTOOL_FALSE,;t ts,@R_PRINTCMD@,$R_PRINTCMD,;t ts,@R_PAPERSIZE@,$R_PAPERSIZE,;t ts,@R_BATCHSAVE@,$R_BATCHSAVE,;t ts,@MAIN_CFLAGS@,$MAIN_CFLAGS,;t ts,@SHLIB_CFLAGS@,$SHLIB_CFLAGS,;t ts,@MAIN_FFLAGS@,$MAIN_FFLAGS,;t ts,@SHLIB_FFLAGS@,$SHLIB_FFLAGS,;t ts,@MAIN_LD@,$MAIN_LD,;t ts,@MAIN_LDFLAGS@,$MAIN_LDFLAGS,;t ts,@CPICFLAGS@,$CPICFLAGS,;t ts,@FPICFLAGS@,$FPICFLAGS,;t ts,@SHLIB_LD@,$SHLIB_LD,;t ts,@SHLIB_LDFLAGS@,$SHLIB_LDFLAGS,;t ts,@DYLIB_LD@,$DYLIB_LD,;t ts,@DYLIB_LDFLAGS@,$DYLIB_LDFLAGS,;t ts,@CXXPICFLAGS@,$CXXPICFLAGS,;t ts,@SHLIB_CXXLD@,$SHLIB_CXXLD,;t ts,@SHLIB_CXXLDFLAGS@,$SHLIB_CXXLDFLAGS,;t ts,@TCLTK_LIBS@,$TCLTK_LIBS,;t ts,@TCLTK_CPPFLAGS@,$TCLTK_CPPFLAGS,;t ts,@MAKE@,$MAKE,;t ts,@F2C@,$F2C,;t ts,@R_BROWSER@,$R_BROWSER,;t ts,@BLAS_LIBS@,$BLAS_LIBS,;t ts,@LAPACK_LIBS@,$LAPACK_LIBS,;t ts,@GETWD@,$GETWD,;t ts,@BUILDDIR_IS_SRCDIR@,$BUILDDIR_IS_SRCDIR,;t ts,@AWK@,$AWK,;t ts,@EGREP@,$EGREP,;t ts,@LN_S@,$LN_S,;t ts,@RANLIB@,$RANLIB,;t ts,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t ts,@YACC@,$YACC,;t ts,@AR@,$AR,;t ts,@ARFLAGS@,$ARFLAGS,;t ts,@JAVAC@,$JAVAC,;t ts,@PAGER@,$PAGER,;t ts,@PERL@,$PERL,;t ts,@FALSE@,$FALSE,;t ts,@NO_PERL5@,$NO_PERL5,;t ts,@TAR@,$TAR,;t ts,@DVIPS@,$DVIPS,;t ts,@TEX@,$TEX,;t ts,@LATEX@,$LATEX,;t ts,@MAKEINDEX@,$MAKEINDEX,;t ts,@PDFTEX@,$PDFTEX,;t ts,@PDFLATEX@,$PDFLATEX,;t ts,@MAKEINFO_CMD@,$MAKEINFO_CMD,;t ts,@INSTALL_INFO@,$INSTALL_INFO,;t ts,@R_RD4DVI@,$R_RD4DVI,;t ts,@R_RD4PDF@,$R_RD4PDF,;t ts,@R_UNZIPCMD@,$R_UNZIPCMD,;t ts,@R_ZIPCMD@,$R_ZIPCMD,;t ts,@R_PDFVIEWER@,$R_PDFVIEWER,;t ts,@CC@,$CC,;t ts,@CFLAGS@,$CFLAGS,;t ts,@LDFLAGS@,$LDFLAGS,;t ts,@CPPFLAGS@,$CPPFLAGS,;t ts,@ac_ct_CC@,$ac_ct_CC,;t ts,@EXEEXT@,$EXEEXT,;t ts,@OBJEXT@,$OBJEXT,;t ts,@CPP@,$CPP,;t ts,@F77@,$F77,;t ts,@FFLAGS@,$FFLAGS,;t ts,@ac_ct_F77@,$ac_ct_F77,;t ts,@USING_G77_TRUE@,$USING_G77_TRUE,;t ts,@USING_G77_FALSE@,$USING_G77_FALSE,;t ts,@CXX@,$CXX,;t ts,@CXXFLAGS@,$CXXFLAGS,;t ts,@ac_ct_CXX@,$ac_ct_CXX,;t ts,@CXXCPP@,$CXXCPP,;t ts,@ECHO@,$ECHO,;t ts,@ac_ct_AR@,$ac_ct_AR,;t ts,@STRIP@,$STRIP,;t ts,@ac_ct_STRIP@,$ac_ct_STRIP,;t ts,@LIBTOOL@,$LIBTOOL,;t ts,@LIBTOOL_DEPS@,$LIBTOOL_DEPS,;t ts,@shlibpath_var@,$shlibpath_var,;t ts,@LIBM@,$LIBM,;t ts,@BUILD_DLFCN_DARWIN_TRUE@,$BUILD_DLFCN_DARWIN_TRUE,;t ts,@BUILD_DLFCN_DARWIN_FALSE@,$BUILD_DLFCN_DARWIN_FALSE,;t ts,@FLIBS@,$FLIBS,;t ts,@HAVE_DOUBLE_COMPLEX@,$HAVE_DOUBLE_COMPLEX,;t ts,@COMPILE_DOUBLE_COMPLEX_TRUE@,$COMPILE_DOUBLE_COMPLEX_TRUE,;t ts,@COMPILE_DOUBLE_COMPLEX_FALSE@,$COMPILE_DOUBLE_COMPLEX_FALSE,;t ts,@SHLIB_CXXFLAGS@,$SHLIB_CXXFLAGS,;t ts,@F2CFLAGS@,$F2CFLAGS,;t ts,@R_XTRA_CFLAGS@,$R_XTRA_CFLAGS,;t ts,@R_XTRA_CPPFLAGS@,$R_XTRA_CPPFLAGS,;t ts,@R_XTRA_CXXFLAGS@,$R_XTRA_CXXFLAGS,;t ts,@R_XTRA_FFLAGS@,$R_XTRA_FFLAGS,;t ts,@R_XTRA_LIBS@,$R_XTRA_LIBS,;t ts,@XMKMF@,$XMKMF,;t ts,@SHLIB_LIBADD@,$SHLIB_LIBADD,;t ts,@SHLIB_EXT@,$SHLIB_EXT,;t ts,@USE_EXPORTFILES_TRUE@,$USE_EXPORTFILES_TRUE,;t ts,@USE_EXPORTFILES_FALSE@,$USE_EXPORTFILES_FALSE,;t ts,@DYLIB_EXT@,$DYLIB_EXT,;t ts,@LIBR_LDFLAGS@,$LIBR_LDFLAGS,;t ts,@RLAPACK_LDFLAGS@,$RLAPACK_LDFLAGS,;t ts,@LAPACK_LDFLAGS@,$LAPACK_LDFLAGS,;t ts,@ALLOCA@,$ALLOCA,;t ts,@RMATH_HAVE_EXPM1@,$RMATH_HAVE_EXPM1,;t ts,@RMATH_HAVE_LOG1P@,$RMATH_HAVE_LOG1P,;t ts,@LIBOBJS@,$LIBOBJS,;t ts,@RMATH_HAVE_WORKING_LOG1P@,$RMATH_HAVE_WORKING_LOG1P,;t ts,@USE_EXTERNAL_BLAS_TRUE@,$USE_EXTERNAL_BLAS_TRUE,;t ts,@USE_EXTERNAL_BLAS_FALSE@,$USE_EXTERNAL_BLAS_FALSE,;t ts,@USE_EXTERNAL_LAPACK_TRUE@,$USE_EXTERNAL_LAPACK_TRUE,;t ts,@USE_EXTERNAL_LAPACK_FALSE@,$USE_EXTERNAL_LAPACK_FALSE,;t ts,@R_GUIS@,$R_GUIS,;t ts,@X_CFLAGS@,$X_CFLAGS,;t ts,@X_PRE_LIBS@,$X_PRE_LIBS,;t ts,@X_LIBS@,$X_LIBS,;t ts,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t ts,@GNOME_LIBS@,$GNOME_LIBS,;t ts,@GNOMEUI_LIBS@,$GNOMEUI_LIBS,;t ts,@GNOMEGNORBA_LIBS@,$GNOMEGNORBA_LIBS,;t ts,@GTKXMHTML_LIBS@,$GTKXMHTML_LIBS,;t ts,@ZVT_LIBS@,$ZVT_LIBS,;t ts,@GNOME_LIBDIR@,$GNOME_LIBDIR,;t ts,@GNOME_INCLUDEDIR@,$GNOME_INCLUDEDIR,;t ts,@GNOME_CONFIG@,$GNOME_CONFIG,;t ts,@ORBIT_CONFIG@,$ORBIT_CONFIG,;t ts,@ORBIT_IDL@,$ORBIT_IDL,;t ts,@HAVE_ORBIT_TRUE@,$HAVE_ORBIT_TRUE,;t ts,@HAVE_ORBIT_FALSE@,$HAVE_ORBIT_FALSE,;t ts,@ORBIT_CFLAGS@,$ORBIT_CFLAGS,;t ts,@ORBIT_LIBS@,$ORBIT_LIBS,;t ts,@HAVE_GNORBA_TRUE@,$HAVE_GNORBA_TRUE,;t ts,@HAVE_GNORBA_FALSE@,$HAVE_GNORBA_FALSE,;t ts,@GNORBA_CFLAGS@,$GNORBA_CFLAGS,;t ts,@GNORBA_LIBS@,$GNORBA_LIBS,;t ts,@GNOME_APPLETS_LIBS@,$GNOME_APPLETS_LIBS,;t ts,@GNOME_CAPPLET_LIBS@,$GNOME_CAPPLET_LIBS,;t ts,@LIBGLADE_CONFIG@,$LIBGLADE_CONFIG,;t ts,@LIBGLADE_CFLAGS@,$LIBGLADE_CFLAGS,;t ts,@LIBGLADE_LIBS@,$LIBGLADE_LIBS,;t ts,@HAVE_GNOME@,$HAVE_GNOME,;t ts,@GNOME_IF_FILES@,$GNOME_IF_FILES,;t ts,@BUILD_AQUA_TRUE@,$BUILD_AQUA_TRUE,;t ts,@BUILD_AQUA_FALSE@,$BUILD_AQUA_FALSE,;t ts,@use_aqua@,$use_aqua,;t ts,@TCL_CONFIG@,$TCL_CONFIG,;t ts,@TK_CONFIG@,$TK_CONFIG,;t ts,@use_tcltk@,$use_tcltk,;t ts,@BITMAP_LIBS@,$BITMAP_LIBS,;t ts,@BUILD_XDR_TRUE@,$BUILD_XDR_TRUE,;t ts,@BUILD_XDR_FALSE@,$BUILD_XDR_FALSE,;t ts,@BUILD_ZLIB_TRUE@,$BUILD_ZLIB_TRUE,;t ts,@BUILD_ZLIB_FALSE@,$BUILD_ZLIB_FALSE,;t ts,@USE_MMAP_ZLIB_TRUE@,$USE_MMAP_ZLIB_TRUE,;t ts,@USE_MMAP_ZLIB_FALSE@,$USE_MMAP_ZLIB_FALSE,;t ts,@BUILD_BZLIB_TRUE@,$BUILD_BZLIB_TRUE,;t ts,@BUILD_BZLIB_FALSE@,$BUILD_BZLIB_FALSE,;t ts,@BUILD_PCRE_TRUE@,$BUILD_PCRE_TRUE,;t ts,@BUILD_PCRE_FALSE@,$BUILD_PCRE_FALSE,;t ts,@R_PROFILING@,$R_PROFILING,;t ts,@PAPERCONF@,$PAPERCONF,;t ts,@R_LD_LIBRARY_PATH@,$R_LD_LIBRARY_PATH,;t ts,@USE_RECOMMENDED_PACKAGES_TRUE@,$USE_RECOMMENDED_PACKAGES_TRUE,;t ts,@USE_RECOMMENDED_PACKAGES_FALSE@,$USE_RECOMMENDED_PACKAGES_FALSE,;t ts,@LTLIBOBJS@,$LTLIBOBJS,;t t/@r_cc_rules_frag@/r $r_cc_rules_frags,@r_cc_rules_frag@,,;t t/@r_f77_rules_frag@/r $r_f77_rules_frags,@r_f77_rules_frag@,,;t t/@r_cxx_rules_frag@/r $r_cxx_rules_frags,@r_cxx_rules_frag@,,;t tCEOF_ACEOFcat >>$CONFIG_STATUS <<\_ACEOF# Split the substitutions into bite-sized pieces for seds with# small command number limits, like on Digital OSF/1 and HP-UX.ac_max_sed_lines=48ac_sed_frag=1 # Number of current file.ac_beg=1 # First line for current file.ac_end=$ac_max_sed_lines # Line after last line for current file.ac_more_lines=:ac_sed_cmds=while $ac_more_lines; doif test $ac_beg -gt 1; thensed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.fragelsesed "${ac_end}q" $tmp/subs.sed >$tmp/subs.fragfiif test ! -s $tmp/subs.frag; thenac_more_lines=falseelse# The purpose of the label and of the branching condition is to# speed up the sed processing (if there are no `@' at all, there# is no need to browse any of the substitutions).# These are the two extra sed commands mentioned above.(echo ':t/@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sedif test -z "$ac_sed_cmds"; thenac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"elseac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"fiac_sed_frag=`expr $ac_sed_frag + 1`ac_beg=$ac_endac_end=`expr $ac_end + $ac_max_sed_lines`fidoneif test -z "$ac_sed_cmds"; thenac_sed_cmds=catfifi # test -n "$CONFIG_FILES"_ACEOFcat >>$CONFIG_STATUS <<\_ACEOFfor ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".case $ac_file in- | *:- | *:-:* ) # input from stdincat >$tmp/stdinac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;*:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;* ) ac_file_in=$ac_file.in ;;esac# Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.ac_dir=`(dirname "$ac_file") 2>/dev/null ||$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \X"$ac_file" : 'X\(//\)[^/]' \| \X"$ac_file" : 'X\(//\)$' \| \X"$ac_file" : 'X\(/\)' \| \. : '\(.\)' 2>/dev/null ||echo X"$ac_file" |sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }/^X\(\/\/\)[^/].*/{ s//\1/; q; }/^X\(\/\/\)$/{ s//\1/; q; }/^X\(\/\).*/{ s//\1/; q; }s/.*/./; q'`{ if $as_mkdir_p; thenmkdir -p "$ac_dir"elseas_dir="$ac_dir"as_dirs=while test ! -d "$as_dir"; doas_dirs="$as_dir $as_dirs"as_dir=`(dirname "$as_dir") 2>/dev/null ||$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \X"$as_dir" : 'X\(//\)[^/]' \| \X"$as_dir" : 'X\(//\)$' \| \X"$as_dir" : 'X\(/\)' \| \. : '\(.\)' 2>/dev/null ||echo X"$as_dir" |sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }/^X\(\/\/\)[^/].*/{ s//\1/; q; }/^X\(\/\/\)$/{ s//\1/; q; }/^X\(\/\).*/{ s//\1/; q; }s/.*/./; q'`donetest ! -n "$as_dirs" || mkdir $as_dirsfi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}{ (exit 1); exit 1; }; }; }ac_builddir=.if test "$ac_dir" != .; thenac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`# A "../" for each directory in $ac_dir_suffix.ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`elseac_dir_suffix= ac_top_builddir=ficase $srcdir in.) # No --srcdir option. We are building in place.ac_srcdir=.if test -z "$ac_top_builddir"; thenac_top_srcdir=.elseac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`fi ;;[\\/]* | ?:[\\/]* ) # Absolute path.ac_srcdir=$srcdir$ac_dir_suffix;ac_top_srcdir=$srcdir ;;*) # Relative path.ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffixac_top_srcdir=$ac_top_builddir$srcdir ;;esac# Do not use `cd foo && pwd` to compute absolute paths, because# the directories may not exist.case `pwd` in.) ac_abs_builddir="$ac_dir";;*)case "$ac_dir" in.) ac_abs_builddir=`pwd`;;[\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;*) ac_abs_builddir=`pwd`/"$ac_dir";;esac;;esaccase $ac_abs_builddir in.) ac_abs_top_builddir=${ac_top_builddir}.;;*)case ${ac_top_builddir}. in.) ac_abs_top_builddir=$ac_abs_builddir;;[\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;*) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;esac;;esaccase $ac_abs_builddir in.) ac_abs_srcdir=$ac_srcdir;;*)case $ac_srcdir in.) ac_abs_srcdir=$ac_abs_builddir;;[\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;*) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;esac;;esaccase $ac_abs_builddir in.) ac_abs_top_srcdir=$ac_top_srcdir;;*)case $ac_top_srcdir in.) ac_abs_top_srcdir=$ac_abs_builddir;;[\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;*) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;esac;;esaccase $INSTALL in[\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;*) ac_INSTALL=$ac_top_builddir$INSTALL ;;esac# Let's still pretend it is `configure' which instantiates (i.e., don't# use $as_me), people would be surprised to read:# /* config.h. Generated by config.status. */if test x"$ac_file" = x-; thenconfigure_input=elseconfigure_input="$ac_file. "ficonfigure_input=$configure_input"Generated from `echo $ac_file_in |sed 's,.*/,,'` by configure."# First look for the input files in the build tree, otherwise in the# src tree.ac_file_inputs=`IFS=:for f in $ac_file_in; docase $f in-) echo $tmp/stdin ;;[\\/$]*)# Absolute (can't be DOS-style, as IFS=:)test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5echo "$as_me: error: cannot find input file: $f" >&2;}{ (exit 1); exit 1; }; }echo "$f";;*) # Relativeif test -f "$f"; then# Build treeecho "$f"elif test -f "$srcdir/$f"; then# Source treeecho "$srcdir/$f"else# /dev/null tree{ { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5echo "$as_me: error: cannot find input file: $f" >&2;}{ (exit 1); exit 1; }; }fi;;esacdone` || { (exit 1); exit 1; }if test x"$ac_file" != x-; then{ echo "$as_me:$LINENO: creating $ac_file" >&5echo "$as_me: creating $ac_file" >&6;}rm -f "$ac_file"fi_ACEOFcat >>$CONFIG_STATUS <<_ACEOFsed "$ac_vpsub$extrasub_ACEOFcat >>$CONFIG_STATUS <<\_ACEOF:t/@[a-zA-Z_][a-zA-Z_0-9]*@/!bs,@configure_input@,$configure_input,;t ts,@srcdir@,$ac_srcdir,;t ts,@abs_srcdir@,$ac_abs_srcdir,;t ts,@top_srcdir@,$ac_top_srcdir,;t ts,@abs_top_srcdir@,$ac_abs_top_srcdir,;t ts,@builddir@,$ac_builddir,;t ts,@abs_builddir@,$ac_abs_builddir,;t ts,@top_builddir@,$ac_top_builddir,;t ts,@abs_top_builddir@,$ac_abs_top_builddir,;t ts,@INSTALL@,$ac_INSTALL,;t t" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/outrm -f $tmp/stdinif test x"$ac_file" != x-; thenmv $tmp/out $ac_fileelsecat $tmp/outrm -f $tmp/outfidone_ACEOFcat >>$CONFIG_STATUS <<\_ACEOF## CONFIG_HEADER section.## These sed commands are passed to sed as "A NAME B NAME C VALUE D", where# NAME is the cpp macro being defined and VALUE is the value it is being given.## ac_d sets the value in "#define NAME VALUE" lines.ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'ac_dB='[ ].*$,\1#\2'ac_dC=' 'ac_dD=',;t'# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'ac_uB='$,\1#\2define\3'ac_uC=' 'ac_uD=',;t'for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".case $ac_file in- | *:- | *:-:* ) # input from stdincat >$tmp/stdinac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;*:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;* ) ac_file_in=$ac_file.in ;;esactest x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5echo "$as_me: creating $ac_file" >&6;}# First look for the input files in the build tree, otherwise in the# src tree.ac_file_inputs=`IFS=:for f in $ac_file_in; docase $f in-) echo $tmp/stdin ;;[\\/$]*)# Absolute (can't be DOS-style, as IFS=:)test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5echo "$as_me: error: cannot find input file: $f" >&2;}{ (exit 1); exit 1; }; }# Do quote $f, to prevent DOS paths from being IFS'd.echo "$f";;*) # Relativeif test -f "$f"; then# Build treeecho "$f"elif test -f "$srcdir/$f"; then# Source treeecho "$srcdir/$f"else# /dev/null tree{ { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5echo "$as_me: error: cannot find input file: $f" >&2;}{ (exit 1); exit 1; }; }fi;;esacdone` || { (exit 1); exit 1; }# Remove the trailing spaces.sed 's/[ ]*$//' $ac_file_inputs >$tmp/in_ACEOF# Transform confdefs.h into two sed scripts, `conftest.defines' and# `conftest.undefs', that substitutes the proper values into# config.h.in to produce config.h. The first handles `#define'# templates, and the second `#undef' templates.# And first: Protect against being on the right side of a sed subst in# config.status. Protect against being in an unquoted here document# in config.status.rm -f conftest.defines conftest.undefs# Using a here document instead of a string reduces the quoting nightmare.# Putting comments in sed scripts is not portable.## `end' is used to avoid that the second main sed command (meant for# 0-ary CPP macros) applies to n-ary macro definitions.# See the Autoconf documentation for `clear'.cat >confdef2sed.sed <<\_ACEOFs/[\\&,]/\\&/gs,[\\$`],\\&,gt clear: clears,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gpt ends,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp: end_ACEOF# If some macros were called several times there might be several times# the same #defines, which is useless. Nevertheless, we may not want to# sort them, since we want the *last* AC-DEFINE to be honored.uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.definessed 's/ac_d/ac_u/g' conftest.defines >conftest.undefsrm -f confdef2sed.sed# This sed command replaces #undef with comments. This is necessary, for# example, in the case of _POSIX_SOURCE, which is predefined and required# on some systems where configure will not decide to define it.cat >>conftest.undefs <<\_ACEOFs,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,_ACEOF# Break up conftest.defines because some shells have a limit on the size# of here documents, and old seds have small limits too (100 cmds).echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUSecho ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUSecho ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUSecho ' :' >>$CONFIG_STATUSrm -f conftest.tailwhile grep . conftest.defines >/dev/nulldo# Write a limited-size here document to $tmp/defines.sed.echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS# Speed up: don't consider the non `#define' lines.echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS# Work around the forget-to-reset-the-flag bug.echo 't clr' >>$CONFIG_STATUSecho ': clr' >>$CONFIG_STATUSsed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUSecho 'CEOFsed -f $tmp/defines.sed $tmp/in >$tmp/outrm -f $tmp/inmv $tmp/out $tmp/in' >>$CONFIG_STATUSsed 1,${ac_max_here_lines}d conftest.defines >conftest.tailrm -f conftest.definesmv conftest.tail conftest.definesdonerm -f conftest.definesecho ' fi # grep' >>$CONFIG_STATUSecho >>$CONFIG_STATUS# Break up conftest.undefs because some shells have a limit on the size# of here documents, and old seds have small limits too (100 cmds).echo ' # Handle all the #undef templates' >>$CONFIG_STATUSrm -f conftest.tailwhile grep . conftest.undefs >/dev/nulldo# Write a limited-size here document to $tmp/undefs.sed.echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS# Speed up: don't consider the non `#undef'echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS# Work around the forget-to-reset-the-flag bug.echo 't clr' >>$CONFIG_STATUSecho ': clr' >>$CONFIG_STATUSsed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUSecho 'CEOFsed -f $tmp/undefs.sed $tmp/in >$tmp/outrm -f $tmp/inmv $tmp/out $tmp/in' >>$CONFIG_STATUSsed 1,${ac_max_here_lines}d conftest.undefs >conftest.tailrm -f conftest.undefsmv conftest.tail conftest.undefsdonerm -f conftest.undefscat >>$CONFIG_STATUS <<\_ACEOF# Let's still pretend it is `configure' which instantiates (i.e., don't# use $as_me), people would be surprised to read:# /* config.h. Generated by config.status. */if test x"$ac_file" = x-; thenecho "/* Generated by configure. */" >$tmp/config.helseecho "/* $ac_file. Generated by configure. */" >$tmp/config.hficat $tmp/in >>$tmp/config.hrm -f $tmp/inif test x"$ac_file" != x-; thenif diff $ac_file $tmp/config.h >/dev/null 2>&1; then{ echo "$as_me:$LINENO: $ac_file is unchanged" >&5echo "$as_me: $ac_file is unchanged" >&6;}elseac_dir=`(dirname "$ac_file") 2>/dev/null ||$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \X"$ac_file" : 'X\(//\)[^/]' \| \X"$ac_file" : 'X\(//\)$' \| \X"$ac_file" : 'X\(/\)' \| \. : '\(.\)' 2>/dev/null ||echo X"$ac_file" |sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }/^X\(\/\/\)[^/].*/{ s//\1/; q; }/^X\(\/\/\)$/{ s//\1/; q; }/^X\(\/\).*/{ s//\1/; q; }s/.*/./; q'`{ if $as_mkdir_p; thenmkdir -p "$ac_dir"elseas_dir="$ac_dir"as_dirs=while test ! -d "$as_dir"; doas_dirs="$as_dir $as_dirs"as_dir=`(dirname "$as_dir") 2>/dev/null ||$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \X"$as_dir" : 'X\(//\)[^/]' \| \X"$as_dir" : 'X\(//\)$' \| \X"$as_dir" : 'X\(/\)' \| \. : '\(.\)' 2>/dev/null ||echo X"$as_dir" |sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }/^X\(\/\/\)[^/].*/{ s//\1/; q; }/^X\(\/\/\)$/{ s//\1/; q; }/^X\(\/\).*/{ s//\1/; q; }s/.*/./; q'`donetest ! -n "$as_dirs" || mkdir $as_dirsfi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}{ (exit 1); exit 1; }; }; }rm -f $ac_filemv $tmp/config.h $ac_filefielsecat $tmp/config.hrm -f $tmp/config.hfidone_ACEOFcat >>$CONFIG_STATUS <<\_ACEOF## CONFIG_COMMANDS section.#for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continueac_dest=`echo "$ac_file" | sed 's,:.*,,'`ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`ac_dir=`(dirname "$ac_dest") 2>/dev/null ||$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \X"$ac_dest" : 'X\(//\)[^/]' \| \X"$ac_dest" : 'X\(//\)$' \| \X"$ac_dest" : 'X\(/\)' \| \. : '\(.\)' 2>/dev/null ||echo X"$ac_dest" |sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }/^X\(\/\/\)[^/].*/{ s//\1/; q; }/^X\(\/\/\)$/{ s//\1/; q; }/^X\(\/\).*/{ s//\1/; q; }s/.*/./; q'`{ if $as_mkdir_p; thenmkdir -p "$ac_dir"elseas_dir="$ac_dir"as_dirs=while test ! -d "$as_dir"; doas_dirs="$as_dir $as_dirs"as_dir=`(dirname "$as_dir") 2>/dev/null ||$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \X"$as_dir" : 'X\(//\)[^/]' \| \X"$as_dir" : 'X\(//\)$' \| \X"$as_dir" : 'X\(/\)' \| \. : '\(.\)' 2>/dev/null ||echo X"$as_dir" |sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }/^X\(\/\/\)[^/].*/{ s//\1/; q; }/^X\(\/\/\)$/{ s//\1/; q; }/^X\(\/\).*/{ s//\1/; q; }s/.*/./; q'`donetest ! -n "$as_dirs" || mkdir $as_dirsfi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}{ (exit 1); exit 1; }; }; }ac_builddir=.if test "$ac_dir" != .; thenac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`# A "../" for each directory in $ac_dir_suffix.ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`elseac_dir_suffix= ac_top_builddir=ficase $srcdir in.) # No --srcdir option. We are building in place.ac_srcdir=.if test -z "$ac_top_builddir"; thenac_top_srcdir=.elseac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`fi ;;[\\/]* | ?:[\\/]* ) # Absolute path.ac_srcdir=$srcdir$ac_dir_suffix;ac_top_srcdir=$srcdir ;;*) # Relative path.ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffixac_top_srcdir=$ac_top_builddir$srcdir ;;esac# Do not use `cd foo && pwd` to compute absolute paths, because# the directories may not exist.case `pwd` in.) ac_abs_builddir="$ac_dir";;*)case "$ac_dir" in.) ac_abs_builddir=`pwd`;;[\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;*) ac_abs_builddir=`pwd`/"$ac_dir";;esac;;esaccase $ac_abs_builddir in.) ac_abs_top_builddir=${ac_top_builddir}.;;*)case ${ac_top_builddir}. in.) ac_abs_top_builddir=$ac_abs_builddir;;[\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;*) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;esac;;esaccase $ac_abs_builddir in.) ac_abs_srcdir=$ac_srcdir;;*)case $ac_srcdir in.) ac_abs_srcdir=$ac_abs_builddir;;[\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;*) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;esac;;esaccase $ac_abs_builddir in.) ac_abs_top_srcdir=$ac_top_srcdir;;*)case $ac_top_srcdir in.) ac_abs_top_srcdir=$ac_abs_builddir;;[\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;*) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;esac;;esac{ echo "$as_me:$LINENO: executing $ac_dest commands" >&5echo "$as_me: executing $ac_dest commands" >&6;}case $ac_dest instamp-h ) test -f src/include/stamp-h || echo timestamp > src/include/stamp-h ;;esacdone_ACEOFcat >>$CONFIG_STATUS <<\_ACEOF{ (exit 0); exit 0; }_ACEOFchmod +x $CONFIG_STATUSac_clean_files=$ac_clean_files_save# configure is writing to config.log, and then calls config.status.# config.status does its own redirection, appending to config.log.# Unfortunately, on DOS this fails, as config.log is still kept open# by configure, so config.status won't be able to write to it; its# output is simply discarded. So we exec the FD to /dev/null,# effectively closing config.log, so it can be properly (re)opened and# appended to by config.status. When coming back to configure, we# need to make the FD available again.if test "$no_create" != yes; thenac_cs_success=:ac_config_status_args=test "$silent" = yes &&ac_config_status_args="$ac_config_status_args --quiet"exec 5>/dev/null$SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=falseexec 5>>config.log# Use ||, not &&, to avoid exiting from the if with $? = 1, which# would make configure fail if this is the last instruction.$ac_cs_success || { (exit 1); exit 1; }fi## Summarize configure results.## <NOTE>## Doing this via AC_CONFIG_COMMANDS would require explicitly passing all## configure variables to config.status.## </NOTE>r_c_compiler="${CC} ${R_XTRA_CFLAGS} ${CFLAGS}"r_cxx_compiler="${CXX} ${R_XTRA_CXXFLAGS} ${CXXFLAGS}"if test -z "${F2C}"; thenr_f77_compiler="${F77} ${R_XTRA_FFLAGS} ${FFLAGS}"elser_f77_compiler="${F2C} ${F2CFLAGS}"fir_interfaces=for item in X11 gnome aqua tcltk; doif eval "test \${use_${item}} = yes"; thenseparator=", "test -z "${separator}" && separator=" "if test -z "${r_interfaces}"; thenr_interfaces="${item}"elser_interfaces="${r_interfaces}${separator}${item}"fifidoner_external_libs=if test "${use_readline}" = yes; thenr_external_libs=readlinefiif test "${acx_blas_ok}" = "yes"; then## Try to figure out which BLAS was used.case "${BLAS_LIBS}" in*-latlas*) r_blas=ATLAS ;;*-lsgemm*) r_blas=PhiPack ;;*sunperf*) r_blas=SunPerf ;;*-lessl*) r_blas=ESSL ;;"") r_blas=none ;;*) r_blas=generic ;;esacseparator=", "test -z "${separator}" && separator=" "if test -z "${r_external_libs}"; thenr_external_libs="BLAS(${r_blas})"elser_external_libs="${r_external_libs}${separator}BLAS(${r_blas})"fifiif test "${acx_lapack_ok}" = "yes"; then## Try to figure out which LAPACK was used.case "${LAPACK_LIBS}" in*sunperf*) r_lapack=SunPerf ;;"") r_lapack="in blas" ;;*) r_lapack=generic ;;esacseparator=", "test -z "${separator}" && separator=" "if test -z "${r_external_libs}"; thenr_external_libs="LAPACK(${r_lapack})"elser_external_libs="${r_external_libs}${separator}LAPACK(${r_lapack})"fifir_capabilities=if test "${have_png}" = yes; thenseparator=", "test -z "${separator}" && separator=" "if test -z "${r_capabilities}"; thenr_capabilities="PNG"elser_capabilities="${r_capabilities}${separator}PNG"fifiif test "${have_jpeg}" = yes; thenseparator=", "test -z "${separator}" && separator=" "if test -z "${r_capabilities}"; thenr_capabilities="JPEG"elser_capabilities="${r_capabilities}${separator}JPEG"fifi## always have these two on Unix.## R_SH_VAR_ADD(r_capabilities, [bzip2], [, ])## R_SH_VAR_ADD(r_capabilities, [PCRE], [, ])r_options=if test "${want_R_framework}" = yes; thenseparator=", "test -z "${separator}" && separator=" "if test -z "${r_options}"; thenr_options="framework"elser_options="${r_options}${separator}framework"fielif test "${want_R_shlib}" = yes; thenseparator=", "test -z "${separator}" && separator=" "if test -z "${r_options}"; thenr_options="shared library"elser_options="${r_options}${separator}shared library"fifiif test "${want_R_profiling}" = yes; thenseparator=", "test -z "${separator}" && separator=" "if test -z "${r_options}"; thenr_options="R profiling"elser_options="${r_options}${separator}R profiling"fifiif test "${use_maintainer_mode}" = yes; thenseparator=", "test -z "${separator}" && separator=" "if test -z "${r_options}"; thenr_options="maintainer mode"elser_options="${r_options}${separator}maintainer mode"fifiif test "${use_strict_barrier}" = yes; thenseparator=", "test -z "${separator}" && separator=" "if test -z "${r_options}"; thenr_options="strict barrier"elser_options="${r_options}${separator}strict barrier"fifiecho "$as_me:$LINENO: result:R is now configured for ${host}Source directory: ${srcdir}Installation directory: ${prefix}C compiler: ${r_c_compiler}C++ compiler: ${r_cxx_compiler}Fortran compiler: ${r_f77_compiler}Interfaces supported: ${r_interfaces}External libraries: ${r_external_libs}Additional capabilities: ${r_capabilities}Options enabled: ${r_options}Recommended packages: ${use_recommended_packages}" >&5echo "${ECHO_T}R is now configured for ${host}Source directory: ${srcdir}Installation directory: ${prefix}C compiler: ${r_c_compiler}C++ compiler: ${r_cxx_compiler}Fortran compiler: ${r_f77_compiler}Interfaces supported: ${r_interfaces}External libraries: ${r_external_libs}Additional capabilities: ${r_capabilities}Options enabled: ${r_options}Recommended packages: ${use_recommended_packages}" >&6if test -n "${warn_F77_and_F2C}"; then{ echo "$as_me:$LINENO: WARNING: ${warn_F77_and_F2C}" >&5echo "$as_me: WARNING: ${warn_F77_and_F2C}" >&2;}fiif test -n "${warn_f77_cc_double_complex}"; then{ echo "$as_me:$LINENO: WARNING: ${warn_f77_cc_double_complex}" >&5echo "$as_me: WARNING: ${warn_f77_cc_double_complex}" >&2;}fiif test -n "${warn_f2c_flibs}"; then{ echo "$as_me:$LINENO: WARNING: ${warn_f2c_flibs}" >&5echo "$as_me: WARNING: ${warn_f2c_flibs}" >&2;}fiif test -n "${warn_xcompile_sizeof_int}"; then{ echo "$as_me:$LINENO: WARNING: ${warn_xcompile_sizeof_int}" >&5echo "$as_me: WARNING: ${warn_xcompile_sizeof_int}" >&2;}fiif test -n "${warn_xcompile_sizeof_long}"; then{ echo "$as_me:$LINENO: WARNING: ${warn_xcompile_sizeof_long}" >&5echo "$as_me: WARNING: ${warn_xcompile_sizeof_long}" >&2;}fiif test -n "${warn_type_socklen}"; then{ echo "$as_me:$LINENO: WARNING: ${warn_type_socklen}" >&5echo "$as_me: WARNING: ${warn_type_socklen}" >&2;}fiif test -n "${warn_cxxpicflags}"; then{ echo "$as_me:$LINENO: WARNING: ${warn_cxxpicflags}" >&5echo "$as_me: WARNING: ${warn_cxxpicflags}" >&2;}fiif test -n "${warn_shlib_cxxldflags}"; then{ echo "$as_me:$LINENO: WARNING: ${warn_shlib_cxxldflags}" >&5echo "$as_me: WARNING: ${warn_shlib_cxxldflags}" >&2;}fiif test -n "${warn_libglade_version}"; then{ echo "$as_me:$LINENO: WARNING: ${warn_libglade_version}" >&5echo "$as_me: WARNING: ${warn_libglade_version}" >&2;}fiif test -n "${warn_tcltk_version}"; then{ echo "$as_me:$LINENO: WARNING: ${warn_tcltk_version}" >&5echo "$as_me: WARNING: ${warn_tcltk_version}" >&2;}fiif test -n "${warn_perl5}"; then{ echo "$as_me:$LINENO: WARNING: ${warn_perl5}" >&5echo "$as_me: WARNING: ${warn_perl5}" >&2;}fiif test -n "${warn_dvi}"; then{ echo "$as_me:$LINENO: WARNING: ${warn_dvi}" >&5echo "$as_me: WARNING: ${warn_dvi}" >&2;}fiif test -n "${warn_info}"; then{ echo "$as_me:$LINENO: WARNING: ${warn_info}" >&5echo "$as_me: WARNING: ${warn_info}" >&2;}fiif test -n "${warn_pdf}"; then{ echo "$as_me:$LINENO: WARNING: ${warn_pdf}" >&5echo "$as_me: WARNING: ${warn_pdf}" >&2;}fiif test -n "${warn_pager}"; then{ echo "$as_me:$LINENO: WARNING: ${warn_pager}" >&5echo "$as_me: WARNING: ${warn_pager}" >&2;}fiif test -n "${warn_browser}"; then{ echo "$as_me:$LINENO: WARNING: ${warn_browser}" >&5echo "$as_me: WARNING: ${warn_browser}" >&2;}fiif test -n "${warn_pdfviewer}"; then{ echo "$as_me:$LINENO: WARNING: ${warn_pdfviewer}" >&5echo "$as_me: WARNING: ${warn_pdfviewer}" >&2;}fi### Local variables: ***### mode: outline-minor ***### outline-regexp: "### [*]+" ***### End: ***