#! /bin/sh

# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13 
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
#
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.

# Defaults:
ac_help=
ac_default_prefix=/usr/local
# Any additions from configure.in:
ac_help="$ac_help
--enable-0k              Support hosts with 0k pages (no-VM)"
ac_help="$ac_help
--enable-16k             Support hosts with 16k pages"
ac_help="$ac_help
--enable-32b             Support hosts with 32bit user pointers"
ac_help="$ac_help
--enable-4k              Support hosts with 4k pages"
ac_help="$ac_help
--enable-64b             Support hosts with 64bit user pointers"
ac_help="$ac_help
--enable-8k              Support hosts with 8k pages"
ac_help="$ac_help
--enable-alpha-bwops     Compile for 21164a procs and later"
ac_help="$ac_help
--enable-build_dso       build dso flavor of libgm"
ac_help="$ac_help
--enable-crc32           Support network CRC32 (incompatible with LANai4)"
ac_help="$ac_help
--enable-cspi-l5         Compile for LANai5 CSPI"
ac_help="$ac_help
--enable-cspi-map26xx    Compile for LANai5 CSPI Map26xx"
ac_help="$ac_help
--enable-directcopy      enable the direct memory copy for MPI-GM/SMP"
ac_help="$ac_help
--enable-dp-size         Override default DMA address size"
ac_help="$ac_help
--enable-galvantech_workaround"
ac_help="$ac_help
--enable-host-debug      Enable debugging code on the host"
ac_help="$ac_help
--enable-install_dso     install dso flavor of libgm in /usr/lib"
ac_help="$ac_help
--enable-kernel-debug    Facilitate kernel debugging"
ac_help="$ac_help
--enable-l4              Support LANai4 interfaces"
ac_help="$ac_help
--enable-l5              Support LANai5 interfaces"
ac_help="$ac_help
--enable-l6              Support LANai6 interfaces"
ac_help="$ac_help
--enable-l7              Support LANai7 interfaces"
ac_help="$ac_help
--enable-l8              Support LANai8 interfaces"
ac_help="$ac_help
--enable-l9              Support LANai9 interfaces"
ac_help="$ac_help
--enable-lanai-debug     Enable debugging code on the lanai"
ac_help="$ac_help
--enable-linux-modversions Compile with linux module versioning"
ac_help="$ac_help
--enable-linux-smp       Compile for linux SMP"
ac_help="$ac_help
--enable-maintainer-mode Use no prebuilt file."
ac_help="$ac_help
--enable-mcp-build       Obsolete"
ac_help="$ac_help
--enable-new-features    Support new features of L7 and up"
ac_help="$ac_help
--enable-pci             Support PCI interfaces"
ac_help="$ac_help
--enable-printing        Support debug printing"
ac_help="$ac_help
--enable-sbus            Support SBUS interfaces"
ac_help="$ac_help
--with-linux=<dir>       location of the linux kernel "
ac_help="$ac_help
--with-min-supported-sram=<sizeKB> Min supported LANai SRAM in KBytes"

# Initialize some variables set by options.
# The variables have the same names as the options, with
# dashes changed to underlines.
build=NONE
cache_file=./config.cache
exec_prefix=NONE
host=NONE
no_create=
nonopt=NONE
no_recursion=
prefix=NONE
program_prefix=NONE
program_suffix=NONE
program_transform_name=s,x,x,
silent=
site=
srcdir=
target=NONE
verbose=
x_includes=NONE
x_libraries=NONE
bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin'
libexecdir='${exec_prefix}/libexec'
datadir='${prefix}/share'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
libdir='${exec_prefix}/lib'
includedir='${prefix}/include'
oldincludedir='/usr/include'
infodir='${prefix}/info'
mandir='${prefix}/man'

# 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=12

ac_prev=
for ac_option
do

  # If the previous option needs an argument, assign it.
  if test -n "$ac_prev"; then
    eval "$ac_prev=\$ac_option"
    ac_prev=
    continue
  fi

  case "$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; }
    fi
    ac_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; }
    fi
    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
    case "$ac_option" in
      *=*) ;;
      *) ac_optarg=yes ;;
    esac
    eval "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 << EOF
Usage: configure [options] [host]
Options: [defaults in brackets after descriptions]
Configuration:
  --cache-file=FILE       cache test results in FILE
  --help                  print this message
  --no-create             do not create output files
  --quiet, --silent       do not print \`checking...' messages
  --version               print the version of autoconf that created configure
Directory 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=PROGRAM
                          run sed PROGRAM on installed program names
EOF
    cat << EOF
Host 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 DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and --with options recognized:$ac_help"
    fi
    exit 0 ;;

  -host | --host | --hos | --ho)
    ac_prev=host ;;
  -host=* | --host=* | --hos=* | --ho=*)
    host="$ac_optarg" ;;

  -includedir | --includedir | --includedi | --included | --include \
  | --includ | --inclu | --incl | --inc)
    ac_prev=includedir ;;
  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  | --includ=* | --inclu=* | --incl=* | --inc=*)
    includedir="$ac_optarg" ;;

  -infodir | --infodir | --infodi | --infod | --info | --inf)
    ac_prev=infodir ;;
  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
    infodir="$ac_optarg" ;;

  -libdir | --libdir | --libdi | --libd)
    ac_prev=libdir ;;
  -libdir=* | --libdir=* | --libdi=* | --libd=*)
    libdir="$ac_optarg" ;;

  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  | --libexe | --libex | --libe)
    ac_prev=libexecdir ;;
  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  | --libexe=* | --libex=* | --libe=*)
    libexecdir="$ac_optarg" ;;

  -localstatedir | --localstatedir | --localstatedi | --localstated \
  | --localstate | --localstat | --localsta | --localst \
  | --locals | --local | --loca | --loc | --lo)
    ac_prev=localstatedir ;;
  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
    localstatedir="$ac_optarg" ;;

  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
    ac_prev=mandir ;;
  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
    mandir="$ac_optarg" ;;

  -nfp | --nfp | --nf)
    # Obsolete; use --without-fp.
    with_fp=no ;;

  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  | --no-cr | --no-c)
    no_create=yes ;;

  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
    no_recursion=yes ;;

  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  | --oldin | --oldi | --old | --ol | --o)
    ac_prev=oldincludedir ;;
  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
    oldincludedir="$ac_optarg" ;;

  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
    ac_prev=prefix ;;
  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
    prefix="$ac_optarg" ;;

  -program-prefix | --program-prefix | --program-prefi | --program-pref \
  | --program-pre | --program-pr | --program-p)
    ac_prev=program_prefix ;;
  -program-prefix=* | --program-prefix=* | --program-prefi=* \
  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
    program_prefix="$ac_optarg" ;;

  -program-suffix | --program-suffix | --program-suffi | --program-suff \
  | --program-suf | --program-su | --program-s)
    ac_prev=program_suffix ;;
  -program-suffix=* | --program-suffix=* | --program-suffi=* \
  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
    program_suffix="$ac_optarg" ;;

  -program-transform-name | --program-transform-name \
  | --program-transform-nam | --program-transform-na \
  | --program-transform-n | --program-transform- \
  | --program-transform | --program-transfor \
  | --program-transfo | --program-transf \
  | --program-trans | --program-tran \
  | --progr-tra | --program-tr | --program-t)
    ac_prev=program_transform_name ;;
  -program-transform-name=* | --program-transform-name=* \
  | --program-transform-nam=* | --program-transform-na=* \
  | --program-transform-n=* | --program-transform-=* \
  | --program-transform=* | --program-transfor=* \
  | --program-transfo=* | --program-transf=* \
  | --program-trans=* | --program-tran=* \
  | --progr-tra=* | --program-tr=* | --program-t=*)
    program_transform_name="$ac_optarg" ;;

  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  | -silent | --silent | --silen | --sile | --sil)
    silent=yes ;;

  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
    ac_prev=sbindir ;;
  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  | --sbi=* | --sb=*)
    sbindir="$ac_optarg" ;;

  -sharedstatedir | --sharedstatedir | --sharedstatedi \
  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  | --sharedst | --shareds | --shared | --share | --shar \
  | --sha | --sh)
    ac_prev=sharedstatedir ;;
  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  | --sha=* | --sh=*)
    sharedstatedir="$ac_optarg" ;;

  -site | --site | --sit)
    ac_prev=site ;;
  -site=* | --site=* | --sit=*)
    site="$ac_optarg" ;;

  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
    ac_prev=srcdir ;;
  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
    srcdir="$ac_optarg" ;;

  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  | --syscon | --sysco | --sysc | --sys | --sy)
    ac_prev=sysconfdir ;;
  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
    sysconfdir="$ac_optarg" ;;

  -target | --target | --targe | --targ | --tar | --ta | --t)
    ac_prev=target ;;
  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
    target="$ac_optarg" ;;

  -v | -verbose | --verbose | --verbos | --verbo | --verb)
    verbose=yes ;;

  -version | --version | --versio | --versi | --vers)
    echo "configure generated by autoconf version 2.13"
    exit 0 ;;

  -with-* | --with-*)
    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
    # Reject names that are not valid shell variable names.
    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
    fi
    ac_package=`echo $ac_package| sed 's/-/_/g'`
    case "$ac_option" in
      *=*) ;;
      *) ac_optarg=yes ;;
    esac
    eval "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; }
    fi
    ac_package=`echo $ac_package| sed 's/-/_/g'`
    eval "with_${ac_package}=no" ;;

  --x)
    # Obsolete; use --with-x.
    with_x=yes ;;

  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  | --x-incl | --x-inc | --x-in | --x-i)
    ac_prev=x_includes ;;
  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
    x_includes="$ac_optarg" ;;

  -x-libraries | --x-libraries | --x-librarie | --x-librari \
  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
    ac_prev=x_libraries ;;
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
    x_libraries="$ac_optarg" ;;

  -*) { echo "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'`"; then
      echo "configure: warning: $ac_option: invalid host type" 1>&2
    fi
    if test "x$nonopt" != xNONE; then
      { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
    fi
    nonopt="$ac_option"
    ;;

  esac
done

if test -n "$ac_prev"; then
  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
fi

trap '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.log
if test "$silent" = yes; then
  exec 6>/dev/null
else
  exec 6>&1
fi
exec 5>./config.log

echo "\
This file contains any messages produced by compilers while
running 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_arg
do
  case "$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" ;;
  esac
done

# 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;   fi
if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
if 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=include/gm_types.h

# Find the source files, if location was not specified.
if test -z "$srcdir"; then
  ac_srcdir_defaulted=yes
  # Try the directory containing this script, then its parent.
  ac_prog=$0
  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  srcdir=$ac_confdir
  if test ! -r $srcdir/$ac_unique_file; then
    srcdir=..
  fi
else
  ac_srcdir_defaulted=no
fi
if test ! -r $srcdir/$ac_unique_file; then
  if 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; }
  fi
fi
srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`

# Prefer explicitly selected file to automatically selected ones.
if test -z "$CONFIG_SITE"; then
  if test "x$prefix" != xNONE; then
    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  else
    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  fi
fi
for ac_site_file in $CONFIG_SITE; do
  if test -r "$ac_site_file"; then
    echo "loading site script $ac_site_file"
    . "$ac_site_file"
  fi
done

if test -r "$cache_file"; then
  echo "loading cache $cache_file"
  . $cache_file
else
  echo "creating cache $cache_file"
  > $cache_file
fi

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_cross

ac_exeext=
ac_objext=o
if (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; then
    ac_n= ac_c='
' ac_t='	'
  else
    ac_n=-n ac_c= ac_t=
  fi
else
  ac_n= ac_c='\c' ac_t=
fi



ac_aux_dir=
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  if test -f $ac_dir/install-sh; then
    ac_aux_dir=$ac_dir
    ac_install_sh="$ac_aux_dir/install-sh -c"
    break
  elif test -f $ac_dir/install.sh; then
    ac_aux_dir=$ac_dir
    ac_install_sh="$ac_aux_dir/install.sh -c"
    break
  fi
done
if 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; }
fi
ac_config_guess=$ac_aux_dir/config.guess
ac_config_sub=$ac_aux_dir/config.sub
ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.


# 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 in
NONE---*---* | *---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; }
fi

echo $ac_n "checking host system type""... $ac_c" 1>&6
echo "configure:641: checking host system type" >&5

host_alias=$host
case "$host_alias" in
NONE)
  case $nonopt in
  NONE)
    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 ;;
esac

host=`${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

echo $ac_n "checking target system type""... $ac_c" 1>&6
echo "configure:662: checking target system type" >&5

target_alias=$target
case "$target_alias" in
NONE)
  case $nonopt in
  NONE) target_alias=$host_alias ;;
  *) target_alias=$nonopt ;;
  esac ;;
