Rev 17401 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#! /bin/sh# Guess values for system-dependent variables and create Makefiles.# Generated automatically using autoconf version 2.13# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.## This configure script is free software; the Free Software Foundation# gives unlimited permission to copy, distribute and modify it.# Defaults:ac_help=ac_default_prefix=/usr/local# Any additions from configure.in:ac_help="$ac_help--enable-R-profiling attempt to compile support for Rprof() [yes]"ac_help="$ac_help--enable-R-shlib build R as a shared library [no]"ac_help="$ac_help--enable-maintainer-modeenable make rules and dependencies not useful(and maybe confusing) to the casual installer[no]"ac_help="$ac_help--enable-strict-barrierprovoke compile error on write barrier violation[no]"ac_help="$ac_help--with-f2c use f2c even if FORTRAN compiler is available"ac_help="$ac_help--with-g77 use g77 to compile FORTRAN subroutines"ac_help="$ac_help--with-f77 use f77 to compile FORTRAN subroutines"ac_help="$ac_help--with-blas use specified BLAS library"ac_help="$ac_help--with-readline use readline library (if available) [yes]"ac_help="$ac_help--with-gnome use GNOME, or specify its prefix [no]"ac_help="$ac_help--with-tcltk use Tcl/Tk, or specify its library dir [yes]"ac_help="$ac_help--with-tcl-config=TCL_CONFIGspecify location of tclConfig.sh []"ac_help="$ac_help--with-tk-config=TK_CONFIGspecify location of tkConfig.sh []"ac_help="$ac_help--enable-static[=PKGS] build static libraries [default=no]"ac_help="$ac_help--enable-shared[=PKGS] build shared libraries [default=yes]"ac_help="$ac_help--enable-fast-install[=PKGS] optimize for fast installation [default=yes]"ac_help="$ac_help--with-gnu-ld assume the C compiler uses GNU ld [default=no]"# Find the correct PATH separator. Usually this is `:', but# DJGPP uses `;' like DOS.if test "X${PATH_SEPARATOR+set}" != Xset; thenUNAME=${UNAME-`uname 2>/dev/null`}case X$UNAME in*-DOS) lt_cv_sys_path_separator=';' ;;*) lt_cv_sys_path_separator=':' ;;esacfi# 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 <<EOFEOFexit 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.IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"for dir in $PATH /usr/ucb; doif (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="$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"fiac_help="$ac_help--disable-libtool-lock avoid locking (might break parallel builds)"ac_help="$ac_help--with-pic try to use only PIC/non-PIC objects [default=use both]"ac_help="$ac_help--with-x use the X Window System"ac_help="$ac_help--with-gnome-includes=DIRspecify location of GNOME headers []"ac_help="$ac_help--with-gnome-libs=DIR specify location of GNOME libs []"ac_help="$ac_help--with-libglade-config=LIBGLADE_CONFIGspecify location of libglade-config []"# Initialize some variables set by options.# The variables have the same names as the options, with# dashes changed to underlines.build=NONEcache_file=./config.cacheexec_prefix=NONEhost=NONEno_create=nonopt=NONEno_recursion=prefix=NONEprogram_prefix=NONEprogram_suffix=NONEprogram_transform_name=s,x,x,silent=site=srcdir=target=NONEverbose=x_includes=NONEx_libraries=NONEbindir='${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'# Initialize some other variables.subdirs=MFLAGS= MAKEFLAGS=SHELL=${CONFIG_SHELL-/bin/sh}# Maximum number of lines to put in a shell here document.ac_max_here_lines=12ac_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=continueficase "$ac_option" in-*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;*) ac_optarg= ;;esac# 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 ;;-build=* | --build=* | --buil=* | --bui=* | --bu=*)build="$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" ;;-datadir | --datadir | --datadi | --datad | --data | --dat | --da)ac_prev=datadir ;;-datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \| --da=*)datadir="$ac_optarg" ;;-disable-* | --disable-*)ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`# Reject names that are not valid shell variable names.if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then{ echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }fiac_feature=`echo $ac_feature| sed 's/-/_/g'`eval "enable_${ac_feature}=no" ;;-enable-* | --enable-*)ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`# Reject names that are not valid shell variable names.if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then{ echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }fiac_feature=`echo $ac_feature| sed 's/-/_/g'`case "$ac_option" in*=*) ;;*) 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)# 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 << EOFUsage: configure [options] [host]Options: [defaults in brackets after descriptions]Configuration:--cache-file=FILE cache test results in FILE--help print this message--no-create do not create output files--quiet, --silent do not print \`checking...' messages--version print the version of autoconf that created configureDirectory and file names:--prefix=PREFIX install architecture-independent files in PREFIX[$ac_default_prefix]--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX[same as prefix]--bindir=DIR user executables in DIR [EPREFIX/bin]--sbindir=DIR system admin executables in DIR [EPREFIX/sbin]--libexecdir=DIR program executables in DIR [EPREFIX/libexec]--datadir=DIR read-only architecture-independent data in DIR[PREFIX/share]--sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]--sharedstatedir=DIR modifiable architecture-independent data in DIR[PREFIX/com]--localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]--libdir=DIR object code libraries in DIR [EPREFIX/lib]--includedir=DIR C header files in DIR [PREFIX/include]--oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]--infodir=DIR info documentation in DIR [PREFIX/info]--mandir=DIR man documentation in DIR [PREFIX/man]--srcdir=DIR find the sources in DIR [configure dir or ..]--program-prefix=PREFIX prepend PREFIX to installed program names--program-suffix=SUFFIX append SUFFIX to installed program names--program-transform-name=PROGRAMrun sed PROGRAM on installed program namesEOFcat << EOFHost type:--build=BUILD configure for building on BUILD [BUILD=HOST]--host=HOST configure for HOST [guessed]--target=TARGET configure for TARGET [TARGET=HOST]Features and packages:--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)--enable-FEATURE[=ARG] include FEATURE [ARG=yes]--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)--x-includes=DIR X include files are in DIR--x-libraries=DIR X library files are in DIREOFif test -n "$ac_help"; thenecho "--enable and --with options recognized:$ac_help"fiexit 0 ;;-host | --host | --hos | --ho)ac_prev=host ;;-host=* | --host=* | --hos=* | --ho=*)host="$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)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 ;;-target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)target="$ac_optarg" ;;-v | -verbose | --verbose | --verbos | --verbo | --verb)verbose=yes ;;-version | --version | --versio | --versi | --vers)echo "configure generated by autoconf version 2.13"exit 0 ;;-with-* | --with-*)ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`# Reject names that are not valid shell variable names.if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then{ echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }fiac_package=`echo $ac_package| sed 's/-/_/g'`case "$ac_option" in*=*) ;;*) ac_optarg=yes ;;esaceval "with_${ac_package}='$ac_optarg'" ;;-without-* | --without-*)ac_package=`echo $ac_option|sed -e 's/-*without-//'`# Reject names that are not valid shell variable names.if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then{ echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }fiac_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 "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; };;*)if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; thenecho "configure: warning: $ac_option: invalid host type" 1>&2fiif test "x$nonopt" != xNONE; then{ echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }finonopt="$ac_option";;esacdoneif test -n "$ac_prev"; then{ echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }fitrap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15# File descriptor usage:# 0 standard input# 1 file creation# 2 errors and warnings# 3 some systems may open it to /dev/tty# 4 used on the Kubota Titan# 6 checking for... messages and results# 5 compiler messages saved in config.logif test "$silent" = yes; thenexec 6>/dev/nullelseexec 6>&1fiexec 5>./config.logecho "\This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake." 1>&5# Strip out --no-create and --no-recursion so they do not pile up.# Also quote any args containing shell metacharacters.ac_configure_args=for ac_argdocase "$ac_arg" in-no-create | --no-create | --no-creat | --no-crea | --no-cre \| --no-cr | --no-c) ;;-no-recursion | --no-recursion | --no-recursio | --no-recursi \| --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;*" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)ac_configure_args="$ac_configure_args '$ac_arg'" ;;*) ac_configure_args="$ac_configure_args $ac_arg" ;;esacdone# NLS nuisances.# Only set these to C if already set. These must not be set unconditionally# because not all systems understand e.g. LANG=C (notably SCO).# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!# Non-C LC_CTYPE values break the ctype check.if test "${LANG+set}" = set; then LANG=C; export LANG; fiif test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fiif test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fiif test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi# 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# A filename unique to this package, relative to the directory that# configure is in, which we can look for to find out if srcdir is correct.ac_unique_file=src/include/Defn.h# 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_prog=$0ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.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 "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }else{ echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }fifisrcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`# 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"; thenecho "loading site script $ac_site_file". "$ac_site_file"fidoneif test -r "$cache_file"; thenecho "loading cache $cache_file". $cache_fileelseecho "creating cache $cache_file"> $cache_filefiac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crossac_exeext=ac_objext=oif (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then# Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; thenac_n= ac_c='' ac_t=' 'elseac_n=-n ac_c= ac_t=fielseac_n= ac_c='\c' ac_t=fiac_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"breakfidoneif test -z "$ac_aux_dir"; then{ echo "configure: error: can not find install-sh or install.sh in tools $srcdir/tools" 1>&2; exit 1; }fiac_config_guess=$ac_aux_dir/config.guessac_config_sub=$ac_aux_dir/config.subac_configure=$ac_aux_dir/configure # This should be Cygnus configure.PACKAGE="R"VERSION=`cat ${srcdir}/VERSION | cut -d" " -f1`# 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# 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"# ./install, which can be erroneously created by make from ./install.sh.echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6echo "configure:772: checking for a BSD compatible install" >&5if test -z "$INSTALL"; thenif eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseIFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"for ac_dir in $PATH; do# Account for people who put trailing slashes in PATH elements.case "$ac_dir/" in/|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/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; doif test -f $ac_dir/$ac_prog; thenif test $ac_prog = install &&grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then# AIX install. It has an incompatible calling convention.:elseac_cv_path_install="$ac_dir/$ac_prog -c"break 2fifidone;;esacdoneIFS="$ac_save_IFS"fiif test "${ac_cv_path_install+set}" = set; thenINSTALL="$ac_cv_path_install"else# 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_sh"fifiecho "$ac_t""$INSTALL" 1>&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_PROGRAM}'test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6echo "configure:825: checking whether build environment is sane" >&5# 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 "configure: error: ls -t appears to fail. Make sure there is not a brokenalias in your environment" 1>&2; exit 1; }fitest "$2" = conftestfile)then# Ok.:else{ echo "configure: error: newly created file is older than distributed files!Check your system clock" 1>&2; exit 1; }firm -f conftest*echo "$ac_t""yes" 1>&6if test "$program_transform_name" = s,x,x,; thenprogram_transform_name=else# Double any \ or $. echo might interpret backslashes.cat <<\EOF_SED > conftestseds,\\,\\\\,g; s,\$,$$,gEOF_SEDprogram_transform_name="`echo $program_transform_name|sed -f conftestsed`"rm -f conftestsedfitest "$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"# sed with no file args requires a program.test "$program_transform_name" = "" && program_transform_name="s,x,x,"echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6echo "configure:882: checking whether ${MAKE-make} sets \${MAKE}" >&5set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftestmake <<\EOFall:@echo 'ac_maketemp="${MAKE}"'EOF# GNU make sometimes prints "make[1]: Entering...", which would confuse us.eval `${MAKE-make} -f conftestmake 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 conftestmakefiif eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; thenecho "$ac_t""yes" 1>&6SET_MAKE=elseecho "$ac_t""no" 1>&6SET_MAKE="MAKE=${MAKE-make}"fiPACKAGE=${PACKAGE}VERSION=${VERSION}if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then{ echo "configure: error: source directory already configured; run "make distclean" therefirst" 1>&2; exit 1; }ficat >> confdefs.h <<EOF#define PACKAGE "$PACKAGE"EOFcat >> confdefs.h <<EOF#define VERSION "$VERSION"EOFmissing_dir=`CDPATH=${ZSH_VERSION+.}: && cd $ac_aux_dir && pwd`echo $ac_n "checking for working aclocal""... $ac_c" 1>&6echo "configure:929: checking for working aclocal" >&5# 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 --version) < /dev/null > /dev/null 2>&1; thenACLOCAL=aclocalecho "$ac_t""found" 1>&6elseACLOCAL="$missing_dir/missing aclocal"echo "$ac_t""missing" 1>&6fiecho $ac_n "checking for working autoconf""... $ac_c" 1>&6echo "configure:942: checking for working autoconf" >&5# 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 "$ac_t""found" 1>&6elseAUTOCONF="$missing_dir/missing autoconf"echo "$ac_t""missing" 1>&6fiecho $ac_n "checking for working automake""... $ac_c" 1>&6echo "configure:955: checking for working automake" >&5# 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 --version) < /dev/null > /dev/null 2>&1; thenAUTOMAKE=automakeecho "$ac_t""found" 1>&6elseAUTOMAKE="$missing_dir/missing automake"echo "$ac_t""missing" 1>&6fiecho $ac_n "checking for working autoheader""... $ac_c" 1>&6echo "configure:968: checking for working autoheader" >&5# 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 "$ac_t""found" 1>&6elseAUTOHEADER="$missing_dir/missing autoheader"echo "$ac_t""missing" 1>&6fiecho $ac_n "checking for working makeinfo""... $ac_c" 1>&6echo "configure:981: checking for working makeinfo" >&5# 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 "$ac_t""found" 1>&6elseMAKEINFO="$missing_dir/missing makeinfo"echo "$ac_t""missing" 1>&6fi### Platform.# Make sure we can run config.sub.if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }fiecho $ac_n "checking host system type""... $ac_c" 1>&6echo "configure:1007: checking host system type" >&5host_alias=$hostcase "$host_alias" inNONE)case $nonopt inNONE)if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }fi ;;*) host_alias=$nonopt ;;esac ;;esachost=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`echo "$ac_t""$host" 1>&6cat >> confdefs.h <<EOF#define R_PLATFORM "${host}"EOFcat >> confdefs.h <<EOF#define R_CPU "${host_cpu}"EOFcat >> confdefs.h <<EOF#define R_VENDOR "${host_vendor}"EOFcat >> confdefs.h <<EOF#define R_OS "${host_os}"EOFR_PLATFORM="${host}"case "${host_os}" inmacos*)cat >> confdefs.h <<\EOF#define Macintosh 1EOF;;cygwin*|mingw*|windows*|winnt)cat >> confdefs.h <<\EOF#define Win32 1EOF;;*)cat >> confdefs.h <<\EOF#define Unix 1EOF;;esac### Defaults.f="${srcdir}/config.site"if test -r ${f}; then echo "loading site script ${f}"; . ${f}; fif="${HOME}/.Rconf"if test -r ${f}; then echo "loading user script ${f}"; . ${f} ; fif="./config.site"if test -r ${f}; then echo "loading build specific script ${f}"; . ${f} ; fi### Handle arguments to configure.config_opts=${ac_configure_args}## 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 R shared libraries.# 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=nofiif test "${want_R_shlib}" = yes; thenWANT_R_SHLIB_TRUE=WANT_R_SHLIB_FALSE='#'elseWANT_R_SHLIB_TRUE='#'WANT_R_SHLIB_FALSE=fi## <FIXME>## Should we add a check whether the user disabled shlibs in general?## </FIXME>if 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=nofiif test "${use_maintainer_mode}" = yes; 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"if test "${enableval}" = yes; thencat >> confdefs.h <<\EOF#define TESTING_WRITE_BARRIER 1EOFfifi## Allow the user to force us to use f2c.# Check whether --with-f2c or --without-f2c was given.if test "${with_f2c+set}" = set; thenwithval="$with_f2c"if test "${withval}" = no; thenuse_f2c=falseelseuse_f2c=truefielseuse_f2c=falsefi## Allow the user to force us to use g77.# Check whether --with-g77 or --without-g77 was given.if test "${with_g77+set}" = set; thenwithval="$with_g77"if test "${withval}" = no; thenuse_g77=falseelseuse_g77=truefielseuse_g77=falsefi## Allow the user to force us to use f77.# Check whether --with-f77 or --without-f77 was given.if test "${with_f77+set}" = set; thenwithval="$with_f77"if test "${withval}" = no; thenuse_f77=falseelseuse_f77=truefielseuse_f77=falsefi## Make sure only one of the above options for Fortran compilers was## specified.if test "${with_f77+set}" = set; thenif test "${with_g77+set}" = set; thenif test "$with_g77" = no; thentrueelsewarn_f77_and_g77="--with-f77 and --with-g77 both given! Using f77 ..."echo "configure: warning: ${warn_f77_and_g77}" 1>&2use_g77=falsefififiif test "${with_f77+set}" = set; thenif test "${with_f2c+set}" = set; thenif test "$with_f2c" = no; thentrueelsewarn_f77_and_f2c="--with-f77 and --with-f2c both given! Using f77 ..."echo "configure: warning: ${warn_f77_and_f2c}" 1>&2use_f2c=falsefififiif test "${with_g77+set}" = set; thenif test "${with_f2c+set}" = set; thenif test "$with_f2c" = no; thentrueelsewarn_g77_and_f2c="--with-g77 and --with-f2c both given! Using g77 ..."echo "configure: warning: ${warn_g77_and_f2c}" 1>&2use_f2c=falsefififi## 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=falseelseuse_blas=truefielseuse_blas=truefi## 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=falseelseuse_readline=truefielseuse_readline=truefi## 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=yesLIBS="${LIBS} -L${withval}/lib"CPPFLAGS="${CPPFLAGS} -I${withval}/include"gnome_prefix=${withval}/libfielsewant_gnome=nofi## 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=yesLIBS="${LIBS} -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## <FIXME>## Completely disable using libtool for building shlibs until libtool## fully supports Fortran and C++.## AC_ARG_WITH(libtool,## [ --with-libtool use libtool for building shared libraries [yes]],## use_libtool=${withval},## use_libtool=yes)## </FIXME>if test "${use_libtool}" = yes; thenUSE_LIBTOOL_TRUE=USE_LIBTOOL_FALSE='#'elseUSE_LIBTOOL_TRUE='#'USE_LIBTOOL_FALSE=fi## 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:1334: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_GETWD'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecase "$GETWD" in/*)ac_cv_path_GETWD="$GETWD" # Let the user override the test with a path.;;?:/*)ac_cv_path_GETWD="$GETWD" # Let the user override the test with a dos path.;;*)IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_path_GETWD="$ac_dir/$ac_word"breakfidoneIFS="$ac_save_ifs"test -z "$ac_cv_path_GETWD" && ac_cv_path_GETWD="pwd";;esacfiGETWD="$ac_cv_path_GETWD"if test -n "$GETWD"; thenecho "$ac_t""$GETWD" 1>&6elseecho "$ac_t""no" 1>&6fiecho $ac_n "checking whether builddir is srcdir""... $ac_c" 1>&6echo "configure:1368: checking whether builddir is srcdir" >&5if test "`cd ${srcdir} && ${GETWD}`" = "`${GETWD}`"; thenBUILDDIR_IS_SRCDIR=yeselseBUILDDIR_IS_SRCDIR=nofiecho "$ac_t""${BUILDDIR_IS_SRCDIR}" 1>&6### C compiler.# Extract the first word of "gcc", so it can be a program name with args.set dummy gcc; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:1382: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test -n "$CC"; thenac_cv_prog_CC="$CC" # Let the user override the test.elseIFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_prog_CC="gcc"breakfidoneIFS="$ac_save_ifs"fifiCC="$ac_cv_prog_CC"if test -n "$CC"; thenecho "$ac_t""$CC" 1>&6elseecho "$ac_t""no" 1>&6fiif 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:1412: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test -n "$CC"; thenac_cv_prog_CC="$CC" # Let the user override the test.elseIFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_prog_rejected=noac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenif test "$ac_dir/$ac_word" = "/usr/ucb/cc"; thenac_prog_rejected=yescontinuefiac_cv_prog_CC="cc"breakfidoneIFS="$ac_save_ifs"if 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 $# -gt 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.shiftset dummy "$ac_dir/$ac_word" "$@"shiftac_cv_prog_CC="$@"fifififiCC="$ac_cv_prog_CC"if test -n "$CC"; thenecho "$ac_t""$CC" 1>&6elseecho "$ac_t""no" 1>&6fiif test -z "$CC"; thencase "`uname -s`" in*win32* | *WIN32*)# Extract the first word of "cl", so it can be a program name with args.set dummy cl; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:1463: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test -n "$CC"; thenac_cv_prog_CC="$CC" # Let the user override the test.elseIFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_prog_CC="cl"breakfidoneIFS="$ac_save_ifs"fifiCC="$ac_cv_prog_CC"if test -n "$CC"; thenecho "$ac_t""$CC" 1>&6elseecho "$ac_t""no" 1>&6fi;;esacfitest -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }fiecho $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6echo "configure:1495: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5ac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crosscat > conftest.$ac_ext << EOF#line 1506 "configure"#include "confdefs.h"main(){return(0);}EOFif { (eval echo configure:1511: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenac_cv_prog_cc_works=yes# If we can't run a trivial program, we are probably using a cross compiler.if (./conftest; exit) 2>/dev/null; thenac_cv_prog_cc_cross=noelseac_cv_prog_cc_cross=yesfielseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5ac_cv_prog_cc_works=nofirm -fr conftest*ac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crossecho "$ac_t""$ac_cv_prog_cc_works" 1>&6if test $ac_cv_prog_cc_works = no; then{ echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }fiecho $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6echo "configure:1537: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6cross_compiling=$ac_cv_prog_cc_crossecho $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6echo "configure:1542: checking whether we are using GNU C" >&5if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.c <<EOF#ifdef __GNUC__yes;#endifEOFif { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1551: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; thenac_cv_prog_gcc=yeselseac_cv_prog_gcc=nofifiecho "$ac_t""$ac_cv_prog_gcc" 1>&6if test $ac_cv_prog_gcc = yes; thenGCC=yeselseGCC=fiac_test_CFLAGS="${CFLAGS+set}"ac_save_CFLAGS="$CFLAGS"CFLAGS=echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6echo "configure:1570: checking whether ${CC-cc} accepts -g" >&5if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseecho 'void f(){}' > conftest.cif test -z "`${CC-cc} -g -c conftest.c 2>&1`"; thenac_cv_prog_cc_g=yeselseac_cv_prog_cc_g=nofirm -f conftest*fiecho "$ac_t""$ac_cv_prog_cc_g" 1>&6if test "$ac_test_CFLAGS" = set; thenCFLAGS="$ac_save_CFLAGS"elif test $ac_cv_prog_cc_g = yes; thenif test "$GCC" = yes; thenCFLAGS="-g -O2"elseCFLAGS="-g"fielseif test "$GCC" = yes; thenCFLAGS="-O2"elseCFLAGS=fifiecho $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6echo "configure:1602: checking how to run the C preprocessor" >&5# On Suns, sometimes $CPP names a directory.if test -n "$CPP" && test -d "$CPP"; thenCPP=fiif test -z "$CPP"; thenif eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6else# This must be in double quotes, not single quotes, because CPP may get# substituted into the Makefile and "${CC-cc}" will confuse make.CPP="${CC-cc} -E"# On the NeXT, cc -E runs the code through the compiler's parser,# not just through cpp.cat > conftest.$ac_ext <<EOF#line 1617 "configure"#include "confdefs.h"#include <assert.h>Syntax ErrorEOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:1623: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; then:elseecho "$ac_err" >&5echo "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*CPP="${CC-cc} -E -traditional-cpp"cat > conftest.$ac_ext <<EOF#line 1634 "configure"#include "confdefs.h"#include <assert.h>Syntax ErrorEOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:1640: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; then:elseecho "$ac_err" >&5echo "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*CPP="${CC-cc} -nologo -E"cat > conftest.$ac_ext <<EOF#line 1651 "configure"#include "confdefs.h"#include <assert.h>Syntax ErrorEOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:1657: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; then:elseecho "$ac_err" >&5echo "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*CPP=/lib/cppfirm -f conftest*firm -f conftest*firm -f conftest*ac_cv_prog_CPP="$CPP"fiCPP="$ac_cv_prog_CPP"elseac_cv_prog_CPP="$CPP"fiecho "$ac_t""$CPP" 1>&6if test $ac_cv_prog_gcc = yes; thenecho $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6echo "configure:1683: checking whether ${CC-cc} needs -traditional" >&5if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_pattern="Autoconf.*'x'"cat > conftest.$ac_ext <<EOF#line 1689 "configure"#include "confdefs.h"#include <sgtty.h>Autoconf TIOCGETPEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |egrep "$ac_pattern" >/dev/null 2>&1; thenrm -rf conftest*ac_cv_prog_gcc_traditional=yeselserm -rf conftest*ac_cv_prog_gcc_traditional=nofirm -f conftest*if test $ac_cv_prog_gcc_traditional = no; thencat > conftest.$ac_ext <<EOF#line 1707 "configure"#include "confdefs.h"#include <termio.h>Autoconf TCGETAEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |egrep "$ac_pattern" >/dev/null 2>&1; thenrm -rf conftest*ac_cv_prog_gcc_traditional=yesfirm -f conftest*fifiecho "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6if test $ac_cv_prog_gcc_traditional = yes; thenCC="$CC -traditional"fifi: ${CPPFLAGS="-I/usr/local/include"}: ${LIBS="-L/usr/local/lib"}## Yes, we already need this at configure time ...case "${host_os}" inaix*)echo $ac_n "checking for AIX""... $ac_c" 1>&6echo "configure:1736: checking for AIX" >&5cat > conftest.$ac_ext <<EOF#line 1738 "configure"#include "confdefs.h"#ifdef _AIXyes#endifEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |egrep "yes" >/dev/null 2>&1; thenrm -rf conftest*echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF#define _ALL_SOURCE 1EOFelserm -rf conftest*echo "$ac_t""no" 1>&6firm -f conftest*LIBS="${LIBS} -lc";;hpux*)## <FIXME>## Autoconf 2.50 or better has AC_PROG_CC_STDC which takes care## of some of this.case "${CC}" incc)if test `echo ${CFLAGS} | grep -c -e "-Aae "` = 0; thenCFLAGS="${CFLAGS} -Aa"fi;;esac## On HPUX 11 we need _HPUX_SOURCE also with gcc so that we get the## ISO C99 fp classification macros ...cat >> confdefs.h <<\EOF#define _HPUX_SOURCE 1EOF## </FIXME>;;esacdepend_rules_frag=Makefrag.depecho $ac_n "checking whether ${CC} accepts -M for generating dependencies""... $ac_c" 1>&6echo "configure:1784: checking whether ${CC} accepts -M for generating dependencies" >&5if eval "test \"`echo '$''{'r_cv_prog_cc_m'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseecho "#include <math.h>" > conftest.c## No real point in using AC_LANG_* and ${ac_ext}, as we need to## create hard-wired suffix rules.if test -n "`${CC} -M conftest.c 2>/dev/null \| grep conftest`"; thenr_cv_prog_cc_m=yeselser_cv_prog_cc_m=nofifiecho "$ac_t""$r_cv_prog_cc_m" 1>&6if test "${r_cv_prog_cc_m}" = yes; thencat << \EOF > ${depend_rules_frag}.c.d:@echo "making $@ from $<"@$(CC) -M $(ALL_CPPFLAGS) $< | \sed -e 's/^\([^:]*\)\.o\([ ]\)*:/\1.o \1.lo\2:/' > $@EOFelsecat << \EOF > ${depend_rules_frag}.c.d:@touch $@EOFficc_o_lo_rules_frag=Makefrag.ccecho $ac_n "checking whether ${CC} supports -c -o FILE.lo""... $ac_c" 1>&6echo "configure:1818: checking whether ${CC} supports -c -o FILE.lo" >&5if eval "test \"`echo '$''{'r_cv_prog_cc_c_o_lo'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsetest -d TMP || mkdir TMPecho "int some_variable = 0;" > conftest.c## No real point in using AC_LANG_* and ${ac_ext}, as we need to## create hard-wired suffix rules.ac_try='${CC} ${CFLAGS} -c conftest.c -o TMP/conftest.lo 1>&5'if { (eval echo configure:1827: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } \&& test -f TMP/conftest.lo \&& { (eval echo configure:1829: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; thenr_cv_prog_cc_c_o_lo=yeselser_cv_prog_cc_c_o_lo=nofirm -rf conftest* TMPfiecho "$ac_t""$r_cv_prog_cc_c_o_lo" 1>&6if test "${r_cv_prog_cc_c_o_lo}" = yes; thencat << \EOF > ${cc_o_lo_rules_frag}.c.lo:$(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS_LO) -c $< -o $@EOFelsecat << \EOF > ${cc_o_lo_rules_frag}.c.lo:@test -d .libs || mkdir .libs$(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS_LO) -c $< -o .libs/$*.omv .libs/$*.o $*.loEOFfi### Programs.for ac_prog in mawk gawk 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:1862: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test -n "$AWK"; thenac_cv_prog_AWK="$AWK" # Let the user override the test.elseIFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_prog_AWK="$ac_prog"breakfidoneIFS="$ac_save_ifs"fifiAWK="$ac_cv_prog_AWK"if test -n "$AWK"; thenecho "$ac_t""$AWK" 1>&6elseecho "$ac_t""no" 1>&6fitest -n "$AWK" && breakdoneecho $ac_n "checking whether ln -s works""... $ac_c" 1>&6echo "configure:1892: checking whether ln -s works" >&5if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elserm -f conftestdataif ln -s X conftestdata 2>/dev/nullthenrm -f conftestdataac_cv_prog_LN_S="ln -s"elseac_cv_prog_LN_S=lnfifiLN_S="$ac_cv_prog_LN_S"if test "$ac_cv_prog_LN_S" = "ln -s"; thenecho "$ac_t""yes" 1>&6elseecho "$ac_t""no" 1>&6fi# Extract the first word of "ranlib", so it can be a program name with args.set dummy ranlib; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:1915: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test -n "$RANLIB"; thenac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.elseIFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_prog_RANLIB="ranlib"breakfidoneIFS="$ac_save_ifs"test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"fifiRANLIB="$ac_cv_prog_RANLIB"if test -n "$RANLIB"; thenecho "$ac_t""$RANLIB" 1>&6elseecho "$ac_t""no" 1>&6fifor 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:1947: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test -n "$YACC"; thenac_cv_prog_YACC="$YACC" # Let the user override the test.elseIFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_prog_YACC="$ac_prog"breakfidoneIFS="$ac_save_ifs"fifiYACC="$ac_cv_prog_YACC"if test -n "$YACC"; thenecho "$ac_t""$YACC" 1>&6elseecho "$ac_t""no" 1>&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 $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:1982: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test -n "$AR"; thenac_cv_prog_AR="$AR" # Let the user override the test.elseIFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_prog_AR="$ac_prog"breakfidoneIFS="$ac_save_ifs"fifiAR="$ac_cv_prog_AR"if test -n "$AR"; thenecho "$ac_t""$AR" 1>&6elseecho "$ac_t""no" 1>&6fitest -n "$AR" && breakdone: ${ARFLAGS="rc"}echo $ac_n "checking whether echo can suppress newlines""... $ac_c" 1>&6echo "configure:2014: checking whether echo can suppress newlines" >&5if echo "testing\c" | grep c >/dev/null; thenif echo -n "testing" | sed s/-n/xn/ | grep xn >/dev/null; thenECHO_N= ECHO_C= ECHO_T=' 'elseECHO_N=-n ECHO_C= ECHO_T=fielseECHO_N= ECHO_C='\c' ECHO_T=fiif test -z "${ECHO_T}"; thenecho "$ac_t""yes" 1>&6elseecho "$ac_t""no" 1>&6fiwarn_install="redefining INSTALL to be `pwd`/tools/install-sh -c"case "${INSTALL}" in[!/]*install-sh*)## Fix a bug in older versions of autoconf---the path of the## install shell script is not cached. Could also use an absolute## path in AC_CONFIG_AUX_DIR().INSTALL="\$\(top_srcdir\)/tools/install-sh -c"echo "configure: warning: ${warn_install}" 1>&2;;esaccase "${host_os}" inaix*|hpux*)## installbsd on AIX does not seem to work?INSTALL="\$\(top_srcdir\)/tools/install-sh -c"echo "configure: warning: ${warn_install}" 1>&2;;esac# Extract the first word of "javac", so it can be a program name with args.set dummy javac; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:2055: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_JAVAC'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecase "$JAVAC" in/*)ac_cv_path_JAVAC="$JAVAC" # Let the user override the test with a path.;;?:/*)ac_cv_path_JAVAC="$JAVAC" # Let the user override the test with a dos path.;;*)IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_path_JAVAC="$ac_dir/$ac_word"breakfidoneIFS="$ac_save_ifs";;esacfiJAVAC="$ac_cv_path_JAVAC"if test -n "$JAVAC"; thenecho "$ac_t""$JAVAC" 1>&6elseecho "$ac_t""no" 1>&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 $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:2097: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_PAGER'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecase "$PAGER" in/*)ac_cv_path_PAGER="$PAGER" # Let the user override the test with a path.;;?:/*)ac_cv_path_PAGER="$PAGER" # Let the user override the test with a dos path.;;*)IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_path_PAGER="$ac_dir/$ac_word"breakfidoneIFS="$ac_save_ifs";;esacfiPAGER="$ac_cv_path_PAGER"if test -n "$PAGER"; thenecho "$ac_t""$PAGER" 1>&6elseecho "$ac_t""no" 1>&6fitest -n "$PAGER" && breakdonetest -n "$PAGER" || PAGER="false"if test "${PAGER}" = false; thenwarn_pager="I could not determine a pager"echo "configure: warning: ${warn_pager}" 1>&2fi## 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:2144: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecase "$PERL" in/*)ac_cv_path_PERL="$PERL" # Let the user override the test with a path.;;?:/*)ac_cv_path_PERL="$PERL" # Let the user override the test with a dos path.;;*)IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_path_PERL="$ac_dir/$ac_word"breakfidoneIFS="$ac_save_ifs";;esacfiPERL="$ac_cv_path_PERL"if test -n "$PERL"; thenecho "$ac_t""$PERL" 1>&6elseecho "$ac_t""no" 1>&6fitest -n "$PERL" && breakdoneif test -n "${PERL}"; thenecho $ac_n "checking whether perl version is at least 5.004""... $ac_c" 1>&6echo "configure:2181: checking whether perl version is at least 5.004" >&5if eval "test \"`echo '$''{'r_cv_prog_perl_v5'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif ${PERL} -e 'require 5.004 or exit 1'thenr_cv_prog_perl_v5=yeselser_cv_prog_perl_v5=nofifiecho "$ac_t""$r_cv_prog_perl_v5" 1>&6elsefor 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:2202: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_FALSE'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecase "$FALSE" in/*)ac_cv_path_FALSE="$FALSE" # Let the user override the test with a path.;;?:/*)ac_cv_path_FALSE="$FALSE" # Let the user override the test with a dos path.;;*)IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_path_FALSE="$ac_dir/$ac_word"breakfidoneIFS="$ac_save_ifs";;esacfiFALSE="$ac_cv_path_FALSE"if test -n "$FALSE"; thenecho "$ac_t""$FALSE" 1>&6elseecho "$ac_t""no" 1>&6fitest -n "$FALSE" && breakdonePERL="${FALSE}"fiif test "${r_cv_prog_perl_v5}" = yes; thenNO_PERL5=falseelsewarn_perl5="you cannot build the object documentation system"echo "configure: warning: ${warn_perl5}" 1>&2NO_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 $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:2258: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_DVIPS'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecase "$DVIPS" in/*)ac_cv_path_DVIPS="$DVIPS" # Let the user override the test with a path.;;?:/*)ac_cv_path_DVIPS="$DVIPS" # Let the user override the test with a dos path.;;*)IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_path_DVIPS="$ac_dir/$ac_word"breakfidoneIFS="$ac_save_ifs";;esacfiDVIPS="$ac_cv_path_DVIPS"if test -n "$DVIPS"; thenecho "$ac_t""$DVIPS" 1>&6elseecho "$ac_t""no" 1>&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 $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:2299: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_TEX'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecase "$TEX" in/*)ac_cv_path_TEX="$TEX" # Let the user override the test with a path.;;?:/*)ac_cv_path_TEX="$TEX" # Let the user override the test with a dos path.;;*)IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_path_TEX="$ac_dir/$ac_word"breakfidoneIFS="$ac_save_ifs";;esacfiTEX="$ac_cv_path_TEX"if test -n "$TEX"; thenecho "$ac_t""$TEX" 1>&6elseecho "$ac_t""no" 1>&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 $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:2340: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_LATEX'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecase "$LATEX" in/*)ac_cv_path_LATEX="$LATEX" # Let the user override the test with a path.;;?:/*)ac_cv_path_LATEX="$LATEX" # Let the user override the test with a dos path.;;*)IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_path_LATEX="$ac_dir/$ac_word"breakfidoneIFS="$ac_save_ifs";;esacfiLATEX="$ac_cv_path_LATEX"if test -n "$LATEX"; thenecho "$ac_t""$LATEX" 1>&6elseecho "$ac_t""no" 1>&6fitest -n "$LATEX" && breakdonetest -n "$LATEX" || LATEX="false"if test -z "${ac_cv_path_LATEX}" ; thenwarn_dvi="you cannot build DVI versions of the R manuals"echo "configure: warning: ${warn_dvi}" 1>&2fifor 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:2385: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_MAKEINDEX'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecase "$MAKEINDEX" in/*)ac_cv_path_MAKEINDEX="$MAKEINDEX" # Let the user override the test with a path.;;?:/*)ac_cv_path_MAKEINDEX="$MAKEINDEX" # Let the user override the test with a dos path.;;*)IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_path_MAKEINDEX="$ac_dir/$ac_word"breakfidoneIFS="$ac_save_ifs";;esacfiMAKEINDEX="$ac_cv_path_MAKEINDEX"if test -n "$MAKEINDEX"; thenecho "$ac_t""$MAKEINDEX" 1>&6elseecho "$ac_t""no" 1>&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 $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:2426: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_PDFTEX'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecase "$PDFTEX" in/*)ac_cv_path_PDFTEX="$PDFTEX" # Let the user override the test with a path.;;?:/*)ac_cv_path_PDFTEX="$PDFTEX" # Let the user override the test with a dos path.;;*)IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_path_PDFTEX="$ac_dir/$ac_word"breakfidoneIFS="$ac_save_ifs";;esacfiPDFTEX="$ac_cv_path_PDFTEX"if test -n "$PDFTEX"; thenecho "$ac_t""$PDFTEX" 1>&6elseecho "$ac_t""no" 1>&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 $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:2467: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_PDFLATEX'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecase "$PDFLATEX" in/*)ac_cv_path_PDFLATEX="$PDFLATEX" # Let the user override the test with a path.;;?:/*)ac_cv_path_PDFLATEX="$PDFLATEX" # Let the user override the test with a dos path.;;*)IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_path_PDFLATEX="$ac_dir/$ac_word"breakfidoneIFS="$ac_save_ifs";;esacfiPDFLATEX="$ac_cv_path_PDFLATEX"if test -n "$PDFLATEX"; thenecho "$ac_t""$PDFLATEX" 1>&6elseecho "$ac_t""no" 1>&6fitest -n "$PDFLATEX" && breakdonetest -n "$PDFLATEX" || PDFLATEX="false"if test -z "${ac_cv_path_PDFLATEX}" ; thenwarn_pdf="you cannot build PDF versions of the R manuals"echo "configure: warning: ${warn_pdf}" 1>&2fifor 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:2512: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_MAKEINFO_CMD'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecase "$MAKEINFO_CMD" in/*)ac_cv_path_MAKEINFO_CMD="$MAKEINFO_CMD" # Let the user override the test with a path.;;?:/*)ac_cv_path_MAKEINFO_CMD="$MAKEINFO_CMD" # Let the user override the test with a dos path.;;*)IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_path_MAKEINFO_CMD="$ac_dir/$ac_word"breakfidoneIFS="$ac_save_ifs";;esacfiMAKEINFO_CMD="$ac_cv_path_MAKEINFO_CMD"if test -n "$MAKEINFO_CMD"; thenecho "$ac_t""$MAKEINFO_CMD" 1>&6elseecho "$ac_t""no" 1>&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 $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:2553: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_INSTALL_INFO'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecase "$INSTALL_INFO" in/*)ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path.;;?:/*)ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a dos path.;;*)IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_path_INSTALL_INFO="$ac_dir/$ac_word"breakfidoneIFS="$ac_save_ifs";;esacfiINSTALL_INFO="$ac_cv_path_INSTALL_INFO"if test -n "$INSTALL_INFO"; thenecho "$ac_t""$INSTALL_INFO" 1>&6elseecho "$ac_t""no" 1>&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 $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:2604: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_R_UNZIPCMD'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecase "$R_UNZIPCMD" in/*)ac_cv_path_R_UNZIPCMD="$R_UNZIPCMD" # Let the user override the test with a path.;;?:/*)ac_cv_path_R_UNZIPCMD="$R_UNZIPCMD" # Let the user override the test with a dos path.;;*)IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_path_R_UNZIPCMD="$ac_dir/$ac_word"breakfidoneIFS="$ac_save_ifs";;esacfiR_UNZIPCMD="$ac_cv_path_R_UNZIPCMD"if test -n "$R_UNZIPCMD"; thenecho "$ac_t""$R_UNZIPCMD" 1>&6elseecho "$ac_t""no" 1>&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 $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:2645: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_R_ZIPCMD'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecase "$R_ZIPCMD" in/*)ac_cv_path_R_ZIPCMD="$R_ZIPCMD" # Let the user override the test with a path.;;?:/*)ac_cv_path_R_ZIPCMD="$R_ZIPCMD" # Let the user override the test with a dos path.;;*)IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_path_R_ZIPCMD="$ac_dir/$ac_word"breakfidoneIFS="$ac_save_ifs";;esacfiR_ZIPCMD="$ac_cv_path_R_ZIPCMD"if test -n "$R_ZIPCMD"; thenecho "$ac_t""$R_ZIPCMD" 1>&6elseecho "$ac_t""no" 1>&6fitest -n "$R_ZIPCMD" && breakdonetest -n "$R_ZIPCMD" || R_ZIPCMD=""""## Libtool# 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.IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"for pkg in $enableval; doif test "X$pkg" = "X$p"; thenenable_static=yesfidoneIFS="$ac_save_ifs";;esacelseenable_static=nofiecho $ac_n "checking for Cygwin environment""... $ac_c" 1>&6echo "configure:2706: checking for Cygwin environment" >&5if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 2711 "configure"#include "confdefs.h"int main() {#ifndef __CYGWIN__#define __CYGWIN__ __CYGWIN32__#endifreturn __CYGWIN__;; return 0; }EOFif { (eval echo configure:2722: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; thenrm -rf conftest*ac_cv_cygwin=yeselseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*ac_cv_cygwin=nofirm -f conftest*rm -f conftest*fiecho "$ac_t""$ac_cv_cygwin" 1>&6CYGWIN=test "$ac_cv_cygwin" = yes && CYGWIN=yesecho $ac_n "checking for mingw32 environment""... $ac_c" 1>&6echo "configure:2739: checking for mingw32 environment" >&5if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 2744 "configure"#include "confdefs.h"int main() {return __MINGW32__;; return 0; }EOFif { (eval echo configure:2751: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; thenrm -rf conftest*ac_cv_mingw32=yeselseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*ac_cv_mingw32=nofirm -f conftest*rm -f conftest*fiecho "$ac_t""$ac_cv_mingw32" 1>&6MINGW32=test "$ac_cv_mingw32" = yes && MINGW32=yes# 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.IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"for pkg in $enableval; doif test "X$pkg" = "X$p"; thenenable_shared=yesfidoneIFS="$ac_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.IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"for pkg in $enableval; doif test "X$pkg" = "X$p"; thenenable_fast_install=yesfidoneIFS="$ac_save_ifs";;esacelseenable_fast_install=yesfiecho $ac_n "checking build system type""... $ac_c" 1>&6echo "configure:2814: checking build system type" >&5build_alias=$buildcase "$build_alias" inNONE)case $nonopt inNONE) build_alias=$host_alias ;;*) build_alias=$nonopt ;;esac ;;esacbuild=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`echo "$ac_t""$build" 1>&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=nofiac_prog=ldif test "$GCC" = yes; then# Check if gcc -print-prog-name=ld gives a path.echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6echo "configure:2843: checking for ld used by GCC" >&5case $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.[\\/]* | [A-Za-z]:[\\/]*)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 $ac_n "checking for GNU ld""... $ac_c" 1>&6echo "configure:2873: checking for GNU ld" >&5elseecho $ac_n "checking for non-GNU ld""... $ac_c" 1>&6echo "configure:2876: checking for non-GNU ld" >&5fiif eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test -z "$LD"; thenIFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"for ac_dir in $PATH; dotest -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.if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; thentest "$with_gnu_ld" != no && breakelsetest "$with_gnu_ld" != yes && breakfifidoneIFS="$ac_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 "$ac_t""$LD" 1>&6elseecho "$ac_t""no" 1>&6fitest -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6echo "configure:2911: checking if the linker ($LD) is GNU ld" >&5if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6else# I'd rather use --version here, but apparently some GNU ld's only accept -v.if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; thenlt_cv_prog_gnu_ld=yeselselt_cv_prog_gnu_ld=nofifiecho "$ac_t""$lt_cv_prog_gnu_ld" 1>&6with_gnu_ld=$lt_cv_prog_gnu_ldecho $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6echo "configure:2928: checking for $LD option to reload object files" >&5if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elselt_cv_ld_reload_flag='-r'fiecho "$ac_t""$lt_cv_ld_reload_flag" 1>&6reload_flag=$lt_cv_ld_reload_flagtest -n "$reload_flag" && reload_flag=" $reload_flag"echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6echo "configure:2940: checking for BSD-compatible nm" >&5if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test -n "$NM"; then# Let the user override the test.lt_cv_path_NM="$NM"elseIFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; dotest -z "$ac_dir" && ac_dir=.tmp_nm=$ac_dir/${ac_tool_prefix}nmif 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 fileif ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; thenlt_cv_path_NM="$tmp_nm -B"breakelif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; thenlt_cv_path_NM="$tmp_nm -p"breakelselt_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 flagsfifidoneIFS="$ac_save_ifs"test -z "$lt_cv_path_NM" && lt_cv_path_NM=nmfifiNM="$lt_cv_path_NM"echo "$ac_t""$NM" 1>&6echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6echo "configure:2978: checking how to recognise dependant libraries" >&5if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&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 egrep 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*)lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'lt_cv_file_magic_cmd='$OBJDUMP -f';;darwin* | rhapsody*)lt_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=`echo /System/Library/Frameworks/System.framework/Versions/*/System | head -1`;;*) # Darwin 1.3 onlt_cv_file_magic_test_file='/usr/lib/libSystem.dylib';;esac;;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_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'lt_cv_file_magic_cmd=/usr/bin/filelt_cv_file_magic_test_file=/usr/lib/libc.sl;;irix5* | irix6*)case $host_os inirix5*)# 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-gnu*)case $host_cpu inalpha* | i*86 | powerpc* | sparc* | ia64* )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]+$'elselt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$'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;;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;;sysv5uw[78]* | sysv4*uw2*)lt_cv_deplibs_check_method=pass_all;;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;;esac;;esacfiecho "$ac_t""$lt_cv_deplibs_check_method" 1>&6file_magic_cmd=$lt_cv_file_magic_cmddeplibs_check_method=$lt_cv_deplibs_check_methodecho $ac_n "checking for object suffix""... $ac_c" 1>&6echo "configure:3151: checking for object suffix" >&5if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elserm -f conftest*echo 'int i = 1;' > conftest.$ac_extif { (eval echo configure:3157: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; thenfor ac_file in conftest.*; docase $ac_file in*.c) ;;*) ac_cv_objext=`echo $ac_file | sed -e s/conftest.//` ;;esacdoneelse{ echo "configure: error: installation or configuration problem; compiler does not work" 1>&2; exit 1; }firm -f conftest*fiecho "$ac_t""$ac_cv_objext" 1>&6OBJEXT=$ac_cv_objextac_objext=$ac_cv_objextecho $ac_n "checking for executable suffix""... $ac_c" 1>&6echo "configure:3177: checking for executable suffix" >&5if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test "$CYGWIN" = yes || test "$MINGW32" = yes; thenac_cv_exeext=.exeelserm -f conftest*echo 'int main () { return 0; }' > conftest.$ac_extac_cv_exeext=if { (eval echo configure:3187: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; thenfor file in conftest.*; docase $file in*.c | *.o | *.obj) ;;*) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;esacdoneelse{ echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }firm -f conftest*test x"${ac_cv_exeext}" = x && ac_cv_exeext=nofifiEXEEXT=""test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}echo "$ac_t""${ac_cv_exeext}" 1>&6ac_exeext=$EXEEXTif test $host != $build; thenac_tool_prefix=${host_alias}-elseac_tool_prefix=fi# Check for command to grab the raw symbol name followed by C symbol from nm.echo $ac_n "checking command to parse $NM output""... $ac_c" 1>&6echo "configure:3218: checking command to parse $NM output" >&5if eval "test \"`echo '$''{'lt_cv_sys_global_symbol_pipe'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&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_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern char \1;/p'"# Define system-specific variables.case $host_os inaix*)symcode='[BCDT]';;cygwin* | mingw* | pw32*)symcode='[ABCDGISTW]';;hpux*) # Its linker distinguishes data from code symbolslt_cv_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern char \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'";;irix*)symcode='[BCDEGRST]';;solaris* | sysv5*)symcode='[BDT]';;sysv4)symcode='[DFNSTU]';;esac# Handle CRLF in mingw tool chainopt_cr=case $host_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.if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; thensymcode='[ABCDGISTW]'fi# 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 configure:3294: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then# Now try to grab the symbols.nlist=conftest.nmif { (eval echo configure:3297: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5; } && 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 egrep ' nm_test_var$' "$nlist" >/dev/null; thenif egrep ' nm_test_func$' "$nlist" >/dev/null; thencat <<EOF > conftest.$ac_ext#ifdef __cplusplusextern "C" {#endifEOF# Now generate the symbol file.eval "$lt_cv_global_symbol_to_cdecl"' < "$nlist" >> 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[] ={EOFsed "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" >> 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_objextsave_LIBS="$LIBS"save_CFLAGS="$CFLAGS"LIBS="conftstm.$ac_objext"CFLAGS="$CFLAGS$no_builtin_flag"if { (eval echo configure:3348: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; thenpipe_works=yesfiLIBS="$save_LIBS"CFLAGS="$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=fidonefiglobal_symbol_pipe="$lt_cv_sys_global_symbol_pipe"if test -z "$lt_cv_sys_global_symbol_pipe"; thenglobal_symbol_to_cdecl=elseglobal_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl"fiif test -z "$global_symbol_pipe$global_symbol_to_cdecl"; thenecho "$ac_t""failed" 1>&6elseecho "$ac_t""ok" 1>&6fifor ac_hdr in dlfcn.hdoac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6echo "configure:3394: checking for $ac_hdr" >&5if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 3399 "configure"#include "confdefs.h"#include <$ac_hdr>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:3404: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; thenrm -rf conftest*eval "ac_cv_header_$ac_safe=yes"elseecho "$ac_err" >&5echo "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_header_$ac_safe=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; thenecho "$ac_t""yes" 1>&6ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`cat >> confdefs.h <<EOF#define $ac_tr_hdr 1EOFelseecho "$ac_t""no" 1>&6fidone# 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 $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6echo "configure:3439: checking for ${ac_tool_prefix}file" >&5if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecase $MAGIC_CMD in/*)lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.;;?:/*)lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.;;*)ac_save_MAGIC_CMD="$MAGIC_CMD"IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="/usr/bin:$PATH"for ac_dir in $ac_dummy; dotest -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="$ac_save_ifs"MAGIC_CMD="$ac_save_MAGIC_CMD";;esacfiMAGIC_CMD="$lt_cv_path_MAGIC_CMD"if test -n "$MAGIC_CMD"; thenecho "$ac_t""$MAGIC_CMD" 1>&6elseecho "$ac_t""no" 1>&6fiif test -z "$lt_cv_path_MAGIC_CMD"; thenif test -n "$ac_tool_prefix"; thenecho $ac_n "checking for file""... $ac_c" 1>&6echo "configure:3501: checking for file" >&5if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecase $MAGIC_CMD in/*)lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.;;?:/*)lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.;;*)ac_save_MAGIC_CMD="$MAGIC_CMD"IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="/usr/bin:$PATH"for ac_dir in $ac_dummy; dotest -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="$ac_save_ifs"MAGIC_CMD="$ac_save_MAGIC_CMD";;esacfiMAGIC_CMD="$lt_cv_path_MAGIC_CMD"if test -n "$MAGIC_CMD"; thenecho "$ac_t""$MAGIC_CMD" 1>&6elseecho "$ac_t""no" 1>&6fielseMAGIC_CMD=:fififi;;esac# 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:3572: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test -n "$RANLIB"; thenac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.elseIFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"breakfidoneIFS="$ac_save_ifs"fifiRANLIB="$ac_cv_prog_RANLIB"if test -n "$RANLIB"; thenecho "$ac_t""$RANLIB" 1>&6elseecho "$ac_t""no" 1>&6fiif test -z "$ac_cv_prog_RANLIB"; thenif test -n "$ac_tool_prefix"; then# Extract the first word of "ranlib", so it can be a program name with args.set dummy ranlib; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:3604: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test -n "$RANLIB"; thenac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.elseIFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_prog_RANLIB="ranlib"breakfidoneIFS="$ac_save_ifs"test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"fifiRANLIB="$ac_cv_prog_RANLIB"if test -n "$RANLIB"; thenecho "$ac_t""$RANLIB" 1>&6elseecho "$ac_t""no" 1>&6fielseRANLIB=":"fifi# 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:3639: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test -n "$STRIP"; thenac_cv_prog_STRIP="$STRIP" # Let the user override the test.elseIFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_prog_STRIP="${ac_tool_prefix}strip"breakfidoneIFS="$ac_save_ifs"fifiSTRIP="$ac_cv_prog_STRIP"if test -n "$STRIP"; thenecho "$ac_t""$STRIP" 1>&6elseecho "$ac_t""no" 1>&6fiif test -z "$ac_cv_prog_STRIP"; thenif test -n "$ac_tool_prefix"; then# Extract the first word of "strip", so it can be a program name with args.set dummy strip; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:3671: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test -n "$STRIP"; thenac_cv_prog_STRIP="$STRIP" # Let the user override the test.elseIFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_prog_STRIP="strip"breakfidoneIFS="$ac_save_ifs"test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP=":"fifiSTRIP="$ac_cv_prog_STRIP"if test -n "$STRIP"; thenecho "$ac_t""$STRIP" 1>&6elseecho "$ac_t""no" 1>&6fielseSTRIP=":"fifienable_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":fitest "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 in*-*-irix6*)# Find out which ABI we are using.echo '#line 3720 "configure"' > conftest.$ac_extif { (eval echo configure:3721: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; thencase `/usr/bin/file conftest.$ac_objext` in*32-bit*)LD="${LD-ld} -32";;*N32*)LD="${LD-ld} -n32";;*64-bit*)LD="${LD-ld} -64";;esacfirm -rf conftest*;;*-*-sco3.2v5*)# On SCO OpenServer 5, we need -belf to get full-featured binaries.SAVE_CFLAGS="$CFLAGS"CFLAGS="$CFLAGS -belf"echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6echo "configure:3742: checking whether the C compiler needs -belf" >&5if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crosscat > conftest.$ac_ext <<EOF#line 3755 "configure"#include "confdefs.h"int main() {; return 0; }EOFif { (eval echo configure:3762: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*lt_cv_cc_needs_belf=yeselseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*lt_cv_cc_needs_belf=nofirm -f conftest*ac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crossfiecho "$ac_t""$lt_cv_cc_needs_belf" 1>&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;;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'# 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"need_locks="$enable_libtool_lock"old_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 "$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 "$OBJDUMP" && OBJDUMP=objdumptest -z "$RANLIB" && RANLIB=:test -z "$STRIP" && STRIP=:test -z "$ac_objext" && ac_objext=oif test x"$host" != x"$build"; thenac_tool_prefix=${host_alias}-elseac_tool_prefix=fi# Transform linux* to *-*-linux-gnu*, to support old configure scripts.case $host_os inlinux-gnu*) ;;linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`esaccase $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# 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"; thenold_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"fi# Allow CC to be a program name with arguments.set dummy $CCcompiler="$2"echo $ac_n "checking for objdir""... $ac_c" 1>&6echo "configure:3875: checking for objdir" >&5rm -f .libs 2>/dev/nullmkdir .libs 2>/dev/nullif test -d .libs; thenobjdir=.libselse# MS-DOS does not allow filenames that begin with a dot.objdir=_libsfirmdir .libs 2>/dev/nullecho "$ac_t""$objdir" 1>&6# Check whether --with-pic or --without-pic was given.if test "${with_pic+set}" = set; thenwithval="$with_pic"pic_mode="$withval"elsepic_mode=defaultfitest -z "$pic_mode" && pic_mode=default# We assume here that the value for lt_cv_prog_cc_pic will not be cached# in isolation, and that seeing it set (from the cache) indicates that# the associated values are set (in the cache) correctly too.echo $ac_n "checking for $compiler option to produce PIC""... $ac_c" 1>&6echo "configure:3902: checking for $compiler option to produce PIC" >&5if eval "test \"`echo '$''{'lt_cv_prog_cc_pic'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elselt_cv_prog_cc_pic=lt_cv_prog_cc_shlib=lt_cv_prog_cc_wl=lt_cv_prog_cc_static=lt_cv_prog_cc_no_builtin=lt_cv_prog_cc_can_build_shared=$can_build_sharedif test "$GCC" = yes; thenlt_cv_prog_cc_wl='-Wl,'lt_cv_prog_cc_static='-static'case $host_os inaix*)# Below there is a dirty hack to force normal static linking with -ldl# The problem is because libdl dynamically linked with both libc and# libC (AIX C++ library), which obviously doesn't included in libraries# list by gcc. This cause undefined symbols with -static flags.# This hack allows C programs to be linked with "-static -ldl", but# we not sure about C++ programs.lt_cv_prog_cc_static="$lt_cv_prog_cc_static ${lt_cv_prog_cc_wl}-lC";;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_cv_prog_cc_pic='-m68020 -resident32 -malways-restore-a4';;beos* | irix5* | irix6* | osf3* | osf4* | osf5*)# PIC is the default for these OSes.;;darwin* | rhapsody*)# PIC is the default on this platform# Common symbols not allowed in MH_DYLIB fileslt_cv_prog_cc_pic='-fno-common';;cygwin* | 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_cv_prog_cc_pic='-DDLL_EXPORT';;sysv4*MP*)if test -d /usr/nec; thenlt_cv_prog_cc_pic=-Kconform_picfi;;*)lt_cv_prog_cc_pic='-fPIC';;esacelse# PORTME Check for PIC flags for the system compiler.case $host_os inaix3* | aix4* | aix5*)# All AIX code is PIC.if test "$host_cpu" = ia64; then# AIX 5 now supports IA64 processorlt_cv_prog_cc_static='-Bstatic'lt_cv_prog_cc_wl='-Wl,'elselt_cv_prog_cc_static='-bnso -bI:/lib/syscalls.exp'fi;;hpux9* | hpux10* | hpux11*)# Is there a better lt_cv_prog_cc_static that works with the bundled CC?lt_cv_prog_cc_wl='-Wl,'lt_cv_prog_cc_static="${lt_cv_prog_cc_wl}-a ${lt_cv_prog_cc_wl}archive"lt_cv_prog_cc_pic='+Z';;irix5* | irix6*)lt_cv_prog_cc_wl='-Wl,'lt_cv_prog_cc_static='-non_shared'# PIC (with -KPIC) is the default.;;cygwin* | 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_cv_prog_cc_pic='-DDLL_EXPORT';;newsos6)lt_cv_prog_cc_pic='-KPIC'lt_cv_prog_cc_static='-Bstatic';;osf3* | osf4* | osf5*)# All OSF/1 code is PIC.lt_cv_prog_cc_wl='-Wl,'lt_cv_prog_cc_static='-non_shared';;sco3.2v5*)lt_cv_prog_cc_pic='-Kpic'lt_cv_prog_cc_static='-dn'lt_cv_prog_cc_shlib='-belf';;solaris*)lt_cv_prog_cc_pic='-KPIC'lt_cv_prog_cc_static='-Bstatic'lt_cv_prog_cc_wl='-Wl,';;sunos4*)lt_cv_prog_cc_pic='-PIC'lt_cv_prog_cc_static='-Bstatic'lt_cv_prog_cc_wl='-Qoption ld ';;sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)lt_cv_prog_cc_pic='-KPIC'lt_cv_prog_cc_static='-Bstatic'if test "x$host_vendor" = xsni; thenlt_cv_prog_cc_wl='-LD'elselt_cv_prog_cc_wl='-Wl,'fi;;uts4*)lt_cv_prog_cc_pic='-pic'lt_cv_prog_cc_static='-Bstatic';;sysv4*MP*)if test -d /usr/nec ;thenlt_cv_prog_cc_pic='-Kconform_pic'lt_cv_prog_cc_static='-Bstatic'fi;;*)lt_cv_prog_cc_can_build_shared=no;;esacfifiif test -z "$lt_cv_prog_cc_pic"; thenecho "$ac_t""none" 1>&6elseecho "$ac_t""$lt_cv_prog_cc_pic" 1>&6# Check to make sure the pic_flag actually works.echo $ac_n "checking if $compiler PIC flag $lt_cv_prog_cc_pic works""... $ac_c" 1>&6echo "configure:4054: checking if $compiler PIC flag $lt_cv_prog_cc_pic works" >&5if eval "test \"`echo '$''{'lt_cv_prog_cc_pic_works'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsesave_CFLAGS="$CFLAGS"CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC"cat > conftest.$ac_ext <<EOF#line 4061 "configure"#include "confdefs.h"int main() {; return 0; }EOFif { (eval echo configure:4068: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; thenrm -rf conftest*case $host_os inhpux9* | hpux10* | hpux11*)# On HP-UX, both CC and GCC only warn that PIC is supported... then# they create non-PIC objects. So, if there were any warnings, we# assume that PIC is not supported.if test -s conftest.err; thenlt_cv_prog_cc_pic_works=noelselt_cv_prog_cc_pic_works=yesfi;;*)lt_cv_prog_cc_pic_works=yes;;esacelseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*lt_cv_prog_cc_pic_works=nofirm -f conftest*CFLAGS="$save_CFLAGS"fiif test "X$lt_cv_prog_cc_pic_works" = Xno; thenlt_cv_prog_cc_pic=lt_cv_prog_cc_can_build_shared=noelselt_cv_prog_cc_pic=" $lt_cv_prog_cc_pic"fiecho "$ac_t""$lt_cv_prog_cc_pic_works" 1>&6fi# Check for any special shared library compilation flags.if test -n "$lt_cv_prog_cc_shlib"; thenecho "configure: warning: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" 1>&2if echo "$old_CC $old_CFLAGS " | egrep -e "[ ]$lt_cv_prog_cc_shlib[ ]" >/dev/null; then :elseecho "configure: warning: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" 1>&2lt_cv_prog_cc_can_build_shared=nofifiecho $ac_n "checking if $compiler static flag $lt_cv_prog_cc_static works""... $ac_c" 1>&6echo "configure:4120: checking if $compiler static flag $lt_cv_prog_cc_static works" >&5if eval "test \"`echo '$''{'lt_cv_prog_cc_static_works'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elselt_cv_prog_cc_static_works=nosave_LDFLAGS="$LDFLAGS"LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static"cat > conftest.$ac_ext <<EOF#line 4128 "configure"#include "confdefs.h"int main() {; return 0; }EOFif { (eval echo configure:4135: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*lt_cv_prog_cc_static_works=yeselseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5firm -f conftest*LDFLAGS="$save_LDFLAGS"fi# Belt *and* braces to stop my trousers falling down:test "X$lt_cv_prog_cc_static_works" = Xno && lt_cv_prog_cc_static=echo "$ac_t""$lt_cv_prog_cc_static_works" 1>&6pic_flag="$lt_cv_prog_cc_pic"special_shlib_compile_flags="$lt_cv_prog_cc_shlib"wl="$lt_cv_prog_cc_wl"link_static_flag="$lt_cv_prog_cc_static"no_builtin_flag="$lt_cv_prog_cc_no_builtin"can_build_shared="$lt_cv_prog_cc_can_build_shared"# Check to see if options -o and -c are simultaneously supported by compilerecho $ac_n "checking if $compiler supports -c -o file.$ac_objext""... $ac_c" 1>&6echo "configure:4162: checking if $compiler supports -c -o file.$ac_objext" >&5if eval "test \"`echo '$''{'lt_cv_compiler_c_o'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6else$rm -r conftest 2>/dev/nullmkdir conftestcd conftestecho "int some_variable = 0;" > conftest.$ac_extmkdir out# 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 .save_CFLAGS="$CFLAGS"CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"compiler_c_o=noif { (eval echo configure:4181: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then# 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_compiler_c_o=noelselt_cv_compiler_c_o=yesfielse# Append any errors to the config.log.cat out/conftest.err 1>&5lt_cv_compiler_c_o=nofiCFLAGS="$save_CFLAGS"chmod u+w .$rm conftest* out/*rmdir outcd ..rmdir conftest$rm -r conftest 2>/dev/nullficompiler_c_o=$lt_cv_compiler_c_oecho "$ac_t""$compiler_c_o" 1>&6if test x"$compiler_c_o" = x"yes"; then# Check to see if we can write to a .loecho $ac_n "checking if $compiler supports -c -o file.lo""... $ac_c" 1>&6echo "configure:4210: checking if $compiler supports -c -o file.lo" >&5if eval "test \"`echo '$''{'lt_cv_compiler_o_lo'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elselt_cv_compiler_o_lo=nosave_CFLAGS="$CFLAGS"CFLAGS="$CFLAGS -c -o conftest.lo"cat > conftest.$ac_ext <<EOF#line 4219 "configure"#include "confdefs.h"int main() {int some_variable = 0;; return 0; }EOFif { (eval echo configure:4226: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; thenrm -rf conftest*# 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_compiler_o_lo=noelselt_cv_compiler_o_lo=yesfielseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5firm -f conftest*CFLAGS="$save_CFLAGS"ficompiler_o_lo=$lt_cv_compiler_o_loecho "$ac_t""$compiler_c_lo" 1>&6elsecompiler_o_lo=nofi# Check to see if we can do hard links to lock some files if neededhard_links="nottested"if test "$compiler_c_o" = no && test "$need_locks" != no; then# do not overwrite the value of need_locks provided by the userecho $ac_n "checking if we can lock with hard links""... $ac_c" 1>&6echo "configure:4256: checking if we can lock with hard links" >&5hard_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 "$ac_t""$hard_links" 1>&6if test "$hard_links" = no; thenecho "configure: warning: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" 1>&2need_locks=warnfielseneed_locks=nofiif test "$GCC" = yes; then# Check to see if options -fno-rtti -fno-exceptions are supported by compilerecho $ac_n "checking if $compiler supports -fno-rtti -fno-exceptions""... $ac_c" 1>&6echo "configure:4275: checking if $compiler supports -fno-rtti -fno-exceptions" >&5echo "int some_variable = 0;" > conftest.$ac_extsave_CFLAGS="$CFLAGS"CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext"compiler_rtti_exceptions=nocat > conftest.$ac_ext <<EOF#line 4281 "configure"#include "confdefs.h"int main() {int some_variable = 0;; return 0; }EOFif { (eval echo configure:4288: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; thenrm -rf conftest*# The compiler can only warn and ignore the option if not recognized# So say no if there are warningsif test -s conftest.err; thencompiler_rtti_exceptions=noelsecompiler_rtti_exceptions=yesfielseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5firm -f conftest*CFLAGS="$save_CFLAGS"echo "$ac_t""$compiler_rtti_exceptions" 1>&6if test "$compiler_rtti_exceptions" = "yes"; thenno_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions'elseno_builtin_flag=' -fno-builtin'fifi# See if the linker supports building shared libraries.echo $ac_n "checking whether the linker ($LD) supports shared libraries""... $ac_c" 1>&6echo "configure:4315: checking whether the linker ($LD) supports shared libraries" >&5allow_undefined_flag=no_undefined_flag=need_lib_prefix=unknownneed_version=unknown# when you set need_version to no, make sure it does not cause -set_version# flags to be left without argumentsarchive_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_into_libs=nohardcode_libdir_flag_spec=hardcode_libdir_separator=hardcode_direct=nohardcode_minus_L=nohardcode_shlibpath_var=unsupportedrunpath_var=link_all_deplibs=unknownalways_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 egrep regular expression 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;;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, the GNU linker is very broken# Note:Check GNU linker on AIX 5-IA64 when/if it becomes available.ld_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.EOF;;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 use# them.ld_shlibs=no;;beos*)if $LD --help 2>&1 | egrep ': 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*)# 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=yesextract_expsyms_cmds='test -f $output_objdir/impgen.c || \sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //;s/^# *$//; p; }" -e d < $''0 > $output_objdir/impgen.c~test -f $output_objdir/impgen.exe || (cd $output_objdir && \if test "x$HOST_CC" != "x" ; then $HOST_CC -o impgen impgen.c ; \else $CC -o impgen impgen.c ; fi)~$output_objdir/impgen $dir/$soroot > $output_objdir/$soname-def'old_archive_from_expsyms_cmds='$DLLTOOL --as=$AS --dllname $soname --def $output_objdir/$soname-def --output-lib $output_objdir/$newlib'# cygwin and mingw dlls have different entry points and sets of symbols# to exclude.# FIXME: what about values for MSVC?dll_entry=__cygwin_dll_entry@12dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12~case $host_os inmingw*)# mingw valuesdll_entry=_DllMainCRTStartup@12dll_exclude_symbols=DllMain@12,DllMainCRTStartup@12,DllEntryPoint@12~;;esac# mingw and cygwin differ, and it's simplest to just exclude the union# of the two symbol sets.dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12,DllMainCRTStartup@12,DllEntryPoint@12# recent cygwin and mingw systems supply a stub DllMain which the user# can override, but on older systems we have to supply one (in ltdll.c)if test "x$lt_cv_need_dllmain" = "xyes"; thenltdll_obj='$output_objdir/$soname-ltdll.'"$ac_objext "ltdll_cmds='test -f $output_objdir/$soname-ltdll.c || sed -e "/^# \/\* ltdll\.c starts here \*\//,/^# \/\* ltdll.c ends here \*\// { s/^# //; p; }" -e d < [$]0 > $output_objdir/$soname-ltdll.c~test -f $output_objdir/$soname-ltdll.$ac_objext || (cd $output_objdir && $CC -c $soname-ltdll.c)~'elseltdll_obj=ltdll_cmds=fi# Extract the symbol export list from an `--export-all' def file,# then regenerate the def file from the symbol export list, so that# the compiled dll only exports the symbol export list.# Be careful not to strip the DATA tag left be newer dlltools.export_symbols_cmds="$ltdll_cmds"'$DLLTOOL --export-all --exclude-symbols '$dll_exclude_symbols' --output-def $output_objdir/$soname-def '$ltdll_obj'$libobjs $convenience~sed -e "1,/EXPORTS/d" -e "s/ @ [0-9]*//" -e "s/ *;.*$//" < $output_objdir/$soname-def > $export_symbols'# If the export-symbols file already is a .def file (1st line# is EXPORTS), use it as is.# If DATA tags from a recent dlltool are present, honour them!archive_expsym_cmds='if test "x`head -1 $export_symbols`" = xEXPORTS; thencp $export_symbols $output_objdir/$soname-def;elseecho EXPORTS > $output_objdir/$soname-def;_lt_hint=1;cat $export_symbols | while read symbol; doset dummy \$symbol;case \$# in2) echo " \$2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;*) echo " \$2 @ \$_lt_hint \$3 ; " >> $output_objdir/$soname-def;;esac;_lt_hint=`expr 1 + \$_lt_hint`;done;fi~'"$ltdll_cmds"'$CC -Wl,--base-file,$output_objdir/$soname-base '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~$DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp~$CC -Wl,--base-file,$output_objdir/$soname-base $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~$DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp --output-lib $output_objdir/$libname.dll.a~$CC $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags';;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 -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'archive_expsym_cmds='$CC -shared -nodefaultlibs $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 | egrep '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 | egrep ': 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 | egrep ': 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'case $host_os incygwin* | mingw* | pw32*)# dlltool doesn't understand --whole-archive et. al.whole_archive_flag_spec=;;*)# ancient GNU ld didn't support --whole-archive et. al.if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; thenwhole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'elsewhole_archive_flag_spec=fi;;esacfielse# 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*)# 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_libdir_separator=':'if test "$GCC" = yes; thencollect2name=`${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=fishared_flag='-shared'elseif test "$host_cpu" = ia64; thenshared_flag='-G'elseshared_flag='${wl}-bM:SRE'fihardcode_direct=yesfiif 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# 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 run time linking.aix_use_runtimelinking=nofor ld_flag in $LDFLAGS; doif (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl" ); thenaix_use_runtimelinking=yesbreakfidoneexp_sym_flag='-bexport'no_entry_flag='-bnoentry'fi# It seems that -bexpall can do strange things, so it is better to# generate a list of symbols to export.always_export_symbols=yesif test "$aix_use_runtimelinking" = yes; thenhardcode_libdir_flag_spec='${wl}-blibpath:$libdir:/usr/lib:/lib'allow_undefined_flag=' -Wl,-G'archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"elseif test "$host_cpu" = ia64; thenhardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'allow_undefined_flag="-znodefs"archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname ${wl}-h$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"elsehardcode_libdir_flag_spec='${wl}-bnolibpath ${wl}-blibpath:$libdir:/usr/lib:/lib'# Warning - without using the other run time loading flags, -berok will# link without error, but may produce a broken library.allow_undefined_flag='${wl}-berok'# This is a bit strange, but 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 ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"' ~$AR -crlo $objdir/$libname$release.a $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;;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# 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"`';;darwin* | rhapsody*)allow_undefined_flag='-undefined suppress'# 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.archive_cmds='$CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linkopts -install_name $rpath/$soname $(test -n "$verstring" -a x$verstring != x0.0 && echo $verstring)'# We need to add '_' to the symbols in $export_symbols first#archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'hardcode_direct=yeshardcode_shlibpath_var=nowhole_archive_flag_spec='-all_load $convenience';;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* | hpux10* | hpux11*)case $host_os inhpux9*) archive_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' ;;*) archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' ;;esachardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'hardcode_libdir_separator=:hardcode_direct=yeshardcode_minus_L=yes # Not in the search PATH, but as the default# location of the library.export_dynamic_flag_spec='${wl}-E';;irix5* | irix6*)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'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 $linkopts'hardcode_direct=yeshardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'hardcode_libdir_separator=:hardcode_shlibpath_var=no;;openbsd*)archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'hardcode_libdir_flag_spec='-R$libdir'hardcode_direct=yeshardcode_shlibpath_var=no;;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 "-exported_symbol " >> $lib.exp; echo "\$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=norunpath_var=LD_RUN_PATHhardcode_runpath_var=yes;;solaris*)no_undefined_flag=' -z defs'# $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='-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)if test "x$host_vendor" = xsno; thenarchive_cmds='$LD -G -Bsymbolic -h $soname -o $lib $libobjs $deplibs $linkopts'hardcode_direct=yes # is this really true???elsearchive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'hardcode_direct=no #Motorola manual says yes, but my tests say they liefirunpath_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';;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;;dgux*)archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'hardcode_libdir_flag_spec='-L$libdir'hardcode_shlibpath_var=no;;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;;sysv5uw7* | 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;;*)ld_shlibs=no;;esacfiecho "$ac_t""$ld_shlibs" 1>&6test "$ld_shlibs" = no && can_build_shared=no# Check hardcoding attributes.echo $ac_n "checking how to hardcode library paths into programs""... $ac_c" 1>&6echo "configure:4931: checking how to hardcode library paths into programs" >&5hardcode_action=if test -n "$hardcode_libdir_flag_spec" || \test -n "$runpath_var"; 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 "$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 "$ac_t""$hardcode_action" 1>&6striplib=old_striplib=echo $ac_n "checking whether stripping libraries is possible""... $ac_c" 1>&6echo "configure:4959: checking whether stripping libraries is possible" >&5if 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 "$ac_t""yes" 1>&6elseecho "$ac_t""no" 1>&6fireload_cmds='$LD$reload_flag -o $output$reload_objs'test -z "$deplibs_check_method" && deplibs_check_method=unknown# PORTME Fill in your ld.so characteristicsecho $ac_n "checking dynamic linker characteristics""... $ac_c" 1>&6echo "configure:4973: checking dynamic linker characteristics" >&5library_names_spec=libname_spec='lib$name'soname_spec=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"sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"case $host_os inaix3*)version_type=linuxlibrary_names_spec='${libname}${release}.so$versuffix $libname.a'shlibpath_var=LIBPATH# AIX has no versioning support, so we append a major version to the name.soname_spec='${libname}${release}.so$major';;aix4* | aix5*)version_type=linuxif test "$host_cpu" = ia64; then# AIX 5 supports IA64library_names_spec='${libname}${release}.so$major ${libname}${release}.so$versuffix $libname.so'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}.so$versuffix ${libname}${release}.so$major $libname.so'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}.so$major'fishlibpath_var=LIBPATHdeplibs_check_method=pass_allfi;;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}.so'dynamic_linker="$host_os ld.so"shlibpath_var=LIBRARY_PATH;;bsdi4*)version_type=linuxneed_version=nolibrary_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'soname_spec='${libname}${release}.so$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"export_dynamic_flag_spec=-rdynamic# 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=windowsneed_version=noneed_lib_prefix=nocase $GCC,$host_os inyes,cygwin*)library_names_spec='$libname.dll.a'soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'postinstall_cmds='dlpath=`bash 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~dldir=$destdir/`dirname \$dlpath`~test -d \$dldir || mkdir -p \$dldir~$install_prog .libs/$dlname \$dldir/$dlname'postuninstall_cmds='dldll=`bash 2>&1 -c '\''. $file; echo \$dlname'\''`~dlpath=$dir/\$dldll~$rm \$dlpath';;yes,mingw*)library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g"`;;yes,pw32*)library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/./-/g'`${versuffix}.dll';;*)library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $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}.$(test .$module = .yes && echo so || echo dylib) ${libname}${release}${major}.$(test .$module = .yes && echo so || echo dylib) ${libname}.$(test .$module = .yes && echo so || echo dylib)'soname_spec='${libname}${release}${major}.$(test .$module = .yes && echo so || echo dylib)'shlibpath_overrides_runpath=yesshlibpath_var=DYLD_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}.so$versuffix ${libname}${release}.so $libname.so'need_version=noneed_lib_prefix=no;;freebsd-*)library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix'need_version=yes;;esacshlibpath_var=LD_LIBRARY_PATHcase $host_os infreebsd2*)shlibpath_overrides_runpath=yes;;*)shlibpath_overrides_runpath=nohardcode_into_libs=yes;;esac;;gnu*)version_type=linuxneed_lib_prefix=noneed_version=nolibrary_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so${major} ${libname}.so'soname_spec='${libname}${release}.so$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.dynamic_linker="$host_os dld.sl"version_type=sunosneed_lib_prefix=noneed_version=noshlibpath_var=SHLIB_PATHshlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATHlibrary_names_spec='${libname}${release}.sl$versuffix ${libname}${release}.sl$major $libname.sl'soname_spec='${libname}${release}.sl$major'# HP-UX runs *really* slowly unless shared libraries are mode 555.postinstall_cmds='chmod 555 $lib';;irix5* | irix6*)version_type=irixneed_lib_prefix=noneed_version=nosoname_spec='${libname}${release}.so$major'library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so $libname.so'case $host_os inirix5*)libsuff= shlibsuff=;;*)case $LD in # libtool.m4 will add one of these switches to LD*-32|*"-32 ") libsuff= shlibsuff= libmagic=32-bit;;*-n32|*"-n32 ") libsuff=32 shlibsuff=N32 libmagic=N32;;*-64|*"-64 ") 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}";;# No shared lib support for Linux oldld, aout, or coff.linux-gnuoldld* | linux-gnuaout* | linux-gnucoff*)dynamic_linker=no;;# This must be Linux ELF.linux-gnu*)version_type=linuxneed_lib_prefix=noneed_version=nolibrary_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'soname_spec='${libname}${release}.so$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}.so$versuffix ${libname}.so$versuffix'finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'dynamic_linker='NetBSD (a.out) ld.so'elselibrary_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so ${libname}.so'soname_spec='${libname}${release}.so$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}.so$versuffix ${libname}${release}.so$major $libname.so'shlibpath_var=LD_LIBRARY_PATHshlibpath_overrides_runpath=yes;;openbsd*)version_type=sunosif test "$with_gnu_ld" = yes; thenneed_lib_prefix=noneed_version=nofilibrary_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'shlibpath_var=LD_LIBRARY_PATH;;os2*)libname_spec='$name'need_lib_prefix=nolibrary_names_spec='$libname.dll $libname.a'dynamic_linker='OS/2 ld.exe'shlibpath_var=LIBPATH;;osf3* | osf4* | osf5*)version_type=osfneed_version=nosoname_spec='${libname}${release}.so'library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'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}.so$major'library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'shlibpath_var=LD_LIBRARY_PATH;;solaris*)version_type=linuxneed_lib_prefix=noneed_version=nolibrary_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'soname_spec='${libname}${release}.so$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}.so$versuffix ${libname}.so$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}.so$versuffix ${libname}${release}.so$major $libname.so'soname_spec='${libname}${release}.so$major'shlibpath_var=LD_LIBRARY_PATHcase $host_vendor insni)shlibpath_overrides_runpath=no;;motorola)need_lib_prefix=noneed_version=noshlibpath_overrides_runpath=nosys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib';;esac;;uts4*)version_type=linuxlibrary_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'soname_spec='${libname}${release}.so$major'shlibpath_var=LD_LIBRARY_PATH;;dgux*)version_type=linuxneed_lib_prefix=noneed_version=nolibrary_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'soname_spec='${libname}${release}.so$major'shlibpath_var=LD_LIBRARY_PATH;;sysv4*MP*)if test -d /usr/nec ;thenversion_type=linuxlibrary_names_spec='$libname.so.$versuffix $libname.so.$major $libname.so'soname_spec='$libname.so.$major'shlibpath_var=LD_LIBRARY_PATHfi;;*)dynamic_linker=no;;esacecho "$ac_t""$dynamic_linker" 1>&6test "$dynamic_linker" = no && can_build_shared=no# Report the final consequences.echo $ac_n "checking if libtool supports shared libraries""... $ac_c" 1>&6echo "configure:5359: checking if libtool supports shared libraries" >&5echo "$ac_t""$can_build_shared" 1>&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=needlessfivariables_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"fiif 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;;cygwin* | mingw* | pw32*)lt_cv_dlopen="LoadLibrary"lt_cv_dlopen_libs=;;*)echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6echo "configure:5398: checking for dlopen in -ldl" >&5ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-ldl $LIBS"cat > conftest.$ac_ext <<EOF#line 5406 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char dlopen();int main() {dlopen(); return 0; }EOFif { (eval echo configure:5417: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"elseecho "$ac_t""no" 1>&6echo $ac_n "checking for dlopen""... $ac_c" 1>&6echo "configure:5436: checking for dlopen" >&5if eval "test \"`echo '$''{'ac_cv_func_dlopen'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 5441 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char dlopen(); below. */#include <assert.h>/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char dlopen();int main() {/* 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#elsedlopen();#endif; return 0; }EOFif { (eval echo configure:5464: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_dlopen=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_dlopen=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'dlopen`\" = yes"; thenecho "$ac_t""yes" 1>&6lt_cv_dlopen="dlopen"elseecho "$ac_t""no" 1>&6echo $ac_n "checking for shl_load""... $ac_c" 1>&6echo "configure:5482: checking for shl_load" >&5if eval "test \"`echo '$''{'ac_cv_func_shl_load'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 5487 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char shl_load(); below. */#include <assert.h>/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char shl_load();int main() {/* 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#elseshl_load();#endif; return 0; }EOFif { (eval echo configure:5510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_shl_load=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_shl_load=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'shl_load`\" = yes"; thenecho "$ac_t""yes" 1>&6lt_cv_dlopen="shl_load"elseecho "$ac_t""no" 1>&6echo $ac_n "checking for dlopen in -lsvld""... $ac_c" 1>&6echo "configure:5528: checking for dlopen in -lsvld" >&5ac_lib_var=`echo svld'_'dlopen | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-lsvld $LIBS"cat > conftest.$ac_ext <<EOF#line 5536 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char dlopen();int main() {dlopen(); return 0; }EOFif { (eval echo configure:5547: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"elseecho "$ac_t""no" 1>&6echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6echo "configure:5566: checking for shl_load in -ldld" >&5ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-ldld $LIBS"cat > conftest.$ac_ext <<EOF#line 5574 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char shl_load();int main() {shl_load(); return 0; }EOFif { (eval echo configure:5585: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"elseecho "$ac_t""no" 1>&6fififififi;;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 $ac_n "checking whether a program can dlopen itself""... $ac_c" 1>&6echo "configure:5638: checking whether a program can dlopen itself" >&5if eval "test \"`echo '$''{'lt_cv_dlopen_self'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&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 5648 "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 configure:5709: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 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 "$ac_t""$lt_cv_dlopen_self" 1>&6if test "x$lt_cv_dlopen_self" = xyes; thenLDFLAGS="$LDFLAGS $link_static_flag"echo $ac_n "checking whether a statically linked program can dlopen itself""... $ac_c" 1>&6echo "configure:5732: checking whether a statically linked program can dlopen itself" >&5if eval "test \"`echo '$''{'lt_cv_dlopen_self_static'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&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 5742 "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 configure:5803: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 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 "$ac_t""$lt_cv_dlopen_self_static" 1>&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 ;;esacfiif 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 $ac_n "checking whether -lc should be explicitly linked in""... $ac_c" 1>&6echo "configure:5852: checking whether -lc should be explicitly linked in" >&5if eval "test \"`echo '$''{'lt_cv_archive_cmds_need_lc'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6else$rm conftest*echo 'static int dummy;' > conftest.$ac_extif { (eval echo configure:5859: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; thensoname=conftestlib=conftestlibobjs=conftest.$ac_objextdeplibs=wl=$lt_cv_prog_cc_wlcompiler_flags=-vlinker_flags=-vverstring=output_objdir=.libname=conftestsave_allow_undefined_flag=$allow_undefined_flagallow_undefined_flag=if { (eval echo configure:5872: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\") 1>&5; (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5; }thenlt_cv_archive_cmds_need_lc=noelselt_cv_archive_cmds_need_lc=yesfiallow_undefined_flag=$save_allow_undefined_flagelsecat conftest.err 1>&5fifiecho "$ac_t""$lt_cv_archive_cmds_need_lc" 1>&6;;esacfineed_lc=${lt_cv_archive_cmds_need_lc-yes}# The second 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: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"fiif test -f "$ltmain"; thentrap "$rm \"${ofile}T\"; exit 1" 1 2 15$rm -f "${ofile}T"echo creating $ofile# 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 CC LD LN_S NM SHELL \reload_flag reload_cmds wl \pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \thread_safe_flag_spec whole_archive_flag_spec libname_spec \library_names_spec soname_spec \RANLIB old_archive_cmds old_archive_from_new_cmds old_postinstall_cmds \old_postuninstall_cmds archive_cmds archive_expsym_cmds postinstall_cmds \postuninstall_cmds extract_expsyms_cmds old_archive_from_expsyms_cmds \old_striplib striplib file_magic_cmd export_symbols_cmds \deplibs_check_method allow_undefined_flag no_undefined_flag \finish_cmds finish_eval global_symbol_pipe global_symbol_to_cdecl \hardcode_libdir_flag_spec hardcode_libdir_separator \sys_lib_search_path_spec sys_lib_dlsearch_path_spec \compiler_c_o compiler_o_lo need_locks exclude_expsyms include_expsyms; docase $var inreload_cmds | old_archive_cmds | old_archive_from_new_cmds | \old_postinstall_cmds | old_postuninstall_cmds | \export_symbols_cmds | archive_cmds | archive_expsym_cmds | \extract_expsyms_cmds | old_archive_from_expsyms_cmds | \postinstall_cmds | postuninstall_cmds | \finish_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\"\`\\\"";;esacdonecat <<__EOF__ > "${ofile}T"#! $SHELL# `$echo "$ofile" | 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-2000 Free Software Foundation, Inc.# 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.# 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# ### 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 add -lc for building shared libraries.build_libtool_need_lc=$need_lc# Whether or not to build static libraries.build_old_libs=$enable_static# 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# The default C compiler.CC=$lt_CC# Is the compiler the GNU C compiler?with_gcc=$GCC# 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_wl# Object file suffix (normally "o").objext="$ac_objext"# Old archive suffix (normally "a").libext="$libext"# Executable file suffix (normally "").exeext="$exeext"# Additional compiler flags for building library objects.pic_flag=$lt_pic_flagpic_mode=$pic_mode# Does compiler simultaneously support -c and -o options?compiler_c_o=$lt_compiler_c_o# Can we write directly to a .lo ?compiler_o_lo=$lt_compiler_o_lo# 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_link_static_flag# Compiler flag to turn off builtin functions.no_builtin_flag=$lt_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 to strip libraries.old_striplib=$lt_old_striplibstriplib=$lt_striplib# 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_global_symbol_pipe# Transform the output of nm in a proper C declarationglobal_symbol_to_cdecl=$lt_global_symbol_to_cdecl# 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# 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.so 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# 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 >> "${ofile}T"# 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;;esaccase $host_os incygwin* | mingw* | pw32* | os2*)cat <<'EOF' >> "${ofile}T"# This is a source program that is used to create dlls on Windows# Don't remove nor modify the starting and closing comments# /* ltdll.c starts here */# #define WIN32_LEAN_AND_MEAN# #include <windows.h># #undef WIN32_LEAN_AND_MEAN# #include <stdio.h>## #ifndef __CYGWIN__# # ifdef __CYGWIN32__# # define __CYGWIN__ __CYGWIN32__# # endif# #endif## #ifdef __cplusplus# extern "C" {# #endif# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);# #ifdef __cplusplus# }# #endif## #ifdef __CYGWIN__# #include <cygwin/cygwin_dll.h># DECLARE_CYGWIN_DLL( DllMain );# #endif# HINSTANCE __hDllInstance_base;## BOOL APIENTRY# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)# {# __hDllInstance_base = hInst;# return TRUE;# }# /* ltdll.c ends here */# This is a source program that is used to create import libraries# on Windows for dlls which lack them. Don't remove nor modify the# starting and closing comments# /* impgen.c starts here */# /* Copyright (C) 1999-2000 Free Software Foundation, Inc.## This file is part of GNU libtool.## 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.# */## #include <stdio.h> /* for printf() */# #include <unistd.h> /* for open(), lseek(), read() */# #include <fcntl.h> /* for O_RDONLY, O_BINARY */# #include <string.h> /* for strdup() */## /* O_BINARY isn't required (or even defined sometimes) under Unix */# #ifndef O_BINARY# #define O_BINARY 0# #endif## static unsigned int# pe_get16 (fd, offset)# int fd;# int offset;# {# unsigned char b[2];# lseek (fd, offset, SEEK_SET);# read (fd, b, 2);# return b[0] + (b[1]<<8);# }## static unsigned int# pe_get32 (fd, offset)# int fd;# int offset;# {# unsigned char b[4];# lseek (fd, offset, SEEK_SET);# read (fd, b, 4);# return b[0] + (b[1]<<8) + (b[2]<<16) + (b[3]<<24);# }## static unsigned int# pe_as32 (ptr)# void *ptr;# {# unsigned char *b = ptr;# return b[0] + (b[1]<<8) + (b[2]<<16) + (b[3]<<24);# }## int# main (argc, argv)# int argc;# char *argv[];# {# int dll;# unsigned long pe_header_offset, opthdr_ofs, num_entries, i;# unsigned long export_rva, export_size, nsections, secptr, expptr;# unsigned long name_rvas, nexp;# unsigned char *expdata, *erva;# char *filename, *dll_name;## filename = argv[1];## dll = open(filename, O_RDONLY|O_BINARY);# if (dll < 1)# return 1;## dll_name = filename;## for (i=0; filename[i]; i++)# if (filename[i] == '/' || filename[i] == '\\' || filename[i] == ':')# dll_name = filename + i +1;## pe_header_offset = pe_get32 (dll, 0x3c);# opthdr_ofs = pe_header_offset + 4 + 20;# num_entries = pe_get32 (dll, opthdr_ofs + 92);## if (num_entries < 1) /* no exports */# return 1;## export_rva = pe_get32 (dll, opthdr_ofs + 96);# export_size = pe_get32 (dll, opthdr_ofs + 100);# nsections = pe_get16 (dll, pe_header_offset + 4 +2);# secptr = (pe_header_offset + 4 + 20 +# pe_get16 (dll, pe_header_offset + 4 + 16));## expptr = 0;# for (i = 0; i < nsections; i++)# {# char sname[8];# unsigned long secptr1 = secptr + 40 * i;# unsigned long vaddr = pe_get32 (dll, secptr1 + 12);# unsigned long vsize = pe_get32 (dll, secptr1 + 16);# unsigned long fptr = pe_get32 (dll, secptr1 + 20);# lseek(dll, secptr1, SEEK_SET);# read(dll, sname, 8);# if (vaddr <= export_rva && vaddr+vsize > export_rva)# {# expptr = fptr + (export_rva - vaddr);# if (export_rva + export_size > vaddr + vsize)# export_size = vsize - (export_rva - vaddr);# break;# }# }## expdata = (unsigned char*)malloc(export_size);# lseek (dll, expptr, SEEK_SET);# read (dll, expdata, export_size);# erva = expdata - export_rva;## nexp = pe_as32 (expdata+24);# name_rvas = pe_as32 (expdata+32);## printf ("EXPORTS\n");# for (i = 0; i<nexp; i++)# {# unsigned long name_rva = pe_as32 (erva+name_rvas+i*4);# printf ("\t%s @ %ld ;\n", erva+name_rva, 1+ i);# }## return 0;# }# /* impgen.c ends here */EOF;;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" >> "${ofile}T" || (rm -f "${ofile}T"; exit 1)mv -f "${ofile}T" "$ofile" || \(rm -f "$ofile" && cp "${ofile}T" "$ofile" && rm -f "${ofile}T")chmod +x "$ofile"fi# 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 $ac_n "checking whether makeinfo version is at least 4""... $ac_c" 1>&6echo "configure:6455: checking whether makeinfo version is at least 4" >&5if eval "test \"`echo '$''{'r_cv_prog_makeinfo_v4'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&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 "$ac_t""$r_cv_prog_makeinfo_v4" 1>&6fiif test "${r_cv_prog_makeinfo_v4}" != yes; thenwarn_info="you cannot build info versions of the R manuals"echo "configure: warning: ${warn_info}" 1>&2MAKEINFO=falseelseMAKEINFO="${MAKEINFO_CMD}"fi### FORTRAN compiler.## This is needed for setting up LIBM and in the FORTRAN tests, hence we## do it here rather than later when we do all the library checking.LIBM=case $host in*-*-beos* | *-*-cygwin* | *-*-pw32*)# These system don't have libm;;*-ncr-sysv4.3*)echo $ac_n "checking for _mwvalidcheckl in -lmw""... $ac_c" 1>&6echo "configure:6493: checking for _mwvalidcheckl in -lmw" >&5ac_lib_var=`echo mw'_'_mwvalidcheckl | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-lmw $LIBS"cat > conftest.$ac_ext <<EOF#line 6501 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char _mwvalidcheckl();int main() {_mwvalidcheckl(); return 0; }EOFif { (eval echo configure:6512: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6LIBM="-lmw"elseecho "$ac_t""no" 1>&6fiecho $ac_n "checking for main in -lm""... $ac_c" 1>&6echo "configure:6533: checking for main in -lm" >&5ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-lm $LIBS"cat > conftest.$ac_ext <<EOF#line 6541 "configure"#include "confdefs.h"int main() {main(); return 0; }EOFif { (eval echo configure:6548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6LIBM="$LIBM -lm"elseecho "$ac_t""no" 1>&6fi;;*)echo $ac_n "checking for main in -lm""... $ac_c" 1>&6echo "configure:6571: checking for main in -lm" >&5ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-lm $LIBS"cat > conftest.$ac_ext <<EOF#line 6579 "configure"#include "confdefs.h"int main() {main(); return 0; }EOFif { (eval echo configure:6586: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6LIBM="-lm"elseecho "$ac_t""no" 1>&6fi;;esacif test -n "${FC}"; thenF77=${FC}echo "$ac_t""defining F77 to be ${F77}" 1>&6elif ${use_f77}; thenif test "${with_f77}" = yes; thenF77=f77elseF77="${with_f77}"fiecho "$ac_t""defining F77 to be ${F77}" 1>&6elif ${use_g77}; thenif test "${with_g77}" = yes; thenF77=g77elseF77="${with_g77}"fiecho "$ac_t""defining F77 to be ${F77}" 1>&6elif ${use_f2c}; thenF77=if test "${with_f2c}" = yes; thenF2C=f2celseF2C="${with_f2c}"fiecho "$ac_t""defining F2C to be ${F2C}" 1>&6elseF77=case "${host_os}" inhpux*)for ac_prog in g77 fort77 f77 xlf cf77 cft77 pgf77 fl32 af77 \f90 xlf90 pgf90 epcf90 f95 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:6647: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_prog_F77'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test -n "$F77"; thenac_cv_prog_F77="$F77" # Let the user override the test.elseIFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_prog_F77="$ac_prog"breakfidoneIFS="$ac_save_ifs"fifiF77="$ac_cv_prog_F77"if test -n "$F77"; thenecho "$ac_t""$F77" 1>&6elseecho "$ac_t""no" 1>&6fitest -n "$F77" && breakdone;;*)for ac_prog in g77 f77 xlf cf77 cft77 pgf77 fl32 af77 fort77 \f90 xlf90 pgf90 epcf90 f95 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:6684: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_prog_F77'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test -n "$F77"; thenac_cv_prog_F77="$F77" # Let the user override the test.elseIFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_prog_F77="$ac_prog"breakfidoneIFS="$ac_save_ifs"fifiF77="$ac_cv_prog_F77"if test -n "$F77"; thenecho "$ac_t""$F77" 1>&6elseecho "$ac_t""no" 1>&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 $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:6719: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_prog_F2C'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test -n "$F2C"; thenac_cv_prog_F2C="$F2C" # Let the user override the test.elseIFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_prog_F2C="f2c"breakfidoneIFS="$ac_save_ifs"fifiF2C="$ac_cv_prog_F2C"if test -n "$F2C"; thenecho "$ac_t""$F2C" 1>&6elseecho "$ac_t""no" 1>&6fififiif test -n "${F77}"; thenFC=${F77}if test -z "$F77"; thenfor ac_prog in g77 f77 f2cdo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:6757: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_prog_F77'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test -n "$F77"; thenac_cv_prog_F77="$F77" # Let the user override the test.elseIFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_prog_F77="$ac_prog"breakfidoneIFS="$ac_save_ifs"fifiF77="$ac_cv_prog_F77"if test -n "$F77"; thenecho "$ac_t""$F77" 1>&6elseecho "$ac_t""no" 1>&6fitest -n "$F77" && breakdonetest -z "$F77" && { echo "configure: error: no acceptable Fortran 77 compiler found in \$PATH" 1>&2; exit 1; }fiecho $ac_n "checking whether the Fortran 77 compiler ($F77 $FFLAGS $LDFLAGS) works""... $ac_c" 1>&6echo "configure:6790: checking whether the Fortran 77 compiler ($F77 $FFLAGS $LDFLAGS) works" >&5ac_ext=fac_compile='${F77-f77} -c $FFLAGS conftest.$ac_ext 1>&5'ac_link='${F77-f77} -o conftest${ac_exeext} $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_f77_crosscat > conftest.$ac_ext << EOFprogram conftestendEOFif { (eval echo configure:6803: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenac_cv_prog_f77_works=yes# If we can't run a trivial program, we are probably using a cross compiler.if (./conftest; exit) 2>/dev/null; thenac_cv_prog_f77_cross=noelseac_cv_prog_f77_cross=yesfielseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5ac_cv_prog_f77_works=nofirm -fr conftest*ac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crossecho "$ac_t""$ac_cv_prog_f77_works" 1>&6if test $ac_cv_prog_f77_works = no; then{ echo "configure: error: installation or configuration problem: Fortran 77 compiler cannot create executables." 1>&2; exit 1; }fiecho $ac_n "checking whether the Fortran 77 compiler ($F77 $FFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6echo "configure:6829: checking whether the Fortran 77 compiler ($F77 $FFLAGS $LDFLAGS) is a cross-compiler" >&5echo "$ac_t""$ac_cv_prog_f77_cross" 1>&6cross_compiling=$ac_cv_prog_f77_crossecho $ac_n "checking whether we are using GNU Fortran 77""... $ac_c" 1>&6echo "configure:6834: checking whether we are using GNU Fortran 77" >&5if eval "test \"`echo '$''{'ac_cv_prog_g77'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.fpp <<EOF#ifdef __GNUC__yes#endifEOFif { ac_try='$F77 -E conftest.fpp'; { (eval echo configure:6843: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; thenac_cv_prog_g77=yeselseac_cv_prog_g77=nofifiecho "$ac_t""$ac_cv_prog_g77" 1>&6if test $ac_cv_prog_g77 = yes; thenG77=yesac_test_FFLAGS="${FFLAGS+set}"ac_save_FFLAGS="$FFLAGS"FFLAGS=echo $ac_n "checking whether $F77 accepts -g""... $ac_c" 1>&6echo "configure:6858: checking whether $F77 accepts -g" >&5if eval "test \"`echo '$''{'ac_cv_prog_f77_g'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.f << EOFprogram conftestendEOFif test -z "`$F77 -g -c conftest.f 2>&1`"; thenac_cv_prog_f77_g=yeselseac_cv_prog_f77_g=nofirm -f conftest*fiecho "$ac_t""$ac_cv_prog_f77_g" 1>&6if test "$ac_test_FFLAGS" = set; thenFFLAGS="$ac_save_FFLAGS"elif test $ac_cv_prog_f77_g = yes; thenFFLAGS="-g -O2"elseFFLAGS="-O2"fielseG77=test "${FFLAGS+set}" = set || FFLAGS="-g"fiecho $ac_n "checking for Fortran 77 libraries""... $ac_c" 1>&6echo "configure:6889: checking for Fortran 77 libraries" >&5if eval "test \"`echo '$''{'ac_cv_flibs'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseecho " END" > conftest.ffoutput=`${F77} -v -o conftest conftest.f 2>&1`xlf_p=`echo $foutput | grep xlfentry`if test -n "$xlf_p"; thenfoutput=`echo $foutput | sed 's/,/ /g'`fild_run_path=`echo $foutput | \sed -n -e 's/^.*LD_RUN_PATH *= *\([^ ]*\).*/\1/p'`case "$ld_run_path" in/*)if test "$ac_cv_prog_gcc" = yes; thenld_run_path="-Xlinker -R -Xlinker $ld_run_path"elseld_run_path="-R $ld_run_path"fi;;*)ld_run_path=;;esacflibs=lflags=want_arg=for arg in $foutput; doold_want_arg=$want_argwant_arg=if test -n "$old_want_arg"; thencase "$arg" in-*)old_want_arg=;;esacficase "$old_want_arg" in'')case $arg in/*.a)exists=falsefor f in $lflags; doif test x$arg = x$f; thenexists=truefidoneif $exists; thenarg=elselflags="$lflags $arg"fi;;-bI:*)exists=falsefor f in $lflags; doif test x$arg = x$f; thenexists=truefidoneif $exists; thenarg=elseif test "$ac_cv_prog_gcc" = yes; thenlflags="$lflags -Xlinker $arg"elselflags="$lflags $arg"fifi;;-lang* | -lcrt0.o | -lc | -lgcc)arg=;;-[lLR])want_arg=$argarg=;;-[lLR]*)exists=falsefor f in $lflags; doif test x$arg = x$f; thenexists=truefidoneif $exists; thenarg=elsecase "$arg" in-lkernel32)case "$canonical_host_type" in*-*-cygwin*)arg=;;*)lflags="$lflags $arg";;esac;;-lm);;*)lflags="$lflags $arg";;esacfi;;-u)want_arg=$argarg=;;-Y)want_arg=$argarg=;;*)arg=;;esac;;-[lLR])arg="$old_want_arg $arg";;-u)arg="-u $arg";;-Y)arg=`echo $arg | sed -e 's%^P,%%'`SAVE_IFS=$IFSIFS=:list=for elt in $arg; dolist="$list -L$elt"doneIFS=$SAVE_IFSarg="$list";;esacif test -n "$arg"; thenflibs="$flibs $arg"fidoneif test -n "$ld_run_path"; thenflibs_result="$ld_run_path $flibs"elseflibs_result="$flibs"fiac_cv_flibs="$flibs_result"fiFLIBS="$ac_cv_flibs"echo "$ac_t""$FLIBS" 1>&6## Currently g77 on Darwin links against -lcrt1.o, which (unlike## -lcrt0.o) is not stripped by AC_F77_LIBRARY_LDFLAGS. This in## particular causes R_PROG_F77_CC_COMPAT to fail. Hence, we make## sure all -lcrt?.o are removed.flibs=for arg in ${FLIBS}; docase "${arg}" in-lcrt?.o);;*)flibs="${flibs} ${arg}";;esacdoneFLIBS="${flibs}"echo $ac_n "checking whether ${F77-f77} appends underscores""... $ac_c" 1>&6echo "configure:7059: checking whether ${F77-f77} appends underscores" >&5if eval "test \"`echo '$''{'r_cv_prog_f77_append_underscore'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftestf.f <<EOFsubroutine tryendEOF${F77} -c ${FFLAGS} conftestf.f 1>&5 2>&5cat > conftest.c <<EOFmain() { try_(); }EOF${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o conftest${ac_exeext} \conftest.c conftestf.${ac_objext} 1>&5 2>&5if test ${?} = 0; thenr_cv_prog_f77_append_underscore=yeselsecat > conftest.c <<EOFmain() { try(); }EOF${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o conftest${ac_exeext} \conftest.c conftestf.${ac_objext} 1>&5 2>&5if test ${?} = 0; thenr_cv_prog_f77_append_underscore=nofifirm -rf conftest conftest.* conftestf.*if test -z "${r_cv_prog_f77_append_underscore}"; then{ echo "configure: error: Nothing worked - cannot use FORTRAN" 1>&2; exit 1; }fifiecho "$ac_t""$r_cv_prog_f77_append_underscore" 1>&6if test "${r_cv_prog_f77_append_underscore}" = yes; thencat >> confdefs.h <<\EOF#define HAVE_F77_UNDERSCORE 1EOFfiecho $ac_n "checking whether ${F77-f77} and ${CC-cc} agree on int and double""... $ac_c" 1>&6echo "configure:7102: checking whether ${F77-f77} and ${CC-cc} agree on int and double" >&5if eval "test \"`echo '$''{'r_cv_prog_f77_cc_compat'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&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);return(res);}EOFif ${CC-cc} ${CFLAGS} -c conftest.c 1>&5 2>&5; then## <FIXME>## This should really use MAIN_LD, and hence come after this is## determined. Or maybe we can always use ${CC} eventually?if ${CC-cc} ${LDFLAGS} ${MAIN_LDFLAGS} -o conftest${ac_exeext} \conftest.${ac_objext} conftestf.${ac_objext} ${FLIBS} \${LIBM} 1>&5 2>&5;## </FIXME>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 "$ac_t""yes" 1>&6elseecho "configure: warning: ${F77-f77} and ${CC-cc} disagree on int and double" 1>&2{ echo "configure: error: Maybe change CFLAGS or FFLAGS?" 1>&2; exit 1; }fiecho $ac_n "checking whether ${F77-f77} and ${CC-cc} agree on double complex""... $ac_c" 1>&6echo "configure:7179: checking whether ${F77-f77} and ${CC-cc} agree on double complex" >&5if eval "test \"`echo '$''{'r_cv_prog_complex_compat'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&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)return 0;else return 1;}EOFif ${CC-cc} ${CFLAGS} -c conftest.c 1>&5 2>&5; then## <FIXME>## This should really use MAIN_LD, and hence come after this is## determined. Or maybe we can always use ${CC} eventually?if ${CC-cc} ${LDFLAGS} ${MAIN_LDFLAGS} -o conftest${ac_exeext} \conftest.${ac_objext} conftestf.${ac_objext} ${FLIBS} \${LIBM} 1>&5 2>&5;## </FIXME>thenoutput=`./conftest${ac_exeext} 2>&1`if test ${?} = 0; thenr_cv_prog_complex_compat=yesfifififirm -rf conftest conftest.* conftestf.* coreif test -n "${r_cv_prog_complex_compat}"; thenecho "$ac_t""yes" 1>&6cat >> confdefs.h <<\EOF#define HAVE_DOUBLE_COMPLEX 1EOFelseecho "configure: warning: ${F77-f77} and ${CC-cc} disagree on double complex" 1>&2fif77_rules_frag=Makefrag.f77cat << \EOF > ${f77_rules_frag}.f.c:.f.o:$(FC) $(ALL_FFLAGS) -c $< -o $@EOFecho $ac_n "checking whether ${F77} supports -c -o FILE.lo""... $ac_c" 1>&6echo "configure:7263: checking whether ${F77} supports -c -o FILE.lo" >&5if eval "test \"`echo '$''{'r_cv_prog_f77_c_o_lo'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsetest -d TMP || mkdir TMPcat > conftest.f <<EOFprogram conftestendEOFac_try='${F77} ${FFLAGS} -c conftest.f -o TMP/conftest.lo 1>&5'if { (eval echo configure:7273: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } \&& test -f TMP/conftest.lo \&& { (eval echo configure:7275: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; thenr_cv_prog_f77_c_o_lo=yeselser_cv_prog_f77_c_o_lo=nofirm -rf conftest* TMPfiecho "$ac_t""$r_cv_prog_f77_c_o_lo" 1>&6if test "${r_cv_prog_f77_c_o_lo}" = yes; thencat << \EOF >> ${f77_rules_frag}.f.lo:$(FC) $(ALL_FFLAGS_LO) -c $< -o $@EOFelsecat << \EOF >> ${f77_rules_frag}.f.lo:@test -d .libs || mkdir .libs$(FC) $(ALL_FFLAGS_LO) -c $< -o .libs/$*.omv .libs/$*.o $*.loEOFfielif test -n "${F2C}"; thenif eval "test \"`echo '$''{'r_cv_f2c_flibs'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6else## This seems to be necessary on some Linux system. -- you bet! -pdac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crosscat > conftest.${ac_ext} << EOFint MAIN_ () { return 0; }int MAIN__ () { return 0; }EOFif { (eval echo configure:7318: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then${AR} ${ARFLAGS} libconftest.a conftest.${ac_objext} 1>&5if test -n "${RANLIB}"; then${RANLIB} libconftest.a 1>&5fifiac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crossecho $ac_n "checking for f_open in -lf2c""... $ac_c" 1>&6echo "configure:7332: checking for f_open in -lf2c" >&5ac_lib_var=`echo f2c'_'f_open | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-lf2c -L. -lconftest ${LIBM} $LIBS"cat > conftest.$ac_ext <<EOF#line 7340 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char f_open();int main() {f_open(); return 0; }EOFif { (eval echo configure:7351: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6flibs=-lf2celseecho "$ac_t""no" 1>&6flibs=firm -f libconftest*if test -z "${flibs}"; thenecho $ac_n "checking for d_sin in -lF77""... $ac_c" 1>&6echo "configure:7375: checking for d_sin in -lF77" >&5ac_lib_var=`echo F77'_'d_sin | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-lF77 ${LIBM} $LIBS"cat > conftest.$ac_ext <<EOF#line 7383 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char d_sin();int main() {d_sin(); return 0; }EOFif { (eval echo configure:7394: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6flibs=-lF77elseecho "$ac_t""no" 1>&6flibs=fiif test -n "${flibs}"; thenecho $ac_n "checking for f_rew in -lI77""... $ac_c" 1>&6echo "configure:7417: checking for f_rew in -lI77" >&5ac_lib_var=`echo I77'_'f_rew | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-lI77 -lF77 $LIBS"cat > conftest.$ac_ext <<EOF#line 7425 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char f_rew();int main() {f_rew(); return 0; }EOFif { (eval echo configure:7436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6flibs="${flibs} -lI77"elseecho "$ac_t""no" 1>&6flibs=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 "configure: warning: ${warn_f2c_flibs}" 1>&2elseFLIBS="${FLIBS} ${LIBM}"ficat >> confdefs.h <<\EOF#define HAVE_F77_UNDERSCORE 1EOFcat >> confdefs.h <<\EOF#define HAVE_DOUBLE_COMPLEX 1EOFf77_rules_frag=Makefrag.f77cat << \EOF > ${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 >> ${f77_rules_frag}$(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS_LO) -c $*.c -o $@EOFelsecat << \EOF >> ${f77_rules_frag}@test -d .libs || mkdir .libs$(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS_LO) -c $*.c -o .libs/$*.omv .libs/$*.o $*.loEOFficat << \EOF >> ${f77_rules_frag}@rm -f $*.cEOFelse{ echo "configure: error: Neither an F77 compiler nor f2c found" 1>&2; exit 1; }fiif test "x$HAVE_DOUBLE_COMPLEX" != x; thenCOMPILE_DOUBLE_COMPLEX_TRUE=COMPILE_DOUBLE_COMPLEX_FALSE='#'elseCOMPILE_DOUBLE_COMPLEX_TRUE='#'COMPILE_DOUBLE_COMPLEX_FALSE=fi### Set up LD_LIBRARY_PATH or equivalent.## <FIXME>## What is this doing *HERE*?## Should be needed for tests using AC_TRY_RUN()?## Make sure that non-standard directories specified via `-L' are really## searched in the tests.for arg in ${LIBS}; docase ${arg} in-L*)lib=`echo ${arg} | sed "s/^-L//"`if test -z "${R_LD_LIBRARY_PATH}"; thenR_LD_LIBRARY_PATH="${lib}"elseR_LD_LIBRARY_PATH="${R_LD_LIBRARY_PATH}:${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}:\${${shlibpath_var}}\""fieval "export ${shlibpath_var}"### C++ compiler.## <NOTE>## Needs to follow initialization of LIBS and putting what is already in## LIBS into LD_LIBRARY_PATH or equivalent as -lstdc++ might well be in## `/usr/local/lib' and so not found at run time.## </NOTE>for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cldo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:7565: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test -n "$CXX"; thenac_cv_prog_CXX="$CXX" # Let the user override the test.elseIFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_prog_CXX="$ac_prog"breakfidoneIFS="$ac_save_ifs"fifiCXX="$ac_cv_prog_CXX"if test -n "$CXX"; thenecho "$ac_t""$CXX" 1>&6elseecho "$ac_t""no" 1>&6fitest -n "$CXX" && breakdonetest -n "$CXX" || CXX="gcc"echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6echo "configure:7597: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5ac_ext=C# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CXXCPP $CPPFLAGS'ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cxx_crosscat > conftest.$ac_ext << EOF#line 7608 "configure"#include "confdefs.h"int main(){return(0);}EOFif { (eval echo configure:7613: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenac_cv_prog_cxx_works=yes# If we can't run a trivial program, we are probably using a cross compiler.if (./conftest; exit) 2>/dev/null; thenac_cv_prog_cxx_cross=noelseac_cv_prog_cxx_cross=yesfielseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5ac_cv_prog_cxx_works=nofirm -fr conftest*ac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crossecho "$ac_t""$ac_cv_prog_cxx_works" 1>&6if test $ac_cv_prog_cxx_works = no; then{ echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }fiecho $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6echo "configure:7639: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6cross_compiling=$ac_cv_prog_cxx_crossecho $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6echo "configure:7644: checking whether we are using GNU C++" >&5if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.C <<EOF#ifdef __GNUC__yes;#endifEOFif { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:7653: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; thenac_cv_prog_gxx=yeselseac_cv_prog_gxx=nofifiecho "$ac_t""$ac_cv_prog_gxx" 1>&6if test $ac_cv_prog_gxx = yes; thenGXX=yeselseGXX=fiac_test_CXXFLAGS="${CXXFLAGS+set}"ac_save_CXXFLAGS="$CXXFLAGS"CXXFLAGS=echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6echo "configure:7672: checking whether ${CXX-g++} accepts -g" >&5if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseecho 'void f(){}' > conftest.ccif test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; thenac_cv_prog_cxx_g=yeselseac_cv_prog_cxx_g=nofirm -f conftest*fiecho "$ac_t""$ac_cv_prog_cxx_g" 1>&6if test "$ac_test_CXXFLAGS" = set; thenCXXFLAGS="$ac_save_CXXFLAGS"elif test $ac_cv_prog_cxx_g = yes; thenif test "$GXX" = yes; thenCXXFLAGS="-g -O2"elseCXXFLAGS="-g"fielseif test "$GXX" = yes; thenCXXFLAGS="-O2"elseCXXFLAGS=fifiecho $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6echo "configure:7704: checking how to run the C++ preprocessor" >&5if test -z "$CXXCPP"; thenif eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_ext=C# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CXXCPP $CPPFLAGS'ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cxx_crossCXXCPP="${CXX-g++} -E"cat > conftest.$ac_ext <<EOF#line 7717 "configure"#include "confdefs.h"#include <stdlib.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:7722: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; then:elseecho "$ac_err" >&5echo "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*CXXCPP=/lib/cppfirm -f conftest*ac_cv_prog_CXXCPP="$CXXCPP"ac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crossfifiCXXCPP="$ac_cv_prog_CXXCPP"echo "$ac_t""$CXXCPP" 1>&6echo $ac_n "checking whether ${CXX} accepts -M for generating dependencies""... $ac_c" 1>&6echo "configure:7748: checking whether ${CXX} accepts -M for generating dependencies" >&5if eval "test \"`echo '$''{'r_cv_prog_cxx_m'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseecho "#include <math.h>" > conftest.cc## No real point in using AC_LANG_* and ${ac_ext}, as we need to## create hard-wired suffix rules. We could be a bit more## careful as we actually only test suffix .cc.if test -n "`${CXX} -M conftest.cc 2>/dev/null \| grep conftest`"; thenr_cv_prog_cxx_m=yeselser_cv_prog_cxx_m=nofifiecho "$ac_t""$r_cv_prog_cxx_m" 1>&6if test "${r_cv_prog_cxx_m}" = yes; thencat << \EOF >> ${depend_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 >> ${depend_rules_frag}.cc.d:@touch $@.cpp.d:@touch $@.C.d:@touch $@EOFficxx_o_lo_rules_frag=Makefrag.cxxecho $ac_n "checking whether ${CXX} supports -c -o FILE.lo""... $ac_c" 1>&6echo "configure:7794: checking whether ${CXX} supports -c -o FILE.lo" >&5if eval "test \"`echo '$''{'r_cv_prog_cxx_c_o_lo'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsetest -d TMP || mkdir TMPecho "int some_variable = 0;" > conftest.cc## No real point in using AC_LANG_* and ${ac_ext}, as we need to## create hard-wired suffix rules. We could be a bit more## careful as we actually only test suffix .cc.ac_try='${CXX} ${CXXFLAGS} -c conftest.cc -o TMP/conftest.lo 1>&5'if { (eval echo configure:7804: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } \&& test -f TMP/conftest.lo \&& { (eval echo configure:7806: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; thenr_cv_prog_cxx_c_o_lo=yeselser_cv_prog_cxx_c_o_lo=nofirm -rf conftest* TMPfiecho "$ac_t""$r_cv_prog_cxx_c_o_lo" 1>&6if test "${r_cv_prog_cxx_c_o_lo}" = yes; thencat << \EOF > ${cxx_o_lo_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 > ${cxx_o_lo_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### Libraries.echo $ac_n "checking for sin in -lm""... $ac_c" 1>&6echo "configure:7847: checking for sin in -lm" >&5ac_lib_var=`echo m'_'sin | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-lm $LIBS"cat > conftest.$ac_ext <<EOF#line 7855 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char sin();int main() {sin(); return 0; }EOFif { (eval echo configure:7866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6ac_tr_lib=HAVE_LIB`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' \-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`cat >> confdefs.h <<EOF#define $ac_tr_lib 1EOFLIBS="-lm $LIBS"elseecho "$ac_t""no" 1>&6fiif ${use_libmoto}; thenecho $ac_n "checking for sin in -lmoto""... $ac_c" 1>&6echo "configure:7895: checking for sin in -lmoto" >&5ac_lib_var=`echo moto'_'sin | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-lmoto $LIBS"cat > conftest.$ac_ext <<EOF#line 7903 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char sin();int main() {sin(); return 0; }EOFif { (eval echo configure:7914: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6ac_tr_lib=HAVE_LIB`echo moto | sed -e 's/[^a-zA-Z0-9_]/_/g' \-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`cat >> confdefs.h <<EOF#define $ac_tr_lib 1EOFLIBS="-lmoto $LIBS"elseecho "$ac_t""no" 1>&6fifiecho $ac_n "checking for main in -lncurses""... $ac_c" 1>&6echo "configure:7943: checking for main in -lncurses" >&5ac_lib_var=`echo ncurses'_'main | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-lncurses $LIBS"cat > conftest.$ac_ext <<EOF#line 7951 "configure"#include "confdefs.h"int main() {main(); return 0; }EOFif { (eval echo configure:7958: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6ac_tr_lib=HAVE_LIB`echo ncurses | sed -e 's/[^a-zA-Z0-9_]/_/g' \-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`cat >> confdefs.h <<EOF#define $ac_tr_lib 1EOFLIBS="-lncurses $LIBS"elseecho "$ac_t""no" 1>&6echo $ac_n "checking for main in -ltermcap""... $ac_c" 1>&6echo "configure:7984: checking for main in -ltermcap" >&5ac_lib_var=`echo termcap'_'main | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-ltermcap $LIBS"cat > conftest.$ac_ext <<EOF#line 7992 "configure"#include "confdefs.h"int main() {main(); return 0; }EOFif { (eval echo configure:7999: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6ac_tr_lib=HAVE_LIB`echo termcap | sed -e 's/^a-zA-Z0-9_/_/g' \-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`cat >> confdefs.h <<EOF#define $ac_tr_lib 1EOFLIBS="-ltermcap $LIBS"elseecho "$ac_t""no" 1>&6echo $ac_n "checking for main in -ltermlib""... $ac_c" 1>&6echo "configure:8025: checking for main in -ltermlib" >&5ac_lib_var=`echo termlib'_'main | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-ltermlib $LIBS"cat > conftest.$ac_ext <<EOF#line 8033 "configure"#include "confdefs.h"int main() {main(); return 0; }EOFif { (eval echo configure:8040: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6ac_tr_lib=HAVE_LIB`echo termlib | sed -e 's/^a-zA-Z0-9_/_/g' \-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`cat >> confdefs.h <<EOF#define $ac_tr_lib 1EOFLIBS="-ltermlib $LIBS"elseecho "$ac_t""no" 1>&6fififiecho $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6echo "configure:8073: checking for dlopen in -ldl" >&5ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-ldl $LIBS"cat > conftest.$ac_ext <<EOF#line 8081 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char dlopen();int main() {dlopen(); return 0; }EOFif { (eval echo configure:8092: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6ac_tr_lib=HAVE_LIB`echo dl | sed -e 's/[^a-zA-Z0-9_]/_/g' \-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`cat >> confdefs.h <<EOF#define $ac_tr_lib 1EOFLIBS="-ldl $LIBS"elseecho "$ac_t""no" 1>&6fi## BLAS.if ${use_blas}; thenif test "${r_cv_prog_f77_append_underscore}" = yes \|| test -n "${F2C}"; thendgemm_func=dgemm_elsedgemm_func=dgemmfiif test -z "${with_blas}"; thenwith_blas=yesfiif test "$with_blas" = "no"; thenBLAS_LIBS=" "elif test "$with_blas" != "yes"; then# user specified a BLAS library to try on the command line# Safeguard against users giving the location of the lib.blas_lib_dir=`dirname ${with_blas}`if test "x${blas_lib_dir}" = x; thenecho $ac_n "checking for $dgemm_func in -l$with_blas""... $ac_c" 1>&6echo "configure:8141: checking for $dgemm_func in -l$with_blas" >&5ac_lib_var=`echo $with_blas'_'$dgemm_func | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-l$with_blas $FLIBS $LIBS"cat > conftest.$ac_ext <<EOF#line 8149 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char $dgemm_func();int main() {$dgemm_func(); return 0; }EOFif { (eval echo configure:8160: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6BLAS_LIBS="-l$with_blas"elseecho "$ac_t""no" 1>&6fielseblas_lib_name=`basename ${with_blas} | sed 's/^lib\([^.]*\).*$/\1/'`echo $ac_n "checking for $dgemm_func in -l$blas_lib_name""... $ac_c" 1>&6echo "configure:8183: checking for $dgemm_func in -l$blas_lib_name" >&5ac_lib_var=`echo $blas_lib_name'_'$dgemm_func | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-l$blas_lib_name -L${blas_lib_dir} ${FLIBS} $LIBS"cat > conftest.$ac_ext <<EOF#line 8191 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char $dgemm_func();int main() {$dgemm_func(); return 0; }EOFif { (eval echo configure:8202: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6BLAS_LIBS="-L${blas_lib_dir} -l${blas_lib_name}"elseecho "$ac_t""no" 1>&6fififiif test "x$BLAS_LIBS" = x; then# Checks for ATLAS BLAS library:echo $ac_n "checking for ATL_xerbla in -latlas""... $ac_c" 1>&6echo "configure:8228: checking for ATL_xerbla in -latlas" >&5ac_lib_var=`echo atlas'_'ATL_xerbla | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-latlas $LIBS"cat > conftest.$ac_ext <<EOF#line 8236 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char ATL_xerbla();int main() {ATL_xerbla(); return 0; }EOFif { (eval echo configure:8247: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6BLAS_LIBS="-latlas"elseecho "$ac_t""no" 1>&6fiif test "x$BLAS_LIBS" != x; then# check for other atlas libs:echo $ac_n "checking for cblas_dgemm in -lcblas""... $ac_c" 1>&6echo "configure:8270: checking for cblas_dgemm in -lcblas" >&5ac_lib_var=`echo cblas'_'cblas_dgemm | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-lcblas $BLAS_LIBS $LIBS"cat > conftest.$ac_ext <<EOF#line 8278 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char cblas_dgemm();int main() {cblas_dgemm(); return 0; }EOFif { (eval echo configure:8289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6BLAS_LIBS="-lcblas $BLAS_LIBS"elseecho "$ac_t""no" 1>&6fiecho $ac_n "checking for $dgemm_func in -lf77blas""... $ac_c" 1>&6echo "configure:8310: checking for $dgemm_func in -lf77blas" >&5ac_lib_var=`echo f77blas'_'$dgemm_func | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-lf77blas $BLAS_LIBS $FLIBS $LIBS"cat > conftest.$ac_ext <<EOF#line 8318 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char $dgemm_func();int main() {$dgemm_func(); return 0; }EOFif { (eval echo configure:8329: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6BLAS_LIBS="-lf77blas $BLAS_LIBS"elseecho "$ac_t""no" 1>&6fififi# if test "x$BLAS_LIBS" = x; then# # BLAS in Alpha CXML library?# AC_CHECK_LIB(cxml, $dgemm_func, BLAS_LIBS="-lcxml", , $FLIBS)# fi# if test "x$BLAS_LIBS" = x; then# # BLAS in Alpha DXML library? (now called CXML, see above)# AC_CHECK_LIB(dxml, $dgemm_func, BLAS_LIBS="-ldxml", , $FLIBS)# fiif test "x$BLAS_LIBS" = x; thenif test "x$GCC" != xyes; then# Check for BLAS in Sun Performance library:echo $ac_n "checking for acosp in -lsunmath""... $ac_c" 1>&6echo "configure:8366: checking for acosp in -lsunmath" >&5ac_lib_var=`echo sunmath'_'acosp | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-lsunmath $LIBS"cat > conftest.$ac_ext <<EOF#line 8374 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char acosp();int main() {acosp(); return 0; }EOFif { (eval echo configure:8385: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6echo $ac_n "checking for $dgemm_func in -lsunperf""... $ac_c" 1>&6echo "configure:8401: checking for $dgemm_func in -lsunperf" >&5ac_lib_var=`echo sunperf'_'$dgemm_func | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-lsunperf -lsunmath $FLIBS $LIBS"cat > conftest.$ac_ext <<EOF#line 8409 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char $dgemm_func();int main() {$dgemm_func(); return 0; }EOFif { (eval echo configure:8420: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6BLAS_LIBS="-xlic_lib=sunperf -lsunmath"elseecho "$ac_t""no" 1>&6fielseecho "$ac_t""no" 1>&6fififi# if test "x$BLAS_LIBS" = x; then# # Check for BLAS in SCSL and SGIMATH libraries (prefer SCSL):# AC_CHECK_LIB(scs, $dgemm_func,# BLAS_LIBS="-lscs",# AC_CHECK_LIB(complib.sgimath, $dgemm_func,# BLAS_LIBS="-lcomplib.sgimath", , $FLIBS), $FLIBS)# fiif test "x$BLAS_LIBS" = x; then# Checks for BLAS in IBM ESSL library. We must also link# with -lblas in this case (ESSL does not include the full BLAS):echo $ac_n "checking for zherk in -lblas""... $ac_c" 1>&6echo "configure:8459: checking for zherk in -lblas" >&5ac_lib_var=`echo blas'_'zherk | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-lblas $FLIBS $LIBS"cat > conftest.$ac_ext <<EOF#line 8467 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char zherk();int main() {zherk(); return 0; }EOFif { (eval echo configure:8478: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6echo $ac_n "checking for $dgemm_func in -lessl""... $ac_c" 1>&6echo "configure:8494: checking for $dgemm_func in -lessl" >&5ac_lib_var=`echo essl'_'$dgemm_func | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-lessl $FLIBS $LIBS"cat > conftest.$ac_ext <<EOF#line 8502 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char $dgemm_func();int main() {$dgemm_func(); return 0; }EOFif { (eval echo configure:8513: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6BLAS_LIBS="-lessl -lblas"elseecho "$ac_t""no" 1>&6fielseecho "$ac_t""no" 1>&6fifiif test "x$BLAS_LIBS" = x; then# Finally, check for the generic BLAS library:echo $ac_n "checking for $dgemm_func in -lblas""... $ac_c" 1>&6echo "configure:8542: checking for $dgemm_func in -lblas" >&5ac_lib_var=`echo blas'_'$dgemm_func | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-lblas $FLIBS $LIBS"cat > conftest.$ac_ext <<EOF#line 8550 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char $dgemm_func();int main() {$dgemm_func(); return 0; }EOFif { (eval echo configure:8561: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6BLAS_LIBS="-lblas"elseecho "$ac_t""no" 1>&6fifiif test "$with_blas" = "no"; then# Unset BLAS_LIBS so that we know below that nothing was found.BLAS_LIBS=""fifiif test -n "${BLAS_LIBS}"; thenBLAS=elseBLAS="blas.o"fiif test "x$BLAS_LIBS" != x; thenUSE_EXTERNAL_BLAS_TRUE=USE_EXTERNAL_BLAS_FALSE='#'elseUSE_EXTERNAL_BLAS_TRUE='#'USE_EXTERNAL_BLAS_FALSE=fi## Readline.if ${use_readline}; thenecho $ac_n "checking for rl_callback_read_char in -lreadline""... $ac_c" 1>&6echo "configure:8610: checking for rl_callback_read_char in -lreadline" >&5ac_lib_var=`echo readline'_'rl_callback_read_char | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-lreadline $LIBS"cat > conftest.$ac_ext <<EOF#line 8618 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char rl_callback_read_char();int main() {rl_callback_read_char(); return 0; }EOFif { (eval echo configure:8629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6ac_tr_lib=HAVE_LIB`echo readline | sed -e 's/[^a-zA-Z0-9_]/_/g' \-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`cat >> confdefs.h <<EOF#define $ac_tr_lib 1EOFLIBS="-lreadline $LIBS"elseecho "$ac_t""no" 1>&6fifi### Library functions.# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works# for constant arguments. Useless!echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6echo "configure:8663: checking for working alloca.h" >&5if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 8668 "configure"#include "confdefs.h"#include <alloca.h>int main() {char *p = alloca(2 * sizeof(int));; return 0; }EOFif { (eval echo configure:8675: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*ac_cv_header_alloca_h=yeselseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*ac_cv_header_alloca_h=nofirm -f conftest*fiecho "$ac_t""$ac_cv_header_alloca_h" 1>&6if test $ac_cv_header_alloca_h = yes; thencat >> confdefs.h <<\EOF#define HAVE_ALLOCA_H 1EOFfiecho $ac_n "checking for alloca""... $ac_c" 1>&6echo "configure:8696: checking for alloca" >&5if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 8701 "configure"#include "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#endifint main() {char *p = (char *) alloca(1);; return 0; }EOFif { (eval echo configure:8729: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*ac_cv_func_alloca_works=yeselseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*ac_cv_func_alloca_works=nofirm -f conftest*fiecho "$ac_t""$ac_cv_func_alloca_works" 1>&6if test $ac_cv_func_alloca_works = yes; thencat >> confdefs.h <<\EOF#define HAVE_ALLOCA 1EOFfiif test $ac_cv_func_alloca_works = no; then# 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_objext}cat >> confdefs.h <<\EOF#define C_ALLOCA 1EOFecho $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6echo "configure:8761: checking whether alloca needs Cray hooks" >&5if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 8766 "configure"#include "confdefs.h"#if defined(CRAY) && ! defined(CRAY2)webecray#elsewenotbecray#endifEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |egrep "webecray" >/dev/null 2>&1; thenrm -rf conftest*ac_cv_os_cray=yeselserm -rf conftest*ac_cv_os_cray=nofirm -f conftest*fiecho "$ac_t""$ac_cv_os_cray" 1>&6if test $ac_cv_os_cray = yes; thenfor ac_func in _getb67 GETB67 getb67; doecho $ac_n "checking for $ac_func""... $ac_c" 1>&6echo "configure:8791: checking for $ac_func" >&5if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 8796 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char $ac_func(); below. */#include <assert.h>/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char $ac_func();int main() {/* 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#else$ac_func();#endif; return 0; }EOFif { (eval echo configure:8819: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_$ac_func=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_$ac_func=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; thenecho "$ac_t""yes" 1>&6cat >> confdefs.h <<EOF#define CRAY_STACKSEG_END $ac_funcEOFbreakelseecho "$ac_t""no" 1>&6fidonefiecho $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6echo "configure:8846: checking stack direction for C alloca" >&5if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test "$cross_compiling" = yes; thenac_cv_c_stack_direction=0elsecat > conftest.$ac_ext <<EOF#line 8854 "configure"#include "confdefs.h"find_stack_direction (){static char *addr = 0;auto char dummy;if (addr == 0){addr = &dummy;return find_stack_direction ();}elsereturn (&dummy > addr) ? 1 : -1;}main (){exit (find_stack_direction() < 0);}EOFif { (eval echo configure:8873: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthenac_cv_c_stack_direction=1elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -fr conftest*ac_cv_c_stack_direction=-1firm -fr conftest*fifiecho "$ac_t""$ac_cv_c_stack_direction" 1>&6cat >> confdefs.h <<EOF#define STACK_DIRECTION $ac_cv_c_stack_directionEOFfiecho $ac_n "checking for ANSI C header files""... $ac_c" 1>&6echo "configure:8895: checking for ANSI C header files" >&5if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 8900 "configure"#include "confdefs.h"#include <stdlib.h>#include <stdarg.h>#include <string.h>#include <float.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:8908: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; thenrm -rf conftest*ac_cv_header_stdc=yeselseecho "$ac_err" >&5echo "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*ac_cv_header_stdc=nofirm -f conftest*if test $ac_cv_header_stdc = yes; then# SunOS 4.x string.h does not declare mem*, contrary to ANSI.cat > conftest.$ac_ext <<EOF#line 8925 "configure"#include "confdefs.h"#include <string.h>EOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |egrep "memchr" >/dev/null 2>&1; then:elserm -rf conftest*ac_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 <<EOF#line 8943 "configure"#include "confdefs.h"#include <stdlib.h>EOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |egrep "free" >/dev/null 2>&1; then:elserm -rf conftest*ac_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 <<EOF#line 8964 "configure"#include "confdefs.h"#include <ctype.h>#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))int main () { int i; for (i = 0; i < 256; i++)if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);exit (0); }EOFif { (eval echo configure:8975: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthen:elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -fr conftest*ac_cv_header_stdc=nofirm -fr conftest*fififiecho "$ac_t""$ac_cv_header_stdc" 1>&6if test $ac_cv_header_stdc = yes; thencat >> confdefs.h <<\EOF#define STDC_HEADERS 1EOFfiecho $ac_n "checking for pid_t""... $ac_c" 1>&6echo "configure:8999: checking for pid_t" >&5if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 9004 "configure"#include "confdefs.h"#include <sys/types.h>#if STDC_HEADERS#include <stdlib.h>#include <stddef.h>#endifEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; thenrm -rf conftest*ac_cv_type_pid_t=yeselserm -rf conftest*ac_cv_type_pid_t=nofirm -f conftest*fiecho "$ac_t""$ac_cv_type_pid_t" 1>&6if test $ac_cv_type_pid_t = no; thencat >> confdefs.h <<\EOF#define pid_t intEOFfiac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'`echo $ac_n "checking for vfork.h""... $ac_c" 1>&6echo "configure:9033: checking for vfork.h" >&5if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 9038 "configure"#include "confdefs.h"#include <vfork.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:9043: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; thenrm -rf conftest*eval "ac_cv_header_$ac_safe=yes"elseecho "$ac_err" >&5echo "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_header_$ac_safe=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; thenecho "$ac_t""yes" 1>&6cat >> confdefs.h <<\EOF#define HAVE_VFORK_H 1EOFelseecho "$ac_t""no" 1>&6fiecho $ac_n "checking for working vfork""... $ac_c" 1>&6echo "configure:9068: checking for working vfork" >&5if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test "$cross_compiling" = yes; thenecho $ac_n "checking for vfork""... $ac_c" 1>&6echo "configure:9074: checking for vfork" >&5if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 9079 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char vfork(); below. */#include <assert.h>/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char vfork();int main() {/* 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_vfork) || defined (__stub___vfork)choke me#elsevfork();#endif; return 0; }EOFif { (eval echo configure:9102: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_vfork=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_vfork=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'vfork`\" = yes"; thenecho "$ac_t""yes" 1>&6:elseecho "$ac_t""no" 1>&6fiac_cv_func_vfork_works=$ac_cv_func_vforkelsecat > conftest.$ac_ext <<EOF#line 9124 "configure"#include "confdefs.h"/* Thanks to Paul Eggert for this test. */#include <stdio.h>#include <sys/types.h>#include <sys/stat.h>#ifdef HAVE_UNISTD_H#include <unistd.h>#endif#ifdef HAVE_VFORK_H#include <vfork.h>#endif/* On some sparc systems, changes by the child to local and incomingargument registers are propagated back to the parent.The compiler is told about this with #include <vfork.h>,but some compilers (e.g. gcc -O) don't grok <vfork.h>.Test for this by using a static variable whose addressis put into a register that is clobbered by the vfork. */static#ifdef __cplusplussparc_address_test (int arg)#elsesparc_address_test (arg) int arg;#endif{static pid_t child;if (!child) {child = vfork ();if (child < 0) {perror ("vfork");_exit(2);}if (!child) {arg = getpid();write(-1, "", 0);_exit (arg);}}}main() {pid_t parent = getpid ();pid_t child;sparc_address_test ();child = vfork ();if (child == 0) {/* Here is another test for sparc vfork register problems.This test uses lots of local variables, at leastas many local variables as main has allocated so farincluding compiler temporaries. 4 locals are enough forgcc 1.40.3 on a Solaris 4.1.3 sparc, but we use 8 to be safe.A buggy compiler should reuse the register of parentfor one of the local variables, since it will think thatparent can't possibly be used any more in this routine.Assigning to the local variable will thus munge parentin the parent process. */pid_tp = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();/* Convince the compiler that p..p7 are live; otherwise, it mightuse the same hardware register for all 8 local variables. */if (p != p1 || p != p2 || p != p3 || p != p4|| p != p5 || p != p6 || p != p7)_exit(1);/* On some systems (e.g. IRIX 3.3),vfork doesn't separate parent from child file descriptors.If the child closes a descriptor before it execs or exits,this munges the parent's descriptor as well.Test for this by closing stdout in the child. */_exit(close(fileno(stdout)) != 0);} else {int status;struct stat st;while (wait(&status) != child);exit(/* Was there some problem with vforking? */child < 0/* Did the child fail? (This shouldn't happen.) */|| status/* Did the vfork/compiler bug occur? */|| parent != getpid()/* Did the file descriptor bug occur? */|| fstat(fileno(stdout), &st) != 0);}}EOFif { (eval echo configure:9219: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthenac_cv_func_vfork_works=yeselseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -fr conftest*ac_cv_func_vfork_works=nofirm -fr conftest*fifiecho "$ac_t""$ac_cv_func_vfork_works" 1>&6if test $ac_cv_func_vfork_works = no; thencat >> confdefs.h <<\EOF#define vfork forkEOFfiecho $ac_n "checking for vprintf""... $ac_c" 1>&6echo "configure:9242: checking for vprintf" >&5if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 9247 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char vprintf(); below. */#include <assert.h>/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char vprintf();int main() {/* 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_vprintf) || defined (__stub___vprintf)choke me#elsevprintf();#endif; return 0; }EOFif { (eval echo configure:9270: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_vprintf=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_vprintf=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; thenecho "$ac_t""yes" 1>&6cat >> confdefs.h <<\EOF#define HAVE_VPRINTF 1EOFelseecho "$ac_t""no" 1>&6fiif test "$ac_cv_func_vprintf" != yes; thenecho $ac_n "checking for _doprnt""... $ac_c" 1>&6echo "configure:9294: checking for _doprnt" >&5if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 9299 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char _doprnt(); below. */#include <assert.h>/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char _doprnt();int main() {/* 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__doprnt) || defined (__stub____doprnt)choke me#else_doprnt();#endif; return 0; }EOFif { (eval echo configure:9322: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func__doprnt=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func__doprnt=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; thenecho "$ac_t""yes" 1>&6cat >> confdefs.h <<\EOF#define HAVE_DOPRNT 1EOFelseecho "$ac_t""no" 1>&6fififor ac_func in access acosh asinh atanh bcopy bzero finite ftruncate \getcwd getgrgid getpwuid getuid hypot isascii isnan matherr memcpy \memmove mempcpy mkfifo popen putenv rint setenv snprintf strcoll \stat strptime system times unsetenv vsnprintfdoecho $ac_n "checking for $ac_func""... $ac_c" 1>&6echo "configure:9352: checking for $ac_func" >&5if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 9357 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char $ac_func(); below. */#include <assert.h>/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char $ac_func();int main() {/* 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#else$ac_func();#endif; return 0; }EOFif { (eval echo configure:9380: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_$ac_func=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_$ac_func=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; thenecho "$ac_t""yes" 1>&6ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`cat >> confdefs.h <<EOF#define $ac_tr_func 1EOFelseecho "$ac_t""no" 1>&6fidonefor ac_func in strdupdoecho $ac_n "checking for $ac_func""... $ac_c" 1>&6echo "configure:9407: checking for $ac_func" >&5if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 9412 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char $ac_func(); below. */#include <assert.h>/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char $ac_func();int main() {/* 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#else$ac_func();#endif; return 0; }EOFif { (eval echo configure:9435: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_$ac_func=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_$ac_func=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; thenecho "$ac_t""yes" 1>&6ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`cat >> confdefs.h <<EOF#define $ac_tr_func 1EOFelseecho "$ac_t""no" 1>&6LIBOBJS="$LIBOBJS ${ac_func}.${ac_objext}"fidoneecho $ac_n "checking for library containing connect""... $ac_c" 1>&6echo "configure:9463: checking for library containing connect" >&5if eval "test \"`echo '$''{'ac_cv_search_connect'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_func_search_save_LIBS="$LIBS"ac_cv_search_connect="no"cat > conftest.$ac_ext <<EOF#line 9470 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char connect();int main() {connect(); return 0; }EOFif { (eval echo configure:9481: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*ac_cv_search_connect="none required"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5firm -f conftest*test "$ac_cv_search_connect" = "no" && for i in socket; doLIBS="-l$i $ac_func_search_save_LIBS"cat > conftest.$ac_ext <<EOF#line 9492 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char connect();int main() {connect(); return 0; }EOFif { (eval echo configure:9503: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*ac_cv_search_connect="-l$i"breakelseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5firm -f conftest*doneLIBS="$ac_func_search_save_LIBS"fiecho "$ac_t""$ac_cv_search_connect" 1>&6if test "$ac_cv_search_connect" != "no"; thentest "$ac_cv_search_connect" = "none required" || LIBS="$ac_cv_search_connect $LIBS"else :fiecho $ac_n "checking for library containing gethostbyname""... $ac_c" 1>&6echo "configure:9525: checking for library containing gethostbyname" >&5if eval "test \"`echo '$''{'ac_cv_search_gethostbyname'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_func_search_save_LIBS="$LIBS"ac_cv_search_gethostbyname="no"cat > conftest.$ac_ext <<EOF#line 9532 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char gethostbyname();int main() {gethostbyname(); return 0; }EOFif { (eval echo configure:9543: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*ac_cv_search_gethostbyname="none required"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5firm -f conftest*test "$ac_cv_search_gethostbyname" = "no" && for i in nsl socket; doLIBS="-l$i $ac_func_search_save_LIBS"cat > conftest.$ac_ext <<EOF#line 9554 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char gethostbyname();int main() {gethostbyname(); return 0; }EOFif { (eval echo configure:9565: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*ac_cv_search_gethostbyname="-l$i"breakelseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5firm -f conftest*doneLIBS="$ac_func_search_save_LIBS"fiecho "$ac_t""$ac_cv_search_gethostbyname" 1>&6if test "$ac_cv_search_gethostbyname" != "no"; thentest "$ac_cv_search_gethostbyname" = "none required" || LIBS="$ac_cv_search_gethostbyname $LIBS"else :fiecho $ac_n "checking for library containing xdr_string""... $ac_c" 1>&6echo "configure:9587: checking for library containing xdr_string" >&5if eval "test \"`echo '$''{'ac_cv_search_xdr_string'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_func_search_save_LIBS="$LIBS"ac_cv_search_xdr_string="no"cat > conftest.$ac_ext <<EOF#line 9594 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char xdr_string();int main() {xdr_string(); return 0; }EOFif { (eval echo configure:9605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*ac_cv_search_xdr_string="none required"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5firm -f conftest*test "$ac_cv_search_xdr_string" = "no" && for i in nsl; doLIBS="-l$i $ac_func_search_save_LIBS"cat > conftest.$ac_ext <<EOF#line 9616 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char xdr_string();int main() {xdr_string(); return 0; }EOFif { (eval echo configure:9627: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*ac_cv_search_xdr_string="-l$i"breakelseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5firm -f conftest*doneLIBS="$ac_func_search_save_LIBS"fiecho "$ac_t""$ac_cv_search_xdr_string" 1>&6if test "$ac_cv_search_xdr_string" != "no"; thentest "$ac_cv_search_xdr_string" = "none required" || LIBS="$ac_cv_search_xdr_string $LIBS"else :fiecho $ac_n "checking for __setfpucw""... $ac_c" 1>&6echo "configure:9648: checking for __setfpucw" >&5if eval "test \"`echo '$''{'ac_cv_func___setfpucw'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 9653 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char __setfpucw(); below. */#include <assert.h>/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char __setfpucw();int main() {/* 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#else__setfpucw();#endif; return 0; }EOFif { (eval echo configure:9676: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func___setfpucw=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func___setfpucw=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'__setfpucw`\" = yes"; thenecho "$ac_t""yes" 1>&6echo $ac_n "checking whether __setfpucw is needed""... $ac_c" 1>&6echo "configure:9691: checking whether __setfpucw is needed" >&5if eval "test \"`echo '$''{'r_cv_func___setfpucw_needed'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test "$cross_compiling" = yes; thenr_cv_func___setfpucw_needed=noelsecat > conftest.$ac_ext <<EOF#line 9699 "configure"#include "confdefs.h"int main () {#include <fpu_control.h>#if defined(_FPU_DEFAULT) && defined(_FPU_IEEE)return(_FPU_DEFAULT != _FPU_IEEE);#endifreturn(0);}EOFif { (eval echo configure:9710: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthenr_cv_func___setfpucw_needed=noelseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -fr conftest*r_cv_func___setfpucw_needed=yesfirm -fr conftest*fifiecho "$ac_t""$r_cv_func___setfpucw_needed" 1>&6if test "${r_cv_func___setfpucw_needed}" = yes; thencat >> confdefs.h <<\EOF#define NEED___SETFPUCW 1EOFfielseecho "$ac_t""no" 1>&6fiecho $ac_n "checking for working calloc""... $ac_c" 1>&6echo "configure:9738: checking for working calloc" >&5if eval "test \"`echo '$''{'r_cv_func_calloc_works'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test "$cross_compiling" = yes; thenr_cv_func_calloc_works=noelsecat > conftest.$ac_ext <<EOF#line 9746 "configure"#include "confdefs.h"#include <stdlib.h>int main () {int *p = calloc(0, sizeof(int));return(p == 0);}EOFif { (eval echo configure:9755: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthenr_cv_func_calloc_works=yeselseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -fr conftest*r_cv_func_calloc_works=nofirm -fr conftest*fifiecho "$ac_t""$r_cv_func_calloc_works" 1>&6if test "x${r_cv_func_calloc_works}" = xyes; thencat >> confdefs.h <<\EOF#define HAVE_WORKING_CALLOC 1EOFfiecho $ac_n "checking for working finite""... $ac_c" 1>&6echo "configure:9778: checking for working finite" >&5if eval "test \"`echo '$''{'r_cv_func_finite_works'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test "$cross_compiling" = yes; thenr_cv_func_finite_works=noelsecat > conftest.$ac_ext <<EOF#line 9786 "configure"#include "confdefs.h"#include <math.h>#include "confdefs.h"int main () {#ifdef HAVE_FINITEreturn(finite(1./0.) | finite(0./0.) | finite(-1./0.));#elsereturn(1);#endif}EOFif { (eval echo configure:9799: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthenr_cv_func_finite_works=yeselseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -fr conftest*r_cv_func_finite_works=nofirm -fr conftest*fifiecho "$ac_t""$r_cv_func_finite_works" 1>&6if test "x${r_cv_func_finite_works}" = xyes; thencat >> confdefs.h <<\EOF#define HAVE_WORKING_FINITE 1EOFfiecho $ac_n "checking for working log""... $ac_c" 1>&6echo "configure:9822: checking for working log" >&5if eval "test \"`echo '$''{'r_cv_func_log_works'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test "$cross_compiling" = yes; thenr_cv_func_log_works=noelsecat > conftest.$ac_ext <<EOF#line 9830 "configure"#include "confdefs.h"#include <math.h>#include "confdefs.h"int main () {#ifdef HAVE_ISNANreturn(!(log(0.) == -1. / 0. && isnan(log(-1.))));#elsereturn(log(0.) != -1. / 0);#endif}EOFif { (eval echo configure:9843: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthenr_cv_func_log_works=yeselseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -fr conftest*r_cv_func_log_works=nofirm -fr conftest*fifiecho "$ac_t""$r_cv_func_log_works" 1>&6if test "x${r_cv_func_log_works}" = xyes; thencat >> confdefs.h <<\EOF#define HAVE_WORKING_LOG 1EOFfiecho $ac_n "checking for working strptime""... $ac_c" 1>&6echo "configure:9866: checking for working strptime" >&5if eval "test \"`echo '$''{'r_cv_func_strptime_works'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test "$cross_compiling" = yes; thenr_cv_func_strptime_works=noelsecat > conftest.$ac_ext <<EOF#line 9874 "configure"#include "confdefs.h"#include <time.h>int main () {#ifdef HAVE_STRPTIMEstruct tm tm;char *p;p = strptime("1960-01-01", "%Y-%m-%d", &tm);return(p == 0);#elsereturn(1);#endif}EOFif { (eval echo configure:9890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthenr_cv_func_strptime_works=yeselseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -fr conftest*r_cv_func_strptime_works=nofirm -fr conftest*fifiecho "$ac_t""$r_cv_func_strptime_works" 1>&6if test "x${r_cv_func_strptime_works}" = xyes; thencat >> confdefs.h <<\EOF#define HAVE_WORKING_STRPTIME 1EOFfi### Header files.echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6echo "configure:9916: checking for ANSI C header files" >&5if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 9921 "configure"#include "confdefs.h"#include <stdlib.h>#include <stdarg.h>#include <string.h>#include <float.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:9929: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; thenrm -rf conftest*ac_cv_header_stdc=yeselseecho "$ac_err" >&5echo "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*ac_cv_header_stdc=nofirm -f conftest*if test $ac_cv_header_stdc = yes; then# SunOS 4.x string.h does not declare mem*, contrary to ANSI.cat > conftest.$ac_ext <<EOF#line 9946 "configure"#include "confdefs.h"#include <string.h>EOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |egrep "memchr" >/dev/null 2>&1; then:elserm -rf conftest*ac_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 <<EOF#line 9964 "configure"#include "confdefs.h"#include <stdlib.h>EOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |egrep "free" >/dev/null 2>&1; then:elserm -rf conftest*ac_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 <<EOF#line 9985 "configure"#include "confdefs.h"#include <ctype.h>#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))int main () { int i; for (i = 0; i < 256; i++)if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);exit (0); }EOFif { (eval echo configure:9996: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthen:elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -fr conftest*ac_cv_header_stdc=nofirm -fr conftest*fififiecho "$ac_t""$ac_cv_header_stdc" 1>&6if test $ac_cv_header_stdc = yes; thencat >> confdefs.h <<\EOF#define STDC_HEADERS 1EOFfiecho $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6echo "configure:10020: checking whether time.h and sys/time.h may both be included" >&5if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 10025 "configure"#include "confdefs.h"#include <sys/types.h>#include <sys/time.h>#include <time.h>int main() {struct tm *tp;; return 0; }EOFif { (eval echo configure:10034: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; thenrm -rf conftest*ac_cv_header_time=yeselseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*ac_cv_header_time=nofirm -f conftest*fiecho "$ac_t""$ac_cv_header_time" 1>&6if test $ac_cv_header_time = yes; thencat >> confdefs.h <<\EOF#define TIME_WITH_SYS_TIME 1EOFfiac_header_dirent=nofor ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.hdoac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6echo "configure:10059: checking for $ac_hdr that defines DIR" >&5if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 10064 "configure"#include "confdefs.h"#include <sys/types.h>#include <$ac_hdr>int main() {DIR *dirp = 0;; return 0; }EOFif { (eval echo configure:10072: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; thenrm -rf conftest*eval "ac_cv_header_dirent_$ac_safe=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_header_dirent_$ac_safe=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; thenecho "$ac_t""yes" 1>&6ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`cat >> confdefs.h <<EOF#define $ac_tr_hdr 1EOFac_header_dirent=$ac_hdr; breakelseecho "$ac_t""no" 1>&6fidone# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.if test $ac_header_dirent = dirent.h; thenecho $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6echo "configure:10097: checking for opendir in -ldir" >&5ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-ldir $LIBS"cat > conftest.$ac_ext <<EOF#line 10105 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char opendir();int main() {opendir(); return 0; }EOFif { (eval echo configure:10116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6LIBS="$LIBS -ldir"elseecho "$ac_t""no" 1>&6fielseecho $ac_n "checking for opendir in -lx""... $ac_c" 1>&6echo "configure:10138: checking for opendir in -lx" >&5ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-lx $LIBS"cat > conftest.$ac_ext <<EOF#line 10146 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char opendir();int main() {opendir(); return 0; }EOFif { (eval echo configure:10157: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6LIBS="$LIBS -lx"elseecho "$ac_t""no" 1>&6fifiecho $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6echo "configure:10180: checking for sys/wait.h that is POSIX.1 compatible" >&5if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 10185 "configure"#include "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)#endifint main() {int s;wait (&s);s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;; return 0; }EOFif { (eval echo configure:10201: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; thenrm -rf conftest*ac_cv_header_sys_wait_h=yeselseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*ac_cv_header_sys_wait_h=nofirm -f conftest*fiecho "$ac_t""$ac_cv_header_sys_wait_h" 1>&6if test $ac_cv_header_sys_wait_h = yes; thencat >> confdefs.h <<\EOF#define HAVE_SYS_WAIT_H 1EOFfifor ac_hdr in arpa/inet.h dl.h dlfcn.h elf.h errno.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 \rpc/xdr.h string.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.hdoac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6echo "configure:10229: checking for $ac_hdr" >&5if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 10234 "configure"#include "confdefs.h"#include <$ac_hdr>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:10239: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; thenrm -rf conftest*eval "ac_cv_header_$ac_safe=yes"elseecho "$ac_err" >&5echo "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_header_$ac_safe=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; thenecho "$ac_t""yes" 1>&6ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`cat >> confdefs.h <<EOF#define $ac_tr_hdr 1EOFelseecho "$ac_t""no" 1>&6fidone## <FIXME>## AC_CHECK_HEADERS(libintl.h)## src/main/regex.c uses HAVE_LIBINTL_H.## But then we want full gettext support and AM_GNU_GETTEXT.## </FIXME>case "${host_os}" insunos4*)cat >> confdefs.h <<\EOF#define SunOS4 1EOF;;esacecho $ac_n "checking whether setjmp.h is POSIX.1 compatible""... $ac_c" 1>&6echo "configure:10279: checking whether setjmp.h is POSIX.1 compatible" >&5if eval "test \"`echo '$''{'r_cv_header_setjmp_posix'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 10284 "configure"#include "confdefs.h"#include <setjmp.h>EOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |egrep "sigjmp_buf" >/dev/null 2>&1; thenrm -rf conftest*r_cv_header_setjmp_posix=yeselserm -rf conftest*r_cv_header_setjmp_posix=nofirm -f conftest*if test "${r_cv_header_setjmp_posix}" = yes; thencat > conftest.$ac_ext <<EOF#line 10300 "configure"#include "confdefs.h"#include <setjmp.h>EOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |egrep "siglongjmp" >/dev/null 2>&1; then:elserm -rf conftest*r_cv_header_setjmp_posix=nofirm -f conftest*fiif test "${r_cv_header_setjmp_posix}" = yes; thencat > conftest.$ac_ext <<EOF#line 10316 "configure"#include "confdefs.h"#include <setjmp.h>EOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |egrep "sigsetjmp" >/dev/null 2>&1; then:elserm -rf conftest*r_cv_header_setjmp_posix=nofirm -f conftest*fifiecho "$ac_t""$r_cv_header_setjmp_posix" 1>&6if test "${r_cv_header_setjmp_posix}" = yes; thencat >> confdefs.h <<\EOF#define HAVE_POSIX_SETJMP 1EOFfiecho $ac_n "checking for GNU C library with version >= 2""... $ac_c" 1>&6echo "configure:10340: checking for GNU C library with version >= 2" >&5if eval "test \"`echo '$''{'r_cv_header_glibc2'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 10345 "configure"#include "confdefs.h"#include <stdio.h>#if defined __GLIBC__ && __GLIBC__ >= 2yes#endifEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |egrep "yes" >/dev/null 2>&1; thenrm -rf conftest*r_cv_header_glibc2=yeselserm -rf conftest*r_cv_header_glibc2=nofirm -f conftest*fiecho "$ac_t""$r_cv_header_glibc2" 1>&6if test "${r_cv_header_glibc2}" = yes; thencat >> confdefs.h <<\EOF#define HAVE_GLIBC2 1EOFfiecho $ac_n "checking whether math.h defines isfinite""... $ac_c" 1>&6echo "configure:10373: checking whether math.h defines isfinite" >&5if eval "test \"`echo '$''{'r_cv_header_math_isfinite'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 10378 "configure"#include "confdefs.h"#include <math.h>#if defined(isfinite)yes#endifEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |egrep "yes" >/dev/null 2>&1; thenrm -rf conftest*r_cv_header_math_isfinite=yeselserm -rf conftest*r_cv_header_math_isfinite=nofirm -f conftest*fiecho "$ac_t""$r_cv_header_math_isfinite" 1>&6if test "${r_cv_header_math_isfinite}" = yes; thencat >> confdefs.h <<\EOF#define HAVE_ISFINITE_IN_MATH_H 1EOFfiecho $ac_n "checking whether math.h defines isnan""... $ac_c" 1>&6echo "configure:10406: checking whether math.h defines isnan" >&5if eval "test \"`echo '$''{'r_cv_header_math_isnan'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 10411 "configure"#include "confdefs.h"#include <math.h>#if defined(isnan)yes#endifEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |egrep "yes" >/dev/null 2>&1; thenrm -rf conftest*r_cv_header_math_isnan=yeselserm -rf conftest*r_cv_header_math_isnan=nofirm -f conftest*fiecho "$ac_t""$r_cv_header_math_isnan" 1>&6if test "${r_cv_header_math_isnan}" = yes; thencat >> confdefs.h <<\EOF#define HAVE_ISNAN_IN_MATH_H 1EOFfi### Typedefs.echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6echo "configure:10442: checking return type of signal handlers" >&5if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 10447 "configure"#include "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 ()) ();#endifint main() {int i;; return 0; }EOFif { (eval echo configure:10464: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; thenrm -rf conftest*ac_cv_type_signal=voidelseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*ac_cv_type_signal=intfirm -f conftest*fiecho "$ac_t""$ac_cv_type_signal" 1>&6cat >> confdefs.h <<EOF#define RETSIGTYPE $ac_cv_type_signalEOFecho $ac_n "checking for pid_t""... $ac_c" 1>&6echo "configure:10483: checking for pid_t" >&5if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 10488 "configure"#include "confdefs.h"#include <sys/types.h>#if STDC_HEADERS#include <stdlib.h>#include <stddef.h>#endifEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; thenrm -rf conftest*ac_cv_type_pid_t=yeselserm -rf conftest*ac_cv_type_pid_t=nofirm -f conftest*fiecho "$ac_t""$ac_cv_type_pid_t" 1>&6if test $ac_cv_type_pid_t = no; thencat >> confdefs.h <<\EOF#define pid_t intEOFfiecho $ac_n "checking for size_t""... $ac_c" 1>&6echo "configure:10516: checking for size_t" >&5if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 10521 "configure"#include "confdefs.h"#include <sys/types.h>#if STDC_HEADERS#include <stdlib.h>#include <stddef.h>#endifEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; thenrm -rf conftest*ac_cv_type_size_t=yeselserm -rf conftest*ac_cv_type_size_t=nofirm -f conftest*fiecho "$ac_t""$ac_cv_type_size_t" 1>&6if test $ac_cv_type_size_t = no; thencat >> confdefs.h <<\EOF#define size_t unsignedEOFfiecho $ac_n "checking for blkcnt_t""... $ac_c" 1>&6echo "configure:10549: checking for blkcnt_t" >&5if eval "test \"`echo '$''{'ac_cv_type_blkcnt_t'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 10554 "configure"#include "confdefs.h"#include <sys/types.h>#if STDC_HEADERS#include <stdlib.h>#include <stddef.h>#endifEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |egrep "(^|[^a-zA-Z_0-9])blkcnt_t[^a-zA-Z_0-9]" >/dev/null 2>&1; thenrm -rf conftest*ac_cv_type_blkcnt_t=yeselserm -rf conftest*ac_cv_type_blkcnt_t=nofirm -f conftest*fiecho "$ac_t""$ac_cv_type_blkcnt_t" 1>&6if test $ac_cv_type_blkcnt_t = no; thencat >> confdefs.h <<\EOF#define blkcnt_t longEOFfiac_safe=`echo "sys/socket.h" | sed 'y%./+-%__p_%'`echo $ac_n "checking for sys/socket.h""... $ac_c" 1>&6echo "configure:10584: checking for sys/socket.h" >&5if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 10589 "configure"#include "confdefs.h"#include <sys/socket.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:10594: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; thenrm -rf conftest*eval "ac_cv_header_$ac_safe=yes"elseecho "$ac_err" >&5echo "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_header_$ac_safe=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; thenecho "$ac_t""yes" 1>&6:elseecho "$ac_t""no" 1>&6fiecho $ac_n "checking for type of socket length""... $ac_c" 1>&6echo "configure:10616: checking for type of socket length" >&5if test "${ac_cv_header_sys_socket_h}" = yes; thenif eval "test \"`echo '$''{'r_cv_type_socklen'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsefor t in socklen_t size_t int; docat > conftest.$ac_ext <<EOF#line 10624 "configure"#include "confdefs.h"#include <stddef.h>#include <sys/types.h>#include <sys/socket.h>int main() {(void)getsockopt (1, 1, 1, NULL, (${t} *)NULL); return 0; }EOFif { (eval echo configure:10635: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; thenrm -rf conftest*r_cv_type_socklen=${t}; breakelseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*r_cv_type_socklen=firm -f conftest*donefifiif test "x${r_cv_type_socklen}" = x; thenwarn_type_socklen="could not determine type of socket length"echo "configure: warning: ${warn_type_socklen}" 1>&2elseecho "$ac_t""${r_cv_type_socklen} *" 1>&6ficat >> confdefs.h <<EOF#define SOCKLEN_T ${r_cv_type_socklen}EOF### C Compiler characteristics.echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6echo "configure:10664: checking whether byte ordering is bigendian" >&5if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_cv_c_bigendian=unknown# See if sys/param.h defines the BYTE_ORDER macro.cat > conftest.$ac_ext <<EOF#line 10671 "configure"#include "confdefs.h"#include <sys/types.h>#include <sys/param.h>int main() {#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIANbogus endian macros#endif; return 0; }EOFif { (eval echo configure:10682: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; thenrm -rf conftest*# It does; now see whether it defined to BIG_ENDIAN or not.cat > conftest.$ac_ext <<EOF#line 10686 "configure"#include "confdefs.h"#include <sys/types.h>#include <sys/param.h>int main() {#if BYTE_ORDER != BIG_ENDIANnot big endian#endif; return 0; }EOFif { (eval echo configure:10697: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; thenrm -rf conftest*ac_cv_c_bigendian=yeselseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*ac_cv_c_bigendian=nofirm -f conftest*elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5firm -f conftest*if test $ac_cv_c_bigendian = unknown; thenif test "$cross_compiling" = yes; then{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }elsecat > conftest.$ac_ext <<EOF#line 10717 "configure"#include "confdefs.h"main () {/* 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);}EOFif { (eval echo configure:10730: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthenac_cv_c_bigendian=noelseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -fr conftest*ac_cv_c_bigendian=yesfirm -fr conftest*fififiecho "$ac_t""$ac_cv_c_bigendian" 1>&6if test $ac_cv_c_bigendian = yes; thencat >> confdefs.h <<\EOF#define WORDS_BIGENDIAN 1EOFfiecho $ac_n "checking for working const""... $ac_c" 1>&6echo "configure:10754: checking for working const" >&5if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 10759 "configure"#include "confdefs.h"int main() {/* 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 in an armof an if-expression whose if-part is not a constant expression */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;}; return 0; }EOFif { (eval echo configure:10808: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; thenrm -rf conftest*ac_cv_c_const=yeselseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*ac_cv_c_const=nofirm -f conftest*fiecho "$ac_t""$ac_cv_c_const" 1>&6if test $ac_cv_c_const = no; thencat >> confdefs.h <<\EOF#define constEOFfiif test "${cross_compiling}" = yes; thenwarn_xcompile_sizeof_int="assuming C ints are 4 byte on ${host}"echo "configure: warning: ${warn_xcompile_sizeof_int}" 1>&2fiecho $ac_n "checking size of int""... $ac_c" 1>&6echo "configure:10833: checking size of int" >&5if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test "$cross_compiling" = yes; thenac_cv_sizeof_int=4elsecat > conftest.$ac_ext <<EOF#line 10841 "configure"#include "confdefs.h"#include <stdio.h>#include <sys/types.h>main(){FILE *f=fopen("conftestval", "w");if (!f) exit(1);fprintf(f, "%d\n", sizeof(int));exit(0);}EOFif { (eval echo configure:10853: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthenac_cv_sizeof_int=`cat conftestval`elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -fr conftest*ac_cv_sizeof_int=0firm -fr conftest*fifiecho "$ac_t""$ac_cv_sizeof_int" 1>&6cat >> confdefs.h <<EOF#define SIZEOF_INT $ac_cv_sizeof_intEOFif test "${ac_cv_sizeof_int}" = 4; thencat >> confdefs.h <<\EOF#define INT_32_BITS 1EOFfiif test "${cross_compiling}" = yes; thenwarn_xcompile_sizeof_long="assuming C longs are 4 byte on ${host}"echo "configure: warning: ${warn_xcompile_sizeof_long}" 1>&2fiecho $ac_n "checking size of long""... $ac_c" 1>&6echo "configure:10883: checking size of long" >&5if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test "$cross_compiling" = yes; thenac_cv_sizeof_long=4elsecat > conftest.$ac_ext <<EOF#line 10891 "configure"#include "confdefs.h"#include <stdio.h>#include <sys/types.h>main(){FILE *f=fopen("conftestval", "w");if (!f) exit(1);fprintf(f, "%d\n", sizeof(long));exit(0);}EOFif { (eval echo configure:10903: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthenac_cv_sizeof_long=`cat conftestval`elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -fr conftest*ac_cv_sizeof_long=0firm -fr conftest*fifiecho "$ac_t""$ac_cv_sizeof_long" 1>&6cat >> confdefs.h <<EOF#define SIZEOF_LONG $ac_cv_sizeof_longEOFecho $ac_n "checking size of long long""... $ac_c" 1>&6echo "configure:10923: checking size of long long" >&5if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test "$cross_compiling" = yes; thenac_cv_sizeof_long_long=0elsecat > conftest.$ac_ext <<EOF#line 10931 "configure"#include "confdefs.h"#include <stdio.h>#include <sys/types.h>main(){FILE *f=fopen("conftestval", "w");if (!f) exit(1);fprintf(f, "%d\n", sizeof(long long));exit(0);}EOFif { (eval echo configure:10943: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthenac_cv_sizeof_long_long=`cat conftestval`elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -fr conftest*ac_cv_sizeof_long_long=0firm -fr conftest*fifiecho "$ac_t""$ac_cv_sizeof_long_long" 1>&6cat >> confdefs.h <<EOF#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_longEOFecho $ac_n "checking size of long double""... $ac_c" 1>&6echo "configure:10963: checking size of long double" >&5if eval "test \"`echo '$''{'ac_cv_sizeof_long_double'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test "$cross_compiling" = yes; thenac_cv_sizeof_long_double=0elsecat > conftest.$ac_ext <<EOF#line 10971 "configure"#include "confdefs.h"#include <stdio.h>#include <sys/types.h>main(){FILE *f=fopen("conftestval", "w");if (!f) exit(1);fprintf(f, "%d\n", sizeof(long double));exit(0);}EOFif { (eval echo configure:10983: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthenac_cv_sizeof_long_double=`cat conftestval`elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -fr conftest*ac_cv_sizeof_long_double=0firm -fr conftest*fifiecho "$ac_t""$ac_cv_sizeof_long_double" 1>&6cat >> confdefs.h <<EOF#define SIZEOF_LONG_DOUBLE $ac_cv_sizeof_long_doubleEOF### Platform-specific overrides for the C, FORTRAN and C++ compilers.case "${host_cpu}" ini*86)ac_safe=`echo "-mieee-fp" | sed 'y%./+-%__p_%'`echo $ac_n "checking whether ${CC-cc} accepts -mieee-fp""... $ac_c" 1>&6echo "configure:11009: checking whether ${CC-cc} accepts -mieee-fp" >&5if eval "test \"`echo '$''{'r_cv_prog_cc_flag_${ac_safe}'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crossXCFLAGS="${CFLAGS}"CFLAGS="${CFLAGS} -mieee-fp"cat > conftest.$ac_ext <<EOF#line 11024 "configure"#include "confdefs.h"int main() {; return 0; }EOFif { (eval echo configure:11031: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "r_cv_prog_cc_flag_${ac_safe}=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "r_cv_prog_cc_flag_${ac_safe}=no"firm -f conftest*CFLAGS="${XCFLAGS}"ac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crossfiif eval "test \"`echo '$r_cv_prog_cc_flag_'$ac_safe`\" = yes"; thenecho "$ac_t""yes" 1>&6R_XTRA_CFLAGS="${R_XTRA_CFLAGS} -mieee-fp"elseecho "$ac_t""no" 1>&6fiac_safe=`echo "-mieee-fp" | sed 'y%./+-%__p_%'`echo $ac_n "checking whether ${CXX-c++} accepts -mieee-fp""... $ac_c" 1>&6echo "configure:11061: checking whether ${CXX-c++} accepts -mieee-fp" >&5if eval "test \"`echo '$''{'r_cv_prog_cxx_flag_${ac_safe}'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_ext=C# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CXXCPP $CPPFLAGS'ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cxx_crossXCXXFLAGS="${CXXFLAGS}"CXXFLAGS="${CXXFLAGS} -mieee-fp"cat > conftest.$ac_ext <<EOF#line 11076 "configure"#include "confdefs.h"int main() {; return 0; }EOFif { (eval echo configure:11083: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "r_cv_prog_cxx_flag_${ac_safe}=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "r_cv_prog_cxx_flag_${ac_safe}=no"firm -f conftest*CXXFLAGS="${XCXXFLAGS}"ac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crossfiif eval "test \"`echo '$r_cv_prog_cxx_flag_'$ac_safe`\" = yes"; thenecho "$ac_t""yes" 1>&6R_XTRA_CXXFLAGS="${R_XTRA_CXXFLAGS} -mieee-fp"elseecho "$ac_t""no" 1>&6fi## In current glibc, inline version [x86] of exp is brokencat > conftest.$ac_ext <<EOF#line 11113 "configure"#include "confdefs.h"#include <math.h>#if defined(__GLIBC__)yes#endifEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |egrep "yes" >/dev/null 2>&1; thenrm -rf conftest*R_XTRA_CFLAGS="${R_XTRA_CFLAGS} -D__NO_MATH_INLINES"firm -f conftest*;;alpha*)## <FIXME>## This was obtained by merging entries for host types alpha*osf*## and alpha*linux*. Not clear whether the non-GNU settings are## specific to OSF only.## <Albrecht.Gebhardt@uni-klu.ac.at>if test "${GCC}" = yes; thenac_safe=`echo "-mieee" | sed 'y%./+-%__p_%'`echo $ac_n "checking whether ${CC-cc} accepts -mieee""... $ac_c" 1>&6echo "configure:11137: checking whether ${CC-cc} accepts -mieee" >&5if eval "test \"`echo '$''{'r_cv_prog_cc_flag_${ac_safe}'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crossXCFLAGS="${CFLAGS}"CFLAGS="${CFLAGS} -mieee"cat > conftest.$ac_ext <<EOF#line 11152 "configure"#include "confdefs.h"int main() {; return 0; }EOFif { (eval echo configure:11159: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "r_cv_prog_cc_flag_${ac_safe}=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "r_cv_prog_cc_flag_${ac_safe}=no"firm -f conftest*CFLAGS="${XCFLAGS}"ac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crossfiif eval "test \"`echo '$r_cv_prog_cc_flag_'$ac_safe`\" = yes"; thenecho "$ac_t""yes" 1>&6R_XTRA_CFLAGS="${R_XTRA_CFLAGS} -mieee"elseecho "$ac_t""no" 1>&6fielseac_safe=`echo "-ieee_with_inexact" | sed 'y%./+-%__p_%'`echo $ac_n "checking whether ${CC-cc} accepts -ieee_with_inexact""... $ac_c" 1>&6echo "configure:11190: checking whether ${CC-cc} accepts -ieee_with_inexact" >&5if eval "test \"`echo '$''{'r_cv_prog_cc_flag_${ac_safe}'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crossXCFLAGS="${CFLAGS}"CFLAGS="${CFLAGS} -ieee_with_inexact"cat > conftest.$ac_ext <<EOF#line 11205 "configure"#include "confdefs.h"int main() {; return 0; }EOFif { (eval echo configure:11212: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "r_cv_prog_cc_flag_${ac_safe}=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "r_cv_prog_cc_flag_${ac_safe}=no"firm -f conftest*CFLAGS="${XCFLAGS}"ac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crossfiif eval "test \"`echo '$r_cv_prog_cc_flag_'$ac_safe`\" = yes"; thenecho "$ac_t""yes" 1>&6R_XTRA_CFLAGS="${R_XTRA_CFLAGS} -ieee_with_inexact"elseecho "$ac_t""no" 1>&6fiac_safe=`echo "-std1" | sed 'y%./+-%__p_%'`echo $ac_n "checking whether ${CC-cc} accepts -std1""... $ac_c" 1>&6echo "configure:11242: checking whether ${CC-cc} accepts -std1" >&5if eval "test \"`echo '$''{'r_cv_prog_cc_flag_${ac_safe}'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crossXCFLAGS="${CFLAGS}"CFLAGS="${CFLAGS} -std1"cat > conftest.$ac_ext <<EOF#line 11257 "configure"#include "confdefs.h"int main() {; return 0; }EOFif { (eval echo configure:11264: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "r_cv_prog_cc_flag_${ac_safe}=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "r_cv_prog_cc_flag_${ac_safe}=no"firm -f conftest*CFLAGS="${XCFLAGS}"ac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crossfiif eval "test \"`echo '$r_cv_prog_cc_flag_'$ac_safe`\" = yes"; thenecho "$ac_t""yes" 1>&6R_XTRA_CFLAGS="${R_XTRA_CFLAGS} -std1"elseecho "$ac_t""no" 1>&6fifiif test "${G77}" = yes; thenR_XTRA_FFLAGS="${R_XTRA_FFLAGS} -mieee"elseR_XTRA_FFLAGS="${R_XTRA_FFLAGS} -fpe3"fi## </Albrecht.Gebhardt@uni-klu.ac.at>## </FIXME>;;esaccase "${host_os}" in## <FIXME>## This used to be## aix4.[[2-9]]*)## What about aix5*?aix4*)## </FIXME>cat >> confdefs.h <<\EOF#define HAVE_NO_SYMBOL_UNDERSCORE 1EOFif test "${GCC}" = yes; thenac_safe=`echo "-mno-fp-in-toc" | sed 'y%./+-%__p_%'`echo $ac_n "checking whether ${CC-cc} accepts -mno-fp-in-toc""... $ac_c" 1>&6echo "configure:11317: checking whether ${CC-cc} accepts -mno-fp-in-toc" >&5if eval "test \"`echo '$''{'r_cv_prog_cc_flag_${ac_safe}'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crossXCFLAGS="${CFLAGS}"CFLAGS="${CFLAGS} -mno-fp-in-toc"cat > conftest.$ac_ext <<EOF#line 11332 "configure"#include "confdefs.h"int main() {; return 0; }EOFif { (eval echo configure:11339: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "r_cv_prog_cc_flag_${ac_safe}=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "r_cv_prog_cc_flag_${ac_safe}=no"firm -f conftest*CFLAGS="${XCFLAGS}"ac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crossfiif eval "test \"`echo '$r_cv_prog_cc_flag_'$ac_safe`\" = yes"; thenecho "$ac_t""yes" 1>&6R_XTRA_CFLAGS="${R_XTRA_CFLAGS} -mno-fp-in-toc"elseecho "$ac_t""no" 1>&6fifiR_XTRA_LIBS="${R_XTRA_LIBS} /lib/crt0.o";;hpux*)cat >> confdefs.h <<\EOF#define HAVE_NO_SYMBOL_UNDERSCORE 1EOFcat >> confdefs.h <<\EOF#define USE_BUILTIN_RINT 1EOF## Need -D_HPUX_SOURCE to get the ISO C99 fp classification macros## (also with gcc).R_XTRA_CFLAGS="${R_XTRA_CFLAGS} -D_HPUX_SOURCE"case "${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.R_XTRA_CFLAGS="${R_XTRA_CFLAGS} -Wp,-H16000";;esacecho $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6echo "configure:11392: checking for shl_load in -ldld" >&5ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-ldld $LIBS"cat > conftest.$ac_ext <<EOF#line 11400 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char shl_load();int main() {shl_load(); return 0; }EOFif { (eval echo configure:11411: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6R_XTRA_LIBS="${R_XTRA_LIBS} -ldld"elseecho "$ac_t""no" 1>&6fi;;irix*)echo $ac_n "checking whether C compiler needs -OPT:IEEE_NaN_inf=ON""... $ac_c" 1>&6echo "configure:11434: checking whether C compiler needs -OPT:IEEE_NaN_inf=ON" >&5if eval "test \"`echo '$''{'r_cv_c_optieee'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test "$cross_compiling" = yes; thenr_cv_c_optieee=noelsecat > conftest.$ac_ext <<EOF#line 11442 "configure"#include "confdefs.h"#include <math.h>#include <ieeefp.h>int main () {double x = 0;fpsetmask(0); x = x / x; return (x != x);}EOFif { (eval echo configure:11452: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthenr_cv_c_optieee=yeselseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -fr conftest*r_cv_c_optieee=nofirm -fr conftest*fifiecho "$ac_t""$r_cv_c_optieee" 1>&6if test "${r_cv_c_optieee}" = yes; thenR_XTRA_CFLAGS="${R_XTRA_CFLAGS} -OPT:IEEE_NaN_inf=ON"fiif test "${G77}" != yes; thenR_XTRA_FFLAGS="${R_XTRA_FFLAGS} -OPT:IEEE_NaN_inf=ON"fiif test "${GXX}" != yes; thenR_XTRA_CXXFLAGS="${R_XTRA_CXXFLAGS} -OPT:IEEE_NaN_inf=ON"fi;;osf*)cat >> confdefs.h <<\EOF#define HAVE_NO_SYMBOL_UNDERSCORE 1EOF;;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).## 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=## Step 1. Ask imake.# Extract the first word of "xmkmf", so it can be a program name with args.set dummy xmkmf; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:11550: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_XMKMF'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecase "$XMKMF" in/*)ac_cv_path_XMKMF="$XMKMF" # Let the user override the test with a path.;;?:/*)ac_cv_path_XMKMF="$XMKMF" # Let the user override the test with a dos path.;;*)IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="${PATH}:/usr/bin/X11:/usr/X11R6/bin:/usr/openwin/bin"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_path_XMKMF="$ac_dir/$ac_word"breakfidoneIFS="$ac_save_ifs";;esacfiXMKMF="$ac_cv_path_XMKMF"if test -n "$XMKMF"; thenecho "$ac_t""$XMKMF" 1>&6elseecho "$ac_t""no" 1>&6fiif test -n "${XMKMF}"; thenecho > Imakefile${XMKMF} > /dev/null || touch 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`## <FIXME>## This is really stupid.fpicflags=${cpicflags}## </FIXME>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*)EXPORTFILE="\$(top_builddir)/etc/R.exp"## All AIX code is PIC.cpicflags=cxxpicflags=fpicflags=wl="-Wl,"main_ldflags="${wl}-bdynamic ${wl}-bE:${EXPORTFILE} ${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"fpicflags="-fno-common"case "${host_os}" indarwin1.[012])shlib_ldflags="-bundle -undefined suppress" ;;darwin1.3)shlib_ldflags="-bundle -flat_namespace -undefined suppress" ;;*)shlib_ldflags="-bundle -bundle_loader \$(R_HOME)/bin/R.bin" ;;esacshlib_cxxldflags="${shlib_ldflags}";;freebsd[3-4].*)main_ldflags="-export-dynamic"shlib_ldflags="-shared";;gnu*) # GNU Hurdmain_ldflags="-export-dynamic";;hpux*)SHLIB_EXT=".sl"case "${CC}" incc|c89)cpicflags="+Z" ;;esaccase "${FC}" inf77|fort77|f90)fpicflags="+Z" ;;esacmain_ldflags="-Wl,-E"if test "${GCC}" = yes; thenshlib_ldflags="-shared -fPIC"elseshlib_ld=ldshlib_ldflags="-b"fiif test "${GXX}" = yes; thenshlib_cxxldflags="-shared -fPIC"fi;;irix*)shlib_ldflags="-shared"shlib_cxxldflags="-shared"## PIC is default on IRIX.cpicflags=cxxpicflags=fpicflags=;;linux*aout) # GNU Linux/aoutsed '/HAVE_ELF_H/d' confdefs.h > tmp.h ; mv tmp.h confdefs.h;;linux*) # GNU Linux/ELFmain_ldflags="-export-dynamic";;netbsd*)if ${CPP} - -dM < /dev/null | grep -q __ELF__; thenmain_ldflags="-export-dynamic"shlib_ldflags="-shared"elseshlib_ldflags="-Bshareable"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"fiif 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## aix*)## ## FIXME: AIX needs special care.## ;;## *)## ## FIXME: Maybe we should set this here and not in R_bin_LDFLAGS?## main_ldflags=## ;;## esac## fi## </FIXME>## Step 5. Overrides from the environment and error checking.if test -z "${MAIN_LD}"; thenMAIN_LD=${main_ld}if test -z "${MAIN_LDFLAGS}"; thenMAIN_LDFLAGS=${main_ldflags}elseMAIN_LDFLAGS="${MAIN_LDFLAGS} ${main_ldflags}"fifi: ${CPICFLAGS=${cpicflags}}if test -z "${CPICFLAGS}"; thencase "${host_os}" inaix*|irix*|osf*);;*)echo "configure: warning: I could not determine CPICFLAGS." 1>&2{ echo "configure: error: See the file INSTALL for more information." 1>&2; exit 1; };;esacfi: ${FPICFLAGS=${fpicflags}}if test -z "${FPICFLAGS}" \&& test -z "${F2C}"; thencase "${host_os}" inaix*|irix*|osf*);;*)echo "configure: warning: I could not determine FPICFLAGS." 1>&2{ echo "configure: error: See the file INSTALL for more information." 1>&2; exit 1; };;esacfi: ${CXXPICFLAGS=${cxxpicflags}}if test -z "${CXXPICFLAGS}"; thencase "${host_os}" inaix*|irix*|osf*);;*)warn_cxxpicflags="I could not determine CXXPICFLAGS"echo "configure: warning: ${warn_cxxpicflags}" 1>&2;;esacfiif test -z "${SHLIB_LD}"; thenSHLIB_LD=${shlib_ld}if test -z "${SHLIB_LDFLAGS}"; thenSHLIB_LDFLAGS=${shlib_ldflags}elseSHLIB_LDFLAGS="${SHLIB_LDFLAGS} ${shlib_ldflags}"fifiif test -z "${SHLIB_LDFLAGS}"; thenecho "configure: warning: I could not determine SHLIB_LDFLAGS." 1>&2{ echo "configure: error: See the file INSTALL for more information." 1>&2; exit 1; }fiif test -z "${SHLIB_CXXLD}"; thenSHLIB_CXXLD=${shlib_cxxld}if test -z "${SHLIB_CXXLDFLAGS}"; thenSHLIB_CXXLDFLAGS=${shlib_cxxldflags}elseSHLIB_CXXLDFLAGS="${SHLIB_CXXLDFLAGS} ${shlib_cxxldflags}"fifiif test -z "${SHLIB_CXXLDFLAGS}"; thenwarn_shlib_cxxldflags="I could not determine SHLIB_CXXLDFLAGS"echo "configure: warning: ${warn_shlib_cxxldflags}" 1>&2fi## 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.LIBR_EXT="${SHLIB_EXT}"LIBR_LDFLAGS="${SHLIB_LDFLAGS}"case "${host_os}" indarwin*)LIBR_EXT=".dylib"LIBR_LDFLAGS="-dynamiclib";;esaccat >> confdefs.h <<EOF#define SHLIB_EXT "${SHLIB_EXT}"EOF### System services.## X11.## Here we use the standard X11 search macro.## We force the use of -lX11 (perhaps this is not necessary).# If we find X, set shell vars x_includes and x_libraries to the# paths, otherwise set no_x=yes.# Uses ac_ vars as temps to allow command line to override cache and checks.# --without-x overrides everything else, but does not touch the cache.echo $ac_n "checking for X""... $ac_c" 1>&6echo "configure:11860: checking for X" >&5# 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 eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&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 conftestdirif mkdir conftestdir; thencd conftestdir# Make sure to not put "make" in the Imakefile rules, since we grep it out.cat > Imakefile <<'EOF'acfindx:@echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'EOFif (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 conftestdirfiif test "$ac_x_includes" = NO; then# Guess where to find include files, by looking for this one X11 .h file.test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h# First, try using that file with no special directory specified.cat > conftest.$ac_ext <<EOF#line 11922 "configure"#include "confdefs.h"#include <$x_direct_test_include>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:11927: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; thenrm -rf conftest*# We can compile using X headers with no special include directory.ac_x_includes=elseecho "$ac_err" >&5echo "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*# Look for the header file in a standard set of common directories.# Check X11 before X11Rn because it is often a symlink to the current release.for ac_dir in \/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 \; \doif test -r "$ac_dir/$x_direct_test_include"; thenac_x_includes=$ac_dirbreakfidonefirm -f conftest*fi # $ac_x_includes = NOif test "$ac_x_libraries" = NO; then# Check for the libraries.test -z "$x_direct_test_library" && x_direct_test_library=Xttest -z "$x_direct_test_function" && x_direct_test_function=XtMalloc# See if we find them without any special options.# Don't add to $LIBS permanently.ac_save_LIBS="$LIBS"LIBS="-l$x_direct_test_library $LIBS"cat > conftest.$ac_ext <<EOF#line 11996 "configure"#include "confdefs.h"int main() {${x_direct_test_function}(); return 0; }EOFif { (eval echo configure:12003: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*LIBS="$ac_save_LIBS"# We can link X programs with no special library path.ac_x_libraries=elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*LIBS="$ac_save_LIBS"# First see if replacing the include by lib works.# Check X11 before X11Rn because it is often a symlink to the current release.for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \/usr/X11/lib \/usr/X11R6/lib \/usr/X11R5/lib \/usr/X11R4/lib \\/usr/lib/X11 \/usr/lib/X11R6 \/usr/lib/X11R5 \/usr/lib/X11R4 \\/usr/local/X11/lib \/usr/local/X11R6/lib \/usr/local/X11R5/lib \/usr/local/X11R4/lib \\/usr/local/lib/X11 \/usr/local/lib/X11R6 \/usr/local/lib/X11R5 \/usr/local/lib/X11R4 \\/usr/X386/lib \/usr/x386/lib \/usr/XFree86/lib/X11 \\/usr/lib \/usr/local/lib \/usr/unsupported/lib \/usr/athena/lib \/usr/local/x11r5/lib \/usr/lpp/Xamples/lib \/lib/usr/lib/X11 \\/usr/openwin/lib \/usr/openwin/share/lib \; \dofor ac_extension in a so sl; doif test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; thenac_x_libraries=$ac_dirbreak 2fidonedonefirm -f conftest*fi # $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 "$ac_t""$have_x" 1>&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"echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6fiif test "$no_x" = yes; then# Not all programs may use this symbol, but it does not hurt to define it.cat >> confdefs.h <<\EOF#define X_DISPLAY_MISSING 1EOFX_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 $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6echo "configure:12109: checking whether -R must be followed by a space" >&5ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"cat > conftest.$ac_ext <<EOF#line 12112 "configure"#include "confdefs.h"int main() {; return 0; }EOFif { (eval echo configure:12119: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*ac_R_nospace=yeselseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*ac_R_nospace=nofirm -f conftest*if test $ac_R_nospace = yes; thenecho "$ac_t""no" 1>&6X_LIBS="$X_LIBS -R$x_libraries"elseLIBS="$ac_xsave_LIBS -R $x_libraries"cat > conftest.$ac_ext <<EOF#line 12135 "configure"#include "confdefs.h"int main() {; return 0; }EOFif { (eval echo configure:12142: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*ac_R_space=yeselseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*ac_R_space=nofirm -f conftest*if test $ac_R_space = yes; thenecho "$ac_t""yes" 1>&6X_LIBS="$X_LIBS -R $x_libraries"elseecho "$ac_t""neither works" 1>&6fifiLIBS="$ac_xsave_LIBS"esacfi# 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@cl.cam.ac.uk says this is needed for Ultrix, if the X# libraries were built with DECnet support. And karl@cs.umb.edu says# the Alpha needs dnet_stub (dnet does not exist).echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6echo "configure:12174: checking for dnet_ntoa in -ldnet" >&5ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-ldnet $LIBS"cat > conftest.$ac_ext <<EOF#line 12182 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char dnet_ntoa();int main() {dnet_ntoa(); return 0; }EOFif { (eval echo configure:12193: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"elseecho "$ac_t""no" 1>&6fiif test $ac_cv_lib_dnet_dnet_ntoa = no; thenecho $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6echo "configure:12215: checking for dnet_ntoa in -ldnet_stub" >&5ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-ldnet_stub $LIBS"cat > conftest.$ac_ext <<EOF#line 12223 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char dnet_ntoa();int main() {dnet_ntoa(); return 0; }EOFif { (eval echo configure:12234: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"elseecho "$ac_t""no" 1>&6fifi# msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,# to get the SysV transport functions.# chad@anasazi.com 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 dickey@clark.net.echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6echo "configure:12263: checking for gethostbyname" >&5if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 12268 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char gethostbyname(); below. */#include <assert.h>/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char gethostbyname();int main() {/* 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#elsegethostbyname();#endif; return 0; }EOFif { (eval echo configure:12291: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_gethostbyname=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_gethostbyname=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; thenecho "$ac_t""yes" 1>&6:elseecho "$ac_t""no" 1>&6fiif test $ac_cv_func_gethostbyname = no; thenecho $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6echo "configure:12312: checking for gethostbyname in -lnsl" >&5ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-lnsl $LIBS"cat > conftest.$ac_ext <<EOF#line 12320 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char gethostbyname();int main() {gethostbyname(); return 0; }EOFif { (eval echo configure:12331: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"elseecho "$ac_t""no" 1>&6fifi# 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@lia.di.epfl.ch: it contains# gethostby* variants that don't use the nameserver (or something).# -lsocket must be given before -lnsl if both are needed.# We assume that if connect needs -lnsl, so does gethostbyname.echo $ac_n "checking for connect""... $ac_c" 1>&6echo "configure:12361: checking for connect" >&5if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 12366 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char connect(); below. */#include <assert.h>/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char connect();int main() {/* 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#elseconnect();#endif; return 0; }EOFif { (eval echo configure:12389: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_connect=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_connect=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; thenecho "$ac_t""yes" 1>&6:elseecho "$ac_t""no" 1>&6fiif test $ac_cv_func_connect = no; thenecho $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6echo "configure:12410: checking for connect in -lsocket" >&5ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-lsocket $X_EXTRA_LIBS $LIBS"cat > conftest.$ac_ext <<EOF#line 12418 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char connect();int main() {connect(); return 0; }EOFif { (eval echo configure:12429: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"elseecho "$ac_t""no" 1>&6fifi# gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.echo $ac_n "checking for remove""... $ac_c" 1>&6echo "configure:12453: checking for remove" >&5if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 12458 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char remove(); below. */#include <assert.h>/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char remove();int main() {/* 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#elseremove();#endif; return 0; }EOFif { (eval echo configure:12481: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_remove=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_remove=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; thenecho "$ac_t""yes" 1>&6:elseecho "$ac_t""no" 1>&6fiif test $ac_cv_func_remove = no; thenecho $ac_n "checking for remove in -lposix""... $ac_c" 1>&6echo "configure:12502: checking for remove in -lposix" >&5ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-lposix $LIBS"cat > conftest.$ac_ext <<EOF#line 12510 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char remove();int main() {remove(); return 0; }EOFif { (eval echo configure:12521: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"elseecho "$ac_t""no" 1>&6fifi# BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.echo $ac_n "checking for shmat""... $ac_c" 1>&6echo "configure:12545: checking for shmat" >&5if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 12550 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char shmat(); below. */#include <assert.h>/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char shmat();int main() {/* 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#elseshmat();#endif; return 0; }EOFif { (eval echo configure:12573: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_shmat=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_shmat=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; thenecho "$ac_t""yes" 1>&6:elseecho "$ac_t""no" 1>&6fiif test $ac_cv_func_shmat = no; thenecho $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6echo "configure:12594: checking for shmat in -lipc" >&5ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-lipc $LIBS"cat > conftest.$ac_ext <<EOF#line 12602 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char shmat();int main() {shmat(); return 0; }EOFif { (eval echo configure:12613: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"elseecho "$ac_t""no" 1>&6fififi# Check for libraries that X11R6 Xt/Xaw programs need.ac_save_LDFLAGS="$LDFLAGS"test -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.# --interran@uluru.Stanford.EDU, kb@cs.umb.edu.echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6echo "configure:12646: checking for IceConnectionNumber in -lICE" >&5ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-lICE $X_EXTRA_LIBS $LIBS"cat > conftest.$ac_ext <<EOF#line 12654 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char IceConnectionNumber();int main() {IceConnectionNumber(); return 0; }EOFif { (eval echo configure:12665: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"elseecho "$ac_t""no" 1>&6fiLDFLAGS="$ac_save_LDFLAGS"fiif test -z "${no_x}"; thenX_LIBS="${X_LIBS} -lX11"use_X11="yes"R_GUIS=X11cat >> confdefs.h <<\EOF#define HAVE_X11 1EOFelseuse_X11="no"R_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=$withvalfiif 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:12738: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_GNOME_CONFIG'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecase "$GNOME_CONFIG" in/*)ac_cv_path_GNOME_CONFIG="$GNOME_CONFIG" # Let the user override the test with a path.;;?:/*)ac_cv_path_GNOME_CONFIG="$GNOME_CONFIG" # Let the user override the test with a dos path.;;*)IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_path_GNOME_CONFIG="$ac_dir/$ac_word"breakfidoneIFS="$ac_save_ifs"test -z "$ac_cv_path_GNOME_CONFIG" && ac_cv_path_GNOME_CONFIG="no";;esacfiGNOME_CONFIG="$ac_cv_path_GNOME_CONFIG"if test -n "$GNOME_CONFIG"; thenecho "$ac_t""$GNOME_CONFIG" 1>&6elseecho "$ac_t""no" 1>&6fiif test "$GNOME_CONFIG" = "no"; thenno_gnome_config="yes"elseecho $ac_n "checking if $GNOME_CONFIG works""... $ac_c" 1>&6echo "configure:12775: checking if $GNOME_CONFIG works" >&5if $GNOME_CONFIG --libs-only-l gnome >/dev/null 2>&1; thenecho "$ac_t""yes" 1>&6# Extract the first word of "orbit-config", so it can be a program name with args.set dummy orbit-config; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:12783: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_ORBIT_CONFIG'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecase "$ORBIT_CONFIG" in/*)ac_cv_path_ORBIT_CONFIG="$ORBIT_CONFIG" # Let the user override the test with a path.;;?:/*)ac_cv_path_ORBIT_CONFIG="$ORBIT_CONFIG" # Let the user override the test with a dos path.;;*)IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_path_ORBIT_CONFIG="$ac_dir/$ac_word"breakfidoneIFS="$ac_save_ifs"test -z "$ac_cv_path_ORBIT_CONFIG" && ac_cv_path_ORBIT_CONFIG="no";;esacfiORBIT_CONFIG="$ac_cv_path_ORBIT_CONFIG"if test -n "$ORBIT_CONFIG"; thenecho "$ac_t""$ORBIT_CONFIG" 1>&6elseecho "$ac_t""no" 1>&6fi# Extract the first word of "orbit-idl", so it can be a program name with args.set dummy orbit-idl; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:12819: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_ORBIT_IDL'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecase "$ORBIT_IDL" in/*)ac_cv_path_ORBIT_IDL="$ORBIT_IDL" # Let the user override the test with a path.;;?:/*)ac_cv_path_ORBIT_IDL="$ORBIT_IDL" # Let the user override the test with a dos path.;;*)IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_path_ORBIT_IDL="$ac_dir/$ac_word"breakfidoneIFS="$ac_save_ifs"test -z "$ac_cv_path_ORBIT_IDL" && ac_cv_path_ORBIT_IDL="no";;esacfiORBIT_IDL="$ac_cv_path_ORBIT_IDL"if test -n "$ORBIT_IDL"; thenecho "$ac_t""$ORBIT_IDL" 1>&6elseecho "$ac_t""no" 1>&6fiecho $ac_n "checking for working ORBit environment""... $ac_c" 1>&6echo "configure:12853: checking for working ORBit environment" >&5if eval "test \"`echo '$''{'gnome_cv_orbit_found'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test x$ORBIT_CONFIG = xno -o x$ORBIT_IDL = xno; thengnome_cv_orbit_found=noelsegnome_cv_orbit_found=yesfifiecho "$ac_t""$gnome_cv_orbit_found" 1>&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 "configure: error: ORBit not installed or installation problem" 1>&2; exit 1; }fifiecho $ac_n "checking for gnorba libraries""... $ac_c" 1>&6echo "configure:12889: checking for gnorba libraries" >&5if eval "test \"`echo '$''{'gnome_cv_gnorba_found'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&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 "$ac_t""$gnome_cv_gnorba_found" 1>&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 "configure: error: gnorba library not installed or installation problem" 1>&2; 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 "$ac_t""no" 1>&6no_gnome_config="yes"fifiif test x$exec_prefix = xNONE; thenif test x$prefix = xNONE; thengnome_prefix=$ac_default_prefix/libelsegnome_prefix=$prefix/libfielsegnome_prefix=`eval echo \`echo $libdir\``fiif test "$no_gnome_config" = "yes"; thenecho $ac_n "checking for gnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6echo "configure:12953: checking for gnomeConf.sh file in $gnome_prefix" >&5if test -f $gnome_prefix/gnomeConf.sh; thenecho "$ac_t""found" 1>&6echo "loading gnome configuration from" \"$gnome_prefix/gnomeConf.sh". $gnome_prefix/gnomeConf.shelseecho "$ac_t""not found" 1>&6if test xcont = xfail; then{ echo "configure: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install" 1>&2; exit 1; }fifififiif test -n ""; thenn=""for i in $n; doecho $ac_n "checking extra library \"$i\"""... $ac_c" 1>&6echo "configure:12973: checking extra library \"$i\"" >&5case $i inapplets)GNOME_APPLETS_LIBS=`$GNOME_CONFIG --libs-only-l applets`echo "$ac_t""$GNOME_APPLETS_LIBS" 1>&6;;capplet)GNOME_CAPPLET_LIBS=`$GNOME_CONFIG --libs-only-l capplet`echo "$ac_t""$GNOME_CAPPLET_LIBS" 1>&6;;*)echo "$ac_t""unknown library" 1>&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"fimodule_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 $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:13015: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_LIBGLADE_CONFIG'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecase "$LIBGLADE_CONFIG" in/*)ac_cv_path_LIBGLADE_CONFIG="$LIBGLADE_CONFIG" # Let the user override the test with a path.;;?:/*)ac_cv_path_LIBGLADE_CONFIG="$LIBGLADE_CONFIG" # Let the user override the test with a dos path.;;*)IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_path_LIBGLADE_CONFIG="$ac_dir/$ac_word"breakfidoneIFS="$ac_save_ifs"test -z "$ac_cv_path_LIBGLADE_CONFIG" && ac_cv_path_LIBGLADE_CONFIG="no";;esacfiLIBGLADE_CONFIG="$ac_cv_path_LIBGLADE_CONFIG"if test -n "$LIBGLADE_CONFIG"; thenecho "$ac_t""$LIBGLADE_CONFIG" 1>&6elseecho "$ac_t""no" 1>&6fiecho $ac_n "checking for libglade""... $ac_c" 1>&6echo "configure:13049: checking for libglade" >&5if test "$LIBGLADE_CONFIG" = "no"; thenecho "$ac_t""no" 1>&6warn_libglade_version="GNOME support requires libglade version >= 0.3"echo "configure: warning: ${warn_libglade_version}" 1>&2elseif $LIBGLADE_CONFIG --check $module_args; thenLIBGLADE_CFLAGS=`$LIBGLADE_CONFIG --cflags $module_args`LIBGLADE_LIBS=`$LIBGLADE_CONFIG --libs $module_args`echo "$ac_t""yes" 1>&6use_gnome="yes"GNOME_IF_FILES="gnome-interface.glade"elseecho "*** libglade was not compiled with support for $module_args" 1>&2echo "$ac_t""no" 1>&6warn_libglade_version="GNOME support requires libglade version >= 0.3"echo "configure: warning: ${warn_libglade_version}" 1>&2fifififiif test "${use_gnome}" != yes; thenuse_gnome="no"GNOME_IF_FILES=elsecat >> confdefs.h <<\EOF#define HAVE_GNOME 1EOFfiif test "${use_gnome}" = yes; thenR_GUIS="${R_GUIS} gnome";fi## Tcl/Tk.if test "${want_tcltk}" = yes; thenhave_tcltk=yeslibpath="${tcltk_prefix}:${LD_LIBRARY_PATH}"libpath="${libpath}:/opt/lib:/usr/local/lib:/usr/lib:/lib"# Extract the first word of "${TCL_CONFIG} tclConfig.sh", so it can be a program name with args.set dummy ${TCL_CONFIG} tclConfig.sh; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:13099: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_TCL_CONFIG'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecase "$TCL_CONFIG" in/*)ac_cv_path_TCL_CONFIG="$TCL_CONFIG" # Let the user override the test with a path.;;?:/*)ac_cv_path_TCL_CONFIG="$TCL_CONFIG" # Let the user override the test with a dos path.;;*)IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="${libpath}"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_path_TCL_CONFIG="$ac_dir/$ac_word"breakfidoneIFS="$ac_save_ifs";;esacfiTCL_CONFIG="$ac_cv_path_TCL_CONFIG"if test -n "$TCL_CONFIG"; thenecho "$ac_t""$TCL_CONFIG" 1>&6elseecho "$ac_t""no" 1>&6fi# Extract the first word of "${TK_CONFIG} tkConfig.sh", so it can be a program name with args.set dummy ${TK_CONFIG} tkConfig.sh; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:13134: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_TK_CONFIG'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecase "$TK_CONFIG" in/*)ac_cv_path_TK_CONFIG="$TK_CONFIG" # Let the user override the test with a path.;;?:/*)ac_cv_path_TK_CONFIG="$TK_CONFIG" # Let the user override the test with a dos path.;;*)IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="${libpath}"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_path_TK_CONFIG="$ac_dir/$ac_word"breakfidoneIFS="$ac_save_ifs";;esacfiTK_CONFIG="$ac_cv_path_TK_CONFIG"if test -n "$TK_CONFIG"; thenecho "$ac_t""$TK_CONFIG" 1>&6elseecho "$ac_t""no" 1>&6fiif test -z "${TCLTK_CPPFLAGS}" -o -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 "configure: warning: ${warn_tcltk_version}" 1>&2have_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 "configure: warning: ${warn_tcltk_version}" 1>&2have_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}/includeac_safe=`echo "${TCL_PREFIX}/include/tcl${TCL_VERSION}/tcl.h" | sed 'y%./+-%__p_%'`echo $ac_n "checking for ${TCL_PREFIX}/include/tcl${TCL_VERSION}/tcl.h""... $ac_c" 1>&6echo "configure:13204: checking for ${TCL_PREFIX}/include/tcl${TCL_VERSION}/tcl.h" >&5if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 13209 "configure"#include "confdefs.h"#include <${TCL_PREFIX}/include/tcl${TCL_VERSION}/tcl.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:13214: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; thenrm -rf conftest*eval "ac_cv_header_$ac_safe=yes"elseecho "$ac_err" >&5echo "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_header_$ac_safe=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; thenecho "$ac_t""yes" 1>&6TCLTK_CPPFLAGS="-I${TCL_PREFIX}/include/tcl${TCL_VERSION}"found_tcl_h=yeselseecho "$ac_t""no" 1>&6fiif test "${found_tcl_h}" = no; thenac_safe=`echo "${TCL_PREFIX}/include/tcl.h" | sed 'y%./+-%__p_%'`echo $ac_n "checking for ${TCL_PREFIX}/include/tcl.h""... $ac_c" 1>&6echo "configure:13239: checking for ${TCL_PREFIX}/include/tcl.h" >&5if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 13244 "configure"#include "confdefs.h"#include <${TCL_PREFIX}/include/tcl.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:13249: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; thenrm -rf conftest*eval "ac_cv_header_$ac_safe=yes"elseecho "$ac_err" >&5echo "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_header_$ac_safe=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; thenecho "$ac_t""yes" 1>&6TCLTK_CPPFLAGS="-I${TCL_PREFIX}/include"found_tcl_h=yeselseecho "$ac_t""no" 1>&6fififiif test "${found_tcl_h}" = no; thenecho $ac_n "checking for tcl.h""... $ac_c" 1>&6echo "configure:13275: checking for tcl.h" >&5cat > conftest.$ac_ext <<EOF#line 13277 "configure"#include "confdefs.h"#include <tcl.h>#if (TCL_MAJOR_VERSION >= 8)yes#endifEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |egrep "yes" >/dev/null 2>&1; thenrm -rf conftest*found_tcl_h=yeselserm -rf conftest*have_tcltk=nofirm -f conftest*echo "$ac_t""${found_tcl_h}" 1>&6fifiif 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## 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.save_CPPFLAGS="${CPPFLAGS}"CPPFLAGS="${CPPFLAGS} ${TK_XINCLUDES} ${TCLTK_CPPFLAGS}"ac_safe=`echo "${TK_PREFIX}/include/tk${TK_VERSION}/tk.h" | sed 'y%./+-%__p_%'`echo $ac_n "checking for ${TK_PREFIX}/include/tk${TK_VERSION}/tk.h""... $ac_c" 1>&6echo "configure:13313: checking for ${TK_PREFIX}/include/tk${TK_VERSION}/tk.h" >&5if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 13318 "configure"#include "confdefs.h"#include <${TK_PREFIX}/include/tk${TK_VERSION}/tk.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:13323: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; thenrm -rf conftest*eval "ac_cv_header_$ac_safe=yes"elseecho "$ac_err" >&5echo "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_header_$ac_safe=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; thenecho "$ac_t""yes" 1>&6TCLTK_CPPFLAGS="${TCLTK_CPPFLAGS} -I${TK_PREFIX}/include/tk${TK_VERSION}"found_tk_h=yeselseecho "$ac_t""no" 1>&6fiif test "${found_tk_h}" = no; thenac_safe=`echo "${TK_PREFIX}/include/tk.h" | sed 'y%./+-%__p_%'`echo $ac_n "checking for ${TK_PREFIX}/include/tk.h""... $ac_c" 1>&6echo "configure:13348: checking for ${TK_PREFIX}/include/tk.h" >&5if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 13353 "configure"#include "confdefs.h"#include <${TK_PREFIX}/include/tk.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:13358: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; thenrm -rf conftest*eval "ac_cv_header_$ac_safe=yes"elseecho "$ac_err" >&5echo "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_header_$ac_safe=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; thenecho "$ac_t""yes" 1>&6TCLTK_CPPFLAGS="${TCLTK_CPPFLAGS} -I${TK_PREFIX}/include"found_tk_h=yeselseecho "$ac_t""no" 1>&6fifiCPPFLAGS="${save_CPPFLAGS}"fiif test "${found_tk_h}" = no; thenecho $ac_n "checking for tk.h""... $ac_c" 1>&6echo "configure:13385: checking for tk.h" >&5cat > conftest.$ac_ext <<EOF#line 13387 "configure"#include "confdefs.h"#include <tk.h>#if (TK_MAJOR_VERSION >= 8)yes#endifEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |egrep "yes" >/dev/null 2>&1; thenrm -rf conftest*found_tk_h=yeselserm -rf conftest*have_tcltk=nofirm -f conftest*echo "$ac_t""${found_tk_h}" 1>&6fififiif 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 $ac_n "checking for Tcl_CreateInterp in -ltcl""... $ac_c" 1>&6echo "configure:13420: checking for Tcl_CreateInterp in -ltcl" >&5ac_lib_var=`echo tcl'_'Tcl_CreateInterp | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-ltcl $LIBS"cat > conftest.$ac_ext <<EOF#line 13428 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char Tcl_CreateInterp();int main() {Tcl_CreateInterp(); return 0; }EOFif { (eval echo configure:13439: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6TCLTK_LIBS=-ltclelseecho "$ac_t""no" 1>&6have_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 $ac_n "checking for Tk_Init in -ltk""... $ac_c" 1>&6echo "configure:13469: checking for Tk_Init in -ltk" >&5ac_lib_var=`echo tk'_'Tk_Init | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-ltk ${TCLTK_LIBS} $LIBS"cat > conftest.$ac_ext <<EOF#line 13477 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char Tk_Init();int main() {Tk_Init(); return 0; }EOFif { (eval echo configure:13488: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6ac_tr_lib=HAVE_LIB`echo tk | sed -e 's/[^a-zA-Z0-9_]/_/g' \-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`cat >> confdefs.h <<EOF#define $ac_tr_lib 1EOFLIBS="-ltk $LIBS"elseecho "$ac_t""no" 1>&6fiif test "${ac_cv_lib_tk_Tk_Init}" = no; then## Grr, simple -ltk does not work.## But maybe we simply need to add X11 libs.unset ac_cv_lib_tk_Tk_Initecho $ac_n "checking for Tk_Init in -ltk""... $ac_c" 1>&6echo "configure:13520: checking for Tk_Init in -ltk" >&5ac_lib_var=`echo tk'_'Tk_Init | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-ltk ${TCLTK_LIBS} ${X_LIBS} $LIBS"cat > conftest.$ac_ext <<EOF#line 13528 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char Tk_Init();int main() {Tk_Init(); return 0; }EOFif { (eval echo configure:13539: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6TCLTK_LIBS="${TCLTK_LIBS} -ltk ${X_LIBS}"elseecho "$ac_t""no" 1>&6have_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;;esacfielsehave_tcltk=no## Just making sure.TCLTK_CPPFLAGS=TCLTK_LIBS=fiif test "${have_tcltk}" = yes; thencat >> confdefs.h <<\EOF#define HAVE_TCLTK 1EOFuse_tcltk=yesif test -n "${TK_XINCLUDES}"; thenTCLTK_CPPFLAGS="${TCLTK_CPPFLAGS} ${TK_XINCLUDES}"elseTCLTK_CPPFLAGS="${TCLTK_CPPFLAGS} ${X_CFLAGS}"fielseuse_tcltk=nofi## IEEE 754.for ac_func in finite isnandoecho $ac_n "checking for $ac_func""... $ac_c" 1>&6echo "configure:13617: checking for $ac_func" >&5if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 13622 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char $ac_func(); below. */#include <assert.h>/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char $ac_func();int main() {/* 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#else$ac_func();#endif; return 0; }EOFif { (eval echo configure:13645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_$ac_func=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_$ac_func=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; thenecho "$ac_t""yes" 1>&6ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`cat >> confdefs.h <<EOF#define $ac_tr_func 1EOFelseecho "$ac_t""no" 1>&6fidoneecho $ac_n "checking whether you have IEEE 754 floating-point arithmetic""... $ac_c" 1>&6echo "configure:13672: checking whether you have IEEE 754 floating-point arithmetic" >&5if eval "test \"`echo '$''{'r_cv_ieee_754'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif (test "${ac_cv_func_finite}" = yes \|| test "${r_cv_header_math_isfinite}" = yes) \&& (test "${ac_cv_func_isnan}" = yes \|| test "${r_cv_header_math_isnan}" = yes); thenr_cv_ieee_754=yeselser_cv_ieee_754=nofifiecho "$ac_t""$r_cv_ieee_754" 1>&6if test "${r_cv_ieee_754}" = yes; thencat >> confdefs.h <<\EOF#define IEEE_754 1EOFfi## BSD networking.echo $ac_n "checking for BSD networking""... $ac_c" 1>&6echo "configure:13698: checking for BSD networking" >&5if eval "test \"`echo '$''{'r_cv_bsd_networking'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&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 "$ac_t""$r_cv_bsd_networking" 1>&6if test "${r_cv_bsd_networking}" = yes; thencat >> confdefs.h <<\EOF#define HAVE_BSD_NETWORKING 1EOFcat >> confdefs.h <<\EOF#define HAVE_SOCKETS 1EOFcat >> confdefs.h <<\EOF#define HAVE_INTERNET 1EOFcat >> confdefs.h <<\EOF#define SUPPORT_LIBXML 1EOFfi## Bitmap headers and libraries.BITMAP_LIBS=ac_safe=`echo "jpeglib.h" | sed 'y%./+-%__p_%'`echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6echo "configure:13739: checking for jpeglib.h" >&5if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 13744 "configure"#include "confdefs.h"#include <jpeglib.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:13749: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; thenrm -rf conftest*eval "ac_cv_header_$ac_safe=yes"elseecho "$ac_err" >&5echo "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_header_$ac_safe=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; thenecho "$ac_t""yes" 1>&6echo $ac_n "checking if jpeglib version >= 6b""... $ac_c" 1>&6echo "configure:13767: checking if jpeglib version >= 6b" >&5cat > conftest.$ac_ext <<EOF#line 13769 "configure"#include "confdefs.h"#include "confdefs.h"#include <jpeglib.h>#if (JPEG_LIB_VERSION >= 62)yes#endifEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |egrep "yes" >/dev/null 2>&1; thenrm -rf conftest*echo "$ac_t""yes" 1>&6echo $ac_n "checking for jpeg_destroy_compress in -ljpeg""... $ac_c" 1>&6echo "configure:13784: checking for jpeg_destroy_compress in -ljpeg" >&5ac_lib_var=`echo jpeg'_'jpeg_destroy_compress | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-ljpeg ${LIBS} $LIBS"cat > conftest.$ac_ext <<EOF#line 13792 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char jpeg_destroy_compress();int main() {jpeg_destroy_compress(); return 0; }EOFif { (eval echo configure:13803: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6BITMAP_LIBS=-ljpegcat >> confdefs.h <<\EOF#define HAVE_JPEG 1EOFelseecho "$ac_t""no" 1>&6fielserm -rf conftest*echo "$ac_t""no" 1>&6firm -f conftest*elseecho "$ac_t""no" 1>&6fiecho $ac_n "checking for main in -lz""... $ac_c" 1>&6echo "configure:13842: checking for main in -lz" >&5ac_lib_var=`echo z'_'main | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-lz $LIBS"cat > conftest.$ac_ext <<EOF#line 13850 "configure"#include "confdefs.h"int main() {main(); return 0; }EOFif { (eval echo configure:13857: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'`echo $ac_n "checking for png.h""... $ac_c" 1>&6echo "configure:13875: checking for png.h" >&5if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 13880 "configure"#include "confdefs.h"#include <png.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:13885: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; thenrm -rf conftest*eval "ac_cv_header_$ac_safe=yes"elseecho "$ac_err" >&5echo "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_header_$ac_safe=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; thenecho "$ac_t""yes" 1>&6echo $ac_n "checking if libpng version >= 1.0.5""... $ac_c" 1>&6echo "configure:13903: checking if libpng version >= 1.0.5" >&5cat > conftest.$ac_ext <<EOF#line 13905 "configure"#include "confdefs.h"#include "confdefs.h"#include <png.h>#if (PNG_LIBPNG_VER >= 10005)yes#endifEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |egrep "yes" >/dev/null 2>&1; thenrm -rf conftest*echo "$ac_t""yes" 1>&6echo $ac_n "checking for png_create_write_struct in -lpng""... $ac_c" 1>&6echo "configure:13920: checking for png_create_write_struct in -lpng" >&5ac_lib_var=`echo png'_'png_create_write_struct | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-lpng ${LIBS} -lz $LIBS"cat > conftest.$ac_ext <<EOF#line 13928 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char png_create_write_struct();int main() {png_create_write_struct(); return 0; }EOFif { (eval echo configure:13939: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6BITMAP_LIBS="${BITMAP_LIBS} -lpng -lz"cat >> confdefs.h <<\EOF#define HAVE_PNG 1EOFelseecho "$ac_t""no" 1>&6fielserm -rf conftest*echo "$ac_t""no" 1>&6firm -f conftest*elseecho "$ac_t""no" 1>&6fielseecho "$ac_t""no" 1>&6fi## XDR headers and library routines.echo $ac_n "checking for XDR support""... $ac_c" 1>&6echo "configure:13988: checking for XDR support" >&5if eval "test \"`echo '$''{'r_cv_xdr'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test "${ac_cv_header_rpc_xdr_h}" = yes \&& test "${ac_cv_search_xdr_string}" != no ; thenr_cv_xdr=yeselser_cv_xdr=nofifiecho "$ac_t""$r_cv_xdr" 1>&6if test "${r_cv_xdr}" = yes; thencat >> confdefs.h <<\EOF#define HAVE_XDR 1EOFfi## zlib headers and libraries.have_zlib=noecho $ac_n "checking for gzopen in -lz""... $ac_c" 1>&6echo "configure:14013: checking for gzopen in -lz" >&5ac_lib_var=`echo z'_'gzopen | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_save_LIBS="$LIBS"LIBS="-lz $LIBS"cat > conftest.$ac_ext <<EOF#line 14021 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char gzopen();int main() {gzopen(); return 0; }EOFif { (eval echo configure:14032: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_lib_$ac_lib_var=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; thenecho "$ac_t""yes" 1>&6ac_safe=`echo "zlib.h" | sed 'y%./+-%__p_%'`echo $ac_n "checking for zlib.h""... $ac_c" 1>&6echo "configure:14050: checking for zlib.h" >&5if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 14055 "configure"#include "confdefs.h"#include <zlib.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:14060: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; thenrm -rf conftest*eval "ac_cv_header_$ac_safe=yes"elseecho "$ac_err" >&5echo "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_header_$ac_safe=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; thenecho "$ac_t""yes" 1>&6echo $ac_n "checking if zlib version >= 1.1.3""... $ac_c" 1>&6echo "configure:14078: checking if zlib version >= 1.1.3" >&5if test "$cross_compiling" = yes; thenecho "$ac_t""no" 1>&6elsecat > conftest.$ac_ext <<EOF#line 14083 "configure"#include "confdefs.h"#include "confdefs.h"#include <string.h>#include <zlib.h>int main() {#ifdef ZLIB_VERSIONreturn(strcmp(ZLIB_VERSION, "1.1.3") < 0);#elsereturn(1);#endif}EOFif { (eval echo configure:14097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthenecho "$ac_t""yes" 1>&6have_zlib=yeselseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -fr conftest*echo "$ac_t""no" 1>&6firm -fr conftest*fielseecho "$ac_t""no" 1>&6fielseecho "$ac_t""no" 1>&6fiif test "${have_zlib}" = yes; thencat >> confdefs.h <<\EOF#define HAVE_ZLIB 1EOFLIBS="-lz ${LIBS}"fi## POSIX times.echo $ac_n "checking whether leap seconds are treated according to POSIX""... $ac_c" 1>&6echo "configure:14131: checking whether leap seconds are treated according to POSIX" >&5if eval "test \"`echo '$''{'r_cv_sys_posix_leapseconds'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test "$cross_compiling" = yes; thenr_cv_sys_posix_leapseconds=yeselsecat > conftest.$ac_ext <<EOF#line 14139 "configure"#include "confdefs.h"#include <stdlib.h>#include <time.h>#include <stdio.h>#include "confdefs.h"int main () {struct tm *tm;time_t ct;ctime(&ct);ct = ct - (ct % 60);tm = gmtime(&ct);if(tm->tm_sec == 0) exit(1); else exit(0);}EOFif { (eval echo configure:14157: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthenr_cv_sys_posix_leapseconds=noelseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -fr conftest*r_cv_sys_posix_leapseconds=yesfirm -fr conftest*fifiecho "$ac_t""$r_cv_sys_posix_leapseconds" 1>&6if test "x${r_cv_sys_posix_leapseconds}" = xyes; thencat >> confdefs.h <<\EOF#define HAVE_POSIX_LEAPSECONDS 1EOFfi## R profiling.if test "${want_R_profiling}" = yes; thenfor ac_func in setitimerdoecho $ac_n "checking for $ac_func""... $ac_c" 1>&6echo "configure:14185: checking for $ac_func" >&5if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 14190 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char $ac_func(); below. */#include <assert.h>/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char $ac_func();int main() {/* 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#else$ac_func();#endif; return 0; }EOFif { (eval echo configure:14213: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_$ac_func=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_$ac_func=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; thenecho "$ac_t""yes" 1>&6ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`cat >> confdefs.h <<EOF#define $ac_tr_func 1EOFcat >> confdefs.h <<\EOF#define R_PROFILING 1EOFelseecho "$ac_t""no" 1>&6want_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 $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:14255: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_prog_R_PRINTCMD'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test -n "$R_PRINTCMD"; thenac_cv_prog_R_PRINTCMD="$R_PRINTCMD" # Let the user override the test.elseIFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_prog_R_PRINTCMD="$ac_prog"breakfidoneIFS="$ac_save_ifs"fifiR_PRINTCMD="$ac_cv_prog_R_PRINTCMD"if test -n "$R_PRINTCMD"; thenecho "$ac_t""$R_PRINTCMD" 1>&6elseecho "$ac_t""no" 1>&6fitest -n "$R_PRINTCMD" && breakdoneficat >> confdefs.h <<EOF#define R_PRINTCMD "${R_PRINTCMD}"EOF## Default paper size.# Extract the first word of "paperconf", so it can be a program name with args.set dummy paperconf; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:14294: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_PAPERCONF'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecase "$PAPERCONF" in/*)ac_cv_path_PAPERCONF="$PAPERCONF" # Let the user override the test with a path.;;?:/*)ac_cv_path_PAPERCONF="$PAPERCONF" # Let the user override the test with a dos path.;;*)IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"ac_dummy="$PATH"for ac_dir in $ac_dummy; dotest -z "$ac_dir" && ac_dir=.if test -f $ac_dir/$ac_word; thenac_cv_path_PAPERCONF="$ac_dir/$ac_word"breakfidoneIFS="$ac_save_ifs"test -z "$ac_cv_path_PAPERCONF" && ac_cv_path_PAPERCONF="false";;esacfiPAPERCONF="$ac_cv_path_PAPERCONF"if test -n "$PAPERCONF"; thenecho "$ac_t""$PAPERCONF" 1>&6elseecho "$ac_t""no" 1>&6fipapersize=`${PAPERCONF}`: ${R_PAPERSIZE=${papersize:-a4}}## Saving.## Make sure -L terms come first in LIBS, separate out as LIBPATHS.LIBS1=""LIBS2=""for arg in ${LIBS}; docase ${arg} in-L*)LIBS1="${LIBS1} ${arg}";;*)LIBS2="${LIBS2} ${arg}";;esacdoneLIBS="${LIBS1} ${LIBS2}"if test -n "${LIBS1}"; thenLIBPATHS="${LIBS1}"fi## 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 ${X_LIBS} ${TCLTK_LIBS} ${GNOME_LIBS} ${FLIBS} ${BLAS_LIBS}; docase ${arg} in-L*)lib=`echo ${arg} | sed "s/^-L//"`if test -z "${R_LD_LIBRARY_PATH}"; thenR_LD_LIBRARY_PATH="${lib}"elseR_LD_LIBRARY_PATH="${R_LD_LIBRARY_PATH}:${lib}"fi;;esacdone## </FIXME>### Final cleanups/rewrites.## <FIXME>## This will no longer be necessary in Autoconf 2.50 or better.LTLIBOBJS=`echo $LIBOBJS | sed 's/\.o/\.lo/g'`LTALLOCA=`echo "$ALLOCA" | sed 's/\.o/.lo/g'`## </FIXME>### Output.trap '' 1 2 15cat > confcache <<\EOF# 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. It is not useful on other systems.# If it contains results you don't want to keep, you may remove or edit it.## By default, configure uses ./config.cache as the cache file,# creating it if it does not exist already. You can give configure# the --cache-file=FILE option to use a different cache file; that is# what configure does when it calls configure scripts in# subdirectories, so they share the cache.# Giving --cache-file=/dev/null disables caching, for debugging configure.# config.status only pays attention to the cache file if you give it the# --recheck option to rerun configure.#EOF# 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 \-e "s/'/'\\\\''/g" \-e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p";;*)# `set' quotes correctly as required by POSIX, so do not add quotes.sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p';;esac >> confcacheif cmp -s $cache_file confcache; then:elseif test -w $cache_file; thenecho "updating cache $cache_file"cat confcache > $cache_fileelseecho "not updating unwritable cache $cache_file"fifirm -f confcachetrap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15test "x$prefix" = xNONE && prefix=$ac_default_prefix# Let make expand exec_prefix.test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'# Any assignment to VPATH causes Sun make to only execute# the first set of double-colon rules, so remove it if not needed.# If there is a colon in the path, we need to keep it.if test "x$srcdir" = x.; thenac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'fitrap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15DEFS=-DHAVE_CONFIG_H# Without the "./", some shells look in PATH for config.status.: ${CONFIG_STATUS=./config.status}echo creating $CONFIG_STATUSrm -f $CONFIG_STATUScat > $CONFIG_STATUS <<EOF#! /bin/sh# Generated automatically by configure.# Run this file to recreate the current configuration.# This directory was configured as follows,# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:## $0 $ac_configure_args## Compiler output produced by configure, useful for debugging# configure, is in ./config.log if it exists.ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"for ac_optiondocase "\$ac_option" in-recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;-version | --version | --versio | --versi | --vers | --ver | --ve | --v)echo "$CONFIG_STATUS generated by autoconf version 2.13"exit 0 ;;-help | --help | --hel | --he | --h)echo "\$ac_cs_usage"; exit 0 ;;*) echo "\$ac_cs_usage"; exit 1 ;;esacdoneac_given_srcdir=$srcdirac_given_INSTALL="$INSTALL"trap 'rm -fr `echo "MakeconfMakefileafm/Makefiledoc/Makefiledoc/html/Makefiledoc/html/search/Makefiledoc/manual/Makefileetc/Makefileetc/Makeconfetc/Renvironm4/Makefileshare/Makefilesrc/Makefilesrc/appl/Makefilesrc/include/Makefilesrc/include/R_ext/Makefilesrc/library/Makefilesrc/library/base/DESCRIPTIONsrc/library/base/Makefilesrc/library/profile/Makefilesrc/library/ctest/DESCRIPTIONsrc/library/ctest/Makefilesrc/library/ctest/src/Makefilesrc/library/eda/DESCRIPTIONsrc/library/eda/Makefilesrc/library/eda/src/Makefilesrc/library/lqs/DESCRIPTIONsrc/library/lqs/Makefilesrc/library/lqs/src/Makefilesrc/library/methods/DESCRIPTIONsrc/library/methods/Makefilesrc/library/methods/src/Makefilesrc/library/modreg/DESCRIPTIONsrc/library/modreg/Makefilesrc/library/modreg/src/Makefilesrc/library/mva/DESCRIPTIONsrc/library/mva/Makefilesrc/library/mva/src/Makefilesrc/library/nls/DESCRIPTIONsrc/library/nls/Makefilesrc/library/nls/src/Makefilesrc/library/stepfun/DESCRIPTIONsrc/library/stepfun/Makefilesrc/library/splines/DESCRIPTIONsrc/library/splines/Makefilesrc/library/splines/src/Makefilesrc/library/tcltk/DESCRIPTIONsrc/library/tcltk/Makefilesrc/library/tcltk/src/Makefilesrc/library/tools/DESCRIPTIONsrc/library/tools/Makefilesrc/library/ts/DESCRIPTIONsrc/library/ts/Makefilesrc/library/ts/src/Makefilesrc/main/Makefilesrc/modules/Makefilesrc/modules/X11/Makefilesrc/modules/gnome/Makefilesrc/modules/internet/Makefilesrc/modules/lapack/Makefilesrc/modules/vfonts/Makefilesrc/nmath/Makefilesrc/nmath/standalone/Makefilesrc/scripts/Makefilesrc/scripts/COMPILEsrc/scripts/INSTALLsrc/scripts/REMOVEsrc/scripts/R.shsrc/scripts/Rdconvsrc/scripts/Rdindexsrc/scripts/Rprofsrc/scripts/SHLIBsrc/scripts/Sd2Rdsrc/scripts/buildsrc/scripts/checksrc/unix/Makefiletests/Makefiletests/Embedding/Makefiletests/Examples/Makefiletools/Makefilesrc/include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15EOFcat >> $CONFIG_STATUS <<EOF# Protect against being on the right side of a sed subst in config.status.sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF$ac_vpsub$extrasubs%@SHELL@%$SHELL%gs%@CFLAGS@%$CFLAGS%gs%@CPPFLAGS@%$CPPFLAGS%gs%@CXXFLAGS@%$CXXFLAGS%gs%@FFLAGS@%$FFLAGS%gs%@DEFS@%$DEFS%gs%@LDFLAGS@%$LDFLAGS%gs%@LIBS@%$LIBS%gs%@exec_prefix@%$exec_prefix%gs%@prefix@%$prefix%gs%@program_transform_name@%$program_transform_name%gs%@bindir@%$bindir%gs%@sbindir@%$sbindir%gs%@libexecdir@%$libexecdir%gs%@datadir@%$datadir%gs%@sysconfdir@%$sysconfdir%gs%@sharedstatedir@%$sharedstatedir%gs%@localstatedir@%$localstatedir%gs%@libdir@%$libdir%gs%@includedir@%$includedir%gs%@oldincludedir@%$oldincludedir%gs%@infodir@%$infodir%gs%@mandir@%$mandir%gs%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%gs%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%gs%@INSTALL_DATA@%$INSTALL_DATA%gs%@PACKAGE@%$PACKAGE%gs%@VERSION@%$VERSION%gs%@ACLOCAL@%$ACLOCAL%gs%@AUTOCONF@%$AUTOCONF%gs%@AUTOMAKE@%$AUTOMAKE%gs%@AUTOHEADER@%$AUTOHEADER%gs%@MAKEINFO@%$MAKEINFO%gs%@SET_MAKE@%$SET_MAKE%gs%@host@%$host%gs%@host_alias@%$host_alias%gs%@host_cpu@%$host_cpu%gs%@host_vendor@%$host_vendor%gs%@host_os@%$host_os%gs%@R_PLATFORM@%$R_PLATFORM%gs%@config_opts@%$config_opts%gs%@WANT_R_SHLIB_TRUE@%$WANT_R_SHLIB_TRUE%gs%@WANT_R_SHLIB_FALSE@%$WANT_R_SHLIB_FALSE%gs%@LIBR@%$LIBR%gs%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%gs%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%gs%@USE_LIBTOOL_TRUE@%$USE_LIBTOOL_TRUE%gs%@USE_LIBTOOL_FALSE@%$USE_LIBTOOL_FALSE%gs%@GETWD@%$GETWD%gs%@BUILDDIR_IS_SRCDIR@%$BUILDDIR_IS_SRCDIR%gs%@CC@%$CC%gs%@CPP@%$CPP%g/@depend_rules_frag@/r $depend_rules_frags%@depend_rules_frag@%%g/@cc_o_lo_rules_frag@/r $cc_o_lo_rules_frags%@cc_o_lo_rules_frag@%%gs%@AWK@%$AWK%gs%@LN_S@%$LN_S%gs%@RANLIB@%$RANLIB%gs%@YACC@%$YACC%gs%@AR@%$AR%gs%@ARFLAGS@%$ARFLAGS%gs%@ECHO_C@%$ECHO_C%gs%@ECHO_N@%$ECHO_N%gs%@ECHO_T@%$ECHO_T%gs%@JAVAC@%$JAVAC%gs%@MAKE@%$MAKE%gs%@PAGER@%$PAGER%gs%@PERL@%$PERL%gs%@FALSE@%$FALSE%gs%@NO_PERL5@%$NO_PERL5%gs%@TAR@%$TAR%gs%@DVIPS@%$DVIPS%gs%@TEX@%$TEX%gs%@LATEX@%$LATEX%gs%@MAKEINDEX@%$MAKEINDEX%gs%@PDFTEX@%$PDFTEX%gs%@PDFLATEX@%$PDFLATEX%gs%@MAKEINFO_CMD@%$MAKEINFO_CMD%gs%@INSTALL_INFO@%$INSTALL_INFO%gs%@R_RD4DVI@%$R_RD4DVI%gs%@R_RD4PDF@%$R_RD4PDF%gs%@R_UNZIPCMD@%$R_UNZIPCMD%gs%@R_ZIPCMD@%$R_ZIPCMD%gs%@build@%$build%gs%@build_alias@%$build_alias%gs%@build_cpu@%$build_cpu%gs%@build_vendor@%$build_vendor%gs%@build_os@%$build_os%gs%@OBJEXT@%$OBJEXT%gs%@EXEEXT@%$EXEEXT%gs%@ECHO@%$ECHO%gs%@STRIP@%$STRIP%gs%@LIBTOOL@%$LIBTOOL%gs%@LIBTOOL_DEPS@%$LIBTOOL_DEPS%gs%@LIBM@%$LIBM%gs%@F77@%$F77%gs%@F2C@%$F2C%gs%@FLIBS@%$FLIBS%gs%@HAVE_DOUBLE_COMPLEX@%$HAVE_DOUBLE_COMPLEX%gs%@FC@%$FC%g/@f77_rules_frag@/r $f77_rules_frags%@f77_rules_frag@%%gs%@COMPILE_DOUBLE_COMPLEX_TRUE@%$COMPILE_DOUBLE_COMPLEX_TRUE%gs%@COMPILE_DOUBLE_COMPLEX_FALSE@%$COMPILE_DOUBLE_COMPLEX_FALSE%gs%@shlibpath_var@%$shlibpath_var%gs%@CXX@%$CXX%gs%@CXXCPP@%$CXXCPP%g/@cxx_o_lo_rules_frag@/r $cxx_o_lo_rules_frags%@cxx_o_lo_rules_frag@%%gs%@BLAS_LIBS@%$BLAS_LIBS%gs%@BLAS@%$BLAS%gs%@USE_EXTERNAL_BLAS_TRUE@%$USE_EXTERNAL_BLAS_TRUE%gs%@USE_EXTERNAL_BLAS_FALSE@%$USE_EXTERNAL_BLAS_FALSE%gs%@ALLOCA@%$ALLOCA%gs%@LIBOBJS@%$LIBOBJS%gs%@MAIN_CFLAGS@%$MAIN_CFLAGS%gs%@SHLIB_CFLAGS@%$SHLIB_CFLAGS%gs%@SHLIB_CXXFLAGS@%$SHLIB_CXXFLAGS%gs%@MAIN_FFLAGS@%$MAIN_FFLAGS%gs%@SHLIB_FFLAGS@%$SHLIB_FFLAGS%gs%@F2CFLAGS@%$F2CFLAGS%gs%@R_XTRA_CFLAGS@%$R_XTRA_CFLAGS%gs%@R_XTRA_CXXFLAGS@%$R_XTRA_CXXFLAGS%gs%@R_XTRA_FFLAGS@%$R_XTRA_FFLAGS%gs%@R_XTRA_LIBS@%$R_XTRA_LIBS%gs%@XMKMF@%$XMKMF%gs%@MAIN_LD@%$MAIN_LD%gs%@MAIN_LDFLAGS@%$MAIN_LDFLAGS%gs%@CPICFLAGS@%$CPICFLAGS%gs%@CXXPICFLAGS@%$CXXPICFLAGS%gs%@FPICFLAGS@%$FPICFLAGS%gs%@SHLIB_CXXLD@%$SHLIB_CXXLD%gs%@SHLIB_CXXLDFLAGS@%$SHLIB_CXXLDFLAGS%gs%@SHLIB_LD@%$SHLIB_LD%gs%@SHLIB_LDFLAGS@%$SHLIB_LDFLAGS%gs%@SHLIB_LIBADD@%$SHLIB_LIBADD%gs%@SHLIB_EXT@%$SHLIB_EXT%gs%@EXPORTFILE@%$EXPORTFILE%gs%@LIBR_EXT@%$LIBR_EXT%gs%@LIBR_LDFLAGS@%$LIBR_LDFLAGS%gs%@X_CFLAGS@%$X_CFLAGS%gs%@X_PRE_LIBS@%$X_PRE_LIBS%gs%@X_LIBS@%$X_LIBS%gs%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%gs%@GNOME_LIBS@%$GNOME_LIBS%gs%@GNOMEUI_LIBS@%$GNOMEUI_LIBS%gs%@GNOMEGNORBA_LIBS@%$GNOMEGNORBA_LIBS%gs%@GTKXMHTML_LIBS@%$GTKXMHTML_LIBS%gs%@ZVT_LIBS@%$ZVT_LIBS%gs%@GNOME_LIBDIR@%$GNOME_LIBDIR%gs%@GNOME_INCLUDEDIR@%$GNOME_INCLUDEDIR%gs%@GNOME_CONFIG@%$GNOME_CONFIG%gs%@ORBIT_CONFIG@%$ORBIT_CONFIG%gs%@ORBIT_IDL@%$ORBIT_IDL%gs%@HAVE_ORBIT_TRUE@%$HAVE_ORBIT_TRUE%gs%@HAVE_ORBIT_FALSE@%$HAVE_ORBIT_FALSE%gs%@ORBIT_CFLAGS@%$ORBIT_CFLAGS%gs%@ORBIT_LIBS@%$ORBIT_LIBS%gs%@HAVE_GNORBA_TRUE@%$HAVE_GNORBA_TRUE%gs%@HAVE_GNORBA_FALSE@%$HAVE_GNORBA_FALSE%gs%@GNORBA_CFLAGS@%$GNORBA_CFLAGS%gs%@GNORBA_LIBS@%$GNORBA_LIBS%gs%@GNOME_APPLETS_LIBS@%$GNOME_APPLETS_LIBS%gs%@GNOME_CAPPLET_LIBS@%$GNOME_CAPPLET_LIBS%gs%@LIBGLADE_CONFIG@%$LIBGLADE_CONFIG%gs%@LIBGLADE_CFLAGS@%$LIBGLADE_CFLAGS%gs%@LIBGLADE_LIBS@%$LIBGLADE_LIBS%gs%@HAVE_GNOME@%$HAVE_GNOME%gs%@GNOME_IF_FILES@%$GNOME_IF_FILES%gs%@R_GUIS@%$R_GUIS%gs%@TCL_CONFIG@%$TCL_CONFIG%gs%@TK_CONFIG@%$TK_CONFIG%gs%@TCLTK_CPPFLAGS@%$TCLTK_CPPFLAGS%gs%@TCLTK_LIBS@%$TCLTK_LIBS%gs%@use_tcltk@%$use_tcltk%gs%@BITMAP_LIBS@%$BITMAP_LIBS%gs%@R_PROFILING@%$R_PROFILING%gs%@R_PRINTCMD@%$R_PRINTCMD%gs%@PAPERCONF@%$PAPERCONF%gs%@R_PAPERSIZE@%$R_PAPERSIZE%gs%@R_BATCHSAVE@%$R_BATCHSAVE%gs%@LIBPATHS@%$LIBPATHS%gs%@R_LD_LIBRARY_PATH@%$R_LD_LIBRARY_PATH%gs%@LTLIBOBJS@%$LTLIBOBJS%gs%@LTALLOCA@%$LTALLOCA%gCEOFEOFcat >> $CONFIG_STATUS <<\EOF# 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_cmds=90 # Maximum number of lines to put in a sed script.ac_file=1 # Number of current file.ac_beg=1 # First line for current file.ac_end=$ac_max_sed_cmds # 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" conftest.subs > conftest.s$ac_fileelsesed "${ac_end}q" conftest.subs > conftest.s$ac_filefiif test ! -s conftest.s$ac_file; thenac_more_lines=falserm -f conftest.s$ac_fileelseif test -z "$ac_sed_cmds"; thenac_sed_cmds="sed -f conftest.s$ac_file"elseac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"fiac_file=`expr $ac_file + 1`ac_beg=$ac_endac_end=`expr $ac_end + $ac_max_sed_cmds`fidoneif test -z "$ac_sed_cmds"; thenac_sed_cmds=catfiEOFcat >> $CONFIG_STATUS <<EOFCONFIG_FILES=\${CONFIG_FILES-"MakeconfMakefileafm/Makefiledoc/Makefiledoc/html/Makefiledoc/html/search/Makefiledoc/manual/Makefileetc/Makefileetc/Makeconfetc/Renvironm4/Makefileshare/Makefilesrc/Makefilesrc/appl/Makefilesrc/include/Makefilesrc/include/R_ext/Makefilesrc/library/Makefilesrc/library/base/DESCRIPTIONsrc/library/base/Makefilesrc/library/profile/Makefilesrc/library/ctest/DESCRIPTIONsrc/library/ctest/Makefilesrc/library/ctest/src/Makefilesrc/library/eda/DESCRIPTIONsrc/library/eda/Makefilesrc/library/eda/src/Makefilesrc/library/lqs/DESCRIPTIONsrc/library/lqs/Makefilesrc/library/lqs/src/Makefilesrc/library/methods/DESCRIPTIONsrc/library/methods/Makefilesrc/library/methods/src/Makefilesrc/library/modreg/DESCRIPTIONsrc/library/modreg/Makefilesrc/library/modreg/src/Makefilesrc/library/mva/DESCRIPTIONsrc/library/mva/Makefilesrc/library/mva/src/Makefilesrc/library/nls/DESCRIPTIONsrc/library/nls/Makefilesrc/library/nls/src/Makefilesrc/library/stepfun/DESCRIPTIONsrc/library/stepfun/Makefilesrc/library/splines/DESCRIPTIONsrc/library/splines/Makefilesrc/library/splines/src/Makefilesrc/library/tcltk/DESCRIPTIONsrc/library/tcltk/Makefilesrc/library/tcltk/src/Makefilesrc/library/tools/DESCRIPTIONsrc/library/tools/Makefilesrc/library/ts/DESCRIPTIONsrc/library/ts/Makefilesrc/library/ts/src/Makefilesrc/main/Makefilesrc/modules/Makefilesrc/modules/X11/Makefilesrc/modules/gnome/Makefilesrc/modules/internet/Makefilesrc/modules/lapack/Makefilesrc/modules/vfonts/Makefilesrc/nmath/Makefilesrc/nmath/standalone/Makefilesrc/scripts/Makefilesrc/scripts/COMPILEsrc/scripts/INSTALLsrc/scripts/REMOVEsrc/scripts/R.shsrc/scripts/Rdconvsrc/scripts/Rdindexsrc/scripts/Rprofsrc/scripts/SHLIBsrc/scripts/Sd2Rdsrc/scripts/buildsrc/scripts/checksrc/unix/Makefiletests/Makefiletests/Embedding/Makefiletests/Examples/Makefiletools/Makefile"}EOFcat >> $CONFIG_STATUS <<\EOFfor ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".case "$ac_file" in*:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;*) ac_file_in="${ac_file}.in" ;;esac# Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.# Remove last slash and all that follows it. Not all systems have dirname.ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then# The file is in a subdirectory.test ! -d "$ac_dir" && mkdir "$ac_dir"ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"# A "../" for each directory in $ac_dir_suffix.ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`elseac_dir_suffix= ac_dots=ficase "$ac_given_srcdir" in.) srcdir=.if test -z "$ac_dots"; then top_srcdir=.else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;/*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;*) # Relative path.srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"top_srcdir="$ac_dots$ac_given_srcdir" ;;esaccase "$ac_given_INSTALL" in[/$]*) INSTALL="$ac_given_INSTALL" ;;*) INSTALL="$ac_dots$ac_given_INSTALL" ;;esacecho creating "$ac_file"rm -f "$ac_file"configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."case "$ac_file" in*Makefile*) ac_comsub="1i\\# $configure_input" ;;*) ac_comsub= ;;esacac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`sed -e "$ac_comsubs%@configure_input@%$configure_input%gs%@srcdir@%$srcdir%gs%@top_srcdir@%$top_srcdir%gs%@INSTALL@%$INSTALL%g" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_filefi; donerm -f conftest.s*# 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='\3'ac_dD='%g'# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'ac_uB='\([ ]\)%\1#\2define\3'ac_uC=' 'ac_uD='\4%g'# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'ac_eB='$%\1#\2define\3'ac_eC=' 'ac_eD='%g'if test "${CONFIG_HEADERS+set}" != set; thenEOFcat >> $CONFIG_STATUS <<EOFCONFIG_HEADERS="src/include/config.h"EOFcat >> $CONFIG_STATUS <<\EOFfifor ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".case "$ac_file" in*:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;*) ac_file_in="${ac_file}.in" ;;esacecho creating $ac_filerm -f conftest.frag conftest.in conftest.outac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`cat $ac_file_inputs > conftest.inEOF# Transform confdefs.h into a sed script conftest.vals that substitutes# the proper values into config.h.in to produce config.h. 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.valscat > conftest.hdr <<\EOFs/[\\&%]/\\&/gs%[\\$`]%\\&%gs%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gps%ac_d%ac_u%gps%ac_u%ac_e%gpEOFsed -n -f conftest.hdr confdefs.h > conftest.valsrm -f conftest.hdr# 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.vals <<\EOFs%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%EOF# Break up conftest.vals because some shells have a limit on# the size of here documents, and old seds have small limits too.rm -f conftest.tailwhile :doac_lines=`grep -c . conftest.vals`# grep -c gives empty output for an empty file on some AIX systems.if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi# Write a limited-size here document to conftest.frag.echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUSsed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUSecho 'CEOFsed -f conftest.frag conftest.in > conftest.outrm -f conftest.inmv conftest.out conftest.in' >> $CONFIG_STATUSsed 1,${ac_max_here_lines}d conftest.vals > conftest.tailrm -f conftest.valsmv conftest.tail conftest.valsdonerm -f conftest.valscat >> $CONFIG_STATUS <<\EOFrm -f conftest.frag conftest.hecho "/* $ac_file. Generated automatically by configure. */" > conftest.hcat conftest.in >> conftest.hrm -f conftest.inif cmp -s $ac_file conftest.h 2>/dev/null; thenecho "$ac_file is unchanged"rm -f conftest.helse# Remove last slash and all that follows it. Not all systems have dirname.ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then# The file is in a subdirectory.test ! -d "$ac_dir" && mkdir "$ac_dir"firm -f $ac_filemv conftest.h $ac_filefifi; doneEOFcat >> $CONFIG_STATUS <<EOFEOFcat >> $CONFIG_STATUS <<\EOFtest -z "$CONFIG_HEADERS" || echo timestamp > src/include/stamp-hexit 0EOFchmod +x $CONFIG_STATUSrm -fr confdefs* $ac_clean_filestest "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1C_compiler="${CC} ${R_XTRA_CFLAGS} ${CFLAGS}"CXX_compiler="${CXX} ${R_XTRA_CXXFLAGS} ${CXXFLAGS}"if test -z "${F77}"; thenFORTRAN_compiler="${F2C} ${F2CFLAGS}"elseFORTRAN_compiler="${F77} ${R_XTRA_FFLAGS} ${FFLAGS}"fiecho "$ac_t""R is now configured for ${host}Source directory: ${srcdir}Installation directory: ${prefix}C compiler: ${C_compiler}C++ compiler: ${CXX_compiler}FORTRAN compiler: ${FORTRAN_compiler}X11 support: ${use_X11}Gnome support: ${use_gnome}Tcl/Tk support: ${use_tcltk}R profiling support: ${want_R_profiling}R as a shared library: ${want_R_shlib}" 1>&6if test -n "${warn_f77_and_g77}"; thenecho "configure: warning: ${warn_f77_and_g77}" 1>&2fiif test -n "${warn_f77_and_f2c}"; thenecho "configure: warning: ${warn_f77_and_f2c}" 1>&2fiif test -n "${warn_g77_and_f2c}"; thenecho "configure: warning: ${warn_g77_and_f2c}" 1>&2fiif test -n "${warn_f2c_flibs}"; thenecho "configure: warning: ${warn_f2c_flibs}" 1>&2fiif test -n "${warn_xcompile_sizeof_int}"; thenecho "configure: warning: ${warn_xcompile_sizeof_int}" 1>&2fiif test -n "${warn_xcompile_sizeof_long}"; thenecho "configure: warning: ${warn_xcompile_sizeof_long}" 1>&2fiif test -n "${warn_type_socklen}"; thenecho "configure: warning: ${warn_type_socklen}" 1>&2fiif test -n "${warn_cxxpicflags}"; thenecho "configure: warning: ${warn_cxxpicflags}" 1>&2fiif test -n "${warn_shlib_cxxldflags}"; thenecho "configure: warning: ${warn_shlib_cxxldflags}" 1>&2fiif test -n "${warn_libglade_version}"; thenecho "configure: warning: ${warn_libglade_version}" 1>&2fiif test -n "${warn_tcltk_version}"; thenecho "configure: warning: ${warn_tcltk_version}" 1>&2fiif test -n "${warn_perl5}"; thenecho "configure: warning: ${warn_perl5}" 1>&2fiif test -n "${warn_dvi}"; thenecho "configure: warning: ${warn_dvi}" 1>&2fiif test -n "${warn_info}"; thenecho "configure: warning: ${warn_info}" 1>&2fiif test -n "${warn_pdf}"; thenecho "configure: warning: ${warn_pdf}" 1>&2fiif test -n "${warn_pager}"; thenecho "configure: warning: ${warn_pager}" 1>&2fitest -f src/include/stamp-h || echo timestamp > src/include/stamp-h