URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [insight/] [expect/] [configure] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
#! /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--with-tclconfig directory containing tcl configuration (tclConfig.sh)"ac_help="$ac_help--with-tkconfig directory containing tk configuration (tkConfig.sh)"ac_help="$ac_help--with-tclinclude directory where tcl private headers are"ac_help="$ac_help--enable-shared build libexpect as a shared library"ac_help="$ac_help--with-x whether or not to use X (default yes)"ac_help="$ac_help--with-tkinclude directory where tk private headers are"ac_help="$ac_help--disable-load disallow dynamic loading"ac_help="$ac_help--enable-gcc allow use of gcc if available"# 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=sitefile=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--site-file=FILE use FILE as the site file--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" ;;-site-file | --site-file | --site-fil | --site-fi | --site-f)ac_prev=sitefile ;;-site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)sitefile="$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=expect.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 "$sitefile"; thenif 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"fifielseCONFIG_SITE="$sitefile"fifor ac_site_file in $CONFIG_SITE; doif test -r "$ac_site_file"; thenecho "loading site script $ac_site_file". "$ac_site_file"fidoneac_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 $srcdir/.. $srcdir/$srcdir/..; 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 $srcdir/.. $srcdir/$srcdir/.." 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.# note when updating version numbers here, also update pkgIndex.in (see# comments in Makefile)EXP_MAJOR_VERSION=5EXP_MINOR_VERSION=26EXP_MICRO_VERSION=0EXP_VERSION=$EXP_MAJOR_VERSION.$EXP_MINOR_VERSIONEXP_VERSION_NODOTS=$EXP_MAJOR_VERSION$EXP_MINOR_VERSIONEXP_VERSION_FULL=$EXP_VERSION.$EXP_MICRO_VERSION# Tcl's handling of shared_lib_suffix requires this symbol existVERSION=$EXP_MAJOR_VERSION.$EXP_MINOR_VERSION# Too many people send me configure output without identifying the version.# This forced identification should reduce my pain significantly.echo "configuring Expect $EXP_MAJOR_VERSION.$EXP_MINOR_VERSION.$EXP_MICRO_VERSION"# Do some error checking and defaulting for the host and target type.# The inputs are:# configure --host=HOST --target=TARGET --build=BUILD NONOPT## The rules are:# 1. You are not allowed to specify --host, --target, and nonopt at the# same time.# 2. Host defaults to nonopt.# 3. If nonopt is not specified, then host defaults to the current host,# as determined by config.guess.# 4. Target and build default to nonopt.# 5. If nonopt is not specified, then target and build default to host.# The aliases save the names the user supplied, while $host etc.# will get canonicalized.case $host---$target---$nonopt inNONE---*---* | *---NONE---* | *---*---NONE) ;;*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;esac# 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:610: 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>&6echo $ac_n "checking target system type""... $ac_c" 1>&6echo "configure:631: checking target system type" >&5target_alias=$targetcase "$target_alias" inNONE)case $nonopt inNONE) target_alias=$host_alias ;;*) target_alias=$nonopt ;;esac ;;esactarget=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`echo "$ac_t""$target" 1>&6echo $ac_n "checking build system type""... $ac_c" 1>&6echo "configure:649: 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>&6test "$host_alias" != "$target_alias" &&test "$program_prefix$program_suffix$program_transform_name" = \NONENONEs,x,x, &&program_prefix=${target_alias}-# /bin/sh on some systems is too deficient (in particular, Ultrix 4.3# sh lacks unset and we *need* that), but all these systems come with# alternatives, so take user's choice or whatever we're using here and# allow it to be seen by Make.echo $ac_n "checking shell to use within Make""... $ac_c" 1>&6echo "configure:679: checking shell to use within Make" >&5EXP_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}echo "$ac_t""$CONFIG_SHELL" 1>&6# If `configure' is invoked (in)directly via `make', ensure that it# encounters no `make' conflicts.#unset MFLAGS MAKEFLAGSMFLAGS=""MAKEFLAGS=""## Ok, lets find the tcl configuration# First, look for one uninstalled.# the alternative search directory is invoked by --with-tclconfig#if test x"${no_tcl}" = x ; then# we reset no_tcl in case something fails hereno_tcl=true# Check whether --with-tclconfig or --without-tclconfig was given.if test "${with_tclconfig+set}" = set; thenwithval="$with_tclconfig"with_tclconfig=${withval}fiecho $ac_n "checking for Tcl configuration""... $ac_c" 1>&6echo "configure:707: checking for Tcl configuration" >&5if eval "test \"`echo '$''{'ac_cv_c_tclconfig'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6else# First check to see if --with-tclconfig was specified.if test x"${with_tclconfig}" != x ; thenif test -f "${with_tclconfig}/tclConfig.sh" ; thenac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`else{ echo "configure: error: ${with_tclconfig} directory doesn't contain tclConfig.sh" 1>&2; exit 1; }fifi# then check for a private Tcl installationif test x"${ac_cv_c_tclconfig}" = x ; thenfor i in \../tcl \`ls -dr ../tcl[7-9].[0-9] 2>/dev/null` \../../tcl \`ls -dr ../../tcl[7-9].[0-9] 2>/dev/null` \../../../tcl \`ls -dr ../../../tcl[7-9].[0-9] 2>/dev/null` ; doif test -f "$i/unix/tclConfig.sh" ; thenac_cv_c_tclconfig=`(cd $i/unix; pwd)`breakfidonefi# check in a few common install locationsif test x"${ac_cv_c_tclconfig}" = x ; thenfor i in `ls -d ${prefix}/lib /usr/local/lib 2>/dev/null` ; doif test -f "$i/tclConfig.sh" ; thenac_cv_c_tclconfig=`(cd $i; pwd)`breakfidonefi# check in a few other private locationsif test x"${ac_cv_c_tclconfig}" = x ; thenfor i in \${srcdir}/../tcl \`ls -dr ${srcdir}/../tcl[7-9].[0-9] 2>/dev/null` ; doif test -f "$i/unix/tclConfig.sh" ; thenac_cv_c_tclconfig=`(cd $i/unix; pwd)`breakfidonefifiif test x"${ac_cv_c_tclconfig}" = x ; thenTCLCONFIG="# no Tcl configs found"echo "configure: warning: Can't find Tcl configuration definitions" 1>&2elseno_tcl=TCLCONFIG=${ac_cv_c_tclconfig}/tclConfig.shecho "$ac_t""found $TCLCONFIG" 1>&6fifi. $TCLCONFIG# Tcl defines TCL_SHLIB_SUFFIX but TCL_SHARED_LIB_SUFFIX then looks for it# as just SHLIB_SUFFIX. How bizarre.SHLIB_SUFFIX=$TCL_SHLIB_SUFFIXCC=$TCL_CCEXP_AND_TCL_LIBS=$TCL_LIBS## Ok, lets find the tk configuration# First, look for one uninstalled.# the alternative search directory is invoked by --with-tkconfig#if test x"${no_tk}" = x ; then# we reset no_tk in case something fails hereno_tk=true# Check whether --with-tkconfig or --without-tkconfig was given.if test "${with_tkconfig+set}" = set; thenwithval="$with_tkconfig"with_tkconfig=${withval}fiecho $ac_n "checking for Tk configuration""... $ac_c" 1>&6echo "configure:818: checking for Tk configuration" >&5if eval "test \"`echo '$''{'ac_cv_c_tkconfig'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6else# First check to see if --with-tkconfig was specified.if test x"${with_tkconfig}" != x ; thenif test -f "${with_tkconfig}/tkConfig.sh" ; thenac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`else{ echo "configure: error: ${with_tkconfig} directory doesn't contain tkConfig.sh" 1>&2; exit 1; }fifi# then check for a private Tk libraryif test x"${ac_cv_c_tkconfig}" = x ; thenfor i in \../tk \`ls -dr ../tk[4-9].[0-9] 2>/dev/null` \../../tk \`ls -dr ../../tk[4-9].[0-9] 2>/dev/null` \../../../tk \`ls -dr ../../../tk[4-9].[0-9] 2>/dev/null` ; doif test -f "$i/unix/tkConfig.sh" ; thenac_cv_c_tkconfig=`(cd $i/unix; pwd)`breakfidonefi# check in a few common install locationsif test x"${ac_cv_c_tkconfig}" = x ; thenfor i in `ls -d ${prefix}/lib /usr/local/lib 2>/dev/null` ; doif test -f "$i/tkConfig.sh" ; thenac_cv_c_tkconfig=`(cd $i; pwd)`breakfidonefi# check in a few other private locationsif test x"${ac_cv_c_tkconfig}" = x ; thenfor i in \${srcdir}/../tk \`ls -dr ${srcdir}/../tk[4-9].[0-9] 2>/dev/null` ; doif test -f "$i/unix/tkConfig.sh" ; thenac_cv_c_tkconfig=`(cd $i/unix; pwd)`breakfidonefifiif test x"${ac_cv_c_tkconfig}" = x ; thenTKCONFIG="# no Tk configs found"echo "configure: warning: Can't find Tk configuration definitions" 1>&2elseno_tk=TKCONFIG=${ac_cv_c_tkconfig}/tkConfig.shecho "$ac_t""found $TKCONFIG" 1>&6fifiif test -f "$TKCONFIG" ; then. $TKCONFIGfiEXP_AND_TK_LIBS=$TK_LIBS# CYGNUS LOCAL dj/cygwin# 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:912: 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>&6# If we built a cygwin-specific tcl, use it here.case "${host}" in*-*-cygwin*)if test -d $srcdir/../tcl/cygwin/.thenTCL_BUILD_LIB_SPEC="../tcl/cygwin/libtcl_cygwin.a"# Use the same static lib for installed_expectTCL_LIB_SPEC="../tcl/cygwin/libtcl_cygwin.a"EXP_CYGWIN_ALTTCL='-DCYGWIN_ALTTCL'fi;;esac# An explanation is in order for the strange things going on with the# various LIBS. There are three separate definitions for LIBS. The# reason is that some systems require shared libraries include# references to their dependent libraries, i.e., any additional# libraries that must be linked to. And some systems get upset if the# references are repeated on the link line. So therefore, we create# one for Expect and Tk (EXP_AND_TK_LIBS), one for Expect and Tcl# (EXP_AND_TCL_LIBS), and finally, one for building Expect's own# shared library. Tcl's tclConfig.sh insists that any shared libs# that it "helps" build must pass the libraries as LIBS (see comment# near end of this configure file). I would do but since we're close# to hitting config's max symbols, we take one short cut and pack the# LIBS into EXP_SHLIB_LD_LIBS (which is basically what Tcl wants to do# for us). The point, however, is that there's no separate LIBS or# EXP_LIBS symbol passed out of configure. One additional point for# confusion is that LIBS is what configure uses to do all library# tests, so we have to swap definitions of LIBS peridically. When we# are swapping out the one for Expect's shared library, we save it in# EXP_LIBS. Sigh.OLD_CFLAGS=$CFLAGS# 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:969: 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:999: 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:1050: 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:1082: 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 1093 "configure"#include "confdefs.h"main(){return(0);}EOFif { (eval echo configure:1098: \"$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:1124: 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:1129: 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:1138: \"$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:1157: 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=fifiCFLAGS=$OLD_CFLAGS# If we cannot compile and link a trivial program, we can't expect anything to workecho $ac_n "checking whether the compiler ($CC) actually works""... $ac_c" 1>&6echo "configure:1192: checking whether the compiler ($CC) actually works" >&5cat > conftest.$ac_ext <<EOF#line 1194 "configure"#include "confdefs.h"int main() {/* don't need anything here */; return 0; }EOFif { (eval echo configure:1201: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; thenrm -rf conftest*c_compiles=yeselseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*c_compiles=nofirm -f conftest*cat > conftest.$ac_ext <<EOF#line 1213 "configure"#include "confdefs.h"int main() {/* don't need anything here */; return 0; }EOFif { (eval echo configure:1220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*c_links=yeselseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*c_links=nofirm -f conftest*if test x"${c_compiles}" = x"no" ; then{ echo "configure: error: the native compiler is broken and won't compile." 1>&2; exit 1; }fiif test x"${c_links}" = x"no" ; then{ echo "configure: error: the native compiler is broken and won't link." 1>&2; exit 1; }fiecho "$ac_t""yes" 1>&6# this'll use a BSD compatible install or our included install-sh# 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:1254: 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'# Tcl sets TCL_RANLIB appropriately for shared library if --enable-shared# 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:1311: 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>&6fiUNSHARED_RANLIB=$RANLIB# these are the other subdirectories we need to configuresubdirs="testsuite"# This is for LynxOS, which needs a flag to force true POSIX when# building. The flag varies depending how old the compiler is.# -X is for the old "cc" and "gcc" (based on 1.42)# -mposix is for the new gcc (at least 2.5.8)# This modifies the value of $CC to have the POSIX flag added# so it'll configure correctlyecho $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6echo "configure:1351: 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 1366 "configure"#include "confdefs.h"#include <assert.h>Syntax ErrorEOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:1372: \"$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 1383 "configure"#include "confdefs.h"#include <assert.h>Syntax ErrorEOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:1389: \"$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 1400 "configure"#include "confdefs.h"#include <assert.h>Syntax ErrorEOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:1406: \"$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>&6echo $ac_n "checking if running LynxOS""... $ac_c" 1>&6echo "configure:1432: checking if running LynxOS" >&5if eval "test \"`echo '$''{'ac_cv_os_lynx'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 1437 "configure"#include "confdefs.h"/** The old Lynx "cc" only defines "Lynx", but the newer one uses "__Lynx__"*/#if defined(__Lynx__) || defined(Lynx)yes#endifEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |egrep "yes" >/dev/null 2>&1; thenrm -rf conftest*ac_cv_os_lynx=yeselserm -rf conftest*ac_cv_os_lynx=nofirm -f conftest*fi#if test "$ac_cv_os_lynx" = "yes" ; thenecho "$ac_t""yes" 1>&6cat >> confdefs.h <<\EOF#define LYNX 1EOFecho $ac_n "checking whether -mposix or -X is available""... $ac_c" 1>&6echo "configure:1467: checking whether -mposix or -X is available" >&5if eval "test \"`echo '$''{'ac_cv_c_posix_flag'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 1472 "configure"#include "confdefs.h"int main() {/** This flag varies depending on how old the compiler is.* -X is for the old "cc" and "gcc" (based on 1.42).* -mposix is for the new gcc (at least 2.5.8).*/#if defined(__GNUC__) && __GNUC__ >= 2choke me#endif; return 0; }EOFif { (eval echo configure:1488: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; thenrm -rf conftest*ac_cv_c_posix_flag=" -mposix"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*ac_cv_c_posix_flag=" -X"firm -f conftest*fiCC="$CC $ac_cv_c_posix_flag"echo "$ac_t""$ac_cv_c_posix_flag" 1>&6elseecho "$ac_t""no" 1>&6fiecho $ac_n "checking for ANSI C header files""... $ac_c" 1>&6echo "configure:1508: 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 1513 "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:1521: \"$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 1538 "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 1556 "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 1577 "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:1588: \"$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:1612: 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 1617 "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 return type of signal handlers""... $ac_c" 1>&6echo "configure:1645: 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 1650 "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:1667: \"$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 whether time.h and sys/time.h may both be included""... $ac_c" 1>&6echo "configure:1686: 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 1691 "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:1700: \"$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 1EOFfiecho $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6echo "configure:1721: 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 1726 "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:1742: \"$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 1EOFfiEXP_CFLAGS=""# Use -g on all systems but Linux where it upsets the dynamic X libraries.EXP_CFLAGS="$EXP_CFLAGS $EXP_CYGWIN_ALTTCL"echo $ac_n "checking if running Mach""... $ac_c" 1>&6echo "configure:1768: checking if running Mach" >&5mach=0case "${host}" in# Both Next and pure Mach behave identically with respect# to a few things, so just lump them together as "mach"*-*-mach*) mach=1 ;;*-*-next*) mach=1 ; next=1 ;;esacif test $mach -eq 1 ; thenecho "$ac_t""yes" 1>&6elseecho "$ac_t""no" 1>&6fiecho $ac_n "checking if running MachTen""... $ac_c" 1>&6echo "configure:1784: checking if running MachTen" >&5# yet another Mach cloneif test -r /MachTen -a "$cross_compiling" != "yes" ; thenecho "$ac_t""yes" 1>&6mach=1elseecho "$ac_t""no" 1>&6fiecho $ac_n "checking if on Pyramid""... $ac_c" 1>&6echo "configure:1794: checking if on Pyramid" >&5if test -r /bin/pyr -a "$cross_compiling" != "yes" ; thenecho "$ac_t""yes" 1>&6pyr=1elseecho "$ac_t""no" 1>&6pyr=0fiecho $ac_n "checking if on Apollo""... $ac_c" 1>&6echo "configure:1804: checking if on Apollo" >&5if test -r /usr/apollo/bin -a "$cross_compiling" != "yes" ; thenecho "$ac_t""yes" 1>&6apollo=1elseecho "$ac_t""no" 1>&6apollo=0fiecho $ac_n "checking if on Interactive""... $ac_c" 1>&6echo "configure:1814: checking if on Interactive" >&5if test "x`(uname -s) 2>/dev/null`" = xIUNIX; thenecho "$ac_t""yes" 1>&6iunix=1elseecho "$ac_t""no" 1>&6iunix=0fiecho $ac_n "checking if stty reads stdout""... $ac_c" 1>&6echo "configure:1824: checking if stty reads stdout" >&5# On some systems stty can't be run in the background (svr4) or get it# wrong because they fail to complain (next, mach), so don't attempt# the test on some systems.stty_reads_stdout=""case "${host}" in*-*-solaris*) stty_reads_stdout=0 ;;*-*-irix*) stty_reads_stdout=0 ;;*-*-sco3.2v[45]*) stty_reads_stdout=1 ;;i[3456]86-*-sysv4.2MP) stty_reads_stdout=0 ;;i[3456]86-*-linux*) stty_reads_stdout=0 ;;# Not sure about old convex but 5.2 definitely reads from stdoutc[12]-*-*) stty_reads_stdout=1 ;;*-*-aix[34]*) stty_reads_stdout=0 ;;*-*-hpux9*) stty_reads_stdout=0 ;;*-*-hpux10*) stty_reads_stdout=0 ;;*-*-hpux11*) stty_reads_stdout=0 ;;*-*-osf[234]*) stty_reads_stdout=0 ;;*-*-ultrix4.4) stty_reads_stdout=0 ;;*-*-dgux*) stty_reads_stdout=0 ;;*-*-cygwin*) stty_reads_stdout=0 ;;esacif test $mach -eq 1 ; thenstty_reads_stdout=1fiif test $apollo -eq 1 ; thenstty_reads_stdout=1fiif test $pyr -eq 1 ; thenstty_reads_stdout=1fi# if we still don't know, testif test x"${stty_reads_stdout}" = x"" ; then/bin/stty > /dev/null 2> /dev/nullif test $? -ne 0 ; thenstty_reads_stdout=1elsestty_reads_stdout=0fifiif test ${stty_reads_stdout} -eq 1 ; thenecho "$ac_t""yes" 1>&6cat >> confdefs.h <<\EOF#define STTY_READS_STDOUT 1EOFelseecho "$ac_t""no" 1>&6fi# Solaris 2.4 and later requires __EXTENSIONS__ in order to see all sorts# of traditional but nonstandard stuff in header files.echo $ac_n "checking if running Solaris""... $ac_c" 1>&6echo "configure:1882: checking if running Solaris" >&5solaris=0case "${host}" in*-*-solaris*) solaris=1;;esacif test $solaris -eq 1 ; thenecho "$ac_t""yes" 1>&6cat >> confdefs.h <<\EOF#define SOLARIS 1EOFelseecho "$ac_t""no" 1>&6fi# On a few systems, libm.a is the same as libc.a# Don't bother to test against Tcl and Tk libs, they always include -lmecho $ac_n "checking for sin""... $ac_c" 1>&6echo "configure:1902: checking for sin" >&5if eval "test \"`echo '$''{'ac_cv_func_sin'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 1907 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char sin(); 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 sin();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_sin) || defined (__stub___sin)choke me#elsesin();#endif; return 0; }EOFif { (eval echo configure:1930: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_sin=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_sin=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'sin`\" = yes"; thenecho "$ac_t""yes" 1>&6:elseecho "$ac_t""no" 1>&6LIBS="${LIBS} -lm"fi# On Interactive UNIX, -Xp must be added to LIBS in order to find strftime.# This test should really be done by Tcl. So just check Tcl's definition.# If defective, add to all three LIBS. (It's not actually necessary for# EXP_LIBS since -Xp will just be ignored the way that EXP_LIBS is used in# the Makefile, but we include it for consistency.)if test $iunix -eq 1 ; thenEXP_LIBS=$LIBSLIBS=$EXP_AND_TCL_LIBSecho $ac_n "checking for strftime""... $ac_c" 1>&6echo "configure:1960: checking for strftime" >&5if eval "test \"`echo '$''{'ac_cv_func_strftime'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 1965 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char strftime(); 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 strftime();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_strftime) || defined (__stub___strftime)choke me#elsestrftime();#endif; return 0; }EOFif { (eval echo configure:1988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_strftime=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_strftime=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'strftime`\" = yes"; thenecho "$ac_t""yes" 1>&6:elseecho "$ac_t""no" 1>&6EXP_LIBS="${LIBS} -Xp"EXP_AND_TCL_LIBS="${LIBS} -Xp"EXP_AND_TK_LIBS="${LIBS} -Xp"fiLIBS=EXP_LIBSfi## Ok, lets find the tcl source trees so we can use the headers### Ok, lets find the tcl source trees so we can use the headers# Warning: transition of version 9 to 10 will break this algorithm# because 10 sorts before 9. We also look for just tcl. We have to# be careful that we don't match stuff like tclX by accident.# the alternative search directory is involked by --with-tclinclude#no_tcl=trueecho $ac_n "checking for Tcl private headers""... $ac_c" 1>&6echo "configure:2028: checking for Tcl private headers" >&5# Check whether --with-tclinclude or --without-tclinclude was given.if test "${with_tclinclude+set}" = set; thenwithval="$with_tclinclude"with_tclinclude=${withval}fiif eval "test \"`echo '$''{'ac_cv_c_tclh'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6else# first check to see if --with-tclinclude was specifiedif test x"${with_tclinclude}" != x ; thenif test -f ${with_tclinclude}/tclInt.h ; thenac_cv_c_tclh=`(cd ${with_tclinclude}; pwd)`elif test -f ${with_tclinclude}/generic/tclInt.h ; thenac_cv_c_tclh=`(cd ${with_tclinclude}/generic; pwd)`else{ echo "configure: error: ${with_tclinclude} directory doesn't contain private headers" 1>&2; exit 1; }fifi# next check if it came with Tcl configuration fileif test x"${ac_cv_c_tclconfig}" != x ; thenif test -f $ac_cv_c_tclconfig/../generic/tclInt.h ; thenac_cv_c_tclh=`(cd $ac_cv_c_tclconfig/../generic; pwd)`fifi# next check in private source directory## since ls returns lowest version numbers first, reverse its outputif test x"${ac_cv_c_tclh}" = x ; thenfor i in \${srcdir}/../tcl \`ls -dr ${srcdir}/../tcl[7-9].[0-9] 2>/dev/null` \${srcdir}/../../tcl \`ls -dr ${srcdir}/../../tcl[7-9].[0-9] 2>/dev/null` \${srcdir}/../../../tcl \`ls -dr ${srcdir}/../../../tcl[7-9].[0-9] 2>/dev/null ` ; doif test -f $i/generic/tclInt.h ; thenac_cv_c_tclh=`(cd $i/generic; pwd)`breakfidonefi# finally check in a few common install locations## since ls returns lowest version numbers first, reverse its outputif test x"${ac_cv_c_tclh}" = x ; thenfor i in \`ls -dr /usr/local/src/tcl[7-9].[0-9] 2>/dev/null` \`ls -dr /usr/local/lib/tcl[7-9].[0-9] 2>/dev/null` \/usr/local/src/tcl \/usr/local/lib/tcl \${prefix}/include ; doif test -f $i/generic/tclInt.h ; thenac_cv_c_tclh=`(cd $i/generic; pwd)`breakfidonefi# see if one is installedif test x"${ac_cv_c_tclh}" = x ; thenac_safe=`echo "tclInt.h" | sed 'y%./+-%__p_%'`echo $ac_n "checking for tclInt.h""... $ac_c" 1>&6echo "configure:2098: checking for tclInt.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 2103 "configure"#include "confdefs.h"#include <tclInt.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:2108: \"$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_cv_c_tclh=installedelseecho "$ac_t""no" 1>&6ac_cv_c_tclh=""fififiif test x"${ac_cv_c_tclh}" = x ; thenTCLHDIR="# no Tcl private headers found"TCLHDIRDASHI="# no Tcl private headers found"{ echo "configure: error: Can't find Tcl private headers" 1>&2; exit 1; }fiif test x"${ac_cv_c_tclh}" != x ; thenno_tcl=""if test x"${ac_cv_c_tclh}" = x"installed" ; thenecho "$ac_t""is installed" 1>&6TCLHDIR=""TCLHDIRDASHI=""TCL_LIBRARY=""elseecho "$ac_t""found in ${ac_cv_c_tclh}" 1>&6# this hack is cause the TCLHDIR won't print if there is a "-I" in it.TCLHDIR="${ac_cv_c_tclh}"TCLHDIRDASHI="-I${ac_cv_c_tclh}"TCL_LIBRARY=`echo $TCLHDIR | sed -e 's/generic//'`libraryfifiif test x"$no_tcl" = x"true" ; thenecho " ERROR: Can't find Tcl headers or library."echo " See README for information on how to obtain Tcl."echo " If Tcl is installed, see INSTALL on how to tell"echo " configure where Tcl is installed."exit 1fiecho $ac_n "checking for Itcl private headers. srcdir=${srcdir}""... $ac_c" 1>&6echo "configure:2168: checking for Itcl private headers. srcdir=${srcdir}" >&5if test x"${ac_cv_c_itclh}" = x ; thenfor i in ${srcdir}/../itcl ${srcdir}/../../itcl ${srcdir}/../../../itcl ; doif test -f $i/src/itcl.h ; thenac_cv_c_itclh=`(cd $i/src; pwd)`breakfidonefiif test x"${ac_cv_c_itclh}" = x ; thenITCLHDIR="# no Itcl private headers found"ITCLLIB="# no Itcl private headers found"echo "configure: warning: Can't find Itcl private headers" 1>&2no_itcl=trueelseITCLHDIR="-I${ac_cv_c_itclh}"# should always be hereITCLLIB="../itcl/src/libitcl.a"fi# have to whether we're generating shared libs before configuring debuggerecho $ac_n "checking if generating shared or nonshared library""... $ac_c" 1>&6echo "configure:2194: checking if generating shared or nonshared library" >&5# Check whether --enable-shared or --disable-shared was given.if test "${enable_shared+set}" = set; thenenableval="$enable_shared"enable_shared=$enablevalelseenable_shared=nofiif test "$enable_shared" = "yes" && test "x${TCL_SHLIB_SUFFIX}" != "x" ; thenecho "$ac_t""both shared and unshared" 1>&6elseecho "$ac_t""unshared" 1>&6fi# Now that we've found the Tcl sources, configure the debugger# this is a little tricky because it has its own configure script# which produces a Makefile and cf file. We only want the cf file,# so switch to a temporary directory and run the debugger's configure.# Then save the cf file and delete the rest.## Incidentally, the debugger can't depend on Expect's cf file, because# the debugger is designed to be independent of Expect.#test -n "$verbose" && echo "configuring Tcl debugger"tmpdir=./Dbg$$mkdir ${tmpdir}if test "${enable_shared}" = "yes"; thendbg_config_flags='--enable-shared'elsedbg_config_flags='--disable-shared'fi# (cd;pwd) in next several commands converts relative dirs to absolute.# This is required because the debugger src is at a different level in# the filesystem than Expect src (where we are presently), thereby# making the relative pathnames incorrect.if test "x$with_tclconfig" != "x" ; thendbg_config_flags="$dbg_config_flags --with-tclconfig=`(cd ${with_tclconfig}; pwd)`"fiif test "x$with_tcllibdir" != "x" ; thendbg_config_flags="$dbg_config_flags --with-tcllibdir=`(cd ${with_tcllibdir}; pwd)`"fiif test "x$with_tcllib" != "x" ; thendbg_config_flags="$dbg_config_flags --with-tcllib=`(cd ${with_tcllib}; pwd)`"fiif test "x$with_tclinclude" != "x" ; thendbg_config_flags="$dbg_config_flags --with-tclinclude=`(cd ${with_tclinclude}; pwd)`"ficase "$cache_file" in/*)dbg_config_flags="$dbg_config_flags --cache-file=$cache_file";;*)dbg_config_flags="$dbg_config_flags --cache-file=../$cache_file";;esaccp ${srcdir}/Dbgconfigure ${srcdir}/Dbg.h ${srcdir}/Dbg_cf.h.in ${srcdir}/install-sh ${tmpdir}cp $srcdir/DbgMkfl.in ${tmpdir}/Makefile.in(cd $tmpdir; ${CONFIG_SHELL-/bin/sh} Dbgconfigure --with-tclinclude=`echo ${TCLHDIR} | sed -e 's/-I//'` $dbg_config_flags)cp ${tmpdir}/Dbg_cf.h .rm -rf $tmpdirtest -n "$verbose" && echo "configured Tcl debugger"# some people would complain if this explanation wasn't provided...echo "Begin tests for function/library dependencies. Tests may be repeated"echo "up to three times. First test is for building Expect's shared library."echo "Second set is for building with Tcl. Third is for building with Tk."####################################################################### required by Sequent ptx2unset ac_cv_func_gethostnameecho $ac_n "checking for gethostname""... $ac_c" 1>&6echo "configure:2270: checking for gethostname" >&5if eval "test \"`echo '$''{'ac_cv_func_gethostname'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 2275 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char gethostname(); 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 gethostname();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_gethostname) || defined (__stub___gethostname)choke me#elsegethostname();#endif; return 0; }EOFif { (eval echo configure:2298: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_gethostname=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_gethostname=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'gethostname`\" = yes"; thenecho "$ac_t""yes" 1>&6gethostname=1elseecho "$ac_t""no" 1>&6gethostname=0fiif test $gethostname -eq 0 ; thenunset ac_cv_lib_inet_gethostnameecho $ac_n "checking for gethostname in -linet""... $ac_c" 1>&6echo "configure:2321: checking for gethostname in -linet" >&5ac_lib_var=`echo inet'_'gethostname | 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="-linet $LIBS"cat > conftest.$ac_ext <<EOF#line 2329 "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 gethostname();int main() {gethostname(); return 0; }EOFif { (eval echo configure:2340: \"$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 -linet"elseecho "$ac_t""no" 1>&6fifi# save results and retry for TclEXP_LIBS=$LIBSLIBS=$EXP_AND_TCL_LIBSunset ac_cv_func_gethostnameecho $ac_n "checking for gethostname""... $ac_c" 1>&6echo "configure:2366: checking for gethostname" >&5if eval "test \"`echo '$''{'ac_cv_func_gethostname'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 2371 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char gethostname(); 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 gethostname();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_gethostname) || defined (__stub___gethostname)choke me#elsegethostname();#endif; return 0; }EOFif { (eval echo configure:2394: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_gethostname=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_gethostname=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'gethostname`\" = yes"; thenecho "$ac_t""yes" 1>&6gethostname=1elseecho "$ac_t""no" 1>&6gethostname=0fiif test $gethostname -eq 0 ; thenunset ac_cv_lib_inet_gethostnameecho $ac_n "checking for gethostname in -linet""... $ac_c" 1>&6echo "configure:2417: checking for gethostname in -linet" >&5ac_lib_var=`echo inet'_'gethostname | 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="-linet $LIBS"cat > conftest.$ac_ext <<EOF#line 2425 "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 gethostname();int main() {gethostname(); return 0; }EOFif { (eval echo configure:2436: \"$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 -linet"elseecho "$ac_t""no" 1>&6fifi# save Tcl results and retry for TkEXP_AND_TCL_LIBS=$LIBSLIBS=$EXP_AND_TK_LIBSunset ac_cv_func_gethostnameecho $ac_n "checking for gethostname""... $ac_c" 1>&6echo "configure:2462: checking for gethostname" >&5if eval "test \"`echo '$''{'ac_cv_func_gethostname'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 2467 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char gethostname(); 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 gethostname();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_gethostname) || defined (__stub___gethostname)choke me#elsegethostname();#endif; return 0; }EOFif { (eval echo configure:2490: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_gethostname=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_gethostname=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'gethostname`\" = yes"; thenecho "$ac_t""yes" 1>&6gethostname=1elseecho "$ac_t""no" 1>&6gethostname=0fiif test $gethostname -eq 0 ; thenunset ac_cv_lib_inet_gethostnameecho $ac_n "checking for gethostname in -linet""... $ac_c" 1>&6echo "configure:2513: checking for gethostname in -linet" >&5ac_lib_var=`echo inet'_'gethostname | 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="-linet $LIBS"cat > conftest.$ac_ext <<EOF#line 2521 "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 gethostname();int main() {gethostname(); return 0; }EOFif { (eval echo configure:2532: \"$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 -linet"elseecho "$ac_t""no" 1>&6fifi# save Tk results and reset for ExpectEXP_AND_TK_LIBS=$LIBSLIBS=$EXP_LIBS####################################################################### required by Fischman's ISC 4.0unset ac_cv_func_socketecho $ac_n "checking for socket""... $ac_c" 1>&6echo "configure:2561: checking for socket" >&5if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 2566 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char socket(); 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 socket();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_socket) || defined (__stub___socket)choke me#elsesocket();#endif; return 0; }EOFif { (eval echo configure:2589: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_socket=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_socket=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; thenecho "$ac_t""yes" 1>&6socket=1elseecho "$ac_t""no" 1>&6socket=0fiif test $socket -eq 0 ; thenunset ac_cv_lib_inet_socketecho $ac_n "checking for socket in -linet""... $ac_c" 1>&6echo "configure:2612: checking for socket in -linet" >&5ac_lib_var=`echo inet'_'socket | 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="-linet $LIBS"cat > conftest.$ac_ext <<EOF#line 2620 "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 socket();int main() {socket(); return 0; }EOFif { (eval echo configure:2631: \"$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 -linet"elseecho "$ac_t""no" 1>&6fifi# save results and retry for TclEXP_LIBS=$LIBSLIBS=$EXP_AND_TCL_LIBSunset ac_cv_func_socketecho $ac_n "checking for socket""... $ac_c" 1>&6echo "configure:2657: checking for socket" >&5if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 2662 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char socket(); 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 socket();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_socket) || defined (__stub___socket)choke me#elsesocket();#endif; return 0; }EOFif { (eval echo configure:2685: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_socket=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_socket=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; thenecho "$ac_t""yes" 1>&6socket=1elseecho "$ac_t""no" 1>&6socket=0fiif test $socket -eq 0 ; thenunset ac_cv_lib_inet_socketecho $ac_n "checking for socket in -linet""... $ac_c" 1>&6echo "configure:2708: checking for socket in -linet" >&5ac_lib_var=`echo inet'_'socket | 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="-linet $LIBS"cat > conftest.$ac_ext <<EOF#line 2716 "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 socket();int main() {socket(); return 0; }EOFif { (eval echo configure:2727: \"$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 -linet"elseecho "$ac_t""no" 1>&6fifi# save Tcl results and retry for TkEXP_AND_TCL_LIBS=$LIBSLIBS=$EXP_AND_TK_LIBSunset ac_cv_func_socketecho $ac_n "checking for socket""... $ac_c" 1>&6echo "configure:2753: checking for socket" >&5if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 2758 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char socket(); 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 socket();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_socket) || defined (__stub___socket)choke me#elsesocket();#endif; return 0; }EOFif { (eval echo configure:2781: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_socket=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_socket=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; thenecho "$ac_t""yes" 1>&6socket=1elseecho "$ac_t""no" 1>&6socket=0fiif test $socket -eq 0 ; thenunset ac_cv_lib_inet_socketecho $ac_n "checking for socket in -linet""... $ac_c" 1>&6echo "configure:2804: checking for socket in -linet" >&5ac_lib_var=`echo inet'_'socket | 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="-linet $LIBS"cat > conftest.$ac_ext <<EOF#line 2812 "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 socket();int main() {socket(); return 0; }EOFif { (eval echo configure:2823: \"$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 -linet"elseecho "$ac_t""no" 1>&6fifi# save Tk results and reset for ExpectEXP_AND_TK_LIBS=$LIBSLIBS=$EXP_LIBS######################################################################unset ac_cv_func_selectecho $ac_n "checking for select""... $ac_c" 1>&6echo "configure:2851: checking for select" >&5if eval "test \"`echo '$''{'ac_cv_func_select'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 2856 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char select(); 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 select();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_select) || defined (__stub___select)choke me#elseselect();#endif; return 0; }EOFif { (eval echo configure:2879: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_select=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_select=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'select`\" = yes"; thenecho "$ac_t""yes" 1>&6select=1elseecho "$ac_t""no" 1>&6select=0fiif test $select -eq 0 ; thenunset ac_cv_lib_inet_selectecho $ac_n "checking for select in -linet""... $ac_c" 1>&6echo "configure:2902: checking for select in -linet" >&5ac_lib_var=`echo inet'_'select | 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="-linet $LIBS"cat > conftest.$ac_ext <<EOF#line 2910 "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 select();int main() {select(); return 0; }EOFif { (eval echo configure:2921: \"$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 -linet"elseecho "$ac_t""no" 1>&6fifi# save results and retry for TclEXP_LIBS=$LIBSLIBS=$EXP_AND_TCL_LIBSunset ac_cv_func_selectecho $ac_n "checking for select""... $ac_c" 1>&6echo "configure:2947: checking for select" >&5if eval "test \"`echo '$''{'ac_cv_func_select'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 2952 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char select(); 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 select();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_select) || defined (__stub___select)choke me#elseselect();#endif; return 0; }EOFif { (eval echo configure:2975: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_select=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_select=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'select`\" = yes"; thenecho "$ac_t""yes" 1>&6select=1elseecho "$ac_t""no" 1>&6select=0fiif test $select -eq 0 ; thenunset ac_cv_lib_inet_selectecho $ac_n "checking for select in -linet""... $ac_c" 1>&6echo "configure:2998: checking for select in -linet" >&5ac_lib_var=`echo inet'_'select | 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="-linet $LIBS"cat > conftest.$ac_ext <<EOF#line 3006 "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 select();int main() {select(); return 0; }EOFif { (eval echo configure:3017: \"$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 -linet"elseecho "$ac_t""no" 1>&6fifi# save Tcl results and retry for TkEXP_AND_TCL_LIBS=$LIBSLIBS=$EXP_AND_TK_LIBSunset ac_cv_func_selectecho $ac_n "checking for select""... $ac_c" 1>&6echo "configure:3043: checking for select" >&5if eval "test \"`echo '$''{'ac_cv_func_select'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 3048 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char select(); 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 select();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_select) || defined (__stub___select)choke me#elseselect();#endif; return 0; }EOFif { (eval echo configure:3071: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_select=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_select=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'select`\" = yes"; thenecho "$ac_t""yes" 1>&6select=1elseecho "$ac_t""no" 1>&6select=0fiif test $select -eq 0 ; thenunset ac_cv_lib_inet_selectecho $ac_n "checking for select in -linet""... $ac_c" 1>&6echo "configure:3094: checking for select in -linet" >&5ac_lib_var=`echo inet'_'select | 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="-linet $LIBS"cat > conftest.$ac_ext <<EOF#line 3102 "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 select();int main() {select(); return 0; }EOFif { (eval echo configure:3113: \"$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 -linet"elseecho "$ac_t""no" 1>&6fifi# save Tk results and reset for ExpectEXP_AND_TK_LIBS=$LIBSLIBS=$EXP_LIBS######################################################################unset ac_cv_func_getpseudottyecho $ac_n "checking for getpseudotty""... $ac_c" 1>&6echo "configure:3141: checking for getpseudotty" >&5if eval "test \"`echo '$''{'ac_cv_func_getpseudotty'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 3146 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char getpseudotty(); 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 getpseudotty();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_getpseudotty) || defined (__stub___getpseudotty)choke me#elsegetpseudotty();#endif; return 0; }EOFif { (eval echo configure:3169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_getpseudotty=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_getpseudotty=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'getpseudotty`\" = yes"; thenecho "$ac_t""yes" 1>&6getpseudotty=1elseecho "$ac_t""no" 1>&6getpseudotty=0fiif test $getpseudotty -eq 0 ; thenunset ac_cv_lib_seq_getpseudottyecho $ac_n "checking for getpseudotty in -lseq""... $ac_c" 1>&6echo "configure:3192: checking for getpseudotty in -lseq" >&5ac_lib_var=`echo seq'_'getpseudotty | 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="-lseq $LIBS"cat > conftest.$ac_ext <<EOF#line 3200 "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 getpseudotty();int main() {getpseudotty(); return 0; }EOFif { (eval echo configure:3211: \"$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 seq | sed -e 's/[^a-zA-Z0-9_]/_/g' \-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`cat >> confdefs.h <<EOF#define $ac_tr_lib 1EOFLIBS="-lseq $LIBS"elseecho "$ac_t""no" 1>&6fifi# save results and retry for TclEXP_LIBS=$LIBSLIBS=$EXP_AND_TCL_LIBSunset ac_cv_func_getpseudottyecho $ac_n "checking for getpseudotty""... $ac_c" 1>&6echo "configure:3244: checking for getpseudotty" >&5if eval "test \"`echo '$''{'ac_cv_func_getpseudotty'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 3249 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char getpseudotty(); 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 getpseudotty();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_getpseudotty) || defined (__stub___getpseudotty)choke me#elsegetpseudotty();#endif; return 0; }EOFif { (eval echo configure:3272: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_getpseudotty=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_getpseudotty=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'getpseudotty`\" = yes"; thenecho "$ac_t""yes" 1>&6getpseudotty=1elseecho "$ac_t""no" 1>&6getpseudotty=0fiif test $getpseudotty -eq 0 ; thenunset ac_cv_lib_seq_getpseudottyecho $ac_n "checking for getpseudotty in -lseq""... $ac_c" 1>&6echo "configure:3295: checking for getpseudotty in -lseq" >&5ac_lib_var=`echo seq'_'getpseudotty | 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="-lseq $LIBS"cat > conftest.$ac_ext <<EOF#line 3303 "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 getpseudotty();int main() {getpseudotty(); return 0; }EOFif { (eval echo configure:3314: \"$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 seq | sed -e 's/[^a-zA-Z0-9_]/_/g' \-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`cat >> confdefs.h <<EOF#define $ac_tr_lib 1EOFLIBS="-lseq $LIBS"elseecho "$ac_t""no" 1>&6fifi# save Tcl results and retry for TkEXP_AND_TCL_LIBS=$LIBSLIBS=$EXP_AND_TK_LIBSunset ac_cv_func_getpseudottyecho $ac_n "checking for getpseudotty""... $ac_c" 1>&6echo "configure:3347: checking for getpseudotty" >&5if eval "test \"`echo '$''{'ac_cv_func_getpseudotty'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 3352 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char getpseudotty(); 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 getpseudotty();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_getpseudotty) || defined (__stub___getpseudotty)choke me#elsegetpseudotty();#endif; return 0; }EOFif { (eval echo configure:3375: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_getpseudotty=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_getpseudotty=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'getpseudotty`\" = yes"; thenecho "$ac_t""yes" 1>&6getpseudotty=1elseecho "$ac_t""no" 1>&6getpseudotty=0fiif test $getpseudotty -eq 0 ; thenunset ac_cv_lib_seq_getpseudottyecho $ac_n "checking for getpseudotty in -lseq""... $ac_c" 1>&6echo "configure:3398: checking for getpseudotty in -lseq" >&5ac_lib_var=`echo seq'_'getpseudotty | 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="-lseq $LIBS"cat > conftest.$ac_ext <<EOF#line 3406 "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 getpseudotty();int main() {getpseudotty(); return 0; }EOFif { (eval echo configure:3417: \"$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 seq | sed -e 's/[^a-zA-Z0-9_]/_/g' \-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`cat >> confdefs.h <<EOF#define $ac_tr_lib 1EOFLIBS="-lseq $LIBS"elseecho "$ac_t""no" 1>&6fifi# save Tk results and reset for ExpectEXP_AND_TK_LIBS=$LIBSLIBS=$EXP_LIBS####################################################################### Check for FreeBSD/NetBSD openpty()# CYGNUS LOCAL: Don't do this on Linux. Alpha Linux Red Hat 4.2 has# openpty, but it doesn't work correctly.case "${host}" in*-*-linux*) ;;*)unset ac_cv_func_openptyecho $ac_n "checking for openpty""... $ac_c" 1>&6echo "configure:3458: checking for openpty" >&5if eval "test \"`echo '$''{'ac_cv_func_openpty'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 3463 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char openpty(); 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 openpty();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_openpty) || defined (__stub___openpty)choke me#elseopenpty();#endif; return 0; }EOFif { (eval echo configure:3486: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_openpty=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_openpty=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'openpty`\" = yes"; thenecho "$ac_t""yes" 1>&6openpty=1elseecho "$ac_t""no" 1>&6openpty=0fiif test $openpty -eq 0 ; thenunset ac_cv_lib_util_openptyecho $ac_n "checking for openpty in -lutil""... $ac_c" 1>&6echo "configure:3509: checking for openpty in -lutil" >&5ac_lib_var=`echo util'_'openpty | 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="-lutil $LIBS"cat > conftest.$ac_ext <<EOF#line 3517 "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 openpty();int main() {openpty(); return 0; }EOFif { (eval echo configure:3528: \"$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>&6# we only need to define OPENPTY once, but since we are overriding# the default behavior, we must also handle augment LIBS too.# This needn't be done in the 2nd and 3rd tests.cat >> confdefs.h <<\EOF#define HAVE_OPENPTY 1EOFLIBS="$LIBS -lutil"elseecho "$ac_t""no" 1>&6fifi# save results and retry for TclEXP_LIBS=$LIBSLIBS=$EXP_AND_TCL_LIBSunset ac_cv_func_openptyecho $ac_n "checking for openpty""... $ac_c" 1>&6echo "configure:3563: checking for openpty" >&5if eval "test \"`echo '$''{'ac_cv_func_openpty'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 3568 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char openpty(); 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 openpty();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_openpty) || defined (__stub___openpty)choke me#elseopenpty();#endif; return 0; }EOFif { (eval echo configure:3591: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_openpty=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_openpty=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'openpty`\" = yes"; thenecho "$ac_t""yes" 1>&6openpty=1elseecho "$ac_t""no" 1>&6openpty=0fiif test $openpty -eq 0 ; thenunset ac_cv_lib_util_openptyecho $ac_n "checking for openpty in -lutil""... $ac_c" 1>&6echo "configure:3614: checking for openpty in -lutil" >&5ac_lib_var=`echo util'_'openpty | 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="-lutil $LIBS"cat > conftest.$ac_ext <<EOF#line 3622 "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 openpty();int main() {openpty(); return 0; }EOFif { (eval echo configure:3633: \"$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>&6cat >> confdefs.h <<\EOF#define HAVE_OPENPTY 1EOFLIBS="$LIBS -lutil"elseecho "$ac_t""no" 1>&6fifi# save Tcl results and retry for TkEXP_AND_TCL_LIBS=$LIBSLIBS=$EXP_AND_TK_LIBSunset ac_cv_func_openptyecho $ac_n "checking for openpty""... $ac_c" 1>&6echo "configure:3665: checking for openpty" >&5if eval "test \"`echo '$''{'ac_cv_func_openpty'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 3670 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char openpty(); 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 openpty();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_openpty) || defined (__stub___openpty)choke me#elseopenpty();#endif; return 0; }EOFif { (eval echo configure:3693: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_openpty=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_openpty=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'openpty`\" = yes"; thenecho "$ac_t""yes" 1>&6openpty=1elseecho "$ac_t""no" 1>&6openpty=0fiif test $openpty -eq 0 ; thenunset ac_cv_lib_util_openptyecho $ac_n "checking for openpty in -lutil""... $ac_c" 1>&6echo "configure:3716: checking for openpty in -lutil" >&5ac_lib_var=`echo util'_'openpty | 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="-lutil $LIBS"cat > conftest.$ac_ext <<EOF#line 3724 "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 openpty();int main() {openpty(); return 0; }EOFif { (eval echo configure:3735: \"$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>&6cat >> confdefs.h <<\EOF#define HAVE_OPENPTY 1EOFLIBS="$LIBS -lutil"elseecho "$ac_t""no" 1>&6fifi# save Tk results and reset for ExpectEXP_AND_TK_LIBS=$LIBSLIBS=$EXP_LIBS# CYGNUS LOCAL: Link against luser32 on Cygwin.case "${host}" in*-*-cygwin*) EXP_AND_TCL_LIBS="$EXP_AND_TCL_LIBS -luser32" ;;esac;;esac####################################################################### End of library/func checking############################################################################################################################################## Look for various header files#ac_safe=`echo "sys/sysmacros.h" | sed 'y%./+-%__p_%'`echo $ac_n "checking for sys/sysmacros.h""... $ac_c" 1>&6echo "configure:3783: checking for sys/sysmacros.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 3788 "configure"#include "confdefs.h"#include <sys/sysmacros.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:3793: \"$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_SYSMACROS_H 1EOFelseecho "$ac_t""no" 1>&6fiac_safe=`echo "stdlib.h" | sed 'y%./+-%__p_%'`echo $ac_n "checking for stdlib.h""... $ac_c" 1>&6echo "configure:3819: checking for stdlib.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 3824 "configure"#include "confdefs.h"#include <stdlib.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:3829: \"$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>&6cat >> confdefs.h <<\EOF#define NO_STDLIB_H 1EOFfi## Look for inttypes.h. Sometimes there are data type conflicts# with sys/types.h, so we have to use our own special test.#echo $ac_n "checking for inttypes.h""... $ac_c" 1>&6echo "configure:3860: checking for inttypes.h" >&5if eval "test \"`echo '$''{'ac_cv_inttypes_h'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 3865 "configure"#include "confdefs.h"#include <sys/types.h>#include <inttypes.h>int main() {int16_t x = 0;; return 0; }EOFif { (eval echo configure:3876: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; thenrm -rf conftest*ac_cv_inttypes_h="yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*ac_cv_inttypes_h="no"firm -f conftest*fiecho "$ac_t""$ac_cv_inttypes_h" 1>&6if test x"${ac_cv_inttypes_h}" = x"yes"; thencat >> confdefs.h <<\EOF#define HAVE_INTTYPES_H 1EOFfi# Oddly, some systems have stdarg but don't support prototypes# Tcl avoids the whole issue by not using stdarg on UNIX at all!ac_safe=`echo "varargs.h" | sed 'y%./+-%__p_%'`echo $ac_n "checking for varargs.h""... $ac_c" 1>&6echo "configure:3902: checking for varargs.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 3907 "configure"#include "confdefs.h"#include <varargs.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:3912: \"$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_VARARGS_H 1EOFelseecho "$ac_t""no" 1>&6fiac_safe=`echo "unistd.h" | sed 'y%./+-%__p_%'`echo $ac_n "checking for unistd.h""... $ac_c" 1>&6echo "configure:3938: checking for unistd.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 3943 "configure"#include "confdefs.h"#include <unistd.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:3948: \"$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_UNISTD_H 1EOFelseecho "$ac_t""no" 1>&6fiac_safe=`echo "sys/stropts.h" | sed 'y%./+-%__p_%'`echo $ac_n "checking for sys/stropts.h""... $ac_c" 1>&6echo "configure:3974: checking for sys/stropts.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 3979 "configure"#include "confdefs.h"#include <sys/stropts.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:3984: \"$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_STROPTS_H 1EOFelseecho "$ac_t""no" 1>&6fiac_safe=`echo "sys/sysconfig.h" | sed 'y%./+-%__p_%'`echo $ac_n "checking for sys/sysconfig.h""... $ac_c" 1>&6echo "configure:4010: checking for sys/sysconfig.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 4015 "configure"#include "confdefs.h"#include <sys/sysconfig.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:4020: \"$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_SYSCONF_H 1EOFelseecho "$ac_t""no" 1>&6fiac_safe=`echo "sys/fcntl.h" | sed 'y%./+-%__p_%'`echo $ac_n "checking for sys/fcntl.h""... $ac_c" 1>&6echo "configure:4046: checking for sys/fcntl.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 4051 "configure"#include "confdefs.h"#include <sys/fcntl.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:4056: \"$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_SYS_FCNTL_H 1EOFelseecho "$ac_t""no" 1>&6fiac_safe=`echo "sys/select.h" | sed 'y%./+-%__p_%'`echo $ac_n "checking for sys/select.h""... $ac_c" 1>&6echo "configure:4082: checking for sys/select.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 4087 "configure"#include "confdefs.h"#include <sys/select.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:4092: \"$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_SYS_SELECT_H 1EOFelseecho "$ac_t""no" 1>&6fiac_safe=`echo "sys/time.h" | sed 'y%./+-%__p_%'`echo $ac_n "checking for sys/time.h""... $ac_c" 1>&6echo "configure:4118: checking for sys/time.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 4123 "configure"#include "confdefs.h"#include <sys/time.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:4128: \"$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_SYS_TIME_H 1EOFelseecho "$ac_t""no" 1>&6fiac_safe=`echo "sys/ptem.h" | sed 'y%./+-%__p_%'`echo $ac_n "checking for sys/ptem.h""... $ac_c" 1>&6echo "configure:4154: checking for sys/ptem.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 4159 "configure"#include "confdefs.h"#include <sys/ptem.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:4164: \"$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_SYS_PTEM_H 1EOFelseecho "$ac_t""no" 1>&6fiac_safe=`echo "sys/strredir.h" | sed 'y%./+-%__p_%'`echo $ac_n "checking for sys/strredir.h""... $ac_c" 1>&6echo "configure:4190: checking for sys/strredir.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 4195 "configure"#include "confdefs.h"#include <sys/strredir.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:4200: \"$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_STRREDIR_H 1EOFelseecho "$ac_t""no" 1>&6fiac_safe=`echo "sys/strpty.h" | sed 'y%./+-%__p_%'`echo $ac_n "checking for sys/strpty.h""... $ac_c" 1>&6echo "configure:4226: checking for sys/strpty.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 4231 "configure"#include "confdefs.h"#include <sys/strpty.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:4236: \"$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_STRPTY_H 1EOFelseecho "$ac_t""no" 1>&6fiecho $ac_n "checking for sys/bsdtypes.h""... $ac_c" 1>&6echo "configure:4263: checking for sys/bsdtypes.h" >&5if test "ISC_${ISC}" = "ISC_1" ; thenecho "$ac_t""yes" 1>&6# if on ISC 1, we need <sys/bsdtypes.h> to get FD_SET macrosfor ac_hdr in sys/bsdtypes.hdoac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6echo "configure:4271: 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 4276 "configure"#include "confdefs.h"#include <$ac_hdr>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:4281: \"$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>&6fidoneelseecho "$ac_t""no" 1>&6fi## Look for functions that may be missing#echo $ac_n "checking for memmove""... $ac_c" 1>&6echo "configure:4315: checking for memmove" >&5if eval "test \"`echo '$''{'ac_cv_func_memmove'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 4320 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char memmove(); 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 memmove();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_memmove) || defined (__stub___memmove)choke me#elsememmove();#endif; return 0; }EOFif { (eval echo configure:4343: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_memmove=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_memmove=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'memmove`\" = yes"; thenecho "$ac_t""yes" 1>&6cat >> confdefs.h <<\EOF#define HAVE_MEMMOVE 1EOFelseecho "$ac_t""no" 1>&6fiecho $ac_n "checking for sysconf""... $ac_c" 1>&6echo "configure:4366: checking for sysconf" >&5if eval "test \"`echo '$''{'ac_cv_func_sysconf'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 4371 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char sysconf(); 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 sysconf();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_sysconf) || defined (__stub___sysconf)choke me#elsesysconf();#endif; return 0; }EOFif { (eval echo configure:4394: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_sysconf=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_sysconf=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'sysconf`\" = yes"; thenecho "$ac_t""yes" 1>&6cat >> confdefs.h <<\EOF#define HAVE_SYSCONF 1EOFelseecho "$ac_t""no" 1>&6fiecho $ac_n "checking for strftime""... $ac_c" 1>&6echo "configure:4417: checking for strftime" >&5if eval "test \"`echo '$''{'ac_cv_func_strftime'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 4422 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char strftime(); 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 strftime();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_strftime) || defined (__stub___strftime)choke me#elsestrftime();#endif; return 0; }EOFif { (eval echo configure:4445: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_strftime=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_strftime=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'strftime`\" = yes"; thenecho "$ac_t""yes" 1>&6cat >> confdefs.h <<\EOF#define HAVE_STRFTIME 1EOFelseecho "$ac_t""no" 1>&6fiecho $ac_n "checking for strchr""... $ac_c" 1>&6echo "configure:4468: checking for strchr" >&5if eval "test \"`echo '$''{'ac_cv_func_strchr'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 4473 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char strchr(); 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 strchr();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_strchr) || defined (__stub___strchr)choke me#elsestrchr();#endif; return 0; }EOFif { (eval echo configure:4496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_strchr=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_strchr=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'strchr`\" = yes"; thenecho "$ac_t""yes" 1>&6cat >> confdefs.h <<\EOF#define HAVE_STRCHR 1EOFelseecho "$ac_t""no" 1>&6fiecho $ac_n "checking for timezone""... $ac_c" 1>&6echo "configure:4519: checking for timezone" >&5if eval "test \"`echo '$''{'ac_cv_func_timezone'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 4524 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char timezone(); 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 timezone();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_timezone) || defined (__stub___timezone)choke me#elsetimezone();#endif; return 0; }EOFif { (eval echo configure:4547: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_timezone=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_timezone=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'timezone`\" = yes"; thenecho "$ac_t""yes" 1>&6cat >> confdefs.h <<\EOF#define HAVE_TIMEZONE 1EOFelseecho "$ac_t""no" 1>&6fi# dnl check for memcpy by hand# because Unixware 2.0 handles it specially and refuses to compile# autoconf's automatic test that is a call with no argumentsecho $ac_n "checking for memcpy""... $ac_c" 1>&6echo "configure:4574: checking for memcpy" >&5cat > conftest.$ac_ext <<EOF#line 4576 "configure"#include "confdefs.h"int main() {char *s1, *s2;memcpy(s1,s2,0);; return 0; }EOFif { (eval echo configure:4586: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*echo "$ac_t""yes" 1>&6cat >> confdefs.h <<\EOF#define HAVE_MEMCPY 1EOFelseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*echo "$ac_t""no" 1>&6firm -f conftest*# Some systems only define WNOHANG if _POSIX_SOURCE is defined# The following merely tests that sys/wait.h can be included# and if so that WNOHANG is not defined. The only place I've# seen this is ISC.echo $ac_n "checking if WNOHANG requires _POSIX_SOURCE""... $ac_c" 1>&6echo "configure:4608: checking if WNOHANG requires _POSIX_SOURCE" >&5if test "$cross_compiling" = yes; thencase "${host}" in*-*-cygwin*) echo "$ac_t""no" 1>&6 ;;*) { echo "configure: error: Expect can't be cross compiled" 1>&2; exit 1; } ;;esacelsecat > conftest.$ac_ext <<EOF#line 4617 "configure"#include "confdefs.h"#include <sys/wait.h>main() {#ifndef WNOHANGreturn 0;#elsereturn 1;#endif}EOFif { (eval echo configure:4629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthenecho "$ac_t""yes" 1>&6cat >> confdefs.h <<\EOF#define WNOHANG_REQUIRES_POSIX_SOURCE 1EOFelseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -fr conftest*echo "$ac_t""no" 1>&6firm -fr conftest*fiecho $ac_n "checking if any value exists for WNOHANG""... $ac_c" 1>&6echo "configure:4649: checking if any value exists for WNOHANG" >&5rm -rf wnohangif test "$cross_compiling" = yes; thencase "${host}" in*-*-cygwin*) echo "$ac_t""yes" 1>&6cat >> confdefs.h <<\EOF#define WNOHANG_BACKUP_VALUE 1EOF;;*) { echo "configure: error: Expect can't be cross compiled" 1>&2; exit 1; } ;;esacelsecat > conftest.$ac_ext <<EOF#line 4663 "configure"#include "confdefs.h"#include <stdio.h>#include <sys/wait.h>main() {#ifdef WNOHANGFILE *fp = fopen("wnohang","w");fprintf(fp,"%d",WNOHANG);fclose(fp);return 0;#elsereturn 1;#endif}EOFif { (eval echo configure:4679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthenecho "$ac_t""yes" 1>&6cat >> confdefs.h <<EOF#define WNOHANG_BACKUP_VALUE `cat wnohang`EOFrm -f wnohangelseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -fr conftest*echo "$ac_t""no" 1>&6cat >> confdefs.h <<\EOF#define WNOHANG_BACKUP_VALUE 1EOFfirm -fr conftest*fi## check how signals work## Check for the data type of the mask used in select().# This picks up HP braindamage which defines fd_set and then# proceeds to ignore it and use int.# Pattern matching on int could be loosened.# Can't use ac_header_egrep since that doesn't see prototypes with K&R cpp.echo $ac_n "checking mask type of select""... $ac_c" 1>&6echo "configure:4713: checking mask type of select" >&5if egrep "select\(size_t, int" /usr/include/sys/time.h >/dev/null 2>&1; thenecho "$ac_t""int" 1>&6cat >> confdefs.h <<\EOF#define SELECT_MASK_TYPE intEOFelseecho "$ac_t""none" 1>&6fi# FIXME: check if alarm existsecho $ac_n "checking if signals need to be re-armed""... $ac_c" 1>&6echo "configure:4727: checking if signals need to be re-armed" >&5if test "$cross_compiling" = yes; thencase "${host}" in*-*-cygwin*) echo "$ac_t""no" 1>&6 ;;*) echo "configure: warning: Expect can't be cross compiled" 1>&2 ;;esacelsecat > conftest.$ac_ext <<EOF#line 4736 "configure"#include "confdefs.h"#include <signal.h>#define RETSIGTYPE $retsigtypeint signal_rearms = 0;RETSIGTYPEchild_sigint_handler(n)int n;{}RETSIGTYPEparent_sigint_handler(n)int n;{signal_rearms++;}main(){signal(SIGINT,parent_sigint_handler);if (0 == fork()) {signal(SIGINT,child_sigint_handler);kill(getpid(),SIGINT);kill(getpid(),SIGINT);kill(getppid(),SIGINT);} else {int status;wait(&status);unlink("core");exit(signal_rearms);}}EOFif { (eval echo configure:4775: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthenecho "$ac_t""yes" 1>&6cat >> confdefs.h <<\EOF#define REARM_SIG 1EOFelseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -fr conftest*echo "$ac_t""no" 1>&6firm -fr conftest*fi# HPUX7 has trouble with the big cat so split it# Owen Rees <rtor@ansa.co.uk> 29Mar93SEDDEFS="${SEDDEFS}CONFEOFcat >> conftest.sed <<CONFEOF"## There are multiple versions of getpty, alas.# I don't remember who has the first one, but Convex just added one# so check for it. Unfortunately, there is no header so the only# reasonable way to make sure is to look it we are on a Convex.echo $ac_n "checking if on Convex""... $ac_c" 1>&6echo "configure:4806: checking if on Convex" >&5convex=0case "${host}" inc[12]-*-*) convex=1;;esacif test $convex -eq 1 ; thenecho "$ac_t""yes" 1>&6cat >> confdefs.h <<\EOF#define CONVEX 1EOFelseecho "$ac_t""no" 1>&6fiEXP_LDFLAGS=echo $ac_n "checking if on NeXT""... $ac_c" 1>&6echo "configure:4825: checking if on NeXT" >&5if test -r /NextApps -a "$cross_compiling" != "yes" ; thenecho "$ac_t""yes" 1>&6# "-m" flag suppresses complaints about multiple strtodEXP_LDFLAGS="$EXP_LDFLAGS -m"elseecho "$ac_t""no" 1>&6fiecho $ac_n "checking if on HP""... $ac_c" 1>&6echo "configure:4836: checking if on HP" >&5if test "x`(uname) 2>/dev/null`" = xHP-UX; thenecho "$ac_t""yes" 1>&6hp=1elseecho "$ac_t""no" 1>&6hp=0fiecho $ac_n "checking sane default stty arguments""... $ac_c" 1>&6echo "configure:4846: checking sane default stty arguments" >&5DEFAULT_STTY_ARGS="sane"if test $mach -eq 1 ; thenDEFAULT_STTY_ARGS="cooked"fiif test $hp -eq 1 ; thenDEFAULT_STTY_ARGS="sane kill "fiecho "$ac_t""$DEFAULT_STTY_ARG" 1>&6# Look for various features to determine what kind of pty# we have. For some weird reason, ac_compile_check would not# work, but ac_test_program does.#echo $ac_n "checking for HP style pty allocation""... $ac_c" 1>&6echo "configure:4864: checking for HP style pty allocation" >&5# following test fails on DECstations and other things that don't grok -c# but that's ok, since they don't have PTYMs anywayif test -r /dev/ptym/ptyp0 2>/dev/null -a "$cross_compiling" != "yes" ; thenecho "$ac_t""yes" 1>&6cat >> confdefs.h <<\EOF#define HAVE_PTYM 1EOFelseecho "$ac_t""no" 1>&6fiecho $ac_n "checking for HP style pty trapping""... $ac_c" 1>&6echo "configure:4878: checking for HP style pty trapping" >&5cat > conftest.$ac_ext <<EOF#line 4880 "configure"#include "confdefs.h"#include <sys/ptyio.h>EOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |egrep "struct.*request_info" >/dev/null 2>&1; thenrm -rf conftest*echo "$ac_t""yes" 1>&6cat >> confdefs.h <<\EOF#define HAVE_PTYTRAP 1EOFelserm -rf conftest*echo "$ac_t""no" 1>&6firm -f conftest*echo $ac_n "checking for AIX new-style pty allocation""... $ac_c" 1>&6echo "configure:4902: checking for AIX new-style pty allocation" >&5if test -r /dev/ptc -a -r /dev/pts -a "$cross_compiling" != "yes" ; thenecho "$ac_t""yes" 1>&6cat >> confdefs.h <<\EOF#define HAVE_PTC_PTS 1EOFelseecho "$ac_t""no" 1>&6fiecho $ac_n "checking for SGI old-style pty allocation""... $ac_c" 1>&6echo "configure:4914: checking for SGI old-style pty allocation" >&5if test -r /dev/ptc -a ! -r /dev/pts -a "$cross_compiling" != "yes" ; thenecho "$ac_t""yes" 1>&6cat >> confdefs.h <<\EOF#define HAVE_PTC 1EOFelseecho "$ac_t""no" 1>&6fi# On SCO OpenServer, two types of ptys are available: SVR4 streams and c-list.# The library routines to open the SVR4 ptys are broken on certain systems and# the SCO command to increase the number of ptys only configure c-list ones# anyway. So we chose these, which have a special numbering scheme.#echo $ac_n "checking for SCO style pty allocation""... $ac_c" 1>&6echo "configure:4931: checking for SCO style pty allocation" >&5sco_ptys=""case "${host}" in*-sco3.2v[45]*) sco_clist_ptys=1 svr4_ptys_broken=1;;esacif test x"${sco_clist_ptys}" != x"" ; thenecho "$ac_t""yes" 1>&6cat >> confdefs.h <<\EOF#define HAVE_SCO_CLIST_PTYS 1EOFelseecho "$ac_t""no" 1>&6fiecho $ac_n "checking for SVR4 style pty allocation""... $ac_c" 1>&6echo "configure:4948: checking for SVR4 style pty allocation" >&5if test -r /dev/ptmx -a "x$svr4_ptys_broken" = x -a "$cross_compiling" != "yes" ; thenecho "$ac_t""yes" 1>&6cat >> confdefs.h <<\EOF#define HAVE_PTMX 1EOF# aargg. Some systems need libpt.a to use /dev/ptmxecho $ac_n "checking for ptsname""... $ac_c" 1>&6echo "configure:4957: checking for ptsname" >&5if eval "test \"`echo '$''{'ac_cv_func_ptsname'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 4962 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char ptsname(); 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 ptsname();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_ptsname) || defined (__stub___ptsname)choke me#elseptsname();#endif; return 0; }EOFif { (eval echo configure:4985: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_ptsname=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_ptsname=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'ptsname`\" = yes"; thenecho "$ac_t""yes" 1>&6:elseecho "$ac_t""no" 1>&6LIBS="${LIBS} -lpt"fi# I've never seen Tcl or Tk include -lpt so don't bother with explicit testecho $ac_n "checking for ptsname""... $ac_c" 1>&6echo "configure:5007: checking for ptsname" >&5if eval "test \"`echo '$''{'ac_cv_func_ptsname'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 5012 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char ptsname(); 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 ptsname();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_ptsname) || defined (__stub___ptsname)choke me#elseptsname();#endif; return 0; }EOFif { (eval echo configure:5035: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_ptsname=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_ptsname=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'ptsname`\" = yes"; thenecho "$ac_t""yes" 1>&6:elseecho "$ac_t""no" 1>&6EXP_AND_TCL_LIBS="${EXP_AND_TCL_LIBS} -lpt"fiecho $ac_n "checking for ptsname""... $ac_c" 1>&6echo "configure:5056: checking for ptsname" >&5if eval "test \"`echo '$''{'ac_cv_func_ptsname'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 5061 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char ptsname(); 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 ptsname();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_ptsname) || defined (__stub___ptsname)choke me#elseptsname();#endif; return 0; }EOFif { (eval echo configure:5084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_ptsname=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_ptsname=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'ptsname`\" = yes"; thenecho "$ac_t""yes" 1>&6:elseecho "$ac_t""no" 1>&6EXP_AND_TK_LIBS="${EXP_AND_TK_LIBS} -lpt"fi# CYGNUS LOCAL: IA-64# On some systems (e.g., IA-64 Linux), we need to define _XOPEN_SOURCE# in order to get a declaration for ptsname. It is safe to simply# define that whenever we are using ptsname.echo $ac_n "checking for NSIG definition with _XOPEN_SOURCE""... $ac_c" 1>&6echo "configure:5109: checking for NSIG definition with _XOPEN_SOURCE" >&5cat > conftest.$ac_ext <<EOF#line 5111 "configure"#include "confdefs.h"/* _XOPEN_SOURCE can remove NSIG on UnixWare or OSF/1. */#define _XOPEN_SOURCE#include <signal.h>char junk[NSIG];int main() {; return 0; }EOFif { (eval echo configure:5122: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; thenrm -rf conftest*cat >> confdefs.h <<\EOF#define _XOPEN_SOURCE 1EOFecho "$ac_t""yes" 1>&6elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*echo "$ac_t""no" 1>&6firm -f conftest*# END CYGNUS LOCALelseecho "$ac_t""no" 1>&6fi# In OSF/1 case, SVR4 are somewhat different.# Gregory Depp <depp@osf.org> 17Aug93echo $ac_n "checking for OSF/1 style pty allocation""... $ac_c" 1>&6echo "configure:5146: checking for OSF/1 style pty allocation" >&5if test -r /dev/ptmx_bsd -a "$cross_compiling" != "yes" ; thencat >> confdefs.h <<\EOF#define HAVE_PTMX_BSD 1EOFecho "$ac_t""yes" 1>&6elseecho "$ac_t""no" 1>&6fi# Set the pty handling for Cygwincase "${host}" in*-*-cygwin*) cat >> confdefs.h <<\EOF#define HAVE_PTMX 1EOF;;*) ;;esactcgetattr=0tcsetattr=0echo $ac_n "checking for tcgetattr""... $ac_c" 1>&6echo "configure:5169: checking for tcgetattr" >&5if eval "test \"`echo '$''{'ac_cv_func_tcgetattr'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 5174 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char tcgetattr(); 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 tcgetattr();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_tcgetattr) || defined (__stub___tcgetattr)choke me#elsetcgetattr();#endif; return 0; }EOFif { (eval echo configure:5197: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_tcgetattr=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_tcgetattr=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'tcgetattr`\" = yes"; thenecho "$ac_t""yes" 1>&6tcgetattr=1elseecho "$ac_t""no" 1>&6fiecho $ac_n "checking for tcsetattr""... $ac_c" 1>&6echo "configure:5217: checking for tcsetattr" >&5if eval "test \"`echo '$''{'ac_cv_func_tcsetattr'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 5222 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char tcsetattr(); 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 tcsetattr();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_tcsetattr) || defined (__stub___tcsetattr)choke me#elsetcsetattr();#endif; return 0; }EOFif { (eval echo configure:5245: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_tcsetattr=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_tcsetattr=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'tcsetattr`\" = yes"; thenecho "$ac_t""yes" 1>&6tcsetattr=1elseecho "$ac_t""no" 1>&6fiif test $tcgetattr -eq 1 -a $tcsetattr -eq 1 ; thencat >> confdefs.h <<\EOF#define HAVE_TCSETATTR 1EOFcat >> confdefs.h <<\EOF#define POSIX 1EOFfi# first check for the pure bsdecho $ac_n "checking for struct sgttyb""... $ac_c" 1>&6echo "configure:5277: checking for struct sgttyb" >&5if test "$cross_compiling" = yes; thencase "${host}" in*-*-cygwin*) echo "$ac_t""no" 1>&6 ;;*) { echo "configure: error: Expect can't be cross compiled" 1>&2; exit 1; } ;;esacelsecat > conftest.$ac_ext <<EOF#line 5286 "configure"#include "confdefs.h"#include <sgtty.h>main(){struct sgttyb tmp;exit(0);}EOFif { (eval echo configure:5296: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthenecho "$ac_t""yes" 1>&6cat >> confdefs.h <<\EOF#define HAVE_SGTTYB 1EOFPTY_TYPE=sgttybelseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -fr conftest*echo "$ac_t""no" 1>&6firm -fr conftest*fi# mach systems have include files for unimplemented features# so avoid doing following test on those systemsif test $mach -eq 0 ; then# next check for the older style ttys# note that if we detect termio.h (only), we still set PTY_TYPE=termios# since that just controls which of pty_XXXX.c file is use and# pty_termios.c is set up to handle pty_termio.echo $ac_n "checking for struct termio""... $ac_c" 1>&6echo "configure:5325: checking for struct termio" >&5if test "$cross_compiling" = yes; thencase "${host}" in*-*-cygwin*) echo "$ac_t""no" 1>&6 ;;*) { echo "configure: error: Expect can't be cross compiled" 1>&2; exit 1; } ;;esacelsecat > conftest.$ac_ext <<EOF#line 5334 "configure"#include "confdefs.h"#include <termio.h>main(){struct termio tmp;exit(0);}EOFif { (eval echo configure:5343: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthencat >> confdefs.h <<\EOF#define HAVE_TERMIO 1EOFPTY_TYPE=termiosecho "$ac_t""yes" 1>&6elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -fr conftest*echo "$ac_t""no" 1>&6firm -fr conftest*fi# now check for the new style ttys (not yet posix)echo $ac_n "checking for struct termios""... $ac_c" 1>&6echo "configure:5365: checking for struct termios" >&5if test "$cross_compiling" = yes; thencase "${host}" in*-*-cygwin*) cat >> confdefs.h <<\EOF#define HAVE_TERMIOS 1EOFPTY_TYPE=termiosecho "$ac_t""yes" 1>&6 ;;*) { echo "configure: error: Expect can't be cross compiled" 1>&2; exit 1; } ;;esacelsecat > conftest.$ac_ext <<EOF#line 5379 "configure"#include "confdefs.h"# ifdef HAVE_INTTYPES_H# include <inttypes.h># endif# include <termios.h>main(){struct termios tmp;exit(0);}EOFif { (eval echo configure:5392: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthencat >> confdefs.h <<\EOF#define HAVE_TERMIOS 1EOFPTY_TYPE=termiosecho "$ac_t""yes" 1>&6elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -fr conftest*echo "$ac_t""no" 1>&6firm -fr conftest*fifiecho $ac_n "checking if TCGETS or TCGETA in termios.h""... $ac_c" 1>&6echo "configure:5414: checking if TCGETS or TCGETA in termios.h" >&5if test "$cross_compiling" = yes; thencase "${host}" in*-*-cygwin*) cat >> confdefs.h <<\EOF#define HAVE_TCGETS_OR_TCGETA_IN_TERMIOS_H 1EOFecho "$ac_t""yes" 1>&6 ;;*) { echo "configure: error: Expect can't be cross compiled" 1>&2; exit 1; } ;;esacelsecat > conftest.$ac_ext <<EOF#line 5427 "configure"#include "confdefs.h"/* including termios.h on Solaris 5.6 fails unless inttypes.h included */#ifdef HAVE_INTTYPES_H#include <inttypes.h>#endif#include <termios.h>main() {#if defined(TCGETS) || defined(TCGETA)return 0;#elsereturn 1;#endif}EOFif { (eval echo configure:5443: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthencat >> confdefs.h <<\EOF#define HAVE_TCGETS_OR_TCGETA_IN_TERMIOS_H 1EOFecho "$ac_t""yes" 1>&6elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -fr conftest*echo "$ac_t""no" 1>&6firm -fr conftest*fiecho $ac_n "checking if TIOCGWINSZ in termios.h""... $ac_c" 1>&6echo "configure:5463: checking if TIOCGWINSZ in termios.h" >&5if test "$cross_compiling" = yes; thencase "${host}" in*-*-cygwin*) cat >> confdefs.h <<\EOF#define HAVE_TIOCGWINSZ_IN_TERMIOS_H 1EOFecho "$ac_t""yes" 1>&6 ;;*) { echo "configure: error: Expect can't be cross compiled" 1>&2; exit 1; } ;;esacelsecat > conftest.$ac_ext <<EOF#line 5476 "configure"#include "confdefs.h"/* including termios.h on Solaris 5.6 fails unless inttypes.h included */#ifdef HAVE_INTTYPES_H#include <inttypes.h>#endif#include <termios.h>main() {#ifdef TIOCGWINSZreturn 0;#elsereturn 1;#endif}EOFif { (eval echo configure:5492: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthencat >> confdefs.h <<\EOF#define HAVE_TIOCGWINSZ_IN_TERMIOS_H 1EOFecho "$ac_t""yes" 1>&6elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -fr conftest*echo "$ac_t""no" 1>&6firm -fr conftest*fi# finally check for Cray style ttysecho $ac_n "checking for Cray-style ptys""... $ac_c" 1>&6echo "configure:5513: checking for Cray-style ptys" >&5SETUID=":"if test "$cross_compiling" = yes; thencase "${host}" in*-*-cygwin*) echo "$ac_t""no" 1>&6 ;;*) { echo "configure: error: Expect can't be cross compiled" 1>&2; exit 1; } ;;esacelsecat > conftest.$ac_ext <<EOF#line 5523 "configure"#include "confdefs.h"main(){#ifdef CRAYreturn 0;#elsereturn 1;#endif}EOFif { (eval echo configure:5535: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthenPTY_TYPE=unicosSETUID="chmod u+s"echo "$ac_t""yes" 1>&6elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -fr conftest*echo "$ac_t""no" 1>&6firm -fr conftest*fi## Check for select and/or poll. If both exist, we prefer select.# if neither exists, define SIMPLE_EVENT.#select=0poll=0unset ac_cv_func_selectecho $ac_n "checking for select""... $ac_c" 1>&6echo "configure:5560: checking for select" >&5if eval "test \"`echo '$''{'ac_cv_func_select'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 5565 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char select(); 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 select();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_select) || defined (__stub___select)choke me#elseselect();#endif; return 0; }EOFif { (eval echo configure:5588: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_select=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_select=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'select`\" = yes"; thenecho "$ac_t""yes" 1>&6select=1elseecho "$ac_t""no" 1>&6fiecho $ac_n "checking for poll""... $ac_c" 1>&6echo "configure:5608: checking for poll" >&5if eval "test \"`echo '$''{'ac_cv_func_poll'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 5613 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char poll(); 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 poll();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_poll) || defined (__stub___poll)choke me#elsepoll();#endif; return 0; }EOFif { (eval echo configure:5636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; thenrm -rf conftest*eval "ac_cv_func_poll=yes"elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*eval "ac_cv_func_poll=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'poll`\" = yes"; thenecho "$ac_t""yes" 1>&6poll=1elseecho "$ac_t""no" 1>&6fiecho $ac_n "checking event handling""... $ac_c" 1>&6echo "configure:5656: checking event handling" >&5if test $select -eq 1 ; thenEVENT_TYPE=selectEVENT_ABLE=eventecho "$ac_t""via select" 1>&6elif test $poll -eq 1 ; thenEVENT_TYPE=pollEVENT_ABLE=eventecho "$ac_t""via poll" 1>&6elseEVENT_TYPE=simpleEVENT_ABLE=noeventecho "$ac_t""none" 1>&6cat >> confdefs.h <<\EOF#define SIMPLE_EVENT 1EOFfifor ac_func in _getptydoecho $ac_n "checking for $ac_func""... $ac_c" 1>&6echo "configure:5678: 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 5683 "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:5706: \"$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 getptydoecho $ac_n "checking for $ac_func""... $ac_c" 1>&6echo "configure:5733: 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 5738 "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:5761: \"$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>&6fidone## check for timezones#echo $ac_n "checking for SV-style timezone""... $ac_c" 1>&6echo "configure:5790: checking for SV-style timezone" >&5if test "$cross_compiling" = yes; thencase "${host}" in*-*-cygwin*) echo "$ac_t""no" 1>&6 ;;*) { echo "configure: error: Expect can't be cross compiled" 1>&2; exit 1; } ;;esacelsecat > conftest.$ac_ext <<EOF#line 5799 "configure"#include "confdefs.h"extern char *tzname[2];extern int daylight;main(){int *x = &daylight;char **y = tzname;exit(0);}EOFif { (eval echo configure:5812: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthencat >> confdefs.h <<\EOF#define HAVE_SV_TIMEZONE 1EOFecho "$ac_t""yes" 1>&6elseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -fr conftest*echo "$ac_t""no" 1>&6firm -fr conftest*fi# only look for Tk stuff if we have X11 and user doesn't say not to# Check whether --with-x or --without-x was given.if test "${with_x+set}" = set; thenwithval="$with_x":elsewith_x=yesfiif test "$with_x" = "no"; thenno_tk=trueelse## Ok, lets find the tk source trees so we can use the headers# If the directory (presumably symlink) named "tk" exists, use that one# in preference to any others. Same logic is used when choosing library# and again with Tcl. The search order is the best place to look first, then in# decreasing significance. The loop breaks if the trigger file is found.# Note the gross little conversion here of srcdir by cd'ing to the found# directory. This converts the path from a relative to an absolute, so# recursive cache variables for the path will work right. We check all# the possible paths in one loop rather than many seperate loops to speed# things up.# the alternative search directory is involked by --with-tkinclude##no_tk=trueecho $ac_n "checking for Tk private headers""... $ac_c" 1>&6echo "configure:5858: checking for Tk private headers" >&5# Check whether --with-tkinclude or --without-tkinclude was given.if test "${with_tkinclude+set}" = set; thenwithval="$with_tkinclude"with_tkinclude=${withval}fiif eval "test \"`echo '$''{'ac_cv_c_tkh'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6else# first check to see if --with-tkinclude was specifiedif test x"${with_tkinclude}" != x ; thenif test -f ${with_tkinclude}/tk.h ; thenac_cv_c_tkh=`(cd ${with_tkinclude}; pwd)`elif test -f ${with_tkinclude}/generic/tk.h ; thenac_cv_c_tkh=`(cd ${with_tkinclude}/generic; pwd)`else{ echo "configure: error: ${with_tkinclude} directory doesn't contain private headers" 1>&2; exit 1; }fifi# next check if it came with Tk configuration fileif test x"${ac_cv_c_tkconfig}" != x ; thenif test -f $ac_cv_c_tkconfig/../generic/tk.h ; thenac_cv_c_tkh=`(cd $ac_cv_c_tkconfig/../generic; pwd)`fifi# next check in private source directory## since ls returns lowest version numbers first, reverse its outputif test x"${ac_cv_c_tkh}" = x ; thenfor i in \${srcdir}/../tk \`ls -dr ${srcdir}/../tk[4-9].[0-9] 2>/dev/null` \${srcdir}/../../tk \`ls -dr ${srcdir}/../../tk[4-9].[0-9] 2>/dev/null` \${srcdir}/../../../tk \`ls -dr ${srcdir}/../../../tk[4-9].[0-9] 2>/dev/null ` ; doif test -f $i/generic/tk.h ; thenac_cv_c_tkh=`(cd $i/generic; pwd)`breakfidonefi# finally check in a few common install locations## since ls returns lowest version numbers first, reverse its outputif test x"${ac_cv_c_tkh}" = x ; thenfor i in \`ls -dr /usr/local/src/tk[4-9].[0-9] 2>/dev/null` \`ls -dr /usr/local/lib/tk[4-9].[0-9] 2>/dev/null` \/usr/local/src/tk \/usr/local/lib/tk \${prefix}/include ; doif test -f $i/generic/tk.h ; thenac_cv_c_tkh=`(cd $i/generic; pwd)`breakfidonefi# see if one is installedif test x"${ac_cv_c_tkh}" = x ; thenac_safe=`echo "tk.h" | sed 'y%./+-%__p_%'`echo $ac_n "checking for tk.h""... $ac_c" 1>&6echo "configure:5928: checking for 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 5933 "configure"#include "confdefs.h"#include <tk.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:5938: \"$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_cv_c_tkh=installedelseecho "$ac_t""no" 1>&6ac_cv_c_tkh=""fififiif test x"${ac_cv_c_tkh}" != x ; then# no_tk=""if test x"${ac_cv_c_tkh}" = x"installed" ; thenecho "$ac_t""is installed" 1>&6TKHDIRDASHI=""elseecho "$ac_t""found in ${ac_cv_c_tkh}" 1>&6# this hack is cause the TKHDIRDASHI won't print if there is a "-I" in it.TKHDIRDASHI="-I${ac_cv_c_tkh}"fielseTKHDIRDASHI="# no Tk directory found"echo "configure: warning: Can't find Tk private headers" 1>&2no_tk=truefifiif test x"$no_tk" != x"true" ; then# libexpectk no longer exists# X_PROGS="expectk \$(LIBEXPECTK)"X_PROGS=expectk# should really generate following symbol, but I'm hitting configure's limit on substs.X_PROGS_INSTALLED=expectk_installedelseX_PROGS="# no X support on this system"echo "configure: warning: No X based programs will be built" 1>&2echo " WARNING: Can't find Tk headers or library. You can still"echo " build expect, but not expectk. See Expect's README for"echo " information on how to obtain Tk. If Tk is installed, see"echo " Expect's INSTALL on how to tell configure where Tk is"echo " installed."fi# consume these flags so that user can invoke Expect's configure with# the same command as Tcl's configure# Check whether --enable-load or --disable-load was given.if test "${enable_load+set}" = set; thenenableval="$enable_load"disable_dl=$enablevalelsedisable_dl=nofi# Check whether --enable-gcc or --disable-gcc was given.if test "${enable_gcc+set}" = set; thenenableval="$enable_gcc"enable_gcc=$enablevalelseenable_gcc=nofi# Following comment stolen from Tcl's configure.in:# Note: in the following variable, it's important to use the absolute# path name of the Tcl directory rather than "..": this is because# AIX remembers this path and will attempt to use it at run-time to look# up the Tcl library.if test "${TCL_LIB_VERSIONS_OK}" = "ok"; thenEXP_LIB_VERSION=$EXP_VERSIONelseEXP_LIB_VERSION=$EXP_VERSION_NODOTSfiif test $iunix -eq 1 ; thenEXP_LIB_VERSION=$EXP_VERSION_NODOTSfi# also remove dots on systems that don't support filenames > 14# (are there systems which support shared libs and restrict filename lengths!?)echo $ac_n "checking for long file names""... $ac_c" 1>&6echo "configure:6038: checking for long file names" >&5if eval "test \"`echo '$''{'ac_cv_sys_long_file_names'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseac_cv_sys_long_file_names=yes# Test for long file names in all the places we know might matter:# . the current directory, where building will happen# $prefix/lib where we will be installing things# $exec_prefix/lib likewise# eval it to expand exec_prefix.# $TMPDIR if set, where it might want to write temporary files# if $TMPDIR is not set:# /tmp where it might want to write temporary files# /var/tmp likewise# /usr/tmp likewiseif test -n "$TMPDIR" && test -d "$TMPDIR" && test -w "$TMPDIR"; thenac_tmpdirs="$TMPDIR"elseac_tmpdirs='/tmp /var/tmp /usr/tmp'fifor ac_dir in . $ac_tmpdirs `eval echo $prefix/lib $exec_prefix/lib` ; dotest -d $ac_dir || continuetest -w $ac_dir || continue # It is less confusing to not echo anything here.(echo 1 > $ac_dir/conftest9012345) 2>/dev/null(echo 2 > $ac_dir/conftest9012346) 2>/dev/nullval=`cat $ac_dir/conftest9012345 2>/dev/null`if test ! -f $ac_dir/conftest9012345 || test "$val" != 1; thenac_cv_sys_long_file_names=norm -f $ac_dir/conftest9012345 $ac_dir/conftest9012346 2>/dev/nullbreakfirm -f $ac_dir/conftest9012345 $ac_dir/conftest9012346 2>/dev/nulldonefiecho "$ac_t""$ac_cv_sys_long_file_names" 1>&6if test $ac_cv_sys_long_file_names = yes; thencat >> confdefs.h <<\EOF#define HAVE_LONG_FILE_NAMES 1EOFfiif test $ac_cv_sys_long_file_names = no; thenEXP_LIB_VERSION=$EXP_VERSION_NODOTSfiEXP_BUILD_LIB_SPEC="-L`pwd` -lexpect${EXP_LIB_VERSION}"EXP_LIB_SPEC="-L\${exec_prefix}/lib -lexpect${EXP_LIB_VERSION}"EXP_UNSHARED_LIB_FILE=libexpect${EXP_LIB_VERSION}.aEXP_BUILD_LIB_SPEC=${EXP_UNSHARED_LIB_FILE}echo $ac_n "checking for type of library to build""... $ac_c" 1>&6echo "configure:6091: checking for type of library to build" >&5if test "$enable_shared" = "yes" && test "x${TCL_SHLIB_SUFFIX}" != "x" ; thenEXP_SHLIB_CFLAGS=$TCL_SHLIB_CFLAGS# EXP_SHARED_LIB_FILE=libexpect$EXP_LIB_VERSION$TCL_SHLIB_SUFFIXeval "EXP_SHARED_LIB_FILE=libexpect${TCL_SHARED_LIB_SUFFIX}"EXP_LIB_FILE=$EXP_SHARED_LIB_FILEEXP_LIB_FILES="$EXP_SHARED_LIB_FILE $EXP_UNSHARED_LIB_FILE"echo "$ac_t""both shared and unshared" 1>&6elseEXP_SHLIB_CFLAGS=EXP_SHARED_LIB_FILE="reconfigure_Tcl_for_shared_library"EXP_LIB_FILE=$EXP_UNSHARED_LIB_FILEEXP_LIB_FILES="$EXP_UNSHARED_LIB_FILE"echo "$ac_t""unshared" 1>&6fi# CYGNUS LOCAL# We always link expect statically (against $EXP_UNSHARED_LIB_FILE)# so we can run it out of the build directory without hurting# ourselves and others.# now broken out into EXP_AND_TCL_LIBS and EXP_AND_TK_LIBS. Had to do this# in order to avoid repeating lib specs to which some systems object.EXP_AND_TCL_LIBS="$EXP_AND_TCL_LIBS $TCL_LD_SEARCH_FLAGS"EXP_AND_TK_LIBS="$EXP_AND_TK_LIBS $TCL_LD_SEARCH_FLAGS"# Sigh - Tcl defines SHLIB_LD_LIBS to be either empty or ${LIBS} and# LIBS is intended to be expanded by Make. But since we're too close# to hitting config's max symbols, pack everything together here and# do test ourselves. Ugh.#if test "x$TCL_SHLIB_LD_LIBS" = "x" ; thenEXP_SHLIB_LD_LIBS=""else# seems a little strange to build in Tcl's build-lib, but# that's what Tk does.EXP_SHLIB_LD_LIBS="$TCL_BUILD_LIB_SPEC $TCL_DL_LIBS $LIBS -lc"fiecho $ac_n "checking for Cygwin32 environment""... $ac_c" 1>&6echo "configure:6131: checking for Cygwin32 environment" >&5if eval "test \"`echo '$''{'ac_cv_cygwin32'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elsecat > conftest.$ac_ext <<EOF#line 6136 "configure"#include "confdefs.h"int main() {int main () { return __CYGWIN32__; }; return 0; }EOFif { (eval echo configure:6143: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; thenrm -rf conftest*ac_cv_cygwin32=yeselseecho "configure: failed program was:" >&5cat conftest.$ac_ext >&5rm -rf conftest*ac_cv_cygwin32=nofirm -f conftest*rm -f conftest*fiecho "$ac_t""$ac_cv_cygwin32" 1>&6CYGWIN32=test "$ac_cv_cygwin32" = yes && CYGWIN32=yesecho $ac_n "checking for executable suffix""... $ac_c" 1>&6echo "configure:6160: checking for executable suffix" >&5if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; thenecho $ac_n "(cached) $ac_c" 1>&6elseif test "$CYGWIN32" = yes; thenac_cv_exeext=.exeelsecat > ac_c_test.c << 'EOF'int main() {/* Nothing needed here */}EOF${CC-cc} -o ac_c_test $CFLAGS $CPPFLAGS $LDFLAGS ac_c_test.c $LIBS 1>&5ac_cv_exeext=`ls ac_c_test.* | grep -v ac_c_test.c | sed -e s/ac_c_test//`rm -f ac_c_test*fitest x"${ac_cv_exeext}" = x && ac_cv_exeext=nofiEXEEXT=""test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}echo "$ac_t""${ac_cv_exeext}" 1>&6#--------------------------------------------------------------------# This section is based on analogous thing in Tk installation. - DEL# Various manipulations on the search path used at runtime to# find shared libraries:# 2. On systems such as AIX and Ultrix that use "-L" as the# search path option, colons cannot be used to separate# directories from each other. Change colons to " -L".# 3. Create two sets of search flags, one for use in cc lines# and the other for when the linker is invoked directly. In# the second case, '-Wl,' must be stripped off and commas must# be replaced by spaces.#--------------------------------------------------------------------LIB_RUNTIME_DIR='${LIB_RUNTIME_DIR}'# If Tcl and Expect are installed in different places, adjust the library# search path to reflect this.if test "$TCL_EXEC_PREFIX" != "$exec_prefix"; thenLIB_RUNTIME_DIR="${LIB_RUNTIME_DIR}:${TCL_EXEC_PREFIX}"fiif test "${TCL_LD_SEARCH_FLAGS}" = '-L${LIB_RUNTIME_DIR}'; thenLIB_RUNTIME_DIR=`echo ${LIB_RUNTIME_DIR} |sed -e 's/:/ -L/g'`fi# The statement below is very tricky! It actually *evaluates* the# string in TCL_LD_SEARCH_FLAGS, which causes a substitution of the# variable LIB_RUNTIME_DIR.eval "EXP_CC_SEARCH_FLAGS=\"$TCL_LD_SEARCH_FLAGS\""if test "$GCC" = yes; thentrueelseEXP_LD_SEARCH_FLAGS=`echo ${EXP_CC_SEARCH_FLAGS} |sed -e "s|-Wl,||g" -e "s|,| |g"`fi## Set up makefile substitutions#trap '' 1 2 15trap '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 "Makefile pkgIndex expect_cf.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%@host@%$host%gs%@host_alias@%$host_alias%gs%@host_cpu@%$host_cpu%gs%@host_vendor@%$host_vendor%gs%@host_os@%$host_os%gs%@target@%$target%gs%@target_alias@%$target_alias%gs%@target_cpu@%$target_cpu%gs%@target_vendor@%$target_vendor%gs%@target_os@%$target_os%gs%@build@%$build%gs%@build_alias@%$build_alias%gs%@build_cpu@%$build_cpu%gs%@build_vendor@%$build_vendor%gs%@build_os@%$build_os%gs%@TCL_DEFS@%$TCL_DEFS%gs%@TCL_SHLIB_LD@%$TCL_SHLIB_LD%gs%@SHLIB_SUFFIX@%$SHLIB_SUFFIX%gs%@TCL_LD_FLAGS@%$TCL_LD_FLAGS%gs%@TCL_RANLIB@%$TCL_RANLIB%gs%@TCL_BUILD_LIB_SPEC@%$TCL_BUILD_LIB_SPEC%gs%@TCL_LIB_SPEC@%$TCL_LIB_SPEC%gs%@TCL_SHARED_LIB_SUFFIX@%$TCL_SHARED_LIB_SUFFIX%gs%@TK_VERSION@%$TK_VERSION%gs%@TK_DEFS@%$TK_DEFS%gs%@TK_XINCLUDES@%$TK_XINCLUDES%gs%@TK_XLIBSW@%$TK_XLIBSW%gs%@TK_BUILD_LIB_SPEC@%$TK_BUILD_LIB_SPEC%gs%@TK_LIB_SPEC@%$TK_LIB_SPEC%gs%@CC@%$CC%gs%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%gs%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%gs%@INSTALL_DATA@%$INSTALL_DATA%gs%@RANLIB@%$RANLIB%gs%@subdirs@%$subdirs%gs%@CPP@%$CPP%gs%@TCLHDIR@%$TCLHDIR%gs%@TCLHDIRDASHI@%$TCLHDIRDASHI%gs%@TCL_LIBRARY@%$TCL_LIBRARY%gs%@ITCLHDIR@%$ITCLHDIR%gs%@ITCLLIB@%$ITCLLIB%gs%@TKHDIRDASHI@%$TKHDIRDASHI%gs%@EXEEXT@%$EXEEXT%gs%@EXP_MAJOR_VERSION@%$EXP_MAJOR_VERSION%gs%@EXP_MINOR_VERSION@%$EXP_MINOR_VERSION%gs%@EXP_MICRO_VERSION@%$EXP_MICRO_VERSION%gs%@EXP_VERSION_FULL@%$EXP_VERSION_FULL%gs%@EXP_VERSION@%$EXP_VERSION%gs%@EXP_CONFIG_SHELL@%$EXP_CONFIG_SHELL%gs%@EXP_SHARED_LIB_FILE@%$EXP_SHARED_LIB_FILE%gs%@EXP_UNSHARED_LIB_FILE@%$EXP_UNSHARED_LIB_FILE%gs%@EXP_SHLIB_CFLAGS@%$EXP_SHLIB_CFLAGS%gs%@EXP_LIB_FILE@%$EXP_LIB_FILE%gs%@EXP_LIB_FILES@%$EXP_LIB_FILES%gs%@EXP_BUILD_LIB_SPEC@%$EXP_BUILD_LIB_SPEC%gs%@EXP_LIB_SPEC@%$EXP_LIB_SPEC%gs%@EXP_CFLAGS@%$EXP_CFLAGS%gs%@EXP_LDFLAGS@%$EXP_LDFLAGS%gs%@EXP_LD_SEARCH_FLAGS@%$EXP_LD_SEARCH_FLAGS%gs%@EXP_AND_TCL_LIBS@%$EXP_AND_TCL_LIBS%gs%@EXP_AND_TK_LIBS@%$EXP_AND_TK_LIBS%gs%@EXP_SHLIB_LD_LIBS@%$EXP_SHLIB_LD_LIBS%gs%@X_PROGS@%$X_PROGS%gs%@PTY_TYPE@%$PTY_TYPE%gs%@EVENT_TYPE@%$EVENT_TYPE%gs%@EVENT_ABLE@%$EVENT_ABLE%gs%@SETUID@%$SETUID%gs%@UNSHARED_RANLIB@%$UNSHARED_RANLIB%gs%@DEFAULT_STTY_ARGS@%$DEFAULT_STTY_ARGS%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-"Makefile pkgIndex"}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="expect_cf.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 <<\EOFexit 0EOFchmod +x $CONFIG_STATUSrm -fr confdefs* $ac_clean_filestest "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1if test "$no_recursion" != yes; then# Remove --cache-file and --srcdir arguments so they do not pile up.ac_sub_configure_args=ac_prev=for ac_arg in $ac_configure_args; doif test -n "$ac_prev"; thenac_prev=continueficase "$ac_arg" in-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=*);;-srcdir | --srcdir | --srcdi | --srcd | --src | --sr)ac_prev=srcdir ;;-srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*);;*) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;esacdonefor ac_config_dir in testsuite; do# Do not complain, so a configure script can configure whichever# parts of a large source tree are present.if test ! -d $srcdir/$ac_config_dir; thencontinuefiecho configuring in $ac_config_dircase "$srcdir" in.) ;;*)if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;else{ echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }fi;;esacac_popdir=`pwd`cd $ac_config_dir# A "../" for each directory in /$ac_config_dir.ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`case "$srcdir" in.) # No --srcdir option. We are building in place.ac_sub_srcdir=$srcdir ;;/*) # Absolute path.ac_sub_srcdir=$srcdir/$ac_config_dir ;;*) # Relative path.ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;esac# Check for guested configure; otherwise get Cygnus style configure.if test -f $ac_sub_srcdir/configure; thenac_sub_configure=$ac_sub_srcdir/configureelif test -f $ac_sub_srcdir/configure.in; thenac_sub_configure=$ac_configureelseecho "configure: warning: no configuration information is in $ac_config_dir" 1>&2ac_sub_configure=fi# The recursion is here.if test -n "$ac_sub_configure"; then# Make the cache file name correct relative to the subdirectory.case "$cache_file" in/*) ac_sub_cache_file=$cache_file ;;*) # Relative path.ac_sub_cache_file="$ac_dots$cache_file" ;;esaccase "$ac_given_INSTALL" in[/$]*) INSTALL="$ac_given_INSTALL" ;;*) INSTALL="$ac_dots$ac_given_INSTALL" ;;esacecho "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"# The eval makes quoting arguments work.if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdirthen :else{ echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }fificd $ac_popdirdonefi
Go to most recent revision | Compare with Previous | Blame | View Log