esac

target=`${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>&6

echo $ac_n "checking build system type""... $ac_c" 1>&6
echo "configure:680: checking build system type" >&5

build_alias=$build
case "$build_alias" in
NONE)
  case $nonopt in
  NONE) build_alias=$host_alias ;;
  *) build_alias=$nonopt ;;
  esac ;;
esac

build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo "$ac_t""$build" 1>&6

test "$host_alias" != "$target_alias" &&
  test "$program_prefix$program_suffix$program_transform_name" = \
    NONENONEs,x,x, &&
  program_prefix=${target_alias}-


CPUBOARD=""


case ${target} in
  i386-pc-cygwin32 | *-*-nt4*)
    echo 'Using Microsoft C compiler, which is required to compile the driver.'
    export CC=cl
    export CXX=cl
    export CFLAGS="-O2"
    ;;

  ia64-pc-cygwin32)
    echo 'Using Microsoft C compiler, which is required to compile the driver.'
    export CC=cl
    export CXX=cl
    export CFLAGS="-O2"
    ;;


  hppa1.0-hp-hpux11.*)
    CC="/opt/ansic/bin/cc"
    export CC
	CFLAGS="+O2 -Ae -I/usr/conf  -I/usr/conf/h +ES1.Xindirect_calls -U__hp9000s700 -D__STDC_EXT__ -D_XP64_EXTENDED -D_HPUX_SOURCE -D__hp9000s800 +XixdU +Hx0 +R500 +DA2.0W +DS2.0 +ESsfc -w -DZ_PREFIX"
    CXX="g++"
    export CXX
    ;;

  mips-sgi-irix*)
        export CPUBOARD=`uname -m`
    echo "CPUBOARD has been set to ${CPUBOARD}" 
                        if test "$CPUBOARD" = IP21; then
        mips_api_flag="-64"
        mips_page_size="16k"
    else
                if test "$CPUBOARD" = IP27; then
        mips_api_flag="-64"
        mips_page_size="16k"
    else
        if test "$CPUBOARD" = IP30; then
        mips_api_flag="-64"
        mips_page_size="16k"
    else
        if test "$CPUBOARD" = IP32; then
        mips_api_flag="-n32"
        mips_page_size="4k"
    else
    if test "$CPUBOARD" = IP35; then
        mips_api_flag="-64"
        mips_page_size="16k"
    fi
    fi
    fi
    fi
    fi
    export CC="cc $mips_api_flag"
    export CXX=CC
    ;;
esac
	
# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:765: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_CC="gcc"
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
fi
CC="$ac_cv_prog_CC"
if test -n "$CC"; then
  echo "$ac_t""$CC" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

if test -z "$CC"; then
  # Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:795: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_prog_rejected=no
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
        ac_prog_rejected=yes
	continue
      fi
      ac_cv_prog_CC="cc"
      break
    fi
  done
  IFS="$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_CC
  shift
  if 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.
    shift
    set dummy "$ac_dir/$ac_word" "$@"
    shift
    ac_cv_prog_CC="$@"
  fi
fi
fi
fi
CC="$ac_cv_prog_CC"
if test -n "$CC"; then
  echo "$ac_t""$CC" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

  if test -z "$CC"; then
    case "`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=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:846: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_CC="cl"
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
fi
CC="$ac_cv_prog_CC"
if test -n "$CC"; then
  echo "$ac_t""$CC" 1>&6
else
  echo "$ac_t""no" 1>&6
fi
 ;;
    esac
  fi
  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
fi

echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
echo "configure:878: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5

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_cross

cat > conftest.$ac_ext << EOF

#line 889 "configure"
#include "confdefs.h"

main(){return(0);}
EOF
if { (eval echo configure:894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  ac_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; then
    ac_cv_prog_cc_cross=no
  else
    ac_cv_prog_cc_cross=yes
  fi
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  ac_cv_prog_cc_works=no
fi
rm -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_cross

echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
if test $ac_cv_prog_cc_works = no; then
  { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
fi
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
echo "configure:920: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
cross_compiling=$ac_cv_prog_cc_cross

echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
echo "configure:925: checking whether we are using GNU C" >&5
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.c <<EOF
#ifdef __GNUC__
  yes;
#endif
EOF
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:934: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  ac_cv_prog_gcc=yes
else
  ac_cv_prog_gcc=no
fi
fi

echo "$ac_t""$ac_cv_prog_gcc" 1>&6

if test $ac_cv_prog_gcc = yes; then
  GCC=yes
else
  GCC=
fi

ac_test_CFLAGS="${CFLAGS+set}"
ac_save_CFLAGS="$CFLAGS"
CFLAGS=
echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
echo "configure:953: checking whether ${CC-cc} accepts -g" >&5
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  echo 'void f(){}' > conftest.c
if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  ac_cv_prog_cc_g=yes
else
  ac_cv_prog_cc_g=no
fi
rm -f conftest*

fi

echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
if test "$ac_test_CFLAGS" = set; then
  CFLAGS="$ac_save_CFLAGS"
elif test $ac_cv_prog_cc_g = yes; then
  if test "$GCC" = yes; then
    CFLAGS="-g -O2"
  else
    CFLAGS="-g"
  fi
else
  if test "$GCC" = yes; then
    CFLAGS="-O2"
  else
    CFLAGS=
  fi
fi

for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:989: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$CXX"; then
  ac_cv_prog_CXX="$CXX" # Let the user override the test.
else
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_CXX="$ac_prog"
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
fi
CXX="$ac_cv_prog_CXX"
if test -n "$CXX"; then
  echo "$ac_t""$CXX" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

test -n "$CXX" && break
done
test -n "$CXX" || CXX="gcc"


echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
echo "configure:1021: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5

ac_ext=C
# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling=$ac_cv_prog_cxx_cross

cat > conftest.$ac_ext << EOF

#line 1032 "configure"
#include "confdefs.h"

int main(){return(0);}
EOF
if { (eval echo configure:1037: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  ac_cv_prog_cxx_works=yes
  # If we can't run a trivial program, we are probably using a cross compiler.
  if (./conftest; exit) 2>/dev/null; then
    ac_cv_prog_cxx_cross=no
  else
    ac_cv_prog_cxx_cross=yes
  fi
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  ac_cv_prog_cxx_works=no
fi
rm -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_cross

echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
if test $ac_cv_prog_cxx_works = no; then
  { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
fi
echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
echo "configure:1063: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
cross_compiling=$ac_cv_prog_cxx_cross

echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
echo "configure:1068: checking whether we are using GNU C++" >&5
if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.C <<EOF
#ifdef __GNUC__
  yes;
#endif
EOF
if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1077: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  ac_cv_prog_gxx=yes
else
  ac_cv_prog_gxx=no
fi
fi

echo "$ac_t""$ac_cv_prog_gxx" 1>&6

if test $ac_cv_prog_gxx = yes; then
  GXX=yes
else
  GXX=
fi

ac_test_CXXFLAGS="${CXXFLAGS+set}"
ac_save_CXXFLAGS="$CXXFLAGS"
CXXFLAGS=
echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
echo "configure:1096: checking whether ${CXX-g++} accepts -g" >&5
if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  echo 'void f(){}' > conftest.cc
if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
  ac_cv_prog_cxx_g=yes
else
  ac_cv_prog_cxx_g=no
fi
rm -f conftest*

fi

echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
if test "$ac_test_CXXFLAGS" = set; then
  CXXFLAGS="$ac_save_CXXFLAGS"
elif test $ac_cv_prog_cxx_g = yes; then
  if test "$GXX" = yes; then
    CXXFLAGS="-g -O2"
  else
    CXXFLAGS="-g"
  fi
else
  if test "$GXX" = yes; then
    CXXFLAGS="-O2"
  else
    CXXFLAGS=
  fi
fi




echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
echo "configure:1131: checking how to run the C preprocessor" >&5
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
  CPP=
fi
if test -z "$CPP"; then
if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
    # 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 1146 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:1152: \"$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
  :
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  CPP="${CC-cc} -E -traditional-cpp"
  cat > conftest.$ac_ext <<EOF
#line 1163 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:1169: \"$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
  :
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  CPP="${CC-cc} -nologo -E"
  cat > conftest.$ac_ext <<EOF
#line 1180 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:1186: \"$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
  :
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  CPP=/lib/cpp
fi
rm -f conftest*
fi
rm -f conftest*
fi
rm -f conftest*
  ac_cv_prog_CPP="$CPP"
fi
  CPP="$ac_cv_prog_CPP"
else
  ac_cv_prog_CPP="$CPP"
fi
echo "$ac_t""$CPP" 1>&6



# Check whether --enable-0k or --disable-0k was given.
if test "${enable_0k+set}" = set; then
  enableval="$enable_0k"
  enable_0k=$enableval
else
  enable_0k=maybe
fi

# Check whether --enable-16k or --disable-16k was given.
if test "${enable_16k+set}" = set; then
  enableval="$enable_16k"
  enable_16k=$enableval
else
  enable_16k=maybe
fi

# Check whether --enable-32b or --disable-32b was given.
if test "${enable_32b+set}" = set; then
  enableval="$enable_32b"
  enable_32b=$enableval
else
  enable_32b=maybe
fi

# Check whether --enable-4k or --disable-4k was given.
if test "${enable_4k+set}" = set; then
  enableval="$enable_4k"
  enable_4k=$enableval
else
  enable_4k=maybe
fi

# Check whether --enable-64b or --disable-64b was given.
if test "${enable_64b+set}" = set; then
  enableval="$enable_64b"
  enable_64b=$enableval
else
  enable_64b=maybe
fi

# Check whether --enable-8k or --disable-8k was given.
if test "${enable_8k+set}" = set; then
  enableval="$enable_8k"
  enable_8k=$enableval
else
  enable_8k=maybe
fi

# Check whether --enable-alpha-bwops or --disable-alpha-bwops was given.
if test "${enable_alpha_bwops+set}" = set; then
  enableval="$enable_alpha_bwops"
  enable_alpha_bwops=$enableval
else
  enable_alpha_bwops=maybe
fi

# Check whether --enable-build_dso or --disable-build_dso was given.
if test "${enable_build_dso+set}" = set; then
  enableval="$enable_build_dso"
  build_dso=$enableval
else
  build_dso=no
fi

# Check whether --enable-crc32 or --disable-crc32 was given.
if test "${enable_crc32+set}" = set; then
  enableval="$enable_crc32"
  enable_crc32=$enableval
else
  enable_crc32=no
fi

# Check whether --enable-cspi-l5 or --disable-cspi-l5 was given.
if test "${enable_cspi_l5+set}" = set; then
  enableval="$enable_cspi_l5"
  enable_cspi_l5=$enableval
else
  enable_cspi_l5=no
fi

# Check whether --enable-cspi-map26xx or --disable-cspi-map26xx was given.
if test "${enable_cspi_map26xx+set}" = set; then
  enableval="$enable_cspi_map26xx"
  enable_cspi_map26xx=$enableval
else
  enable_cspi_map26xx=no
fi

# Check whether --enable-directcopy or --disable-directcopy was given.
if test "${enable_directcopy+set}" = set; then
  enableval="$enable_directcopy"
  enable_directcopy=$enableval
else
  enable_directcopy=yes
fi

# Check whether --enable-dp-size or --disable-dp-size was given.
if test "${enable_dp_size+set}" = set; then
  enableval="$enable_dp_size"
  enable_dp_size=$enableval
else
  enable_dp_size=no
fi

# Check whether --enable-galvantech-workaround or --disable-galvantech-workaround was given.
if test "${enable_galvantech_workaround+set}" = set; then
  enableval="$enable_galvantech_workaround"
  enable_galvantech_workaround=$enableval
else
  enable_galvantech_workaround=no
fi

# Check whether --enable-host-debug or --disable-host-debug was given.
if test "${enable_host_debug+set}" = set; then
  enableval="$enable_host_debug"
  enable_host_debug=$enableval
else
  enable_host_debug=no
fi

# Check whether --enable-install_dso or --disable-install_dso was given.
if test "${enable_install_dso+set}" = set; then
  enableval="$enable_install_dso"
  install_dso=$enableval
else
  install_dso=no
fi

# Check whether --enable-kernel-debug or --disable-kernel-debug was given.
if test "${enable_kernel_debug+set}" = set; then
  enableval="$enable_kernel_debug"
  enable_kernel_debug=$enableval
else
  enable_kernel_debug=no
fi

# Check whether --enable-l4 or --disable-l4 was given.
if test "${enable_l4+set}" = set; then
  enableval="$enable_l4"
  enable_l4=$enableval
else
  enable_l4=maybe
fi

# Check whether --enable-l5 or --disable-l5 was given.
if test "${enable_l5+set}" = set; then
  enableval="$enable_l5"
  enable_l5=$enableval
else
  enable_l5=no
fi

# Check whether --enable-l6 or --disable-l6 was given.
if test "${enable_l6+set}" = set; then
  enableval="$enable_l6"
  enable_l6=$enableval
else
  enable_l6=no
fi

# Check whether --enable-l7 or --disable-l7 was given.
if test "${enable_l7+set}" = set; then
  enableval="$enable_l7"
  enable_l7=$enableval
else
  enable_l7=maybe
fi

# Check whether --enable-l8 or --disable-l8 was given.
if test "${enable_l8+set}" = set; then
  enableval="$enable_l8"
  enable_l8=$enableval
else
  enable_l8=no
fi

# Check whether --enable-l9 or --disable-l9 was given.
if test "${enable_l9+set}" = set; then
  enableval="$enable_l9"
  enable_l9=$enableval
else
  enable_l9=yes
fi

# Check whether --enable-lanai-debug or --disable-lanai-debug was given.
if test "${enable_lanai_debug+set}" = set; then
  enableval="$enable_lanai_debug"
  enable_lanai_debug=$enableval
else
  enable_lanai_debug=no
fi

# Check whether --enable-linux-modversions or --disable-linux-modversions was given.
if test "${enable_linux_modversions+set}" = set; then
  enableval="$enable_linux_modversions"
  enable_linux_modversions=$enableval
else
  enable_linux_modversions=no
fi

# Check whether --enable-linux-smp or --disable-linux-smp was given.
if test "${enable_linux_smp+set}" = set; then
  enableval="$enable_linux_smp"
  enable_linux_smp=$enableval
else
  enable_linux_smp=no
fi

# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
if test "${enable_maintainer_mode+set}" = set; then
  enableval="$enable_maintainer_mode"
  enable_maintainer_mode=$enableval
fi

# Check whether --enable-mcp-build or --disable-mcp-build was given.
if test "${enable_mcp_build+set}" = set; then
  enableval="$enable_mcp_build"
  echo Use --enable-maintainer-mode instead of --enable-mcp-build. ; exit 1
fi

# Check whether --enable-new-features or --disable-new-features was given.
if test "${enable_new_features+set}" = set; then
  enableval="$enable_new_features"
  new_features=$enableval
else
  new_features=no
fi

# Check whether --enable-pci or --disable-pci was given.
if test "${enable_pci+set}" = set; then
  enableval="$enable_pci"
  enable_pci=$enableval
else
  enable_pci=maybe
fi

# Check whether --enable-printing or --disable-printing was given.
if test "${enable_printing+set}" = set; then
  enableval="$enable_printing"
  enable_printing=$enableval
else
  enable_printing=0
fi

# Check whether --enable-sbus or --disable-sbus was given.
if test "${enable_sbus+set}" = set; then
  enableval="$enable_sbus"
  enable_sbus=$enableval
else
  enable_sbus=maybe
fi

enable_smp=maybe

# Check whether --with-linux or --without-linux was given.
if test "${with_linux+set}" = set; then
  withval="$with_linux"
  LINUX_KERSRC="$withval"
else
  LINUX_KERSRC=/usr/src/linux
fi

# Check whether --with-min-supported-sram or --without-min-supported-sram was given.
if test "${with_min_supported_sram+set}" = set; then
  withval="$with_min_supported_sram"
  MIN_SUPPORTED_SRAM="$withval"
else
  MIN_SUPPORTED_SRAM=1024
fi




# echo enable_maintainer_mode = $enable_maintainer_mode
if test x$enable_maintainer_mode = xyes
then
    MAINT=
else
    MAINT='#MAINT#'
fi


# Check MIN_SUPPORTED_SRAM

echo "min_supported_sram is ${MIN_SUPPORTED_SRAM}"
case ${MIN_SUPPORTED_SRAM} in
    256 | 512 | 1024)
	;;
    *)
	echo "min_supported_sram must be 256, 512, 1024"
	exit 1
esac
cat >> confdefs.h <<EOF
#define GM_MIN_SUPPORTED_SRAM $MIN_SUPPORTED_SRAM
EOF


if test ${new_features} = yes ; then
  cat >> confdefs.h <<\EOF
#define GM_ENABLE_NEW_FEATURES 1
EOF

  enable_l4=no
  enable_l5=no
  enable_l6=no
fi

if test ${enable_galvantech_workaround} = yes ; then
  cat >> confdefs.h <<\EOF
#define GM_ENABLE_GALVANTECH_WORKAROUND 1
EOF

fi

GM_HOST_DEBUG=0




if test "$enable_host_debug" = yes; then
    GM_HOST_DEBUG=1
else
    GM_HOST_DEBUG=0
fi
if test "$enable_lanai_debug" = yes; then
    GM_LANAI_DEBUG=1
else
    GM_LANAI_DEBUG=0
fi

if test "$enable_linux_smp" = yes; then 
	LINUX_SMP="-D__SMP__"; 
else
	LINUX_SMP="";
fi
if test "$enable_linux_modversions" = yes; then
	LINUX_MODVER="-DGM_NEED_MODVERSIONS"
else
	LINUX_MODVER=""
fi
if test "$enable_cspi_l5" = yes; then
	LANAI5_EXTRA_CFLAGS="-mno-partword-store -nostdlib"
	cat >> confdefs.h <<\EOF
#define GM_NO_PARTWORD_PIO_READ 1
EOF

	cat >> confdefs.h <<\EOF
#define GM_NO_PARTWORD_PIO_WRITE 1
EOF

else
	LANAI5_EXTRA_FLAGS=""
fi
if test "$enable_cspi_map26xx" = yes; then
	CPP_EXTRA_FLAGS="-DCSPI_MAP26xx"
else
	CPP_EXTRA_FLAGS=""
fi






echo enable_linux_smp = $enable_linux_smp, LINUX_SMP = $LINUX_SMP
echo enable_linux_modversion = $enable_linux_modversions, LINUX_MODVER = $LINUX_MODVER
echo enable_cspi_l5 = $enable_cspi_l5, LANAI5_EXTRA_CFLAGS = $LANAI5_EXTRA_CFLAGS
echo enable_cspi_map26xx = $enable_cspi_map26xx, CPP_EXTRA_FLAGS = $CPP_EXTRA_FLAGS
echo enable_directcopy = $enable_directcopy
echo build_dso = $build_dso
echo install_dso = $install_dso

if test "${enable_l4}" = maybe ; then enable_l4=yes ; fi
if test "${enable_l5}" = maybe ; then enable_l5=yes ; fi
if test "${enable_l6}" = maybe ; then enable_l6=yes ; fi
if test "${enable_l7}" = maybe ; then enable_l7=yes ; fi
if test "${enable_l8}" = maybe ; then enable_l8=yes ; fi
if test "${enable_l9}" = maybe ; then enable_l9=yes ; fi


. ${srcdir}/VERSION
_GM_VERSION=`echo ${GM_VERSION} | sed -e 's/\./_/g'`
echo checking for GM version... ${GM_VERSION}





if test "x$KCC" = x ; then
	KCC='$(CC)'
fi

####################################################
# configuration values for creating DSO
####################################################

if test "$build_dso" = yes; then
	 RELEASE_LIBS="binary/lib/libgm.a binary/lib/libgm.so.${GM_VERSION}"
	echo "Setting RELEASE_LIBS to "${RELEASE_LIBS}
else
	RELEASE_LIBS="binary/lib/libgm.a"
	echo "Setting RELEASE_LIBS to "${RELEASE_LIBS}
fi
if test "$install_dso" = yes; then
	INSTALL_DSO="yes"
	echo "Setting INSTALL_DSO to "${INSTALL_DSO}
else
        INSTALL_DSO=""
	echo "Setting INSTALL_DSO to "${INSTALL_DSO}
fi




ALL=release

cat >> confdefs.h <<\EOF
#define GM_STRUCT_WRITE_COMBINING 1
EOF


EXTRA_USER_CFLAGS=""
EXTRA_LIBZ_CFLAGS=""
EXTRA_TESTS=""
EXTRA_TEST_SRCS=""

echo Checking what architecture is being used...
case ${target} in
  *-*-solaris2.5*)
            gm_driverdir=drivers/solaris2.5
    gm_driver_makefiles="drivers/solaris2.5/Makefile drivers/solaris2.5/dlpi/Makefile drivers/solaris2.5/gm/Makefile"
    LIBGM_KERNEL=libgmk.a
    cat >> confdefs.h <<\EOF
#define GM_ENABLE_VM 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_OS_SOLARIS 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_NEED_MEMCPY 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_NEED_MEMSET 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_STRUCT_WRITE_COMBINING 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_USE_DEFAULT_INTERRUPT_HANDLER 1
EOF

    if test ${CC} = "gcc" ; then
       EXTRA_KERNEL_CFLAGS="-g0"
    fi
	EXTRA_KERNEL_CFLAGS="${EXTRA_KERNEL_CFLAGS} -D_KERNEL"
    ;;

  *-*-solaris2.6)
            gm_driverdir=drivers/solaris2.5
    gm_driver_makefiles="drivers/solaris2.5/Makefile drivers/solaris2.5/dlpi/Makefile drivers/solaris2.5/gm/Makefile"
    LIBGM_KERNEL=libgmk.a
    cat >> confdefs.h <<\EOF
#define GM_ENABLE_VM 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_OS_SOLARIS 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_NEED_MEMCPY 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_NEED_MEMSET 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_STRUCT_WRITE_COMBINING 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_USE_DEFAULT_INTERRUPT_HANDLER 1
EOF

    # AC_DEFINE(GM_EMULATE_BYTE_DMAS)
    if test ${CC} = "gcc" ; then
       EXTRA_KERNEL_CFLAGS="-g0"
    fi
	EXTRA_KERNEL_CFLAGS="${EXTRA_KERNEL_CFLAGS} -D_KERNEL"
    ;;

  *-*-solaris2.7)
            gm_driverdir=drivers/solaris2.5
    gm_driver_makefiles="drivers/solaris2.5/Makefile drivers/solaris2.5/dlpi/Makefile drivers/solaris2.5/gm/Makefile"
    LIBGM_KERNEL=libgmk.a
    cat >> confdefs.h <<\EOF
#define GM_ENABLE_VM 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_OS_SOLARIS 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_OS_SOLARIS7 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_NEED_MEMCPY 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_NEED_MEMSET 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_STRUCT_WRITE_COMBINING 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_USE_DEFAULT_INTERRUPT_HANDLER 1
EOF

    # AC_DEFINE(GM_EMULATE_BYTE_DMAS)
    if test ${CC} = "gcc" ; then
       EXTRA_KERNEL_CFLAGS="-g0"
    fi
	EXTRA_KERNEL_CFLAGS="${EXTRA_KERNEL_CFLAGS} -D_KERNEL"
    ;;

  *-*-solaris2.8)
            gm_driverdir=drivers/solaris2.5
    gm_driver_makefiles="drivers/solaris2.5/Makefile drivers/solaris2.5/dlpi/Makefile drivers/solaris2.5/gm/Makefile"
    LIBGM_KERNEL=libgmk.a
    cat >> confdefs.h <<\EOF
#define GM_ENABLE_VM 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_OS_SOLARIS 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_OS_SOLARIS7 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_NEED_MEMCPY 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_NEED_MEMSET 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_STRUCT_WRITE_COMBINING 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_USE_DEFAULT_INTERRUPT_HANDLER 1
EOF

    # AC_DEFINE(GM_EMULATE_BYTE_DMAS)
    if test ${CC} = "gcc" ; then
       EXTRA_KERNEL_CFLAGS="-g0"
    fi
	EXTRA_KERNEL_CFLAGS="${EXTRA_KERNEL_CFLAGS} -D_KERNEL"
    ;;

  *-*-linux*)
	    gm_driverdir=drivers/linux
	    gm_other_driverdirs="drivers/linux drivers/linux/gm drivers/linux/ip"

#    linux_version=`uname -r`
    
#    case ${linux_version} in
#	2\.0* | 2\.1* | 2\.2*)
#	    echo "Linux 2.0/2.2 driver selected"
#	    gm_driverdir=drivers/linux
#	    gm_other_driverdirs="drivers/linux drivers/linux/gm drivers/linux/ip"
#	;;
#	2\.3* | 2\.4* )
#	    echo "Linux 2.4 driver selected"
#	    gm_driverdir=drivers/linux_2_4
#	    gm_other_driverdirs="drivers/linux_2_4 drivers/linux_2_4/gm drivers/linux_2_4/ip"
#	;;
#	*)
#	    echo "Error! could not detect linux version"
#	    echo ${linux_version}
#	    exit
#	;;
#    esac
    
    is_linux="yes"
    LIBGM_KERNEL=libgmk.a
    cat >> confdefs.h <<\EOF
#define GM_ENABLE_VM 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_OS_LINUX 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_EMULATE_BYTE_DMAS 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_USE_DEFAULT_INTERRUPT_HANDLER 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_CAN_REGISTER_MEMORY 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_STRUCT_WRITE_COMBINING 1
EOF

    if test "${enable_smp}" = maybe ; then enable_smp=yes; fi
    if test "${enable_pci}" = maybe ; then enable_pci=yes ; fi
    if test "$enable_directcopy" = yes; then
	cat >> confdefs.h <<\EOF
#define GM_ENABLE_DIRECTCOPY 1
EOF

    fi
    
    ;;

  i386-pc-cygwin32 | *-*-nt4*)
    # Test for required defines
    if test "x$BASEDIR" = x ; then
	echo 'BASEDIR is not defined.  You must install the Microsoft'
	echo 'Developer Network (MSDN) Device Driver Kit (DDK).'
	exit 1
    fi
    if test "x$MSSDK" = x ; then
	echo 'MSSDK is not defined.  You must install the Microsoft'
	echo 'Developer Network (MSDN) Software Development Kit (SDK).'
	exit 1
    fi
    if test "$CC" != cl ; then
	echo 'WARNING: You don'\''t appear to be using the Visual C compiler (cl).'
	echo '         You are asking for trouble.'
    fi
    gm_driverdir=drivers/nt4.0
    LIBGM_KERNEL=libgmk.a
    cat >> confdefs.h <<\EOF
#define GM_EMULATE_BYTE_DMAS 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_ENABLE_VM 1
EOF

    if test -d ${BASEDIR}/lib ; then
        cat >> confdefs.h <<\EOF
#define GM_OS_NT4 1
EOF

        WIN_VER="GM_OS_NT4"
    else
    if test -d ${BASEDIR}/libfre ; then
        cat >> confdefs.h <<\EOF
#define GM_OS_WIN2K 1
EOF

        WIN_VER="GM_OS_WIN2K"
    else
        echo 'WARNING: Couldn'\''t figure out which DDK you are using.'
        exit 1
    fi
    fi
    
    CPU_VER="GM_CPU_x86"
    
    cat >> confdefs.h <<\EOF
#define GM_USE_DEFAULT_INTERRUPT_HANDLER 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_CAN_REGISTER_MEMORY 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_STRUCT_WRITE_COMBINING 1
EOF

    # Change backslashes to slashes
    BASEDIR=`echo "$BASEDIR" | sed -e 's@\\\\@/@g'`
    MSSDK=`echo "$MSSDK" | sed -e 's@\\\\@/@g'`
    
    
    CPPFLAGS="$CPPFLAGS -I $BASEDIR/inc -I $MSSDK/include"
    EXTRA_KERNEL_CFLAGS="${EXTRA_KERNEL_CFLAGS} -D_M_IX86 -D_X86_"
    ALL=nt_release
    EXE=.exe
    ;;

  ia64-pc-cygwin32)
    # Test for required defines
    if test "x$BASEDIR" = x ; then
	echo 'BASEDIR is not defined.  You must install the Microsoft'
	echo 'Developer Network (MSDN) Device Driver Kit (DDK).'
	exit 1
    fi
    if test "x$MSSDK" = x ; then
	echo 'MSSDK is not defined.  You must install the Microsoft'
	echo 'Developer Network (MSDN) Software Development Kit (SDK).'
	exit 1
    fi
    if test "$CC" != cl ; then
	echo 'WARNING: You don'\''t appear to be using the Visual C compiler (cl).'
	echo '         You are asking for trouble.'
    fi
    gm_driverdir=drivers/nt4.0
    LIBGM_KERNEL=libgmk.a
    cat >> confdefs.h <<\EOF
#define GM_EMULATE_BYTE_DMAS 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_ENABLE_VM 1
EOF

    if test -d ${BASEDIR}/lib ; then
        cat >> confdefs.h <<\EOF
#define GM_OS_NT4 1
EOF

        WIN_VER="GM_OS_NT4"
    else
    if test -d ${BASEDIR}/libfre ; then
        cat >> confdefs.h <<\EOF
#define GM_OS_WIN2K 1
EOF

        WIN_VER="GM_OS_WIN2K"
    else
        echo 'WARNING: Couldn'\''t figure out which DDK you are using.'
        exit 1
    fi
    fi
    
    CPU_VER="GM_CPU_ia64"
    
    cat >> confdefs.h <<\EOF
#define GM_USE_DEFAULT_INTERRUPT_HANDLER 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_CAN_REGISTER_MEMORY 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_STRUCT_WRITE_COMBINING 1
EOF

    # Change backslashes to slashes
    BASEDIR=`echo "$BASEDIR" | sed -e 's@\\\\@/@g'`
    MSSDK=`echo "$MSSDK" | sed -e 's@\\\\@/@g'`
    
    
    CPPFLAGS="$CPPFLAGS -I $BASEDIR/inc -I $MSSDK/include"
    EXTRA_KERNEL_CFLAGS="${EXTRA_KERNEL_CFLAGS} -D_M_IA64 -D_IA64_"
    ALL=nt_release
    EXE=.exe
    ;;

  mips-sgi-irix*)
        if test "$enable_kernel_debug" = yes ; then
        CFLAGS="-g"
    else
        CFLAGS="-g3 -O2"
    fi
    irix_mapper_flags="$mips_api_flag -signed -DMT_mips_sgi -LANG:ansi-for-init-scope=ON"
                                                if test "$CPUBOARD" = IP21; then
        CXXFLAGS="$irix_mapper_flags -D_PAGESZ=16384 -D_MIPS3_ADDRSPACE -DIP21 -DEVEREST -DMP -DTFP -TARG:processor=r8000"
        sizeof_dp_t=8
    else
                    if test "$CPUBOARD" = IP27; then
        CXXFLAGS="$irix_mapper_flags -D_PAGESZ=16384 -D_MIPS3_ADDRSPACE -DIP27 -DR10000 -DMP -DSN0 -DSN -DMAPPED_KERNEL -DLARGE_CPU_COUNT -DPTE_64BIT -DULI -DCKPT -DMIPS4_ISA -DR10K_LLSC_WAR -DNUMA_BASE -DNUMA_PM  -DNUMA_TBORROW -DNUMA_MIGR_CONTROL -DNUMA_REPLICATION -DNUMA_REPL_CONTROL -DNUMA_SCHED -DCELL_PREPARE -DBHV_PREPARE -TARG:processor=r10000"
        sizeof_dp_t=8
    else
            if test "$CPUBOARD" = IP30; then
        CXXFLAGS="$irix_mapper_flags -D_PAGESZ=16384 -D_MIPS3_ADDRSPACE -DIP30 -DR10000 -DMP -DCELL_PREPARE -DBHV_PREPARE -TARG:processor=r10000"
        sizeof_dp_t=8
    else
            if test "$CPUBOARD" = IP32; then
        CXXFLAGS="$irix_mapper_flags -D_PAGESZ=4096 -DIP32 -DR4000 -DR10000 -DTRITON -DUSE_PCI_PIO"
        sizeof_dp_t=4
    else
        if test "$CPUBOARD" = IP35; then
        CXXFLAGS="$irix_mapper_flags -D_PAGESZ=16384 -D_MIPS3_ADDRSPACE -DIP35 -DR10000 -DMP -DSN1 -DSN -DMAPPED_KERNEL -DLARGE_CPU_COUNT -DPTE_64BIT -DULI -DCKPT -DMIPS4_ISA -DNUMA_BASE -DNUMA_PM  -DNUMA_TBORROW -DNUMA_MIGR_CONTROL -DNUMA_REPLICATION -DNUMA_REPL_CONTROL -DNUMA_SCHED -DCELL_PREPARE -DBHV_PREPARE -TARG:processor=r10000"
        sizeof_dp_t=8
    else
        echo 'WARNING: You will not be able to build the mapper for this CPU.'
            exit 1 ;
    fi
    fi
    fi
    fi
    fi
    gm_driverdir=drivers/irix
    gm_other_driverdirs="drivers/irix drivers/irix/gm drivers/irix/ip"
    LIBGM_KERNEL=libgmk.a
    cat >> confdefs.h <<\EOF
#define GM_CAN_REGISTER_MEMORY 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_ENABLE_VM 1
EOF

            cat >> confdefs.h <<\EOF
#define GM_NEED_MEMCPY 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_NEED_MEMSET 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_OS_IRIX 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_STRUCT_WRITE_COMBINING 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_USE_DEFAULT_INTERRUPT_HANDLER 1
EOF

    EXTRA_LIBZ_CFLAGS="-G0 -non_shared"
    EXTRA_USER_CFLAGS="$mips_api_flag"
    EXTRA_TESTS="binary/bin/bridgeversion"
    EXTRA_TEST_SRCS="tests/bridgeversion.c"
    ;;

  powerpc-wrs-vxworks*)
    gm_driverdir=drivers/vxworks
    gm_driver_makefiles="drivers/vxworks/Makefile drivers/vxworks/ip/Makefile drivers/vxworks/gm/Makefile"
    LIBGM_KERNEL=libgmk.a
    if test "$enable_cspi_l5" = no; then
        cat >> confdefs.h <<\EOF
#define GM_EMULATE_BYTE_DMAS 1
EOF

    fi
    cat >> confdefs.h <<\EOF
#define GM_ENABLE_VM 0
EOF

    cat >> confdefs.h <<\EOF
#define GM_OS_VXWORKS 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_USE_DEFAULT_INTERRUPT_HANDLER 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_CAN_REGISTER_MEMORY 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_STRUCT_WRITE_COMBINING 1
EOF

    enable_0k=yes
    enable_4k=no
    if test "${enable_pci}" = maybe ; then enable_pci=yes ; fi
    ;;

  i386-pc-vxworks*)
    gm_driverdir=drivers/vxworks
    gm_driver_makefiles="drivers/vxworks/Makefile drivers/vxworks/ip/Makefile drivers/vxworks/gm/Makefile"
    LIBGM_KERNEL=libgmk.a
    cat >> confdefs.h <<\EOF
#define GM_EMULATE_BYTE_DMAS 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_ENABLE_VM 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_OS_VXWORKS 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_USE_DEFAULT_INTERRUPT_HANDLER 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_STRUCT_WRITE_COMBINING 1
EOF

    if test "${enable_4k}" = maybe ; then enable_4k=yes ; fi
    if test "${enable_pci}" = maybe ; then enable_pci=yes ; fi
    ;;

  alpha-dec-osf4.0)
	
    KCC="/bin/cc -std -msg_disable extrasemi "
    gm_driverdir=drivers/osf1
    gm_driver_makefiles="drivers/osf1/Makefile drivers/osf1/ip/Makefile drivers/osf1/gm/Makefile"
    LIBGM_KERNEL=libgmk.a
    cat >> confdefs.h <<\EOF
#define GM_ENABLE_VM 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_OS_OSF1 1
EOF
	
    cat >> confdefs.h <<\EOF
#define GM_USE_DEFAULT_INTERRUPT_HANDLER 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_STRUCT_WRITE_COMBINING 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_EMULATE_BYTE_DMAS 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_CAN_REGISTER_MEMORY 1
EOF
        
    cat >> confdefs.h <<\EOF
#define GM_NEED_MEMCPY 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_NEED_MEMSET 1
EOF

    ;;

  alpha-dec-osf*5.*)
	
    KCC="/bin/cc -std -msg_disable extrasemi "
    gm_driverdir=drivers/osf1
    gm_driver_makefiles="drivers/osf1/Makefile drivers/osf1/ip/Makefile drivers/osf1/gm/Makefile"
    LIBGM_KERNEL=libgmk.a
    cat >> confdefs.h <<\EOF
#define GM_ENABLE_VM 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_OS_OSF1 1
EOF
	
    cat >> confdefs.h <<\EOF
#define GM_USE_DEFAULT_INTERRUPT_HANDLER 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_STRUCT_WRITE_COMBINING 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_EMULATE_BYTE_DMAS 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_CAN_REGISTER_MEMORY 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_NEED_MEMCPY 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_NEED_MEMSET 1
EOF

    ;;

  *-*-freebsd4*)
        gm_driverdir=drivers/freebsd
    gm_other_driverdirs="drivers/freebsd drivers/freebsd/gm drivers/freebsd/ip"
    gm_driver_makefiles="drivers/freebsd/Makefile  drivers/freebsd/gm/Makefile"
    LIBGM_KERNEL=libgmk.a
    cat >> confdefs.h <<\EOF
#define GM_ENABLE_VM 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_OS_FREEBSD 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_USE_DEFAULT_INTERRUPT_HANDLER 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_CAN_REGISTER_MEMORY 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_STRUCT_WRITE_COMBINING 1
EOF

    ;;

  *-*-hpux11*)
        gm_driverdir=drivers/hpux
    gm_other_driverdirs="drivers/hpux drivers/hpux/gm drivers/hpux/ip"
    LIBS=
    LIBGM_KERNEL=libgmk.a
    cat >> confdefs.h <<\EOF
#define GM_ENABLE_VM 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_OS_HPUX 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_EMULATE_BYTE_DMAS 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_USE_DEFAULT_INTERRUPT_HANDLER 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_STRUCT_WRITE_COMBINING 1
EOF

    if test "${enable_pci}" = maybe ; then enable_pci=yes ; fi
    ;;

  *)
    echo Host type \"${target}\" not yet supported.
    exit 1
    ;;
esac

if test "${target_cpu}" = hppa1.0 ; then target_cpu=hppa ; fi

echo Configuring for ${target_cpu} CPU.
case ${target_cpu} in
  i*86)
    if test "${enable_pci}" = maybe ; then enable_pci=yes ; fi
    cat >> confdefs.h <<\EOF
#define GM_CPU_x86 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_RDMA_GRANULARITY 32
EOF

    if test "${enable_4k}" = maybe ; then enable_4k=yes ; fi
    if test "${enable_32b}" = maybe ; then enable_32b=yes ; fi
    ;;

  ia64)
    if test "${enable_pci}" = maybe ; then enable_pci=yes ; fi
    cat >> confdefs.h <<\EOF
#define GM_CPU_ia64 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_RDMA_GRANULARITY 32
EOF

    if test "${enable_64b}" = maybe ; then enable_64b=yes ; fi
    if test "${enable_8k}" = maybe ; then enable_8k=yes ; fi
    ;;

  sparc)
    if test "${enable_pci}" = maybe ; then enable_pci=yes ; fi
    if test "${enable_sbus}" = maybe ; then enable_sbus=yes ; fi
    cat >> confdefs.h <<\EOF
#define GM_CPU_sparc 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_RDMA_GRANULARITY 64
EOF

    # Only support UltraSparcs, which have 8k pages, because they're the
    # only ones with coherent I/O
    # Let's try sparc too (4k pages) - feldy 5/26/99
    # if test "${enable_4k}" = maybe ; then enable_4k=yes ; fi
    if test "${enable_8k}" = maybe ; then enable_8k=yes ; fi
    if test "${enable_32b}" = maybe ; then enable_32b=yes ; fi
    ;;

  alpha)
    if test "${enable_pci}" = maybe ; then enable_pci=yes ; fi
    cat >> confdefs.h <<\EOF
#define GM_CPU_alpha 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_RDMA_GRANULARITY fubar
EOF

            if test "${enable_8k}" = maybe ; then enable_8k=yes ; fi
    if test "${enable_alpha_bwops}" = maybe ; then enable_alpha_bwops=no; fi
    if test "${enable_smp}" = maybe ; then enable_smp=no; fi
    if  test "${enable_alpha_bwops}" = yes ; then CFLAGS="-Wa,-m21164a -mcpu=21164a $CFLAGS";fi
    # ac_cv_sizeof_void_p="not_a_valid_number"
    if test "${enable_64b}" = maybe ; then enable_64b=yes ; fi
    ;;

  mips)
    if test "${enable_pci}" = maybe ; then enable_pci=yes ; fi
    cat >> confdefs.h <<\EOF
#define GM_CPU_mips 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_RDMA_GRANULARITY 128
EOF

    if test "${mips_page_size}" = 4k; then
        if test "${enable_4k}" = maybe ; then enable_4k=yes ; fi ;
    fi
    if test "${mips_page_size}" = 16k; then
        if test "${enable_16k}" = maybe ; then enable_16k=yes ; fi ;
    fi
    if test "${enable_64b}" = maybe ; then enable_64b=yes ; fi
    ;;

  powerpc)
    cat >> confdefs.h <<\EOF
#define GM_CPU_powerpc 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_RDMA_GRANULARITY fubar
EOF

    if test "${enable_4k}" = maybe ; then enable_4k=yes ; fi
    if test "${enable_32b}" = maybe ; then enable_32b=yes ; fi
    ;;

  hppa*)
    cat >> confdefs.h <<\EOF
#define GM_CPU_hppa 1
EOF

	target_cpu=hppa
    cat >> confdefs.h <<\EOF
#define GM_RDMA_GRANULARITY 64
EOF

    if test "${enable_4k}" = maybe ; then enable_4k=yes ; fi
    if test "${enable_64b}" = maybe ; then enable_64b=yes ; fi
    ;;

  sparc64)
    if test "${enable_pci}" = maybe ; then enable_pci=yes ; fi
    if test "${enable_sbus}" = maybe ; then enable_sbus=yes ; fi
    cat >> confdefs.h <<\EOF
#define GM_CPU_sparc64 1
EOF

    cat >> confdefs.h <<\EOF
#define GM_RDMA_GRANULARITY 64
EOF

    # Only support UltraSparcs, which have 8k pages, because they're the
    # only ones with coherent I/O
    # if test "${enable_4k}" = maybe ; then enable_4k=yes ; fi
    if test "${enable_8k}" = maybe ; then enable_8k=yes ; fi
    if test "${is_linux}" = yes
    then
      EXTRA_LIBZ_CFLAGS="-D__restrict=\"\""
      KCC="sparc64-linux-gcc"
      enable_sbus=no;
      if test "${enable_32b}" = maybe ; then enable_32b=yes ; fi
    else
      if test "${enable_64b}" = maybe ; then enable_64b=yes ; fi
    fi
    ;;

  *)
    echo Could not determine MCP versions to build for CPU ${target}.
    exit 1
  ;;
esac

gm_driver_makefiles_in=`echo "${gm_driver_makefiles}" | sed 's%Makefile%Makefile.in%g'`

echo enable_32b = $enable_32b
echo enable_64b = $enable_64b

if test "${enable_crc32}" = yes
then
  if test "${enable_l4}" = yes
  then
    echo "--enable-crc32 is incompatible with --enable-l4".
    echo "You must --disable-l4."
    exit 1
  fi
  cat >> confdefs.h <<\EOF
#define GM_ENABLE_CRC32 1
EOF

fi
if test "${enable_l4}" = yes
then
  cat >> confdefs.h <<\EOF
#define GM_SUPPORT_L4 1
EOF

fi
if test "${enable_l5}" = yes
then
  cat >> confdefs.h <<\EOF
#define GM_SUPPORT_L5 1
EOF

fi
if test "${enable_l6}" = yes
then
  cat >> confdefs.h <<\EOF
#define GM_SUPPORT_L6 1
EOF

fi
if test "${enable_l7}" = yes
then
  cat >> confdefs.h <<\EOF
#define GM_SUPPORT_L7 1
EOF

fi 
if test "${enable_l8}" = yes
then
  cat >> confdefs.h <<\EOF
#define GM_SUPPORT_L8 1
EOF

fi
if test "${enable_l9}" = yes
then
  cat >> confdefs.h <<\EOF
#define GM_SUPPORT_L9 1
EOF

fi
if test "${enable_0k}" = yes
then
  cat >> confdefs.h <<\EOF
#define GM_SUPPORT_0K_PAGES 1
EOF

fi
if test "${enable_4k}" = yes
then
  cat >> confdefs.h <<\EOF
#define GM_SUPPORT_4K_PAGES 1
EOF

fi
if test "${enable_8k}" = yes
then
  cat >> confdefs.h <<\EOF
#define GM_SUPPORT_8K_PAGES 1
EOF

fi
if test "${enable_16k}" = yes
then
  cat >> confdefs.h <<\EOF
#define GM_SUPPORT_16K_PAGES 1
EOF

fi
if test "${enable_32b}" = yes
then
  cat >> confdefs.h <<\EOF
#define GM_SUPPORT_32_BIT_USER_PTRS 1
EOF

fi
if test "${enable_64b}" = yes
then
  cat >> confdefs.h <<\EOF
#define GM_SUPPORT_64_BIT_USER_PTRS 1
EOF

fi
if test "${enable_pci}" = yes
then
  cat >> confdefs.h <<\EOF
#define GM_SUPPORT_PCI_REV_1 1
EOF

  cat >> confdefs.h <<\EOF
#define GM_SUPPORT_PCI_REV_2 1
EOF

  if test "$enable_l7" = yes -o "$enable_l8" = yes -o "$enable_l9" = yes
  then
    cat >> confdefs.h <<\EOF
#define GM_SUPPORT_PCI_REV_3 1
EOF

    GM_MCPS="${GM_MCPS}mcp/gm_lanai_rate_array.c "
  fi
fi
if test "${enable_sbus}" = yes
then
  cat >> confdefs.h <<\EOF
#define GM_SUPPORT_SBUS 1
EOF

fi
cat >> confdefs.h <<EOF
#define GM_PRINT_LEVEL ${enable_printing-0}
EOF


case ${enable_dp_size} in
    8)
        sizeof_dp_t=8
	;;
    4)
        sizeof_dp_t=4
	;;
    no)
	;;
    *)
	echo "*** Error: enable-dp-size must be 8 or 4"
	exit 1
esac
cat >> confdefs.h <<EOF
#define GM_SIZEOF_DP_T ${sizeof_dp_t-8}
EOF


echo Determining which MCPs to build.
for lanai_type in l4 l5 l6 l7 l8 l9
do
  if test `eval echo x\\\$enable_${lanai_type}` != xyes ; then continue ; fi
  for page_size in 0k 4k 8k 16k
  do
    if test `eval echo x\\\$enable_${page_size}` != xyes ; then continue ; fi
    for ptr_size in 32b 64b
    do
      if test `eval echo x\\\$enable_${ptr_size}` != xyes ; then continue ; fi
      GM_MCPS="${GM_MCPS}mcp/gmcp_array_${ptr_size}_${lanai_type}_${page_size}.c " ;
      if test "${lanai_type}" = l4 ; then
	  if test "${MIN_SUPPORTED_SRAM}" = 256; then  
      	      GM_MCPS="${GM_MCPS}mcp/gmcp_array_${ptr_size}_${lanai_type}_${page_size}_compact.c " 
	  fi
	  if test "${MIN_SUPPORTED_SRAM}" = 512 ; then  
      	      GM_MCPS="${GM_MCPS}mcp/gmcp_array_${ptr_size}_${lanai_type}_${page_size}_compact512.c " 
	  fi
      fi
      if test "${lanai_type}" = l7 ; then
	  if test ${new_features} = yes ; then
      	      GM_MCPS="${GM_MCPS}mcp/gmcp_array_${ptr_size}_${lanai_type}_${page_size}_newfeatures.c " 
	  fi
      fi
      if test "${lanai_type}" = l9 ; then
	  if test ${new_features} = yes ; then
      	      GM_MCPS="${GM_MCPS}mcp/gmcp_array_${ptr_size}_${lanai_type}_${page_size}_newfeatures.c " 
	  fi
      fi
    done
  done
done
# This additional array is needed for any PCI driver to determine the
# board clock speed



GM_MCP_OBJS=`echo ${GM_MCPS} | sed -e 's/\.c/.o/g'`


echo Using driver source code in ${gm_driverdir}.





echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
echo "configure:2608: checking whether ${MAKE-make} sets \${MAKE}" >&5
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftestmake <<\EOF
all:
	@echo 'ac_maketemp="${MAKE}"'
EOF
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
if test -n "$ac_maketemp"; then
  eval ac_cv_prog_make_${ac_make}_set=yes
else
  eval ac_cv_prog_make_${ac_make}_set=no
fi
rm -f conftestmake
fi
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  SET_MAKE=
else
  echo "$ac_t""no" 1>&6
  SET_MAKE="MAKE=${MAKE-make}"
fi


# Extract the first word of "ar", so it can be a program name with args.
set dummy ar; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2638: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_AR'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$AR" in
  /*)
  ac_cv_path_AR="$AR" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_AR="$AR" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_AR="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  test -z "$ac_cv_path_AR" && ac_cv_path_AR="ar"
  ;;
esac
fi
AR="$ac_cv_path_AR"
if test -n "$AR"; then
  echo "$ac_t""$AR" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "basename", so it can be a program name with args.
set dummy basename; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2674: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_BASENAME'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$BASENAME" in
  /*)
  ac_cv_path_BASENAME="$BASENAME" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_BASENAME="$BASENAME" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_BASENAME="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  test -z "$ac_cv_path_BASENAME" && ac_cv_path_BASENAME="basename"
  ;;
esac
fi
BASENAME="$ac_cv_path_BASENAME"
if test -n "$BASENAME"; then
  echo "$ac_t""$BASENAME" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "cat", so it can be a program name with args.
set dummy cat; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2710: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_CAT'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$CAT" in
  /*)
  ac_cv_path_CAT="$CAT" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_CAT="$CAT" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_CAT="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  test -z "$ac_cv_path_CAT" && ac_cv_path_CAT="cat"
  ;;
esac
fi
CAT="$ac_cv_path_CAT"
if test -n "$CAT"; then
  echo "$ac_t""$CAT" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "chmod", so it can be a program name with args.
set dummy chmod; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2746: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_CHMOD'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$CHMOD" in
  /*)
  ac_cv_path_CHMOD="$CHMOD" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_CHMOD="$CHMOD" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_CHMOD="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  test -z "$ac_cv_path_CHMOD" && ac_cv_path_CHMOD="chmod"
  ;;
esac
fi
CHMOD="$ac_cv_path_CHMOD"
if test -n "$CHMOD"; then
  echo "$ac_t""$CHMOD" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "ctags", so it can be a program name with args.
set dummy ctags; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2782: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_CTAGS'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$CTAGS" in
  /*)
  ac_cv_path_CTAGS="$CTAGS" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_CTAGS="$CTAGS" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_CTAGS="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  test -z "$ac_cv_path_CTAGS" && ac_cv_path_CTAGS="ctags"
  ;;
esac
fi
CTAGS="$ac_cv_path_CTAGS"
if test -n "$CTAGS"; then
  echo "$ac_t""$CTAGS" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "distill", so it can be a program name with args.
set dummy distill; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2818: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_DISTILL'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$DISTILL" in
  /*)
  ac_cv_path_DISTILL="$DISTILL" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_DISTILL="$DISTILL" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_DISTILL="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  test -z "$ac_cv_path_DISTILL" && ac_cv_path_DISTILL="distill"
  ;;
esac
fi
DISTILL="$ac_cv_path_DISTILL"
if test -n "$DISTILL"; then
  echo "$ac_t""$DISTILL" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "dvips", so it can be a program name with args.
set dummy dvips; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2854: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_DVIPS'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$DVIPS" in
  /*)
  ac_cv_path_DVIPS="$DVIPS" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_DVIPS="$DVIPS" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_DVIPS="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  test -z "$ac_cv_path_DVIPS" && ac_cv_path_DVIPS=": disabled dvips"
  ;;
esac
fi
DVIPS="$ac_cv_path_DVIPS"
if test -n "$DVIPS"; then
  echo "$ac_t""$DVIPS" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "echo", so it can be a program name with args.
set dummy echo; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2890: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_ECHO'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$ECHO" in
  /*)
  ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_ECHO="$ECHO" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_ECHO="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
  ;;
esac
fi
ECHO="$ac_cv_path_ECHO"
if test -n "$ECHO"; then
  echo "$ac_t""$ECHO" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "etags", so it can be a program name with args.
set dummy etags; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2926: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_ETAGS'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$ETAGS" in
  /*)
  ac_cv_path_ETAGS="$ETAGS" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_ETAGS="$ETAGS" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_ETAGS="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  test -z "$ac_cv_path_ETAGS" && ac_cv_path_ETAGS="etags"
  ;;
esac
fi
ETAGS="$ac_cv_path_ETAGS"
if test -n "$ETAGS"; then
  echo "$ac_t""$ETAGS" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "gendat", so it can be a program name with args.
set dummy gendat; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2962: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GENDAT'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GENDAT" in
  /*)
  ac_cv_path_GENDAT="$GENDAT" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GENDAT="$GENDAT" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GENDAT="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  test -z "$ac_cv_path_GENDAT" && ac_cv_path_GENDAT="gendat"
  ;;
esac
fi
GENDAT="$ac_cv_path_GENDAT"
if test -n "$GENDAT"; then
  echo "$ac_t""$GENDAT" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "gs", so it can be a program name with args.
set dummy gs; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2998: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GS'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GS" in
  /*)
  ac_cv_path_GS="$GS" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GS="$GS" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GS="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  test -z "$ac_cv_path_GS" && ac_cv_path_GS="gs"
  ;;
esac
fi
GS="$ac_cv_path_GS"
if test -n "$GS"; then
  echo "$ac_t""$GS" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# 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>&6
echo "configure:3043: checking for a BSD compatible install" >&5
if test -z "$INSTALL"; then
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
    IFS="${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; do
        if test -f $ac_dir/$ac_prog; then
	  if test $ac_prog = install &&
            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
	    # AIX install.  It has an incompatible calling convention.
	    :
	  else
	    ac_cv_path_install="$ac_dir/$ac_prog -c"
	    break 2
	  fi
	fi
      done
      ;;
    esac
  done
  IFS="$ac_save_IFS"

fi
  if test "${ac_cv_path_install+set}" = set; then
    INSTALL="$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"
  fi
fi
echo "$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'

# Extract the first word of "install-info", so it can be a program name with args.
set dummy install-info; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3098: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_INSTALL_INFO'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$INSTALL_INFO" in
  /*)
  ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_INSTALL_INFO="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  test -z "$ac_cv_path_INSTALL_INFO" && ac_cv_path_INSTALL_INFO="install-info"
  ;;
esac
fi
INSTALL_INFO="$ac_cv_path_INSTALL_INFO"
if test -n "$INSTALL_INFO"; then
  echo "$ac_t""$INSTALL_INFO" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "lanai-gcc", so it can be a program name with args.
set dummy lanai-gcc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3134: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_LANAI_GCC'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$LANAI_GCC" in
  /*)
  ac_cv_path_LANAI_GCC="$LANAI_GCC" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_LANAI_GCC="$LANAI_GCC" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_LANAI_GCC="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  test -z "$ac_cv_path_LANAI_GCC" && ac_cv_path_LANAI_GCC="lanai-gcc"
  ;;
esac
fi
LANAI_GCC="$ac_cv_path_LANAI_GCC"
if test -n "$LANAI_GCC"; then
  echo "$ac_t""$LANAI_GCC" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "lanai-ar", so it can be a program name with args.
set dummy lanai-ar; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3170: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_LANAI_AR'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$LANAI_AR" in
  /*)
  ac_cv_path_LANAI_AR="$LANAI_AR" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_LANAI_AR="$LANAI_AR" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_LANAI_AR="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  test -z "$ac_cv_path_LANAI_AR" && ac_cv_path_LANAI_AR="lanai-ar"
  ;;
esac
fi
LANAI_AR="$ac_cv_path_LANAI_AR"
if test -n "$LANAI_AR"; then
  echo "$ac_t""$LANAI_AR" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "ld", so it can be a program name with args.
set dummy ld; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3206: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$LD" in
  /*)
  ac_cv_path_LD="$LD" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_LD="$LD" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_LD="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  test -z "$ac_cv_path_LD" && ac_cv_path_LD="ld"
  ;;
esac
fi
LD="$ac_cv_path_LD"
if test -n "$LD"; then
  echo "$ac_t""$LD" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
echo "configure:3240: checking whether ln -s works" >&5
if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  rm -f conftestdata
if ln -s X conftestdata 2>/dev/null
then
  rm -f conftestdata
  ac_cv_prog_LN_S="ln -s"
else
  ac_cv_prog_LN_S=ln
fi
fi
LN_S="$ac_cv_prog_LN_S"
if test "$ac_cv_prog_LN_S" = "ln -s"; then
  echo "$ac_t""yes" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "makeinfo", so it can be a program name with args.
set dummy makeinfo; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3263: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_MAKEINFO'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$MAKEINFO" in
  /*)
  ac_cv_path_MAKEINFO="$MAKEINFO" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_MAKEINFO="$MAKEINFO" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_MAKEINFO="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  test -z "$ac_cv_path_MAKEINFO" && ac_cv_path_MAKEINFO=": disabled makeinfo"
  ;;
esac
fi
MAKEINFO="$ac_cv_path_MAKEINFO"
if test -n "$MAKEINFO"; then
  echo "$ac_t""$MAKEINFO" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "psrev", so it can be a program name with args.
set dummy psrev; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3299: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_PSREV'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$PSREV" in
  /*)
  ac_cv_path_PSREV="$PSREV" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_PSREV="$PSREV" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_PSREV="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  test -z "$ac_cv_path_PSREV" && ac_cv_path_PSREV="psrev"
  ;;
esac
fi
PSREV="$ac_cv_path_PSREV"
if test -n "$PSREV"; then
  echo "$ac_t""$PSREV" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3335: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$RANLIB"; then
  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
else
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_RANLIB="ranlib"
      break
    fi
  done
  IFS="$ac_save_ifs"
  test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
fi
fi
RANLIB="$ac_cv_prog_RANLIB"
if test -n "$RANLIB"; then
  echo "$ac_t""$RANLIB" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "strip", so it can be a program name with args.
set dummy strip; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3365: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_STRIP'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$STRIP" in
  /*)
  ac_cv_path_STRIP="$STRIP" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_STRIP="$STRIP" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_STRIP="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  test -z "$ac_cv_path_STRIP" && ac_cv_path_STRIP=": disabled strip"
  ;;
esac
fi
STRIP="$ac_cv_path_STRIP"
if test -n "$STRIP"; then
  echo "$ac_t""$STRIP" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "texi2dvi", so it can be a program name with args.
set dummy texi2dvi; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3401: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_TEXI2DVI'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$TEXI2DVI" in
  /*)
  ac_cv_path_TEXI2DVI="$TEXI2DVI" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_TEXI2DVI="$TEXI2DVI" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_TEXI2DVI="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  test -z "$ac_cv_path_TEXI2DVI" && ac_cv_path_TEXI2DVI=": disabled texi2dvi"
  ;;
esac
fi
TEXI2DVI="$ac_cv_path_TEXI2DVI"
if test -n "$TEXI2DVI"; then
  echo "$ac_t""$TEXI2DVI" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "texi2html", so it can be a program name with args.
set dummy texi2html; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3437: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_TEXI2HTML'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$TEXI2HTML" in
  /*)
  ac_cv_path_TEXI2HTML="$TEXI2HTML" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_TEXI2HTML="$TEXI2HTML" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_TEXI2HTML="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  test -z "$ac_cv_path_TEXI2HTML" && ac_cv_path_TEXI2HTML=": disabled texi2html"
  ;;
esac
fi
TEXI2HTML="$ac_cv_path_TEXI2HTML"
if test -n "$TEXI2HTML"; then
  echo "$ac_t""$TEXI2HTML" 1>&6
else
  echo "$ac_t""no" 1>&6
fi



if test "x${USER}" != x
then
  if test ${USER} != root
  then
    DUSER="-D${USER}=1"
    
  else
    DUSER="-DXXrootXX=1"
    
  fi
fi











echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
echo "configure:3495: checking for ANSI C header files" >&5
if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 3500 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <float.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:3508: \"$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
  rm -rf conftest*
  ac_cv_header_stdc=yes
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  ac_cv_header_stdc=no
fi
rm -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 3525 "configure"
#include "confdefs.h"
#include <string.h>
EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "memchr" >/dev/null 2>&1; then
  :
else
  rm -rf conftest*
  ac_cv_header_stdc=no
fi
rm -f conftest*

fi

if 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 3543 "configure"
#include "confdefs.h"
#include <stdlib.h>
EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "free" >/dev/null 2>&1; then
  :
else
  rm -rf conftest*
  ac_cv_header_stdc=no
fi
rm -f conftest*

fi

if 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
  :
else
  cat > conftest.$ac_ext <<EOF
#line 3564 "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); }

EOF
if { (eval echo configure:3575: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
  :
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
  ac_cv_header_stdc=no
fi
rm -fr conftest*
fi

fi
fi

echo "$ac_t""$ac_cv_header_stdc" 1>&6
if test $ac_cv_header_stdc = yes; then
  cat >> confdefs.h <<\EOF
#define STDC_HEADERS 1
EOF

fi

for ac_hdr in stdio.h windows.h fcntl.h strings.h sys/time.h sys/file.h unistd.h sys/types.h sys/kmem.h sys/mman.h netinet/in.h sys/errno.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
echo "configure:3602: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 3607 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:3612: \"$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
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  cat >> confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
 
else
  echo "$ac_t""no" 1>&6
fi
done


echo $ac_n "checking for working const""... $ac_c" 1>&6
echo "configure:3640: checking for working const" >&5
if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 3645 "configure"
#include "confdefs.h"

int main() {

/* Ultrix mips cc rejects this.  */
typedef int charset[2]; const charset x;
/* SunOS 4.1.1 cc rejects this.  */
char const *const *ccp;
char **p;
/* NEC SVR4.0.2 mips cc rejects this.  */
struct point {int x, y;};
static struct point const zero = {0,0};
/* AIX XL C 1.02.0.0 rejects this.
   It does not let you subtract one const X* pointer from another in an arm
   of an if-expression whose if-part is not a constant expression */
const char *g = "string";
ccp = &g + (g ? g-g : 0);
/* HPUX 7.0 cc rejects these. */
++ccp;
p = (char**) ccp;
ccp = (char const *const *) p;
{ /* SCO 3.2v4 cc rejects this.  */
  char *t;
  char const *s = 0 ? (char *) 0 : (char const *) 0;

  *t++ = 0;
}
{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  int x[] = {25, 17};
  const int *foo = &x[0];
  ++foo;
}
{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  typedef const int *iptr;
  iptr p = 0;
  ++p;
}
{ /* AIX XL C 1.02.0.0 rejects this saying
     "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  struct s { int j; const int *ap[3]; };
  struct s *b; b->j = 5;
}
{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  const int foo = 10;
}

; return 0; }
EOF
if { (eval echo configure:3694: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  rm -rf conftest*
  ac_cv_c_const=yes
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  ac_cv_c_const=no
fi
rm -f conftest*
fi

echo "$ac_t""$ac_cv_c_const" 1>&6
if test $ac_cv_c_const = no; then
  cat >> confdefs.h <<\EOF
#define const 
EOF

fi

echo $ac_n "checking for inline""... $ac_c" 1>&6
echo "configure:3715: checking for inline" >&5
if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
  cat > conftest.$ac_ext <<EOF
#line 3722 "configure"
#include "confdefs.h"

int main() {
} $ac_kw foo() {
; return 0; }
EOF
if { (eval echo configure:3729: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  rm -rf conftest*
  ac_cv_c_inline=$ac_kw; break
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
fi
rm -f conftest*
done

fi

echo "$ac_t""$ac_cv_c_inline" 1>&6
case "$ac_cv_c_inline" in
  inline | yes) ;;
  no) cat >> confdefs.h <<\EOF
#define inline 
EOF
 ;;
  *)  cat >> confdefs.h <<EOF
#define inline $ac_cv_c_inline
EOF
 ;;
esac

echo $ac_n "checking for off_t""... $ac_c" 1>&6
echo "configure:3755: checking for off_t" >&5
if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 3760 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
#include <stdlib.h>
#include <stddef.h>
#endif
EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  rm -rf conftest*
  ac_cv_type_off_t=yes
else
  rm -rf conftest*
  ac_cv_type_off_t=no
fi
rm -f conftest*

fi
echo "$ac_t""$ac_cv_type_off_t" 1>&6
if test $ac_cv_type_off_t = no; then
  cat >> confdefs.h <<\EOF
#define off_t long
EOF

fi

echo $ac_n "checking for size_t""... $ac_c" 1>&6
echo "configure:3788: checking for size_t" >&5
if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 3793 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
#include <stdlib.h>
#include <stddef.h>
#endif
EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  rm -rf conftest*
  ac_cv_type_size_t=yes
else
  rm -rf conftest*
  ac_cv_type_size_t=no
fi
rm -f conftest*

fi
echo "$ac_t""$ac_cv_type_size_t" 1>&6
if test $ac_cv_type_size_t = no; then
  cat >> confdefs.h <<\EOF
#define size_t unsigned
EOF

fi

echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
echo "configure:3821: checking for uid_t in sys/types.h" >&5
if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 3826 "configure"
#include "confdefs.h"
#include <sys/types.h>
EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "uid_t" >/dev/null 2>&1; then
  rm -rf conftest*
  ac_cv_type_uid_t=yes
else
  rm -rf conftest*
  ac_cv_type_uid_t=no
fi
rm -f conftest*

fi

echo "$ac_t""$ac_cv_type_uid_t" 1>&6
if test $ac_cv_type_uid_t = no; then
  cat >> confdefs.h <<\EOF
#define uid_t int
EOF

  cat >> confdefs.h <<\EOF
#define gid_t int
EOF

fi


if test $ac_cv_prog_gcc = yes; then
    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
echo "configure:3857: checking whether ${CC-cc} needs -traditional" >&5
if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
    ac_pattern="Autoconf.*'x'"
  cat > conftest.$ac_ext <<EOF
#line 3863 "configure"
#include "confdefs.h"
#include <sgtty.h>
Autoconf TIOCGETP
EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "$ac_pattern" >/dev/null 2>&1; then
  rm -rf conftest*
  ac_cv_prog_gcc_traditional=yes
else
  rm -rf conftest*
  ac_cv_prog_gcc_traditional=no
fi
rm -f conftest*


  if test $ac_cv_prog_gcc_traditional = no; then
    cat > conftest.$ac_ext <<EOF
#line 3881 "configure"
#include "confdefs.h"
#include <termio.h>
Autoconf TCGETA
EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "$ac_pattern" >/dev/null 2>&1; then
  rm -rf conftest*
  ac_cv_prog_gcc_traditional=yes
fi
rm -f conftest*

  fi
fi

echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
  if test $ac_cv_prog_gcc_traditional = yes; then
    CC="$CC -traditional"
  fi
fi

for ac_hdr in unistd.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
echo "configure:3906: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 3911 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:3916: \"$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
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  cat >> confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
 
else
  echo "$ac_t""no" 1>&6
fi
done

for ac_func in getpagesize
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:3945: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 3950 "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 gcc2
    builtin and then its argument prototype would still apply.  */
char $ac_func();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something 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; }
EOF
if { (eval echo configure:3973: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  rm -rf conftest*
  eval "ac_cv_func_$ac_func=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_$ac_func=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  cat >> confdefs.h <<EOF
#define $ac_tr_func 1
EOF
 
else
  echo "$ac_t""no" 1>&6
fi
done

echo $ac_n "checking for working mmap""... $ac_c" 1>&6
echo "configure:3998: checking for working mmap" >&5
if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
  ac_cv_func_mmap_fixed_mapped=no
else
  cat > conftest.$ac_ext <<EOF
#line 4006 "configure"
#include "confdefs.h"

/* Thanks to Mike Haertel and Jim Avera for this test.
   Here is a matrix of mmap possibilities:
	mmap private not fixed
	mmap private fixed at somewhere currently unmapped
	mmap private fixed at somewhere already mapped
	mmap shared not fixed
	mmap shared fixed at somewhere currently unmapped
	mmap shared fixed at somewhere already mapped
   For private mappings, we should verify that changes cannot be read()
   back from the file, nor mmap's back from the file at a different
   address.  (There have been systems where private was not correctly
   implemented like the infamous i386 svr4.0, and systems where the
   VM page cache was not coherent with the filesystem buffer cache
   like early versions of FreeBSD and possibly contemporary NetBSD.)
   For shared mappings, we should conversely verify that changes get
   propogated back to all the places they're supposed to be.

   Grep wants private fixed already mapped.
   The main things grep needs to know about mmap are:
   * does it exist and is it safe to write into the mmap'd area
   * how to use it (BSD variants)  */
#include <sys/types.h>
#include <fcntl.h>
#include <sys/mman.h>

/* This mess was copied from the GNU getpagesize.h.  */
#ifndef HAVE_GETPAGESIZE
# ifdef HAVE_UNISTD_H
#  include <unistd.h>
# endif

/* Assume that all systems that can run configure have sys/param.h.  */
# ifndef HAVE_SYS_PARAM_H
#  define HAVE_SYS_PARAM_H 1
# endif

# ifdef _SC_PAGESIZE
#  define getpagesize() sysconf(_SC_PAGESIZE)
# else /* no _SC_PAGESIZE */
#  ifdef HAVE_SYS_PARAM_H
#   include <sys/param.h>
#   ifdef EXEC_PAGESIZE
#    define getpagesize() EXEC_PAGESIZE
#   else /* no EXEC_PAGESIZE */
#    ifdef NBPG
#     define getpagesize() NBPG * CLSIZE
#     ifndef CLSIZE
#      define CLSIZE 1
#     endif /* no CLSIZE */
#    else /* no NBPG */
#     ifdef NBPC
#      define getpagesize() NBPC
#     else /* no NBPC */
#      ifdef PAGESIZE
#       define getpagesize() PAGESIZE
#      endif /* PAGESIZE */
#     endif /* no NBPC */
#    endif /* no NBPG */
#   endif /* no EXEC_PAGESIZE */
#  else /* no HAVE_SYS_PARAM_H */
#   define getpagesize() 8192	/* punt totally */
#  endif /* no HAVE_SYS_PARAM_H */
# endif /* no _SC_PAGESIZE */

#endif /* no HAVE_GETPAGESIZE */

#ifdef __cplusplus
extern "C" { void *malloc(unsigned); }
#else
char *malloc();
#endif

int
main()
{
	char *data, *data2, *data3;
	int i, pagesize;
	int fd;

	pagesize = getpagesize();

	/*
	 * First, make a file with some known garbage in it.
	 */
	data = malloc(pagesize);
	if (!data)
		exit(1);
	for (i = 0; i < pagesize; ++i)
		*(data + i) = rand();
	umask(0);
	fd = creat("conftestmmap", 0600);
	if (fd < 0)
		exit(1);
	if (write(fd, data, pagesize) != pagesize)
		exit(1);
	close(fd);

	/*
	 * Next, try to mmap the file at a fixed address which
	 * already has something else allocated at it.  If we can,
	 * also make sure that we see the same garbage.
	 */
	fd = open("conftestmmap", O_RDWR);
	if (fd < 0)
		exit(1);
	data2 = malloc(2 * pagesize);
	if (!data2)
		exit(1);
	data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
	if (data2 != mmap(data2, pagesize, PROT_READ | PROT_WRITE,
	    MAP_PRIVATE | MAP_FIXED, fd, 0L))
		exit(1);
	for (i = 0; i < pagesize; ++i)
		if (*(data + i) != *(data2 + i))
			exit(1);

	/*
	 * Finally, make sure that changes to the mapped area
	 * do not percolate back to the file as seen by read().
	 * (This is a bug on some variants of i386 svr4.0.)
	 */
	for (i = 0; i < pagesize; ++i)
		*(data2 + i) = *(data2 + i) + 1;
	data3 = malloc(pagesize);
	if (!data3)
		exit(1);
	if (read(fd, data3, pagesize) != pagesize)
		exit(1);
	for (i = 0; i < pagesize; ++i)
		if (*(data + i) != *(data3 + i))
			exit(1);
	close(fd);
	unlink("conftestmmap");
	exit(0);
}

EOF
if { (eval echo configure:4146: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
  ac_cv_func_mmap_fixed_mapped=yes
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
  ac_cv_func_mmap_fixed_mapped=no
fi
rm -fr conftest*
fi

fi

echo "$ac_t""$ac_cv_func_mmap_fixed_mapped" 1>&6
if test $ac_cv_func_mmap_fixed_mapped = yes; then
  cat >> confdefs.h <<\EOF
#define HAVE_MMAP 1
EOF

fi

echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
echo "configure:4169: checking return type of signal handlers" >&5
if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 4174 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <signal.h>
#ifdef signal
#undef signal
#endif
#ifdef __cplusplus
extern "C" void (*signal (int, void (*)(int)))(int);
#else
void (*signal ()) ();
#endif

int main() {
int i;
; return 0; }
EOF
if { (eval echo configure:4191: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  rm -rf conftest*
  ac_cv_type_signal=void
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  ac_cv_type_signal=int
fi
rm -f conftest*
fi

echo "$ac_t""$ac_cv_type_signal" 1>&6
cat >> confdefs.h <<EOF
#define RETSIGTYPE $ac_cv_type_signal
EOF


for ac_func in memalign atexit on_exit
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:4212: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 4217 "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 gcc2
    builtin and then its argument prototype would still apply.  */
char $ac_func();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something 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; }
EOF
if { (eval echo configure:4240: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  rm -rf conftest*
  eval "ac_cv_func_$ac_func=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_$ac_func=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  cat >> confdefs.h <<EOF
#define $ac_tr_func 1
EOF
 
else
  echo "$ac_t""no" 1>&6
fi
done


if test "${cross_compiling}" = no; then
	# not a cross compiler - these tests are OK
	# Checks for libraries.
	# Replace `main' with a function in -lgcc:
	echo $ac_n "checking for main in -lgcc""... $ac_c" 1>&6
echo "configure:4270: checking for main in -lgcc" >&5
ac_lib_var=`echo gcc'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
LIBS="-lgcc  $LIBS"
cat > conftest.$ac_ext <<EOF
#line 4278 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }
EOF
if { (eval echo configure:4285: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_lib=HAVE_LIB`echo gcc | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-lgcc $LIBS"

else
  echo "$ac_t""no" 1>&6
fi

	echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
echo "configure:4313: checking whether byte ordering is bigendian" >&5
if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_cv_c_bigendian=unknown
# See if sys/param.h defines the BYTE_ORDER macro.
cat > conftest.$ac_ext <<EOF
#line 4320 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
int main() {

#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
 bogus endian macros
#endif
; return 0; }
EOF
if { (eval echo configure:4331: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  rm -rf conftest*
  # It does; now see whether it defined to BIG_ENDIAN or not.
cat > conftest.$ac_ext <<EOF
#line 4335 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
int main() {

#if BYTE_ORDER != BIG_ENDIAN
 not big endian
#endif
; return 0; }
EOF
if { (eval echo configure:4346: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  rm -rf conftest*
  ac_cv_c_bigendian=yes
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  ac_cv_c_bigendian=no
fi
rm -f conftest*
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
fi
rm -f conftest*
if test $ac_cv_c_bigendian = unknown; then
if test "$cross_compiling" = yes; then
    { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
else
  cat > conftest.$ac_ext <<EOF
#line 4366 "configure"
#include "confdefs.h"
main () {
  /* Are we little or big endian?  From Harbison&Steele.  */
  union
  {
    long l;
    char c[sizeof (long)];
  } u;
  u.l = 1;
  exit (u.c[sizeof (long) - 1] == 1);
}
EOF
if { (eval echo configure:4379: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
  ac_cv_c_bigendian=no
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
  ac_cv_c_bigendian=yes
fi
rm -fr conftest*
fi

fi
fi

echo "$ac_t""$ac_cv_c_bigendian" 1>&6
if test $ac_cv_c_bigendian = yes; then
  cat >> confdefs.h <<\EOF
#define WORDS_BIGENDIAN 1
EOF

fi

fi



mkdir -p drivers ${gm_driverdir} ${gm_other_driverdirs} || :
mkdir -p include libgm mcp tests zlib trace || :
mkdir -p mt mt/libmt mt/mmapper mt/simple mt/tools mt/deadlock || :
mkdir -p mcp/libc/stdio mcp/libc/stdlib mcp/libc/string
mkdir -p util

trap '' 1 2 15
cat > confcache <<\EOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs.  It is not useful on other systems.
# If it contains results you don't want to keep, you may remove or edit it.
#
# By default, configure uses ./config.cache as the cache file,
# creating it if it does not exist already.  You can give configure
# the --cache-file=FILE option to use a different cache file; that is
# what configure does when it calls configure scripts in
# subdirectories, so they share the cache.
# Giving --cache-file=/dev/null disables caching, for debugging configure.
# config.status only pays attention to the cache file if you give it the
# --recheck option to rerun configure.
#
EOF
# The following way of writing the cache mishandles newlines in values,
# but we know of no workaround that is simple, portable, and efficient.
# So, don't put newlines in cache variables' values.
# Ultrix sh set writes to stderr and can't be redirected directly,
# and sets the high bit in the cache file unless we assign to the vars.
(set) 2>&1 |
  case `(ac_space=' '; set | grep ac_space) 2>&1` in
  *ac_space=\ *)
    # `set' does not quote correctly, so add quotes (double-quote substitution
    # turns \\\\ into \\, and sed turns \\ into \).
    sed -n \
      -e "s/'/'\\\\''/g" \
      -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
    ;;
  *)
    # `set' quotes correctly as required by POSIX, so do not add quotes.
    sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
    ;;
  esac >> confcache
if cmp -s $cache_file confcache; then
  :
else
  if test -w $cache_file; then
    echo "updating cache $cache_file"
    cat confcache > $cache_file
  else
    echo "not updating unwritable cache $cache_file"
  fi
fi
rm -f confcache

trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15

test "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.; then
  ac_vpsub='/^[ 	]*VPATH[ 	]*=[^:]*$/d'
fi

trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15

DEFS=-DHAVE_CONFIG_H

# Without the "./", some shells look in PATH for config.status.
: ${CONFIG_STATUS=./config.status}

echo creating $CONFIG_STATUS
rm -f $CONFIG_STATUS
cat > $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_option
do
  case "\$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 ;;
  esac
done

ac_given_srcdir=$srcdir
ac_given_INSTALL="$INSTALL"

trap 'rm -fr `echo "Makefile ${gm_driverdir}/make-os libgm/_gm_version.c gm.spec  include/gm_auto_config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $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
$extrasub
s%@SHELL@%$SHELL%g
s%@CFLAGS@%$CFLAGS%g
s%@CPPFLAGS@%$CPPFLAGS%g
s%@CXXFLAGS@%$CXXFLAGS%g
s%@FFLAGS@%$FFLAGS%g
s%@DEFS@%$DEFS%g
s%@LDFLAGS@%$LDFLAGS%g
s%@LIBS@%$LIBS%g
s%@exec_prefix@%$exec_prefix%g
s%@prefix@%$prefix%g
s%@program_transform_name@%$program_transform_name%g
s%@bindir@%$bindir%g
s%@sbindir@%$sbindir%g
s%@libexecdir@%$libexecdir%g
s%@datadir@%$datadir%g
s%@sysconfdir@%$sysconfdir%g
s%@sharedstatedir@%$sharedstatedir%g
s%@localstatedir@%$localstatedir%g
s%@libdir@%$libdir%g
s%@includedir@%$includedir%g
s%@oldincludedir@%$oldincludedir%g
s%@infodir@%$infodir%g
s%@mandir@%$mandir%g
s%@host@%$host%g
s%@host_alias@%$host_alias%g
s%@host_cpu@%$host_cpu%g
s%@host_vendor@%$host_vendor%g
s%@host_os@%$host_os%g
s%@target@%$target%g
s%@target_alias@%$target_alias%g
s%@target_cpu@%$target_cpu%g
s%@target_vendor@%$target_vendor%g
s%@target_os@%$target_os%g
s%@build@%$build%g
s%@build_alias@%$build_alias%g
s%@build_cpu@%$build_cpu%g
s%@build_vendor@%$build_vendor%g
s%@build_os@%$build_os%g
s%@CC@%$CC%g
s%@CXX@%$CXX%g
s%@CPP@%$CPP%g
s%@LINUX_KERSRC@%$LINUX_KERSRC%g
s%@MAINT@%$MAINT%g
s%@GM_HOST_DEBUG@%$GM_HOST_DEBUG%g
s%@GM_LANAI_DEBUG@%$GM_LANAI_DEBUG%g
s%@LINUX_SMP@%$LINUX_SMP%g
s%@LINUX_MODVER@%$LINUX_MODVER%g
s%@LANAI5_EXTRA_CFLAGS@%$LANAI5_EXTRA_CFLAGS%g
s%@CPP_EXTRA_FLAGS@%$CPP_EXTRA_FLAGS%g
s%@GM_VERSION@%$GM_VERSION%g
s%@_GM_VERSION@%$_GM_VERSION%g
s%@KCC@%$KCC%g
s%@RELEASE_LIBS@%$RELEASE_LIBS%g
s%@INSTALL_DSO@%$INSTALL_DSO%g
s%@WIN_VER@%$WIN_VER%g
s%@CPU_VER@%$CPU_VER%g
s%@BASEDIR@%$BASEDIR%g
s%@MSSDK@%$MSSDK%g
s%@GM_MCPS@%$GM_MCPS%g
s%@GM_MCP_OBJS@%$GM_MCP_OBJS%g
s%@gm_driverdir@%$gm_driverdir%g
s%@LIBGM_KERNEL@%$LIBGM_KERNEL%g
s%@gm_driver_makefiles_in@%$gm_driver_makefiles_in%g
s%@ALL@%$ALL%g
s%@SET_MAKE@%$SET_MAKE%g
s%@AR@%$AR%g
s%@BASENAME@%$BASENAME%g
s%@CAT@%$CAT%g
s%@CHMOD@%$CHMOD%g
s%@CTAGS@%$CTAGS%g
s%@DISTILL@%$DISTILL%g
s%@DVIPS@%$DVIPS%g
s%@ECHO@%$ECHO%g
s%@ETAGS@%$ETAGS%g
s%@GENDAT@%$GENDAT%g
s%@GS@%$GS%g
s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
s%@INSTALL_DATA@%$INSTALL_DATA%g
s%@INSTALL_INFO@%$INSTALL_INFO%g
s%@LANAI_GCC@%$LANAI_GCC%g
s%@LANAI_AR@%$LANAI_AR%g
s%@LD@%$LD%g
s%@LN_S@%$LN_S%g
s%@MAKEINFO@%$MAKEINFO%g
s%@PSREV@%$PSREV%g
s%@RANLIB@%$RANLIB%g
s%@STRIP@%$STRIP%g
s%@TEXI2DVI@%$TEXI2DVI%g
s%@TEXI2HTML@%$TEXI2HTML%g
s%@DUSER@%$DUSER%g
s%@EXTRA_KERNEL_CFLAGS@%$EXTRA_KERNEL_CFLAGS%g
s%@EXTRA_LIBZ_CFLAGS@%$EXTRA_LIBZ_CFLAGS%g
s%@EXTRA_USER_CFLAGS@%$EXTRA_USER_CFLAGS%g
s%@EXTRA_TESTS@%$EXTRA_TESTS%g
s%@EXTRA_TEST_SRCS@%$EXTRA_TEST_SRCS%g
s%@CPUBOARD@%$CPUBOARD%g
s%@EXE@%$EXE%g

CEOF
EOF

cat >> $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; do
  if test $ac_beg -gt 1; then
    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  else
    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  fi
  if test ! -s conftest.s$ac_file; then
    ac_more_lines=false
    rm -f conftest.s$ac_file
  else
    if test -z "$ac_sed_cmds"; then
      ac_sed_cmds="sed -f conftest.s$ac_file"
    else
      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
    fi
    ac_file=`expr $ac_file + 1`
    ac_beg=$ac_end
    ac_end=`expr $ac_end + $ac_max_sed_cmds`
  fi
done
if test -z "$ac_sed_cmds"; then
  ac_sed_cmds=cat
fi
EOF

cat >> $CONFIG_STATUS <<EOF

CONFIG_FILES=\${CONFIG_FILES-"Makefile ${gm_driverdir}/make-os libgm/_gm_version.c gm.spec "}
EOF
cat >> $CONFIG_STATUS <<\EOF
for 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'`
  else
    ac_dir_suffix= ac_dots=
  fi

  case "$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" ;;
  esac

  case "$ac_given_INSTALL" in
  [/$]*) INSTALL="$ac_given_INSTALL" ;;
  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  esac

  echo 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= ;;
  esac

  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  sed -e "$ac_comsub
s%@configure_input@%$configure_input%g
s%@srcdir@%$srcdir%g
s%@top_srcdir@%$top_srcdir%g
s%@INSTALL@%$INSTALL%g
" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
fi; done
rm -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; then
EOF
cat >> $CONFIG_STATUS <<EOF
  CONFIG_HEADERS="include/gm_auto_config.h"
EOF
cat >> $CONFIG_STATUS <<\EOF
fi
for 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" ;;
  esac

  echo creating $ac_file

  rm -f conftest.frag conftest.in conftest.out
  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  cat $ac_file_inputs > conftest.in

EOF

# 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.vals
cat > conftest.hdr <<\EOF
s/[\\&%]/\\&/g
s%[\\$`]%\\&%g
s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
s%ac_d%ac_u%gp
s%ac_u%ac_e%gp
EOF
sed -n -f conftest.hdr confdefs.h > conftest.vals
rm -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 <<\EOF
s%^[ 	]*#[ 	]*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.tail
while :
do
  ac_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_STATUS
  sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  echo 'CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in
' >> $CONFIG_STATUS
  sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  rm -f conftest.vals
  mv conftest.tail conftest.vals
done
rm -f conftest.vals

cat >> $CONFIG_STATUS <<\EOF
  rm -f conftest.frag conftest.h
  echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  cat conftest.in >> conftest.h
  rm -f conftest.in
  if cmp -s $ac_file conftest.h 2>/dev/null; then
    echo "$ac_file is unchanged"
    rm -f conftest.h
  else
    # 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"
    fi
    rm -f $ac_file
    mv conftest.h $ac_file
  fi
fi; done

EOF
cat >> $CONFIG_STATUS <<EOF

EOF
cat >> $CONFIG_STATUS <<\EOF
echo timestamp > stamp-h
exit 0
EOF
chmod +x $CONFIG_STATUS
rm -fr confdefs* $ac_clean_files
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1

