home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / gnu / sh-utils-1.12-src.lha / sh-utils-1.12 / configure < prev    next >
Text File  |  1994-11-12  |  77KB  |  3,036 lines

  1. #!/bin/sh
  2.  
  3. # Guess values for system-dependent variables and create Makefiles.
  4. # Generated automatically using autoconf version 2.1 
  5. # Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
  6. #
  7. # This configure script is free software; the Free Software Foundation
  8. # gives unlimited permission to copy, distribute and modify it.
  9.  
  10. # Defaults:
  11. ac_help=
  12. ac_default_prefix=/gnu
  13. # Any additions from configure.in:
  14.  
  15. # Initialize some variables set by options.
  16. # The variables have the same names as the options, with
  17. # dashes changed to underlines.
  18. build=NONE
  19. cache_file=./config.cache
  20. exec_prefix=NONE
  21. host=NONE
  22. no_create=
  23. nonopt=NONE
  24. no_recursion=
  25. prefix=NONE
  26. program_prefix=NONE
  27. program_suffix=NONE
  28. program_transform_name=s,x,x,
  29. silent=
  30. site=
  31. srcdir=
  32. target=NONE
  33. verbose=
  34. x_includes=NONE
  35. x_libraries=NONE
  36.  
  37. # Initialize some other variables.
  38. subdirs=
  39.  
  40. ac_prev=
  41. for ac_option
  42. do
  43.  
  44.   # If the previous option needs an argument, assign it.
  45.   if test -n "$ac_prev"; then
  46.     eval "$ac_prev=\$ac_option"
  47.     ac_prev=
  48.     continue
  49.   fi
  50.  
  51.   case "$ac_option" in
  52.   -*=*) ac_optarg=`/bin/echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  53.   *) ac_optarg= ;;
  54.   esac
  55.  
  56.   # Accept the important Cygnus configure options, so we can diagnose typos.
  57.  
  58.   case "$ac_option" in
  59.  
  60.   -build | --build | --buil | --bui | --bu | --b)
  61.     ac_prev=build ;;
  62.   -build=* | --build=* | --buil=* | --bui=* | --bu=* | --b=*)
  63.     build="$ac_optarg" ;;
  64.  
  65.   -cache-file | --cache-file | --cache-fil | --cache-fi \
  66.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  67.     ac_prev=cache_file ;;
  68.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  69.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  70.     cache_file="$ac_optarg" ;;
  71.  
  72.   -disable-* | --disable-*)
  73.     ac_feature=`/bin/echo $ac_option|sed -e 's/-*disable-//'`
  74.     # Reject names that are not valid shell variable names.
  75.     if test -n "`/bin/echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  76.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  77.     fi
  78.     ac_feature=`/bin/echo $ac_feature| sed 's/-/_/g'`
  79.     eval "enable_${ac_feature}=no" ;;
  80.  
  81.   -enable-* | --enable-*)
  82.     ac_feature=`/bin/echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  83.     # Reject names that are not valid shell variable names.
  84.     if test -n "`/bin/echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  85.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  86.     fi
  87.     ac_feature=`/bin/echo $ac_feature| sed 's/-/_/g'`
  88.     case "$ac_option" in
  89.       *=*) ;;
  90.       *) ac_optarg=yes ;;
  91.     esac
  92.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  93.  
  94.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  95.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  96.   | --exec | --exe | --ex)
  97.     ac_prev=exec_prefix ;;
  98.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  99.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  100.   | --exec=* | --exe=* | --ex=*)
  101.     exec_prefix="$ac_optarg" ;;
  102.  
  103.   -gas | --gas | --ga | --g)
  104.     # Obsolete; use --with-gas.
  105.     with_gas=yes ;;
  106.  
  107.   -help | --help | --hel | --he)
  108.     # Omit some internal or obsolete options to make the list less imposing.
  109.     # This message is too long to be a string in the A/UX 3.1 sh.
  110.     cat << EOF
  111. Usage: configure [options] [host]
  112. Options: [defaults in brackets after descriptions]
  113. Configuration:
  114.   --cache-file=FILE       cache test results in FILE
  115.   --help                  print this message
  116.   --no-create             do not create output files
  117.   --quiet, --silent       do not print \`checking...' messages
  118.   --version               print the version of autoconf that created configure
  119. Directory and file names:
  120.   --prefix=PREFIX         install architecture-independent files in PREFIX
  121.                           [$ac_default_prefix]
  122.   --exec-prefix=PREFIX    install architecture-dependent files in PREFIX
  123.                           [same as prefix]
  124.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  125.   --program-prefix=PREFIX prepend PREFIX to installed program names
  126.   --program-suffix=SUFFIX append SUFFIX to installed program names
  127.   --program-transform-name=PROGRAM run sed PROGRAM on installed program names
  128. Host type:
  129.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  130.   --host=HOST             configure for HOST [guessed]
  131.   --target=TARGET         configure for TARGET [TARGET=HOST]
  132. Features and packages:
  133.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  134.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  135.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  136.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  137.   --x-includes=DIR        X include files are in DIR
  138.   --x-libraries=DIR       X library files are in DIR
  139. --enable and --with options recognized:$ac_help
  140. EOF
  141.     exit 0 ;;
  142.  
  143.   -host | --host | --hos | --ho)
  144.     ac_prev=host ;;
  145.   -host=* | --host=* | --hos=* | --ho=*)
  146.     host="$ac_optarg" ;;
  147.  
  148.   -nfp | --nfp | --nf)
  149.     # Obsolete; use --without-fp.
  150.     with_fp=no ;;
  151.  
  152.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  153.   | --no-cr | --no-c)
  154.     no_create=yes ;;
  155.  
  156.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  157.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  158.     no_recursion=yes ;;
  159.  
  160.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  161.     ac_prev=prefix ;;
  162.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  163.     prefix="$ac_optarg" ;;
  164.  
  165.   -program-prefix | --program-prefix | --program-prefi | --program-pref \
  166.   | --program-pre | --program-pr | --program-p)
  167.     ac_prev=program_prefix ;;
  168.   -program-prefix=* | --program-prefix=* | --program-prefi=* \
  169.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  170.     program_prefix="$ac_optarg" ;;
  171.  
  172.   -program-suffix | --program-suffix | --program-suffi | --program-suff \
  173.   | --program-suf | --program-su | --program-s)
  174.     ac_prev=program_suffix ;;
  175.   -program-suffix=* | --program-suffix=* | --program-suffi=* \
  176.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  177.     program_suffix="$ac_optarg" ;;
  178.  
  179.   -program-transform-name | --program-transform-name \
  180.   | --program-transform-nam | --program-transform-na \
  181.   | --program-transform-n | --program-transform- \
  182.   | --program-transform | --program-transfor \
  183.   | --program-transfo | --program-transf \
  184.   | --program-trans | --program-tran \
  185.   | --progr-tra | --program-tr | --program-t)
  186.     ac_prev=program_transform_name ;;
  187.   -program-transform-name=* | --program-transform-name=* \
  188.   | --program-transform-nam=* | --program-transform-na=* \
  189.   | --program-transform-n=* | --program-transform-=* \
  190.   | --program-transform=* | --program-transfor=* \
  191.   | --program-transfo=* | --program-transf=* \
  192.   | --program-trans=* | --program-tran=* \
  193.   | --progr-tra=* | --program-tr=* | --program-t=*)
  194.     program_transform_name="$ac_optarg" ;;
  195.  
  196.   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  197.   | -silent | --silent | --silen | --sile | --sil)
  198.     silent=yes ;;
  199.  
  200.   -site | --site | --sit)
  201.     ac_prev=site ;;
  202.   -site=* | --site=* | --sit=*)
  203.     site="$ac_optarg" ;;
  204.  
  205.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  206.     ac_prev=srcdir ;;
  207.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  208.     srcdir="$ac_optarg" ;;
  209.  
  210.   -target | --target | --targe | --targ | --tar | --ta | --t)
  211.     ac_prev=target ;;
  212.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  213.     target="$ac_optarg" ;;
  214.  
  215.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  216.     verbose=yes ;;
  217.  
  218.   -version | --version | --versio | --versi | --vers)
  219.     echo "configure generated by autoconf version 2.1"
  220.     exit 0 ;;
  221.  
  222.   -with-* | --with-*)
  223.     ac_package=`/bin/echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  224.     # Reject names that are not valid shell variable names.
  225.     if test -n "`/bin/echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  226.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  227.     fi
  228.     ac_package=`/bin/echo $ac_package| sed 's/-/_/g'`
  229.     case "$ac_option" in
  230.       *=*) ;;
  231.       *) ac_optarg=yes ;;
  232.     esac
  233.     eval "with_${ac_package}='$ac_optarg'" ;;
  234.  
  235.   -without-* | --without-*)
  236.     ac_package=`/bin/echo $ac_option|sed -e 's/-*without-//'`
  237.     # Reject names that are not valid shell variable names.
  238.     if test -n "`/bin/echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  239.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  240.     fi
  241.     ac_package=`/bin/echo $ac_package| sed 's/-/_/g'`
  242.     eval "with_${ac_package}=no" ;;
  243.  
  244.   --x)
  245.     # Obsolete; use --with-x.
  246.     with_x=yes ;;
  247.  
  248.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  249.   | --x-incl | --x-inc | --x-in | --x-i)
  250.     ac_prev=x_includes ;;
  251.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  252.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  253.     x_includes="$ac_optarg" ;;
  254.  
  255.   -x-libraries | --x-libraries | --x-librarie | --x-librari \
  256.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  257.     ac_prev=x_libraries ;;
  258.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  259.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  260.     x_libraries="$ac_optarg" ;;
  261.  
  262.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  263.     ;;
  264.  
  265.   *) 
  266.     if test -n "`/bin/echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  267.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  268.     fi
  269.     if test "x$nonopt" != xNONE; then
  270.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  271.     fi
  272.     nonopt="$ac_option"
  273.     ;;
  274.  
  275.   esac
  276. done
  277.  
  278. if test -n "$ac_prev"; then
  279.   { echo "configure: error: missing argument to --`/bin/echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  280. fi
  281.  
  282. trap 'rm -fr conftest* confdefs* core $ac_clean_files; exit 1' 1 2 15
  283.  
  284. # File descriptor usage:
  285. # 0 unused; standard input
  286. # 1 file creation
  287. # 2 errors and warnings
  288. # 3 unused; some systems may open it to /dev/tty
  289. # 4 checking for... messages and results
  290. # 5 compiler messages saved in config.log
  291. if test "$silent" = yes; then
  292.   exec 4>/dev/null
  293. else
  294.   exec 4>&1
  295. fi
  296. exec 5>./config.log
  297.  
  298. echo "\
  299. This file contains any messages produced by compilers while
  300. running configure, to aid debugging if configure makes a mistake.
  301. " 1>&5
  302.  
  303. # Strip out --no-create and --no-recursion so they do not pile up.
  304. # Also quote any args containing shell metacharacters.
  305. ac_configure_args=
  306. for ac_arg
  307. do
  308.   case "$ac_arg" in
  309.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  310.   | --no-cr | --no-c) ;;
  311.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  312.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  313.   *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
  314.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  315.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  316.   esac
  317. done
  318.  
  319. # NLS nuisances.
  320. # Only set LANG and LC_ALL to C if already set.
  321. # These must not be set unconditionally because not all systems understand
  322. # e.g. LANG=C (notably SCO).
  323. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  324. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  325.  
  326. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  327. rm -rf conftest* confdefs.h
  328. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  329. /bin/echo > confdefs.h
  330.  
  331. # A filename unique to this package, relative to the directory that
  332. # configure is in, which we can look for to find out if srcdir is correct.
  333. ac_unique_file=src/stty.c
  334.  
  335. # Find the source files, if location was not specified.
  336. if test -z "$srcdir"; then
  337.   ac_srcdir_defaulted=yes
  338.   # Try the directory containing this script, then its parent.
  339.   ac_prog=$0
  340.   ac_confdir=`/bin/echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  341.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  342.   srcdir=$ac_confdir
  343.   if test ! -r $srcdir/$ac_unique_file; then
  344.     srcdir=..
  345.   fi
  346. else
  347.   ac_srcdir_defaulted=no
  348. fi
  349. if test ! -r $srcdir/$ac_unique_file; then
  350.   if test "$ac_srcdir_defaulted" = yes; then
  351.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  352.   else
  353.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  354.   fi
  355. fi
  356. srcdir=`/bin/echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  357.  
  358. # Prefer explicitly selected file to automatically selected ones.
  359. if test -z "$CONFIG_SITE"; then
  360.   if test "x$prefix" != xNONE; then
  361.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  362.   else
  363.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  364.   fi
  365. fi
  366. for ac_site_file in $CONFIG_SITE; do
  367.   if test -r "$ac_site_file"; then
  368.     echo "loading site script $ac_site_file"
  369.     . "$ac_site_file"
  370.   fi
  371. done
  372.  
  373. if test -r "$cache_file"; then
  374.   echo "loading cache $cache_file"
  375.   . $cache_file
  376. else
  377.   echo "creating cache $cache_file"
  378.   > $cache_file
  379. fi
  380.  
  381. ac_ext=c
  382. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  383. ac_cpp='$CPP $CPPFLAGS'
  384. ac_compile='${CC-cc} $CFLAGS $CPPFLAGS conftest.$ac_ext -c 1>&5 2>&5'
  385. ac_link='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext -o conftest $LIBS 1>&5 2>&5'
  386.  
  387. if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  388.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  389.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  390.     ac_n= ac_c='
  391. ' ac_t='    '
  392.   else
  393.     ac_n=-n ac_c= ac_t=
  394.   fi
  395. else
  396.   ac_n= ac_c='\c' ac_t=
  397. fi
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404. /bin/echo $ac_n "checking whether ${MAKE-make} sets \$MAKE""... $ac_c" 1>&4
  405. set dummy ${MAKE-make}; ac_make=$2
  406. if eval "test \"`echo '${'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
  407.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  408. else
  409.   cat > conftestmake <<\EOF
  410. all:
  411.     @/bin/echo 'ac_maketemp="${MAKE}"'
  412. EOF
  413. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  414. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  415. if test -n "$ac_maketemp"; then
  416.   eval ac_cv_prog_make_${ac_make}_set=yes
  417. else
  418.   eval ac_cv_prog_make_${ac_make}_set=no
  419. fi
  420. rm -f conftestmake
  421. fi
  422. if eval "test \"`/bin/echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
  423.   /bin/echo "$ac_t""yes" 1>&4
  424.   SET_MAKE=
  425. else
  426.   /bin/echo "$ac_t""no" 1>&4
  427.   SET_MAKE="MAKE=${MAKE-make}"
  428. fi
  429.  
  430. # Extract the first word of "gcc", so it can be a program name with args.
  431. set dummy gcc; ac_word=$2
  432. /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  433. if eval "test \"`echo '${'ac_cv_prog_CC'+set}'`\" = set"; then
  434.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  435. else
  436.   if test -n "$CC"; then
  437.   ac_cv_prog_CC="$CC" # Let the user override the test.
  438. else
  439.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  440.   for ac_dir in $PATH; do
  441.     test -z "$ac_dir" && ac_dir=.
  442.     if test -f $ac_dir/$ac_word; then
  443.       ac_cv_prog_CC="gcc"
  444.       break
  445.     fi
  446.   done
  447.   IFS="$ac_save_ifs"
  448.   test -z "$ac_cv_prog_CC" && ac_cv_prog_CC="cc"
  449. fi
  450. fi
  451. CC="$ac_cv_prog_CC"
  452. if test -n "$CC"; then
  453.   /bin/echo "$ac_t""$CC" 1>&4
  454. else
  455.   /bin/echo "$ac_t""no" 1>&4
  456. fi
  457.  
  458.  
  459. /bin/echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&4
  460. if eval "test \"`echo '${'ac_cv_prog_gcc'+set}'`\" = set"; then
  461.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  462. else
  463.   cat > conftest.c <<EOF
  464. #ifdef __GNUC__
  465.   yes;
  466. #endif
  467. EOF
  468. if ${CC-cc} -E conftest.c 2>&5 | egrep yes >/dev/null 2>&1; then
  469.   ac_cv_prog_gcc=yes
  470. else
  471.   ac_cv_prog_gcc=no
  472. fi
  473. fi
  474. /bin/echo "$ac_t""$ac_cv_prog_gcc" 1>&4
  475. if test $ac_cv_prog_gcc = yes; then
  476.   GCC=yes
  477.   if test "${CFLAGS+set}" != set; then
  478.     /bin/echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&4
  479. if eval "test \"`echo '${'ac_cv_prog_gcc_g'+set}'`\" = set"; then
  480.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  481. else
  482.   echo 'void f(){}' > conftest.c
  483. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  484.   ac_cv_prog_gcc_g=yes
  485. else
  486.   ac_cv_prog_gcc_g=no
  487. fi
  488. rm -f conftest*
  489.  
  490. fi
  491.     /bin/echo "$ac_t""$ac_cv_prog_gcc_g" 1>&4
  492.     if test $ac_cv_prog_gcc_g = yes; then
  493.       # Amiga hack - suppress automatically using -g for now
  494.       # Also default to using -O2
  495.       CFLAGS="-O2"
  496.     else
  497.       CFLAGS="-O2"
  498.     fi
  499.   fi
  500. else
  501.   GCC=
  502.   test "${CFLAGS+set}" = set || CFLAGS="-g"
  503. fi
  504.  
  505. /bin/echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&4
  506. # On Suns, sometimes $CPP names a directory.
  507. if test -n "$CPP" && test -d "$CPP"; then
  508.   CPP=
  509. fi
  510. if test -z "$CPP"; then
  511. if eval "test \"`echo '${'ac_cv_prog_CPP'+set}'`\" = set"; then
  512.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  513. else
  514.     # This must be in double quotes, not single quotes, because CPP may get
  515.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  516.   CPP="${CC-cc} -E"
  517.   # On the NeXT, cc -E runs the code through the compiler's parser,
  518.   # not just through cpp.
  519.   cat > conftest.$ac_ext <<EOF
  520. #line 521 "configure"
  521. #include "confdefs.h"
  522. #include <assert.h>
  523. Syntax Error
  524. EOF
  525. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  526. ac_err=`grep -v '^ *+' conftest.out`
  527. if test -z "$ac_err"; then
  528.   :
  529. else
  530.   /bin/echo "$ac_err" >&5
  531.   rm -rf conftest*
  532.   CPP="${CC-cc} -E -traditional-cpp"
  533.   cat > conftest.$ac_ext <<EOF
  534. #line 535 "configure"
  535. #include "confdefs.h"
  536. #include <assert.h>
  537. Syntax Error
  538. EOF
  539. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  540. ac_err=`grep -v '^ *+' conftest.out`
  541. if test -z "$ac_err"; then
  542.   :
  543. else
  544.   /bin/echo "$ac_err" >&5
  545.   rm -rf conftest*
  546.   CPP=/lib/cpp
  547. fi
  548. rm -f conftest*
  549. fi
  550. rm -f conftest*
  551.   ac_cv_prog_CPP="$CPP"
  552. fi
  553. fi
  554. CPP="$ac_cv_prog_CPP"
  555. /bin/echo "$ac_t""$CPP" 1>&4
  556.  
  557. if test $ac_cv_prog_gcc = yes; then
  558.   /bin/echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&4
  559. if eval "test \"`echo '${'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
  560.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  561. else
  562.     ac_pattern="Autoconf.*'x'"
  563.   cat > conftest.$ac_ext <<EOF
  564. #line 565 "configure"
  565. #include "confdefs.h"
  566. #include <sgtty.h>
  567. Autoconf TIOCGETP
  568. EOF
  569. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  570.   egrep "$ac_pattern" >/dev/null 2>&1; then
  571.   rm -rf conftest*
  572.   ac_cv_prog_gcc_traditional=yes
  573. else
  574.   rm -rf conftest*
  575.   ac_cv_prog_gcc_traditional=no
  576. fi
  577. rm -f conftest*
  578.  
  579.  
  580.   if test $ac_cv_prog_gcc_traditional = no; then
  581.     cat > conftest.$ac_ext <<EOF
  582. #line 583 "configure"
  583. #include "confdefs.h"
  584. #include <termio.h>
  585. Autoconf TCGETA
  586. EOF
  587. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  588.   egrep "$ac_pattern" >/dev/null 2>&1; then
  589.   rm -rf conftest*
  590.   ac_cv_prog_gcc_traditional=yes
  591. fi
  592. rm -f conftest*
  593.  
  594.   fi
  595. fi
  596.   /bin/echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&4
  597.   if test $ac_cv_prog_gcc_traditional = yes; then
  598.     CC="$CC -traditional"
  599.   fi
  600. fi
  601.  
  602. ac_aux_dir=
  603. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  604.   if test -f $ac_dir/install-sh; then
  605.     ac_aux_dir=$ac_dir
  606.     ac_install_sh="$ac_aux_dir/install-sh -c"
  607.     break
  608.   elif test -f $ac_dir/install.sh; then
  609.     ac_aux_dir=$ac_dir
  610.     ac_install_sh="$ac_aux_dir/install.sh -c"
  611.     break
  612.   fi
  613. done
  614. if test -z "$ac_aux_dir"; then
  615.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  616. fi
  617. ac_config_guess=$ac_aux_dir/config.guess
  618. ac_config_sub=$ac_aux_dir/config.sub
  619. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  620.  
  621. # Find a good install program.  We prefer a C program (faster),
  622. # so one script is as good as another.  But avoid the broken or
  623. # incompatible versions:
  624. # SysV /etc/install, /usr/sbin/install
  625. # SunOS /usr/etc/install
  626. # IRIX /sbin/install
  627. # AIX /bin/install
  628. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  629. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  630. # ./install, which can be erroneously created by make from ./install.sh.
  631. /bin/echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&4
  632. if test -z "$INSTALL"; then
  633. if eval "test \"`echo '${'ac_cv_path_install'+set}'`\" = set"; then
  634.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  635. else
  636.     IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  637.   for ac_dir in $PATH; do
  638.     case "$ac_dir" in
  639.     ''|.|/gnu/etc) ;;
  640.     *)
  641.       # OSF1 and SCO ODT 3.0 have their own names for install.
  642.       for ac_prog in ginstall installbsd scoinst install; do
  643.         if test -f $ac_dir/$ac_prog; then
  644.       if test $ac_prog = install &&
  645.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  646.         # AIX install.  It has an incompatible calling convention.
  647.         # OSF/1 installbsd also uses dspmsg, but is usable.
  648.         :
  649.       else
  650.         ac_cv_path_install="$ac_dir/$ac_prog -c"
  651.         break 2
  652.       fi
  653.     fi
  654.       done
  655.       ;;
  656.     esac
  657.   done
  658.   IFS="$ac_save_ifs"
  659.   # As a last resort, use the slow shell script.
  660.   test -z "$ac_cv_path_install" && ac_cv_path_install="$ac_install_sh"
  661. fi
  662.   INSTALL="$ac_cv_path_install"
  663. fi
  664. /bin/echo "$ac_t""$INSTALL" 1>&4
  665.  
  666. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  667. # It thinks the first close brace ends the variable substitution.
  668. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  669.  
  670. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  671.  
  672. # Extract the first word of "ranlib", so it can be a program name with args.
  673. set dummy ranlib; ac_word=$2
  674. /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  675. if eval "test \"`echo '${'ac_cv_prog_RANLIB'+set}'`\" = set"; then
  676.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  677. else
  678.   if test -n "$RANLIB"; then
  679.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  680. else
  681.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  682.   for ac_dir in $PATH; do
  683.     test -z "$ac_dir" && ac_dir=.
  684.     if test -f $ac_dir/$ac_word; then
  685.       ac_cv_prog_RANLIB="ranlib"
  686.       break
  687.     fi
  688.   done
  689.   IFS="$ac_save_ifs"
  690.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  691. fi
  692. fi
  693. RANLIB="$ac_cv_prog_RANLIB"
  694. if test -n "$RANLIB"; then
  695.   /bin/echo "$ac_t""$RANLIB" 1>&4
  696. else
  697.   /bin/echo "$ac_t""no" 1>&4
  698. fi
  699.  
  700. for ac_prog in 'bison -y' byacc
  701. do
  702. # Extract the first word of "$ac_prog", so it can be a program name with args.
  703. set dummy $ac_prog; ac_word=$2
  704. /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  705. if eval "test \"`echo '${'ac_cv_prog_YACC'+set}'`\" = set"; then
  706.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  707. else
  708.   if test -n "$YACC"; then
  709.   ac_cv_prog_YACC="$YACC" # Let the user override the test.
  710. else
  711.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  712.   for ac_dir in $PATH; do
  713.     test -z "$ac_dir" && ac_dir=.
  714.     if test -f $ac_dir/$ac_word; then
  715.       ac_cv_prog_YACC="$ac_prog"
  716.       break
  717.     fi
  718.   done
  719.   IFS="$ac_save_ifs"
  720. fi
  721. fi
  722. YACC="$ac_cv_prog_YACC"
  723. if test -n "$YACC"; then
  724.   /bin/echo "$ac_t""$YACC" 1>&4
  725. else
  726.   /bin/echo "$ac_t""no" 1>&4
  727. fi
  728.  
  729. test -n "$YACC" && break
  730. done
  731. test -n "$YACC" || YACC="yacc"
  732.  
  733. /bin/echo $ac_n "checking for AIX""... $ac_c" 1>&4
  734. cat > conftest.$ac_ext <<EOF
  735. #line 736 "configure"
  736. #include "confdefs.h"
  737. #ifdef _AIX
  738.   yes
  739. #endif
  740.  
  741. EOF
  742. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  743.   egrep "yes" >/dev/null 2>&1; then
  744.   rm -rf conftest*
  745.   /bin/echo "$ac_t""yes" 1>&4; cat >> confdefs.h <<\EOF
  746. #define _ALL_SOURCE 1
  747. EOF
  748.  
  749. else
  750.   rm -rf conftest*
  751.   /bin/echo "$ac_t""no" 1>&4
  752. fi
  753. rm -f conftest*
  754.  
  755.  
  756. ac_safe=`/bin/echo "minix/config.h" | tr './\055' '___'`
  757. /bin/echo $ac_n "checking for minix/config.h""... $ac_c" 1>&4
  758. if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  759.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  760. else
  761.   cat > conftest.$ac_ext <<EOF
  762. #line 763 "configure"
  763. #include "confdefs.h"
  764. #include <minix/config.h>
  765. EOF
  766. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  767. ac_err=`grep -v '^ *+' conftest.out`
  768. if test -z "$ac_err"; then
  769.   rm -rf conftest*
  770.   eval "ac_cv_header_$ac_safe=yes"
  771. else
  772.   /bin/echo "$ac_err" >&5
  773.   rm -rf conftest*
  774.   eval "ac_cv_header_$ac_safe=no"
  775. fi
  776. rm -f conftest*
  777. fi
  778. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  779.   /bin/echo "$ac_t""yes" 1>&4
  780.   MINIX=yes
  781. else
  782.   /bin/echo "$ac_t""no" 1>&4
  783. MINIX=
  784. fi
  785.  
  786. if test "$MINIX" = yes; then
  787.   cat >> confdefs.h <<\EOF
  788. #define _POSIX_SOURCE 1
  789. EOF
  790.  
  791.   cat >> confdefs.h <<\EOF
  792. #define _POSIX_1_SOURCE 2
  793. EOF
  794.  
  795.   cat >> confdefs.h <<\EOF
  796. #define _MINIX 1
  797. EOF
  798.  
  799. fi
  800.  
  801. /bin/echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&4
  802. if test -d /gnu/etc/conf/kconfig.d &&
  803.   grep _POSIX_VERSION /gnu/include/sys/unistd.h >/dev/null 2>&1
  804. then
  805.   /bin/echo "$ac_t""yes" 1>&4
  806.   ISC=yes # If later tests want to check for ISC.
  807.   cat >> confdefs.h <<\EOF
  808. #define _POSIX_SOURCE 1
  809. EOF
  810.  
  811.   if test "$GCC" = yes; then
  812.     CC="$CC -posix"
  813.   else
  814.     CC="$CC -Xp"
  815.   fi
  816. else
  817.   /bin/echo "$ac_t""no" 1>&4
  818.   ISC=
  819. fi
  820.  
  821. for ac_func in uname
  822. do
  823. /bin/echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
  824. if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
  825.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  826. else
  827.   cat > conftest.$ac_ext <<EOF
  828. #line 829 "configure"
  829. #include "confdefs.h"
  830. #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  831. /* Override any gcc2 internal prototype to avoid an error.  */
  832. char $ac_func(); 
  833.  
  834. int main() { return 0; }
  835. int t() {
  836.  
  837. /* The GNU C library defines this for functions which it implements
  838.     to always fail with ENOSYS.  Some functions are actually named
  839.     something starting with __ and the normal name is an alias.  */
  840. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  841. choke me
  842. #else
  843. $ac_func();
  844. #endif
  845.  
  846. ; return 0; }
  847. EOF
  848. if eval $ac_link; then
  849.   rm -rf conftest*
  850.   eval "ac_cv_func_$ac_func=yes"
  851. else
  852.   rm -rf conftest*
  853.   eval "ac_cv_func_$ac_func=no"
  854. fi
  855. rm -f conftest*
  856.  
  857. fi
  858. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  859.   /bin/echo "$ac_t""yes" 1>&4
  860.     ac_tr_func=HAVE_`/bin/echo $ac_func | tr '[a-z]' '[A-Z]'`
  861.   cat >> confdefs.h <<EOF
  862. #define $ac_tr_func 1
  863. EOF
  864.  PROGS="$PROGS uname" MAN="$MAN uname.1"
  865. else
  866.   /bin/echo "$ac_t""no" 1>&4
  867. fi
  868. done
  869.  
  870. /bin/echo $ac_n "checking for working const""... $ac_c" 1>&4
  871. if eval "test \"`echo '${'ac_cv_c_const'+set}'`\" = set"; then
  872.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  873. else
  874.   cat > conftest.$ac_ext <<EOF
  875. #line 876 "configure"
  876. #include "confdefs.h"
  877.  
  878. int main() { return 0; }
  879. int t() {
  880.  
  881. /* Ultrix mips cc rejects this.  */
  882. typedef int charset[2]; const charset x;
  883. /* SunOS 4.1.1 cc rejects this.  */
  884. char const *const *ccp;
  885. char **p;
  886. /* NEC SVR4.0.2 mips cc rejects this.  */
  887. struct point {int x, y;};
  888. static struct point const zero;
  889. /* AIX XL C 1.02.0.0 rejects this.
  890.    It does not let you subtract one const X* pointer from another in an arm
  891.    of an if-expression whose if-part is not a constant expression */
  892. const char *g = "string";
  893. ccp = &g + (g ? g-g : 0);
  894. /* HPUX 7.0 cc rejects these. */
  895. ++ccp;
  896. p = (char**) ccp;
  897. ccp = (char const *const *) p;
  898. { /* SCO 3.2v4 cc rejects this.  */
  899.   char *t;
  900.   char const *s = 0 ? (char *) 0 : (char const *) 0;
  901.  
  902.   *t++ = 0;
  903. }
  904. { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  905.   int x[] = {25, 17};
  906.   const int *foo = &x[0];
  907.   ++foo;
  908. }
  909. { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  910.   typedef const int *iptr;
  911.   iptr p = 0;
  912.   ++p;
  913. }
  914. { /* AIX XL C 1.02.0.0 rejects this saying
  915.      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  916.   struct s { int j; const int *ap[3]; };
  917.   struct s *b; b->j = 5;
  918. }
  919. { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  920.   const int foo = 10;
  921. }
  922.  
  923. ; return 0; }
  924. EOF
  925. if eval $ac_compile; then
  926.   rm -rf conftest*
  927.   ac_cv_c_const=yes
  928. else
  929.   rm -rf conftest*
  930.   ac_cv_c_const=no
  931. fi
  932. rm -f conftest*
  933.  
  934. fi
  935. /bin/echo "$ac_t""$ac_cv_c_const" 1>&4
  936. if test $ac_cv_c_const = no; then
  937.   cat >> confdefs.h <<\EOF
  938. #define const 
  939. EOF
  940.  
  941. fi
  942.  
  943. # If we cannot run a trivial program, we must be cross compiling.
  944. /bin/echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&4
  945. if eval "test \"`echo '${'ac_cv_c_cross'+set}'`\" = set"; then
  946.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  947. else
  948.   if test "$cross_compiling" = yes; then
  949.   ac_cv_cross=yes
  950. else
  951. cat > conftest.$ac_ext <<EOF
  952. #line 953 "configure"
  953. #include "confdefs.h"
  954. main(){return(0);}
  955. EOF
  956. eval $ac_link
  957. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  958.   ac_cv_c_cross=no
  959. else
  960.   ac_cv_c_cross=yes
  961. fi
  962. fi
  963. rm -fr conftest*
  964. fi
  965. cross_compiling=$ac_cv_c_cross
  966. /bin/echo "$ac_t""$ac_cv_c_cross" 1>&4
  967.  
  968. /bin/echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&4
  969. if eval "test \"`echo '${'ac_cv_header_stdc'+set}'`\" = set"; then
  970.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  971. else
  972.   cat > conftest.$ac_ext <<EOF
  973. #line 974 "configure"
  974. #include "confdefs.h"
  975. #include <stdlib.h>
  976. #include <stdarg.h>
  977. #include <string.h>
  978. #include <float.h>
  979. EOF
  980. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  981. ac_err=`grep -v '^ *+' conftest.out`
  982. if test -z "$ac_err"; then
  983.   rm -rf conftest*
  984.   ac_cv_header_stdc=yes
  985. else
  986.   /bin/echo "$ac_err" >&5
  987.   rm -rf conftest*
  988.   ac_cv_header_stdc=no
  989. fi
  990. rm -f conftest*
  991.  
  992. if test $ac_cv_header_stdc = yes; then
  993.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  994. cat > conftest.$ac_ext <<EOF
  995. #line 996 "configure"
  996. #include "confdefs.h"
  997. #include <string.h>
  998. EOF
  999. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1000.   egrep "memchr" >/dev/null 2>&1; then
  1001.   :
  1002. else
  1003.   rm -rf conftest*
  1004.   ac_cv_header_stdc=no
  1005. fi
  1006. rm -f conftest*
  1007.  
  1008. fi
  1009.  
  1010. if test $ac_cv_header_stdc = yes; then
  1011.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  1012. cat > conftest.$ac_ext <<EOF
  1013. #line 1014 "configure"
  1014. #include "confdefs.h"
  1015. #include <stdlib.h>
  1016. EOF
  1017. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1018.   egrep "free" >/dev/null 2>&1; then
  1019.   :
  1020. else
  1021.   rm -rf conftest*
  1022.   ac_cv_header_stdc=no
  1023. fi
  1024. rm -f conftest*
  1025.  
  1026. fi
  1027.  
  1028. if test $ac_cv_header_stdc = yes; then
  1029.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  1030. if test "$cross_compiling" = yes; then
  1031.   ac_cv_header_stdc=no
  1032. else
  1033. cat > conftest.$ac_ext <<EOF
  1034. #line 1035 "configure"
  1035. #include "confdefs.h"
  1036. #include <ctype.h>
  1037. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  1038. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  1039. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  1040. int main () { int i; for (i = 0; i < 256; i++)
  1041. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  1042. exit (0); }
  1043.  
  1044. EOF
  1045. eval $ac_link
  1046. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1047.   :
  1048. else
  1049.   ac_cv_header_stdc=no
  1050. fi
  1051. fi
  1052. rm -fr conftest*
  1053. fi
  1054. fi
  1055. /bin/echo "$ac_t""$ac_cv_header_stdc" 1>&4
  1056. if test $ac_cv_header_stdc = yes; then
  1057.   cat >> confdefs.h <<\EOF
  1058. #define STDC_HEADERS 1
  1059. EOF
  1060.  
  1061. fi
  1062.  
  1063. /bin/echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&4
  1064. if eval "test \"`echo '${'ac_cv_c_bigendian'+set}'`\" = set"; then
  1065.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1066. else
  1067.   if test "$cross_compiling" = yes; then
  1068.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  1069. else
  1070. cat > conftest.$ac_ext <<EOF
  1071. #line 1072 "configure"
  1072. #include "confdefs.h"
  1073. main () {
  1074.   /* Are we little or big endian?  From Harbison&Steele.  */
  1075.   union
  1076.   {
  1077.     long l;
  1078.     char c[sizeof (long)];
  1079.   } u;
  1080.   u.l = 1;
  1081.   exit (u.c[sizeof (long) - 1] == 1);
  1082. }
  1083. EOF
  1084. eval $ac_link
  1085. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1086.   ac_cv_c_bigendian=no
  1087. else
  1088.   ac_cv_c_bigendian=yes
  1089. fi
  1090. fi
  1091. rm -fr conftest*
  1092. fi
  1093. /bin/echo "$ac_t""$ac_cv_c_bigendian" 1>&4
  1094. if test $ac_cv_c_bigendian = yes; then
  1095.   cat >> confdefs.h <<\EOF
  1096. #define WORDS_BIGENDIAN 1
  1097. EOF
  1098.  
  1099. fi
  1100.  
  1101.  
  1102. /bin/echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&4
  1103. if eval "test \"`echo '${'ac_cv_struct_tm'+set}'`\" = set"; then
  1104.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1105. else
  1106.   cat > conftest.$ac_ext <<EOF
  1107. #line 1108 "configure"
  1108. #include "confdefs.h"
  1109. #include <sys/types.h>
  1110. #include <time.h>
  1111. int main() { return 0; }
  1112. int t() {
  1113. struct tm *tp; tp->tm_sec;
  1114. ; return 0; }
  1115. EOF
  1116. if eval $ac_compile; then
  1117.   rm -rf conftest*
  1118.   ac_cv_struct_tm=time.h
  1119. else
  1120.   rm -rf conftest*
  1121.   ac_cv_struct_tm=sys/time.h
  1122. fi
  1123. rm -f conftest*
  1124.  
  1125. fi
  1126. /bin/echo "$ac_t""$ac_cv_struct_tm" 1>&4
  1127. if test $ac_cv_struct_tm = sys/time.h; then
  1128.   cat >> confdefs.h <<\EOF
  1129. #define TM_IN_SYS_TIME 1
  1130. EOF
  1131.  
  1132. fi
  1133.  
  1134. /bin/echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&4
  1135. if eval "test \"`echo '${'ac_cv_header_time'+set}'`\" = set"; then
  1136.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1137. else
  1138.   cat > conftest.$ac_ext <<EOF
  1139. #line 1140 "configure"
  1140. #include "confdefs.h"
  1141. #include <sys/types.h>
  1142. #include <sys/time.h>
  1143. #include <time.h>
  1144. int main() { return 0; }
  1145. int t() {
  1146. struct tm *tp;
  1147. ; return 0; }
  1148. EOF
  1149. if eval $ac_compile; then
  1150.   rm -rf conftest*
  1151.   ac_cv_header_time=yes
  1152. else
  1153.   rm -rf conftest*
  1154.   ac_cv_header_time=no
  1155. fi
  1156. rm -f conftest*
  1157.  
  1158. fi
  1159. /bin/echo "$ac_t""$ac_cv_header_time" 1>&4
  1160. if test $ac_cv_header_time = yes; then
  1161.   cat >> confdefs.h <<\EOF
  1162. #define TIME_WITH_SYS_TIME 1
  1163. EOF
  1164.  
  1165. fi
  1166.  
  1167. /bin/echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&4
  1168. if eval "test \"`echo '${'ac_cv_struct_tm_zone'+set}'`\" = set"; then
  1169.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1170. else
  1171.   cat > conftest.$ac_ext <<EOF
  1172. #line 1173 "configure"
  1173. #include "confdefs.h"
  1174. #include <sys/types.h>
  1175. #include <$ac_cv_struct_tm>
  1176. int main() { return 0; }
  1177. int t() {
  1178. struct tm tm; tm.tm_zone;
  1179. ; return 0; }
  1180. EOF
  1181. if eval $ac_compile; then
  1182.   rm -rf conftest*
  1183.   ac_cv_struct_tm_zone=yes
  1184. else
  1185.   rm -rf conftest*
  1186.   ac_cv_struct_tm_zone=no
  1187. fi
  1188. rm -f conftest*
  1189.  
  1190. fi
  1191. /bin/echo "$ac_t""$ac_cv_struct_tm_zone" 1>&4
  1192. if test "$ac_cv_struct_tm_zone" = yes; then
  1193.   cat >> confdefs.h <<\EOF
  1194. #define HAVE_TM_ZONE 1
  1195. EOF
  1196.  
  1197. else
  1198.   /bin/echo $ac_n "checking for tzname""... $ac_c" 1>&4
  1199. if eval "test \"`echo '${'ac_cv_var_tzname'+set}'`\" = set"; then
  1200.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1201. else
  1202.   cat > conftest.$ac_ext <<EOF
  1203. #line 1204 "configure"
  1204. #include "confdefs.h"
  1205. #include <time.h>
  1206. #ifndef tzname /* For SGI.  */
  1207. extern char *tzname[]; /* RS6000 and others reject char **tzname.  */
  1208. #endif
  1209. int main() { return 0; }
  1210. int t() {
  1211. atoi(*tzname);
  1212. ; return 0; }
  1213. EOF
  1214. if eval $ac_link; then
  1215.   rm -rf conftest*
  1216.   ac_cv_var_tzname=yes
  1217. else
  1218.   rm -rf conftest*
  1219.   ac_cv_var_tzname=no
  1220. fi
  1221. rm -f conftest*
  1222.  
  1223. fi
  1224.   /bin/echo "$ac_t""$ac_cv_var_tzname" 1>&4
  1225.   if test $ac_cv_var_tzname = yes; then
  1226.     cat >> confdefs.h <<\EOF
  1227. #define HAVE_TZNAME 1
  1228. EOF
  1229.  
  1230.   fi
  1231. fi
  1232.  
  1233. /bin/echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&4
  1234. if eval "test \"`echo '${'ac_cv_header_stat_broken'+set}'`\" = set"; then
  1235.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1236. else
  1237.   cat > conftest.$ac_ext <<EOF
  1238. #line 1239 "configure"
  1239. #include "confdefs.h"
  1240. #include <sys/types.h>
  1241. #include <sys/stat.h>
  1242. #ifdef S_ISBLK
  1243. # if S_ISBLK (S_IFDIR)
  1244. You lose.
  1245. # endif
  1246. # ifdef S_IFCHR
  1247. #  if S_ISBLK (S_IFCHR)
  1248. You lose.
  1249. #  endif
  1250. # endif
  1251. #endif
  1252.  
  1253. #ifdef S_ISLNK
  1254. # if S_ISLNK (S_IFREG)
  1255. You lose.
  1256. # endif
  1257. #endif
  1258.  
  1259. #ifdef S_ISSOCK
  1260. # if S_ISSOCK (S_IFREG)
  1261. You lose.
  1262. # endif
  1263. #endif
  1264.  
  1265. EOF
  1266. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1267.   egrep "You lose" >/dev/null 2>&1; then
  1268.   rm -rf conftest*
  1269.   ac_cv_header_stat_broken=yes
  1270. else
  1271.   rm -rf conftest*
  1272.   ac_cv_header_stat_broken=no
  1273. fi
  1274. rm -f conftest*
  1275.  
  1276. fi
  1277. /bin/echo "$ac_t""$ac_cv_header_stat_broken" 1>&4
  1278. if test $ac_cv_header_stat_broken = yes; then
  1279.   cat >> confdefs.h <<\EOF
  1280. #define STAT_MACROS_BROKEN 1
  1281. EOF
  1282.  
  1283. fi
  1284.  
  1285. /bin/echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&4
  1286. if eval "test \"`echo '${'ac_cv_type_uid_t'+set}'`\" = set"; then
  1287.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1288. else
  1289.   cat > conftest.$ac_ext <<EOF
  1290. #line 1291 "configure"
  1291. #include "confdefs.h"
  1292. #include <sys/types.h>
  1293. EOF
  1294. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1295.   egrep "uid_t" >/dev/null 2>&1; then
  1296.   rm -rf conftest*
  1297.   ac_cv_type_uid_t=yes
  1298. else
  1299.   rm -rf conftest*
  1300.   ac_cv_type_uid_t=no
  1301. fi
  1302. rm -f conftest*
  1303.  
  1304. fi
  1305. /bin/echo "$ac_t""$ac_cv_type_uid_t" 1>&4
  1306. if test $ac_cv_type_uid_t = no; then
  1307.   cat >> confdefs.h <<\EOF
  1308. #define uid_t int
  1309. EOF
  1310.  
  1311.   cat >> confdefs.h <<\EOF
  1312. #define gid_t int
  1313. EOF
  1314.  
  1315. fi
  1316.  
  1317. /bin/echo $ac_n "checking type of array argument to getgroups""... $ac_c" 1>&4
  1318. if eval "test \"`echo '${'ac_cv_type_getgroups'+set}'`\" = set"; then
  1319.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1320. else
  1321.   if test "$cross_compiling" = yes; then
  1322.   ac_cv_type_getgroups=cross
  1323. else
  1324. cat > conftest.$ac_ext <<EOF
  1325. #line 1326 "configure"
  1326. #include "confdefs.h"
  1327.  
  1328. /* Thanks to Mike Rendell for this test.  */
  1329. #include <sys/types.h>
  1330. #define NGID 256
  1331. #undef MAX
  1332. #define MAX(x, y) ((x) > (y) ? (x) : (y))
  1333. main()
  1334. {
  1335.   gid_t gidset[NGID];
  1336.   int i, n;
  1337.   union { gid_t gval; long lval; }  val;
  1338.  
  1339.   val.lval = -1;
  1340.   for (i = 0; i < NGID; i++)
  1341.     gidset[i] = val.gval;
  1342.   n = getgroups (sizeof (gidset) / MAX (sizeof (int), sizeof (gid_t)) - 1,
  1343.                  gidset);
  1344.   /* Exit non-zero if getgroups seems to require an array of ints.  This
  1345.      happens when gid_t is short but getgroups modifies an array of ints.  */
  1346.   exit ((n > 0 && gidset[n] != val.gval) ? 1 : 0);
  1347. }
  1348.  
  1349. EOF
  1350. eval $ac_link
  1351. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1352.     ac_cv_type_getgroups=gid_t
  1353. else
  1354.   ac_cv_type_getgroups=int
  1355. fi
  1356. fi
  1357. rm -fr conftest*
  1358. if test $ac_cv_type_getgroups = cross; then
  1359.         cat > conftest.$ac_ext <<EOF
  1360. #line 1361 "configure"
  1361. #include "confdefs.h"
  1362. #include <unistd.h>
  1363. EOF
  1364. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1365.   egrep "getgroups.*int.*gid_t" >/dev/null 2>&1; then
  1366.   rm -rf conftest*
  1367.   ac_cv_type_getgroups=gid_t
  1368. else
  1369.   rm -rf conftest*
  1370.   ac_cv_type_getgroups=int
  1371. fi
  1372. rm -f conftest*
  1373.  
  1374. fi
  1375. fi
  1376. /bin/echo "$ac_t""$ac_cv_type_getgroups" 1>&4
  1377. cat >> confdefs.h <<EOF
  1378. #define GETGROUPS_T $ac_cv_type_getgroups
  1379. EOF
  1380.  
  1381.  
  1382. /bin/echo $ac_n "checking for size_t""... $ac_c" 1>&4
  1383. if eval "test \"`echo '${'ac_cv_type_size_t'+set}'`\" = set"; then
  1384.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1385. else
  1386.   cat > conftest.$ac_ext <<EOF
  1387. #line 1388 "configure"
  1388. #include "confdefs.h"
  1389. #include <sys/types.h>
  1390. #if STDC_HEADERS
  1391. #include <stdlib.h>
  1392. #endif
  1393. EOF
  1394. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1395.   egrep "size_t" >/dev/null 2>&1; then
  1396.   rm -rf conftest*
  1397.   ac_cv_type_size_t=yes
  1398. else
  1399.   rm -rf conftest*
  1400.   ac_cv_type_size_t=no
  1401. fi
  1402. rm -f conftest*
  1403.  
  1404. fi
  1405. /bin/echo "$ac_t""$ac_cv_type_size_t" 1>&4
  1406. if test $ac_cv_type_size_t = no; then
  1407.   cat >> confdefs.h <<\EOF
  1408. #define size_t unsigned
  1409. EOF
  1410.  
  1411. fi
  1412.  
  1413.  
  1414. for ac_func in bcopy endgrent endpwent ftime getcwd getgroups gettimeofday \
  1415.            isascii memcpy sethostname strerror sysinfo
  1416. do
  1417. /bin/echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
  1418. if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
  1419.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1420. else
  1421.   cat > conftest.$ac_ext <<EOF
  1422. #line 1423 "configure"
  1423. #include "confdefs.h"
  1424. #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  1425. /* Override any gcc2 internal prototype to avoid an error.  */
  1426. char $ac_func(); 
  1427.  
  1428. int main() { return 0; }
  1429. int t() {
  1430.  
  1431. /* The GNU C library defines this for functions which it implements
  1432.     to always fail with ENOSYS.  Some functions are actually named
  1433.     something starting with __ and the normal name is an alias.  */
  1434. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1435. choke me
  1436. #else
  1437. $ac_func();
  1438. #endif
  1439.  
  1440. ; return 0; }
  1441. EOF
  1442. if eval $ac_link; then
  1443.   rm -rf conftest*
  1444.   eval "ac_cv_func_$ac_func=yes"
  1445. else
  1446.   rm -rf conftest*
  1447.   eval "ac_cv_func_$ac_func=no"
  1448. fi
  1449. rm -f conftest*
  1450.  
  1451. fi
  1452. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  1453.   /bin/echo "$ac_t""yes" 1>&4
  1454.     ac_tr_func=HAVE_`/bin/echo $ac_func | tr '[a-z]' '[A-Z]'`
  1455.   cat >> confdefs.h <<EOF
  1456. #define $ac_tr_func 1
  1457. EOF
  1458.  
  1459. else
  1460.   /bin/echo "$ac_t""no" 1>&4
  1461. fi
  1462. done
  1463.  
  1464.  
  1465. # SCO-ODT-3.0 is reported to need -los to link programs using initgroups
  1466. for ac_func in initgroups
  1467. do
  1468. /bin/echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
  1469. if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
  1470.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1471. else
  1472.   cat > conftest.$ac_ext <<EOF
  1473. #line 1474 "configure"
  1474. #include "confdefs.h"
  1475. #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  1476. /* Override any gcc2 internal prototype to avoid an error.  */
  1477. char $ac_func(); 
  1478.  
  1479. int main() { return 0; }
  1480. int t() {
  1481.  
  1482. /* The GNU C library defines this for functions which it implements
  1483.     to always fail with ENOSYS.  Some functions are actually named
  1484.     something starting with __ and the normal name is an alias.  */
  1485. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1486. choke me
  1487. #else
  1488. $ac_func();
  1489. #endif
  1490.  
  1491. ; return 0; }
  1492. EOF
  1493. if eval $ac_link; then
  1494.   rm -rf conftest*
  1495.   eval "ac_cv_func_$ac_func=yes"
  1496. else
  1497.   rm -rf conftest*
  1498.   eval "ac_cv_func_$ac_func=no"
  1499. fi
  1500. rm -f conftest*
  1501.  
  1502. fi
  1503. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  1504.   /bin/echo "$ac_t""yes" 1>&4
  1505.     ac_tr_func=HAVE_`/bin/echo $ac_func | tr '[a-z]' '[A-Z]'`
  1506.   cat >> confdefs.h <<EOF
  1507. #define $ac_tr_func 1
  1508. EOF
  1509.  
  1510. else
  1511.   /bin/echo "$ac_t""no" 1>&4
  1512. fi
  1513. done
  1514.  
  1515. if test $ac_cv_func_initgroups = no; then
  1516.   /bin/echo $ac_n "checking for -los""... $ac_c" 1>&4
  1517. if eval "test \"`echo '${'ac_cv_lib_os'+set}'`\" = set"; then
  1518.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1519. else
  1520.   ac_save_LIBS="$LIBS"
  1521. LIBS="$LIBS -los "
  1522. cat > conftest.$ac_ext <<EOF
  1523. #line 1524 "configure"
  1524. #include "confdefs.h"
  1525.  
  1526. int main() { return 0; }
  1527. int t() {
  1528. initgroups()
  1529. ; return 0; }
  1530. EOF
  1531. if eval $ac_link; then
  1532.   rm -rf conftest*
  1533.   eval "ac_cv_lib_os=yes"
  1534. else
  1535.   rm -rf conftest*
  1536.   eval "ac_cv_lib_os=no"
  1537. fi
  1538. rm -f conftest*
  1539. LIBS="$ac_save_LIBS"
  1540.  
  1541. fi
  1542. if eval "test \"`echo '$ac_cv_lib_'os`\" = yes"; then
  1543.   /bin/echo "$ac_t""yes" 1>&4
  1544.     ac_tr_lib=HAVE_LIB`/bin/echo os | tr '[a-z]' '[A-Z]'`
  1545.   cat >> confdefs.h <<EOF
  1546. #define $ac_tr_lib 1
  1547. EOF
  1548.  
  1549.   LIBS="$LIBS -los"
  1550.  
  1551. else
  1552.   /bin/echo "$ac_t""no" 1>&4
  1553. fi
  1554.  
  1555. fi
  1556.  
  1557. for ac_func in syslog
  1558. do
  1559. /bin/echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
  1560. if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
  1561.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1562. else
  1563.   cat > conftest.$ac_ext <<EOF
  1564. #line 1565 "configure"
  1565. #include "confdefs.h"
  1566. #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  1567. /* Override any gcc2 internal prototype to avoid an error.  */
  1568. char $ac_func(); 
  1569.  
  1570. int main() { return 0; }
  1571. int t() {
  1572.  
  1573. /* The GNU C library defines this for functions which it implements
  1574.     to always fail with ENOSYS.  Some functions are actually named
  1575.     something starting with __ and the normal name is an alias.  */
  1576. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1577. choke me
  1578. #else
  1579. $ac_func();
  1580. #endif
  1581.  
  1582. ; return 0; }
  1583. EOF
  1584. if eval $ac_link; then
  1585.   rm -rf conftest*
  1586.   eval "ac_cv_func_$ac_func=yes"
  1587. else
  1588.   rm -rf conftest*
  1589.   eval "ac_cv_func_$ac_func=no"
  1590. fi
  1591. rm -f conftest*
  1592.  
  1593. fi
  1594. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  1595.   /bin/echo "$ac_t""yes" 1>&4
  1596.     ac_tr_func=HAVE_`/bin/echo $ac_func | tr '[a-z]' '[A-Z]'`
  1597.   cat >> confdefs.h <<EOF
  1598. #define $ac_tr_func 1
  1599. EOF
  1600.  
  1601. else
  1602.   /bin/echo "$ac_t""no" 1>&4
  1603. fi
  1604. done
  1605.  
  1606. if test $ac_cv_func_syslog = no; then
  1607.   # syslog is not in the default libraries.  See if it's in some other.
  1608.   for lib in bsd socket inet; do
  1609.     /bin/echo $ac_n "checking for -l$lib""... $ac_c" 1>&4
  1610. if eval "test \"`echo '${'ac_cv_lib_$lib'+set}'`\" = set"; then
  1611.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1612. else
  1613.   ac_save_LIBS="$LIBS"
  1614. LIBS="$LIBS -l$lib "
  1615. cat > conftest.$ac_ext <<EOF
  1616. #line 1617 "configure"
  1617. #include "confdefs.h"
  1618.  
  1619. int main() { return 0; }
  1620. int t() {
  1621. syslog()
  1622. ; return 0; }
  1623. EOF
  1624. if eval $ac_link; then
  1625.   rm -rf conftest*
  1626.   eval "ac_cv_lib_$lib=yes"
  1627. else
  1628.   rm -rf conftest*
  1629.   eval "ac_cv_lib_$lib=no"
  1630. fi
  1631. rm -f conftest*
  1632. LIBS="$ac_save_LIBS"
  1633.  
  1634. fi
  1635. if eval "test \"`echo '$ac_cv_lib_'$lib`\" = yes"; then
  1636.   /bin/echo "$ac_t""yes" 1>&4
  1637.   cat >> confdefs.h <<\EOF
  1638. #define HAVE_SYSLOG 1
  1639. EOF
  1640.  
  1641.       LIBS="$LIBS -l$lib"; break
  1642. else
  1643.   /bin/echo "$ac_t""no" 1>&4
  1644. fi
  1645.  
  1646.   done
  1647. fi
  1648.  
  1649. for ac_hdr in string.h fcntl.h limits.h syslog.h sys/time.h unistd.h \
  1650.          sys/timeb.h float.h sys/systeminfo.h sys/param.h
  1651. do
  1652. ac_safe=`/bin/echo "$ac_hdr" | tr './\055' '___'`
  1653. /bin/echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&4
  1654. if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  1655.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1656. else
  1657.   cat > conftest.$ac_ext <<EOF
  1658. #line 1659 "configure"
  1659. #include "confdefs.h"
  1660. #include <$ac_hdr>
  1661. EOF
  1662. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1663. ac_err=`grep -v '^ *+' conftest.out`
  1664. if test -z "$ac_err"; then
  1665.   rm -rf conftest*
  1666.   eval "ac_cv_header_$ac_safe=yes"
  1667. else
  1668.   /bin/echo "$ac_err" >&5
  1669.   rm -rf conftest*
  1670.   eval "ac_cv_header_$ac_safe=no"
  1671. fi
  1672. rm -f conftest*
  1673. fi
  1674. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  1675.   /bin/echo "$ac_t""yes" 1>&4
  1676.     ac_tr_hdr=HAVE_`/bin/echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
  1677.   cat >> confdefs.h <<EOF
  1678. #define $ac_tr_hdr 1
  1679. EOF
  1680.  
  1681. else
  1682.   /bin/echo "$ac_t""no" 1>&4
  1683. fi
  1684. done
  1685.  
  1686.  
  1687. for ac_func in gethostname getusershell mktime stime \
  1688.          strcspn strstr strtol strtoul strtod
  1689. do
  1690. /bin/echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
  1691. if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
  1692.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1693. else
  1694.   cat > conftest.$ac_ext <<EOF
  1695. #line 1696 "configure"
  1696. #include "confdefs.h"
  1697. #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  1698. /* Override any gcc2 internal prototype to avoid an error.  */
  1699. char $ac_func(); 
  1700.  
  1701. int main() { return 0; }
  1702. int t() {
  1703.  
  1704. /* The GNU C library defines this for functions which it implements
  1705.     to always fail with ENOSYS.  Some functions are actually named
  1706.     something starting with __ and the normal name is an alias.  */
  1707. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1708. choke me
  1709. #else
  1710. $ac_func();
  1711. #endif
  1712.  
  1713. ; return 0; }
  1714. EOF
  1715. if eval $ac_link; then
  1716.   rm -rf conftest*
  1717.   eval "ac_cv_func_$ac_func=yes"
  1718. else
  1719.   rm -rf conftest*
  1720.   eval "ac_cv_func_$ac_func=no"
  1721. fi
  1722. rm -f conftest*
  1723.  
  1724. fi
  1725. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  1726.   /bin/echo "$ac_t""yes" 1>&4
  1727.   :
  1728. else
  1729.   /bin/echo "$ac_t""no" 1>&4
  1730. LIBOBJS="$LIBOBJS ${ac_func}.o"
  1731. fi
  1732.  
  1733. done
  1734.  
  1735. /bin/echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&4
  1736. if eval "test \"`echo '${'ac_cv_func_memcmp'+set}'`\" = set"; then
  1737.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1738. else
  1739.   if test "$cross_compiling" = yes; then
  1740.   ac_cv_func_memcmp=no
  1741. else
  1742. cat > conftest.$ac_ext <<EOF
  1743. #line 1744 "configure"
  1744. #include "confdefs.h"
  1745.  
  1746. main()
  1747. {
  1748.   char c0 = 0x40, c1 = 0x80, c2 = 0x81;
  1749.   exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1);
  1750. }
  1751.  
  1752. EOF
  1753. eval $ac_link
  1754. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1755.   ac_cv_func_memcmp=yes
  1756. else
  1757.   ac_cv_func_memcmp=no
  1758. fi
  1759. fi
  1760. rm -fr conftest*
  1761. fi
  1762. /bin/echo "$ac_t""$ac_cv_func_memcmp" 1>&4
  1763. test $ac_cv_func_memcmp = no && LIBOBJS="$LIBOBJS memcmp.o"
  1764.  
  1765. /bin/echo $ac_n "checking for vprintf""... $ac_c" 1>&4
  1766. if eval "test \"`echo '${'ac_cv_func_vprintf'+set}'`\" = set"; then
  1767.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1768. else
  1769.   cat > conftest.$ac_ext <<EOF
  1770. #line 1771 "configure"
  1771. #include "confdefs.h"
  1772. #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  1773. /* Override any gcc2 internal prototype to avoid an error.  */
  1774. char vprintf(); 
  1775.  
  1776. int main() { return 0; }
  1777. int t() {
  1778.  
  1779. /* The GNU C library defines this for functions which it implements
  1780.     to always fail with ENOSYS.  Some functions are actually named
  1781.     something starting with __ and the normal name is an alias.  */
  1782. #if defined (__stub_vprintf) || defined (__stub___vprintf)
  1783. choke me
  1784. #else
  1785. vprintf();
  1786. #endif
  1787.  
  1788. ; return 0; }
  1789. EOF
  1790. if eval $ac_link; then
  1791.   rm -rf conftest*
  1792.   eval "ac_cv_func_vprintf=yes"
  1793. else
  1794.   rm -rf conftest*
  1795.   eval "ac_cv_func_vprintf=no"
  1796. fi
  1797. rm -f conftest*
  1798.  
  1799. fi
  1800. if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
  1801.   /bin/echo "$ac_t""yes" 1>&4
  1802.   cat >> confdefs.h <<\EOF
  1803. #define HAVE_VPRINTF 1
  1804. EOF
  1805.  
  1806. else
  1807.   /bin/echo "$ac_t""no" 1>&4
  1808. fi
  1809.  
  1810. if test "$ac_cv_func_vprintf" != yes; then
  1811. /bin/echo $ac_n "checking for _doprnt""... $ac_c" 1>&4
  1812. if eval "test \"`echo '${'ac_cv_func__doprnt'+set}'`\" = set"; then
  1813.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1814. else
  1815.   cat > conftest.$ac_ext <<EOF
  1816. #line 1817 "configure"
  1817. #include "confdefs.h"
  1818. #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  1819. /* Override any gcc2 internal prototype to avoid an error.  */
  1820. char _doprnt(); 
  1821.  
  1822. int main() { return 0; }
  1823. int t() {
  1824.  
  1825. /* The GNU C library defines this for functions which it implements
  1826.     to always fail with ENOSYS.  Some functions are actually named
  1827.     something starting with __ and the normal name is an alias.  */
  1828. #if defined (__stub__doprnt) || defined (__stub____doprnt)
  1829. choke me
  1830. #else
  1831. _doprnt();
  1832. #endif
  1833.  
  1834. ; return 0; }
  1835. EOF
  1836. if eval $ac_link; then
  1837.   rm -rf conftest*
  1838.   eval "ac_cv_func__doprnt=yes"
  1839. else
  1840.   rm -rf conftest*
  1841.   eval "ac_cv_func__doprnt=no"
  1842. fi
  1843. rm -f conftest*
  1844.  
  1845. fi
  1846. if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
  1847.   /bin/echo "$ac_t""yes" 1>&4
  1848.   cat >> confdefs.h <<\EOF
  1849. #define HAVE_DOPRNT 1
  1850. EOF
  1851.  
  1852. else
  1853.   /bin/echo "$ac_t""no" 1>&4
  1854. fi
  1855.  
  1856. fi
  1857.  
  1858. # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  1859. # for constant arguments.  Useless!
  1860. /bin/echo $ac_n "checking for working alloca.h""... $ac_c" 1>&4
  1861. if eval "test \"`echo '${'ac_cv_header_alloca_h'+set}'`\" = set"; then
  1862.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1863. else
  1864.   cat > conftest.$ac_ext <<EOF
  1865. #line 1866 "configure"
  1866. #include "confdefs.h"
  1867. #include <alloca.h>
  1868. int main() { return 0; }
  1869. int t() {
  1870. char *p = alloca(2 * sizeof(int));
  1871. ; return 0; }
  1872. EOF
  1873. if eval $ac_link; then
  1874.   rm -rf conftest*
  1875.   ac_cv_header_alloca_h=yes
  1876. else
  1877.   rm -rf conftest*
  1878.   ac_cv_header_alloca_h=no
  1879. fi
  1880. rm -f conftest*
  1881.  
  1882. fi
  1883. /bin/echo "$ac_t""$ac_cv_header_alloca_h" 1>&4
  1884. if test $ac_cv_header_alloca_h = yes; then
  1885.   cat >> confdefs.h <<\EOF
  1886. #define HAVE_ALLOCA_H 1
  1887. EOF
  1888.  
  1889. fi
  1890.  
  1891. /bin/echo $ac_n "checking for alloca""... $ac_c" 1>&4
  1892. if eval "test \"`echo '${'ac_cv_func_alloca'+set}'`\" = set"; then
  1893.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1894. else
  1895.   cat > conftest.$ac_ext <<EOF
  1896. #line 1897 "configure"
  1897. #include "confdefs.h"
  1898.  
  1899. #ifdef __GNUC__
  1900. # define alloca __builtin_alloca
  1901. #else
  1902. # if HAVE_ALLOCA_H
  1903. #  include <alloca.h>
  1904. # else
  1905. #  ifdef _AIX
  1906.  #pragma alloca
  1907. #  else
  1908. #   ifndef alloca /* predefined by HP cc +Olibcalls */
  1909. char *alloca ();
  1910. #   endif
  1911. #  endif
  1912. # endif
  1913. #endif
  1914.  
  1915. int main() { return 0; }
  1916. int t() {
  1917. char *p = (char *) alloca(1);
  1918. ; return 0; }
  1919. EOF
  1920. if eval $ac_link; then
  1921.   rm -rf conftest*
  1922.   ac_cv_func_alloca=yes
  1923. else
  1924.   rm -rf conftest*
  1925.   ac_cv_func_alloca=no
  1926. fi
  1927. rm -f conftest*
  1928.  
  1929. fi
  1930. /bin/echo "$ac_t""$ac_cv_func_alloca" 1>&4
  1931. if test $ac_cv_func_alloca = yes; then
  1932.   cat >> confdefs.h <<\EOF
  1933. #define HAVE_ALLOCA 1
  1934. EOF
  1935.  
  1936. fi
  1937.  
  1938. if test $ac_cv_func_alloca = no; then
  1939.   # The SVR3 libPW and SVR4 libucb both contain incompatible functions
  1940.   # that cause trouble.  Some versions do not even contain alloca or
  1941.   # contain a buggy version.  If you still want to use their alloca,
  1942.   # use ar to extract alloca.o from them instead of compiling alloca.c.
  1943.   ALLOCA=alloca.o
  1944.   cat >> confdefs.h <<\EOF
  1945. #define C_ALLOCA 1
  1946. EOF
  1947.  
  1948.  
  1949. /bin/echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&4
  1950. if eval "test \"`echo '${'ac_cv_os_cray'+set}'`\" = set"; then
  1951.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1952. else
  1953.   cat > conftest.$ac_ext <<EOF
  1954. #line 1955 "configure"
  1955. #include "confdefs.h"
  1956. #if defined(CRAY) && ! defined(CRAY2)
  1957. webecray
  1958. #else
  1959. wenotbecray
  1960. #endif
  1961.  
  1962. EOF
  1963. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1964.   egrep "webecray" >/dev/null 2>&1; then
  1965.   rm -rf conftest*
  1966.   ac_cv_os_cray=yes
  1967. else
  1968.   rm -rf conftest*
  1969.   ac_cv_os_cray=no
  1970. fi
  1971. rm -f conftest*
  1972.  
  1973. fi
  1974. /bin/echo "$ac_t""$ac_cv_os_cray" 1>&4
  1975. if test $ac_cv_os_cray = yes; then
  1976. /bin/echo $ac_n "checking for _getb67""... $ac_c" 1>&4
  1977. if eval "test \"`echo '${'ac_cv_func__getb67'+set}'`\" = set"; then
  1978.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1979. else
  1980.   cat > conftest.$ac_ext <<EOF
  1981. #line 1982 "configure"
  1982. #include "confdefs.h"
  1983. #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  1984. /* Override any gcc2 internal prototype to avoid an error.  */
  1985. char _getb67(); 
  1986.  
  1987. int main() { return 0; }
  1988. int t() {
  1989.  
  1990. /* The GNU C library defines this for functions which it implements
  1991.     to always fail with ENOSYS.  Some functions are actually named
  1992.     something starting with __ and the normal name is an alias.  */
  1993. #if defined (__stub__getb67) || defined (__stub____getb67)
  1994. choke me
  1995. #else
  1996. _getb67();
  1997. #endif
  1998.  
  1999. ; return 0; }
  2000. EOF
  2001. if eval $ac_link; then
  2002.   rm -rf conftest*
  2003.   eval "ac_cv_func__getb67=yes"
  2004. else
  2005.   rm -rf conftest*
  2006.   eval "ac_cv_func__getb67=no"
  2007. fi
  2008. rm -f conftest*
  2009.  
  2010. fi
  2011. if eval "test \"`echo '$ac_cv_func_'_getb67`\" = yes"; then
  2012.   /bin/echo "$ac_t""yes" 1>&4
  2013.   cat >> confdefs.h <<\EOF
  2014. #define CRAY_STACKSEG_END _getb67
  2015. EOF
  2016.  
  2017. else
  2018.   /bin/echo "$ac_t""no" 1>&4
  2019. /bin/echo $ac_n "checking for GETB67""... $ac_c" 1>&4
  2020. if eval "test \"`echo '${'ac_cv_func_GETB67'+set}'`\" = set"; then
  2021.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2022. else
  2023.   cat > conftest.$ac_ext <<EOF
  2024. #line 2025 "configure"
  2025. #include "confdefs.h"
  2026. #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2027. /* Override any gcc2 internal prototype to avoid an error.  */
  2028. char GETB67(); 
  2029.  
  2030. int main() { return 0; }
  2031. int t() {
  2032.  
  2033. /* The GNU C library defines this for functions which it implements
  2034.     to always fail with ENOSYS.  Some functions are actually named
  2035.     something starting with __ and the normal name is an alias.  */
  2036. #if defined (__stub_GETB67) || defined (__stub___GETB67)
  2037. choke me
  2038. #else
  2039. GETB67();
  2040. #endif
  2041.  
  2042. ; return 0; }
  2043. EOF
  2044. if eval $ac_link; then
  2045.   rm -rf conftest*
  2046.   eval "ac_cv_func_GETB67=yes"
  2047. else
  2048.   rm -rf conftest*
  2049.   eval "ac_cv_func_GETB67=no"
  2050. fi
  2051. rm -f conftest*
  2052.  
  2053. fi
  2054. if eval "test \"`echo '$ac_cv_func_'GETB67`\" = yes"; then
  2055.   /bin/echo "$ac_t""yes" 1>&4
  2056.   cat >> confdefs.h <<\EOF
  2057. #define CRAY_STACKSEG_END GETB67
  2058. EOF
  2059.  
  2060. else
  2061.   /bin/echo "$ac_t""no" 1>&4
  2062. /bin/echo $ac_n "checking for getb67""... $ac_c" 1>&4
  2063. if eval "test \"`echo '${'ac_cv_func_getb67'+set}'`\" = set"; then
  2064.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2065. else
  2066.   cat > conftest.$ac_ext <<EOF
  2067. #line 2068 "configure"
  2068. #include "confdefs.h"
  2069. #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2070. /* Override any gcc2 internal prototype to avoid an error.  */
  2071. char getb67(); 
  2072.  
  2073. int main() { return 0; }
  2074. int t() {
  2075.  
  2076. /* The GNU C library defines this for functions which it implements
  2077.     to always fail with ENOSYS.  Some functions are actually named
  2078.     something starting with __ and the normal name is an alias.  */
  2079. #if defined (__stub_getb67) || defined (__stub___getb67)
  2080. choke me
  2081. #else
  2082. getb67();
  2083. #endif
  2084.  
  2085. ; return 0; }
  2086. EOF
  2087. if eval $ac_link; then
  2088.   rm -rf conftest*
  2089.   eval "ac_cv_func_getb67=yes"
  2090. else
  2091.   rm -rf conftest*
  2092.   eval "ac_cv_func_getb67=no"
  2093. fi
  2094. rm -f conftest*
  2095.  
  2096. fi
  2097. if eval "test \"`echo '$ac_cv_func_'getb67`\" = yes"; then
  2098.   /bin/echo "$ac_t""yes" 1>&4
  2099.   cat >> confdefs.h <<\EOF
  2100. #define CRAY_STACKSEG_END getb67
  2101. EOF
  2102.  
  2103. else
  2104.   /bin/echo "$ac_t""no" 1>&4
  2105. fi
  2106.  
  2107. fi
  2108.  
  2109. fi
  2110.  
  2111. fi
  2112.  
  2113. /bin/echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&4
  2114. if eval "test \"`echo '${'ac_cv_c_stack_direction'+set}'`\" = set"; then
  2115.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2116. else
  2117.   if test "$cross_compiling" = yes; then
  2118.   ac_cv_c_stack_direction=0
  2119. else
  2120. cat > conftest.$ac_ext <<EOF
  2121. #line 2122 "configure"
  2122. #include "confdefs.h"
  2123. find_stack_direction ()
  2124. {
  2125.   static char *addr = 0;
  2126.   auto char dummy;
  2127.   if (addr == 0)
  2128.     {
  2129.       addr = &dummy;
  2130.       return find_stack_direction ();
  2131.     }
  2132.   else
  2133.     return (&dummy > addr) ? 1 : -1;
  2134. }
  2135. main ()
  2136. {
  2137.   exit (find_stack_direction() < 0);
  2138. }
  2139. EOF
  2140. eval $ac_link
  2141. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  2142.   ac_cv_c_stack_direction=1
  2143. else
  2144.   ac_cv_c_stack_direction=-1
  2145. fi
  2146. fi
  2147. rm -fr conftest*
  2148. fi
  2149. /bin/echo "$ac_t""$ac_cv_c_stack_direction" 1>&4
  2150. cat >> confdefs.h <<EOF
  2151. #define STACK_DIRECTION $ac_cv_c_stack_direction
  2152. EOF
  2153.  
  2154. fi
  2155.  
  2156.  
  2157. /bin/echo $ac_n "checking for 3-argument setpriority function""... $ac_c" 1>&4
  2158. if eval "test \"`echo '${'utils_cv_func_setpriority'+set}'`\" = set"; then
  2159.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2160. else
  2161.   cat > conftest.$ac_ext <<EOF
  2162. #line 2163 "configure"
  2163. #include "confdefs.h"
  2164. #include <sys/time.h>
  2165. #include <sys/resource.h>
  2166. int main() { return 0; }
  2167. int t() {
  2168. setpriority(0, 0, 0);
  2169. ; return 0; }
  2170. EOF
  2171. if eval $ac_link; then
  2172.   rm -rf conftest*
  2173.   utils_cv_func_setpriority=yes
  2174. else
  2175.   rm -rf conftest*
  2176.   utils_cv_func_setpriority=no
  2177. fi
  2178. rm -f conftest*
  2179.  
  2180. fi
  2181.  
  2182. /bin/echo "$ac_t""$utils_cv_func_setpriority" 1>&4
  2183. if test $utils_cv_func_setpriority = yes; then
  2184.   PROGS="$PROGS nice nohup"
  2185.   MAN="$MAN nice.1 nohup.1"
  2186. else
  2187.   /bin/echo $ac_n "checking for nice function""... $ac_c" 1>&4
  2188.   if eval "test \"`echo '${'utils_cv_func_nice'+set}'`\" = set"; then
  2189.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2190. else
  2191.   cat > conftest.$ac_ext <<EOF
  2192. #line 2193 "configure"
  2193. #include "confdefs.h"
  2194.  
  2195. int main() { return 0; }
  2196. int t() {
  2197. nice();
  2198. ; return 0; }
  2199. EOF
  2200. if eval $ac_link; then
  2201.   rm -rf conftest*
  2202.   utils_cv_func_nice=yes
  2203. else
  2204.   rm -rf conftest*
  2205.   utils_cv_func_nice=no
  2206. fi
  2207. rm -f conftest*
  2208.  
  2209. fi
  2210.  
  2211.   /bin/echo "$ac_t""$utils_cv_func_nice" 1>&4
  2212.   if test $utils_cv_func_nice = yes; then
  2213.     cat >> confdefs.h <<\EOF
  2214. #define NICE_PRIORITY 1
  2215. EOF
  2216.  
  2217.     PROGS="$PROGS nice nohup"
  2218.     MAN="$MAN nice.1 nohup.1"
  2219.   fi
  2220. fi
  2221.  
  2222. /bin/echo $ac_n "checking ut_host in struct utmp""... $ac_c" 1>&4
  2223. if eval "test \"`echo '${'su_cv_func_ut_host_in_utmp'+set}'`\" = set"; then
  2224.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2225. else
  2226.   cat > conftest.$ac_ext <<EOF
  2227. #line 2228 "configure"
  2228. #include "confdefs.h"
  2229. #include <sys/types.h>
  2230. #include <utmp.h>
  2231. int main() { return 0; }
  2232. int t() {
  2233. struct utmp ut; ut.ut_host;
  2234. ; return 0; }
  2235. EOF
  2236. if eval $ac_link; then
  2237.   rm -rf conftest*
  2238.   su_cv_func_ut_host_in_utmp=yes
  2239. else
  2240.   rm -rf conftest*
  2241.   su_cv_func_ut_host_in_utmp=no
  2242. fi
  2243. rm -f conftest*
  2244.  
  2245. fi
  2246.  
  2247. /bin/echo "$ac_t""$su_cv_func_ut_host_in_utmp" 1>&4
  2248. if test $su_cv_func_ut_host_in_utmp = yes; then
  2249.   have_ut_host=1
  2250.   cat >> confdefs.h <<\EOF
  2251. #define HAVE_UT_HOST 1
  2252. EOF
  2253.  
  2254. fi
  2255.  
  2256. if test -z "$have_ut_host"; then
  2257.   /bin/echo $ac_n "checking ut_host in struct utmpx""... $ac_c" 1>&4
  2258.   if eval "test \"`echo '${'su_cv_func_ut_host_in_utmpx'+set}'`\" = set"; then
  2259.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2260. else
  2261.   cat > conftest.$ac_ext <<EOF
  2262. #line 2263 "configure"
  2263. #include "confdefs.h"
  2264. #include <sys/types.h>
  2265. #include <utmpx.h>
  2266. int main() { return 0; }
  2267. int t() {
  2268. struct utmpx ut; ut.ut_host;
  2269. ; return 0; }
  2270. EOF
  2271. if eval $ac_link; then
  2272.   rm -rf conftest*
  2273.   su_cv_func_ut_host_in_utmpx=yes
  2274. else
  2275.   rm -rf conftest*
  2276.   su_cv_func_ut_host_in_utmpx=no
  2277. fi
  2278. rm -f conftest*
  2279.  
  2280. fi
  2281.  
  2282.   /bin/echo "$ac_t""$su_cv_func_ut_host_in_utmpx" 1>&4
  2283.   if test $su_cv_func_ut_host_in_utmpx = yes; then
  2284.     cat >> confdefs.h <<\EOF
  2285. #define HAVE_UTMPX_H 1
  2286. EOF
  2287.  
  2288.     cat >> confdefs.h <<\EOF
  2289. #define HAVE_UT_HOST 1
  2290. EOF
  2291.  
  2292.   fi
  2293. fi
  2294.  
  2295. /bin/echo $ac_n "checking POSIX termios""... $ac_c" 1>&4
  2296. if eval "test \"`echo '${'su_cv_sys_posix_termios'+set}'`\" = set"; then
  2297.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2298. else
  2299.   cat > conftest.$ac_ext <<EOF
  2300. #line 2301 "configure"
  2301. #include "confdefs.h"
  2302. #include <sys/types.h>
  2303. #include <unistd.h>
  2304. #include <termios.h>
  2305. int main() { return 0; }
  2306. int t() {
  2307. /* SunOS 4.0.3 has termios.h but not the library calls.  */
  2308. tcgetattr(0, 0);
  2309. ; return 0; }
  2310. EOF
  2311. if eval $ac_link; then
  2312.   rm -rf conftest*
  2313.   su_cv_sys_posix_termios=yes
  2314. else
  2315.   rm -rf conftest*
  2316.   su_cv_sys_posix_termios=no
  2317. fi
  2318. rm -f conftest*
  2319.  
  2320. fi
  2321.  
  2322. /bin/echo "$ac_t""$su_cv_sys_posix_termios" 1>&4
  2323.  
  2324. if test $su_cv_sys_posix_termios = yes; then
  2325.   PROGS="$PROGS stty" MAN="$MAN stty.1"
  2326.  
  2327.   /bin/echo $ac_n "checking c_line in struct termios""... $ac_c" 1>&4
  2328.   if eval "test \"`echo '${'su_cv_sys_c_line_in_termios'+set}'`\" = set"; then
  2329.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2330. else
  2331.   cat > conftest.$ac_ext <<EOF
  2332. #line 2333 "configure"
  2333. #include "confdefs.h"
  2334. #include <sys/types.h>
  2335. #include <termios.h>
  2336. int main() { return 0; }
  2337. int t() {
  2338. struct termios t; t.c_line;
  2339. ; return 0; }
  2340. EOF
  2341. if eval $ac_link; then
  2342.   rm -rf conftest*
  2343.   su_cv_sys_c_line_in_termios=yes
  2344. else
  2345.   rm -rf conftest*
  2346.   su_cv_sys_c_line_in_termios=no
  2347. fi
  2348. rm -f conftest*
  2349.  
  2350. fi
  2351.  
  2352.   /bin/echo "$ac_t""$su_cv_sys_c_line_in_termios" 1>&4
  2353.   test $su_cv_sys_c_line_in_termios = yes && cat >> confdefs.h <<\EOF
  2354. #define HAVE_C_LINE 1
  2355. EOF
  2356.  
  2357.  
  2358.   /bin/echo $ac_n "checking TIOCGWINSZ in termios.h""... $ac_c" 1>&4
  2359.   if eval "test \"`echo '${'su_cv_sys_tiocgwinsz_in_termios_h'+set}'`\" = set"; then
  2360.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2361. else
  2362.   cat > conftest.$ac_ext <<EOF
  2363. #line 2364 "configure"
  2364. #include "confdefs.h"
  2365. #include <sys/types.h>
  2366. #include <termios.h>
  2367. int main() { return 0; }
  2368. int t() {
  2369. int x = TIOCGWINSZ;
  2370. ; return 0; }
  2371. EOF
  2372. if eval $ac_link; then
  2373.   rm -rf conftest*
  2374.   su_cv_sys_tiocgwinsz_in_termios_h=yes
  2375. else
  2376.   rm -rf conftest*
  2377.   su_cv_sys_tiocgwinsz_in_termios_h=no
  2378. fi
  2379. rm -f conftest*
  2380.  
  2381. fi
  2382.  
  2383.   /bin/echo "$ac_t""$su_cv_sys_tiocgwinsz_in_termios_h" 1>&4
  2384. else
  2385.   su_cv_sys_tiocgwinsz_in_termios_h=no
  2386. fi
  2387.  
  2388. if test $su_cv_sys_tiocgwinsz_in_termios_h = no; then
  2389.   /bin/echo $ac_n "checking TIOCGWINSZ in sys/ioctl.h""... $ac_c" 1>&4
  2390.   if eval "test \"`echo '${'su_cv_sys_tiocgwinsz_in_sys_ioctl_h'+set}'`\" = set"; then
  2391.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2392. else
  2393.   cat > conftest.$ac_ext <<EOF
  2394. #line 2395 "configure"
  2395. #include "confdefs.h"
  2396. #include <sys/types.h>
  2397. #include <sys/ioctl.h>
  2398. int main() { return 0; }
  2399. int t() {
  2400. int x = TIOCGWINSZ;
  2401. ; return 0; }
  2402. EOF
  2403. if eval $ac_link; then
  2404.   rm -rf conftest*
  2405.   su_cv_sys_tiocgwinsz_in_sys_ioctl_h=yes
  2406. else
  2407.   rm -rf conftest*
  2408.   su_cv_sys_tiocgwinsz_in_sys_ioctl_h=no
  2409. fi
  2410. rm -f conftest*
  2411.  
  2412. fi
  2413.  
  2414.   /bin/echo "$ac_t""$su_cv_sys_tiocgwinsz_in_sys_ioctl_h" 1>&4
  2415.  
  2416.   test $su_cv_sys_tiocgwinsz_in_sys_ioctl_h = yes \
  2417.       && cat >> confdefs.h <<\EOF
  2418. #define GWINSZ_IN_SYS_IOCTL 1
  2419. EOF
  2420.  
  2421. fi
  2422.  
  2423. ac_safe=`/bin/echo "sys/ptem.h" | tr './\055' '___'`
  2424. /bin/echo $ac_n "checking for sys/ptem.h""... $ac_c" 1>&4
  2425. if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  2426.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2427. else
  2428.   cat > conftest.$ac_ext <<EOF
  2429. #line 2430 "configure"
  2430. #include "confdefs.h"
  2431. #include <sys/ptem.h>
  2432. EOF
  2433. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2434. ac_err=`grep -v '^ *+' conftest.out`
  2435. if test -z "$ac_err"; then
  2436.   rm -rf conftest*
  2437.   eval "ac_cv_header_$ac_safe=yes"
  2438. else
  2439.   /bin/echo "$ac_err" >&5
  2440.   rm -rf conftest*
  2441.   eval "ac_cv_header_$ac_safe=no"
  2442. fi
  2443. rm -f conftest*
  2444. fi
  2445. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  2446.   /bin/echo "$ac_t""yes" 1>&4
  2447.   cat >> confdefs.h <<\EOF
  2448. #define WINSIZE_IN_PTEM 1
  2449. EOF
  2450.  
  2451. else
  2452.   /bin/echo "$ac_t""no" 1>&4
  2453. fi
  2454.  
  2455.  
  2456. # The -lsun library is required for YP support on Irix-4.0.5 systems.
  2457. /bin/echo $ac_n "checking for -lsun""... $ac_c" 1>&4
  2458. if eval "test \"`echo '${'ac_cv_lib_sun'+set}'`\" = set"; then
  2459.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2460. else
  2461.   ac_save_LIBS="$LIBS"
  2462. LIBS="$LIBS -lsun "
  2463. cat > conftest.$ac_ext <<EOF
  2464. #line 2465 "configure"
  2465. #include "confdefs.h"
  2466.  
  2467. int main() { return 0; }
  2468. int t() {
  2469. yp_match()
  2470. ; return 0; }
  2471. EOF
  2472. if eval $ac_link; then
  2473.   rm -rf conftest*
  2474.   eval "ac_cv_lib_sun=yes"
  2475. else
  2476.   rm -rf conftest*
  2477.   eval "ac_cv_lib_sun=no"
  2478. fi
  2479. rm -f conftest*
  2480. LIBS="$ac_save_LIBS"
  2481.  
  2482. fi
  2483. if eval "test \"`echo '$ac_cv_lib_'sun`\" = yes"; then
  2484.   /bin/echo "$ac_t""yes" 1>&4
  2485.     ac_tr_lib=HAVE_LIB`/bin/echo sun | tr '[a-z]' '[A-Z]'`
  2486.   cat >> confdefs.h <<EOF
  2487. #define $ac_tr_lib 1
  2488. EOF
  2489.  
  2490.   LIBS="$LIBS -lsun"
  2491.  
  2492. else
  2493.   /bin/echo "$ac_t""no" 1>&4
  2494. fi
  2495.  
  2496.  
  2497. echo "checking for shadow password routines" 1>&4
  2498. # Needed on SysV for shadow passwords.
  2499. /bin/echo $ac_n "checking for -lsec""... $ac_c" 1>&4
  2500. if eval "test \"`echo '${'ac_cv_lib_sec'+set}'`\" = set"; then
  2501.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2502. else
  2503.   ac_save_LIBS="$LIBS"
  2504. LIBS="$LIBS -lsec "
  2505. cat > conftest.$ac_ext <<EOF
  2506. #line 2507 "configure"
  2507. #include "confdefs.h"
  2508.  
  2509. int main() { return 0; }
  2510. int t() {
  2511. main()
  2512. ; return 0; }
  2513. EOF
  2514. if eval $ac_link; then
  2515.   rm -rf conftest*
  2516.   eval "ac_cv_lib_sec=yes"
  2517. else
  2518.   rm -rf conftest*
  2519.   eval "ac_cv_lib_sec=no"
  2520. fi
  2521. rm -f conftest*
  2522. LIBS="$ac_save_LIBS"
  2523.  
  2524. fi
  2525. if eval "test \"`echo '$ac_cv_lib_'sec`\" = yes"; then
  2526.   /bin/echo "$ac_t""yes" 1>&4
  2527.     ac_tr_lib=HAVE_LIB`/bin/echo sec | tr '[a-z]' '[A-Z]'`
  2528.   cat >> confdefs.h <<EOF
  2529. #define $ac_tr_lib 1
  2530. EOF
  2531.  
  2532.   LIBS="$LIBS -lsec"
  2533.  
  2534. else
  2535.   /bin/echo "$ac_t""no" 1>&4
  2536. fi
  2537.  
  2538.  
  2539. # Needed on Linux for shadow passwords.
  2540. /bin/echo $ac_n "checking for -lshadow""... $ac_c" 1>&4
  2541. if eval "test \"`echo '${'ac_cv_lib_shadow'+set}'`\" = set"; then
  2542.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2543. else
  2544.   ac_save_LIBS="$LIBS"
  2545. LIBS="$LIBS -lshadow "
  2546. cat > conftest.$ac_ext <<EOF
  2547. #line 2548 "configure"
  2548. #include "confdefs.h"
  2549.  
  2550. int main() { return 0; }
  2551. int t() {
  2552. main()
  2553. ; return 0; }
  2554. EOF
  2555. if eval $ac_link; then
  2556.   rm -rf conftest*
  2557.   eval "ac_cv_lib_shadow=yes"
  2558. else
  2559.   rm -rf conftest*
  2560.   eval "ac_cv_lib_shadow=no"
  2561. fi
  2562. rm -f conftest*
  2563. LIBS="$ac_save_LIBS"
  2564.  
  2565. fi
  2566. if eval "test \"`echo '$ac_cv_lib_'shadow`\" = yes"; then
  2567.   /bin/echo "$ac_t""yes" 1>&4
  2568.     ac_tr_lib=HAVE_LIB`/bin/echo shadow | tr '[a-z]' '[A-Z]'`
  2569.   cat >> confdefs.h <<EOF
  2570. #define $ac_tr_lib 1
  2571. EOF
  2572.  
  2573.   LIBS="$LIBS -lshadow"
  2574.  
  2575. else
  2576.   /bin/echo "$ac_t""no" 1>&4
  2577. fi
  2578.  
  2579.  
  2580. cat > conftest.$ac_ext <<EOF
  2581. #line 2582 "configure"
  2582. #include "confdefs.h"
  2583. #include <shadow.h>
  2584. EOF
  2585. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2586.   egrep "sp_pwdp" >/dev/null 2>&1; then
  2587.   rm -rf conftest*
  2588.   /bin/echo $ac_n "checking for getspnam""... $ac_c" 1>&4
  2589. if eval "test \"`echo '${'ac_cv_func_getspnam'+set}'`\" = set"; then
  2590.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2591. else
  2592.   cat > conftest.$ac_ext <<EOF
  2593. #line 2594 "configure"
  2594. #include "confdefs.h"
  2595. #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2596. /* Override any gcc2 internal prototype to avoid an error.  */
  2597. char getspnam(); 
  2598.  
  2599. int main() { return 0; }
  2600. int t() {
  2601.  
  2602. /* The GNU C library defines this for functions which it implements
  2603.     to always fail with ENOSYS.  Some functions are actually named
  2604.     something starting with __ and the normal name is an alias.  */
  2605. #if defined (__stub_getspnam) || defined (__stub___getspnam)
  2606. choke me
  2607. #else
  2608. getspnam();
  2609. #endif
  2610.  
  2611. ; return 0; }
  2612. EOF
  2613. if eval $ac_link; then
  2614.   rm -rf conftest*
  2615.   eval "ac_cv_func_getspnam=yes"
  2616. else
  2617.   rm -rf conftest*
  2618.   eval "ac_cv_func_getspnam=no"
  2619. fi
  2620. rm -f conftest*
  2621.  
  2622. fi
  2623. if eval "test \"`echo '$ac_cv_func_'getspnam`\" = yes"; then
  2624.   /bin/echo "$ac_t""yes" 1>&4
  2625.   cat >> confdefs.h <<\EOF
  2626. #define HAVE_SHADOW_H 1
  2627. EOF
  2628.  
  2629. else
  2630.   /bin/echo "$ac_t""no" 1>&4
  2631. fi
  2632.  
  2633. fi
  2634. rm -f conftest*
  2635.  
  2636.  
  2637. for ac_func in crypt
  2638. do
  2639. /bin/echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
  2640. if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
  2641.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2642. else
  2643.   cat > conftest.$ac_ext <<EOF
  2644. #line 2645 "configure"
  2645. #include "confdefs.h"
  2646. #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2647. /* Override any gcc2 internal prototype to avoid an error.  */
  2648. char $ac_func(); 
  2649.  
  2650. int main() { return 0; }
  2651. int t() {
  2652.  
  2653. /* The GNU C library defines this for functions which it implements
  2654.     to always fail with ENOSYS.  Some functions are actually named
  2655.     something starting with __ and the normal name is an alias.  */
  2656. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2657. choke me
  2658. #else
  2659. $ac_func();
  2660. #endif
  2661.  
  2662. ; return 0; }
  2663. EOF
  2664. if eval $ac_link; then
  2665.   rm -rf conftest*
  2666.   eval "ac_cv_func_$ac_func=yes"
  2667. else
  2668.   rm -rf conftest*
  2669.   eval "ac_cv_func_$ac_func=no"
  2670. fi
  2671. rm -f conftest*
  2672.  
  2673. fi
  2674. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  2675.   /bin/echo "$ac_t""yes" 1>&4
  2676.     ac_tr_func=HAVE_`/bin/echo $ac_func | tr '[a-z]' '[A-Z]'`
  2677.   cat >> confdefs.h <<EOF
  2678. #define $ac_tr_func 1
  2679. EOF
  2680.  
  2681. else
  2682.   /bin/echo "$ac_t""no" 1>&4
  2683. fi
  2684. done
  2685.  
  2686. if test $ac_cv_func_crypt = no; then
  2687.   # SCO-ODT-3.0 is reported to need this library for crypt.  
  2688.   /bin/echo $ac_n "checking for -lufc""... $ac_c" 1>&4
  2689. if eval "test \"`echo '${'ac_cv_lib_ufc'+set}'`\" = set"; then
  2690.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2691. else
  2692.   ac_save_LIBS="$LIBS"
  2693. LIBS="$LIBS -lufc "
  2694. cat > conftest.$ac_ext <<EOF
  2695. #line 2696 "configure"
  2696. #include "confdefs.h"
  2697.  
  2698. int main() { return 0; }
  2699. int t() {
  2700. crypt()
  2701. ; return 0; }
  2702. EOF
  2703. if eval $ac_link; then
  2704.   rm -rf conftest*
  2705.   eval "ac_cv_lib_ufc=yes"
  2706. else
  2707.   rm -rf conftest*
  2708.   eval "ac_cv_lib_ufc=no"
  2709. fi
  2710. rm -f conftest*
  2711. LIBS="$ac_save_LIBS"
  2712.  
  2713. fi
  2714. if eval "test \"`echo '$ac_cv_lib_'ufc`\" = yes"; then
  2715.   /bin/echo "$ac_t""yes" 1>&4
  2716.   LIBS="$LIBS -lufc"
  2717. else
  2718.   /bin/echo "$ac_t""no" 1>&4
  2719. # NetBSD needs this library for crypt.  
  2720.     /bin/echo $ac_n "checking for -lcrypt""... $ac_c" 1>&4
  2721. if eval "test \"`echo '${'ac_cv_lib_crypt'+set}'`\" = set"; then
  2722.   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2723. else
  2724.   ac_save_LIBS="$LIBS"
  2725. LIBS="$LIBS -lcrypt "
  2726. cat > conftest.$ac_ext <<EOF
  2727. #line 2728 "configure"
  2728. #include "confdefs.h"
  2729.  
  2730. int main() { return 0; }
  2731. int t() {
  2732. crypt()
  2733. ; return 0; }
  2734. EOF
  2735. if eval $ac_link; then
  2736.   rm -rf conftest*
  2737.   eval "ac_cv_lib_crypt=yes"
  2738. else
  2739.   rm -rf conftest*
  2740.   eval "ac_cv_lib_crypt=no"
  2741. fi
  2742. rm -f conftest*
  2743. LIBS="$ac_save_LIBS"
  2744.  
  2745. fi
  2746. if eval "test \"`echo '$ac_cv_lib_'crypt`\" = yes"; then
  2747.   /bin/echo "$ac_t""yes" 1>&4
  2748.     ac_tr_lib=HAVE_LIB`/bin/echo crypt | tr '[a-z]' '[A-Z]'`
  2749.   cat >> confdefs.h <<EOF
  2750. #define $ac_tr_lib 1
  2751. EOF
  2752.  
  2753.   LIBS="$LIBS -lcrypt"
  2754.  
  2755. else
  2756.   /bin/echo "$ac_t""no" 1>&4
  2757. fi
  2758.  
  2759. fi
  2760.  
  2761. fi
  2762.  
  2763. trap '' 1 2 15
  2764. if test -w $cache_file; then
  2765. echo "updating cache $cache_file"
  2766. cat > $cache_file <<\EOF
  2767. # This file is a shell script that caches the results of configure
  2768. # tests run on this system so they can be shared between configure
  2769. # scripts and configure runs.  It is not useful on other systems.
  2770. # If it contains results you don't want to keep, you may remove or edit it.
  2771. #
  2772. # By default, configure uses ./config.cache as the cache file,
  2773. # creating it if it does not exist already.  You can give configure
  2774. # the --cache-file=FILE option to use a different cache file; that is
  2775. # what configure does when it calls configure scripts in
  2776. # subdirectories, so they share the cache.
  2777. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  2778. # config.status only pays attention to the cache file if you give it the
  2779. # --recheck option to rerun configure.
  2780. #
  2781. EOF
  2782. # Ultrix sh set writes to stderr and can't be redirected directly.
  2783. (set) 2>&1 |
  2784.   sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/: \${\1='\2'}/p" \
  2785.   >> $cache_file
  2786. else
  2787. echo "not updating unwritable cache $cache_file"
  2788. fi
  2789.  
  2790. trap 'rm -fr conftest* confdefs* core $ac_clean_files; exit 1' 1 2 15
  2791.  
  2792. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  2793. # Let make expand exec_prefix.
  2794. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  2795.  
  2796. # Any assignment to VPATH causes Sun make to only execute
  2797. # the first set of double-colon rules, so remove it if not needed.
  2798. # If there is a colon in the path, we need to keep it.
  2799. if test "x$srcdir" = x.; then
  2800.   ac_vpsub='/^[     ]*VPATH[     ]*=[^:]*$/d'
  2801. fi
  2802.  
  2803. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  2804.  
  2805. DEFS=-DHAVE_CONFIG_H
  2806.  
  2807. # Without the "./", some shells look in PATH for config.status.
  2808. : ${CONFIG_STATUS=./config.status}
  2809.  
  2810. echo creating $CONFIG_STATUS
  2811. # Some systems, like AmigaDOS, won't allow you to remove a script that is
  2812. # being executed, so just move it out of the way instead.
  2813. if test -f $CONFIG_STATUS; then mv $CONFIG_STATUS $CONFIG_STATUS.old; else true; fi
  2814. cat > $CONFIG_STATUS <<EOF
  2815. #!/bin/sh
  2816. # Generated automatically by configure.
  2817. # Run this file to recreate the current configuration.
  2818. # This directory was configured as follows,
  2819. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  2820. #
  2821. # $0 $ac_configure_args
  2822. #
  2823. # Compiler output produced by configure, useful for debugging
  2824. # configure, is in ./config.log if it exists.
  2825.  
  2826. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  2827. for ac_option
  2828. do
  2829.   case "\$ac_option" in
  2830.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  2831.     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  2832.     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  2833.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  2834.     /bin/echo "$CONFIG_STATUS generated by autoconf version 2.1"
  2835.     exit 0 ;;
  2836.   -help | --help | --hel | --he | --h)
  2837.     echo "\$ac_cs_usage"; exit 0 ;;
  2838.   *) echo "\$ac_cs_usage"; exit 1 ;;
  2839.   esac
  2840. done
  2841.  
  2842. ac_given_srcdir=$srcdir
  2843. ac_given_INSTALL="$INSTALL"
  2844.  
  2845. trap 'rm -fr Makefile doc/Makefile lib/Makefile man/Makefile src/Makefile config.h conftest*; exit 1' 1 2 15
  2846.  
  2847. # Protect against being on the right side of a sed subst in config.status. 
  2848. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\\\&%]/\\\\&/g; 
  2849.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  2850. $ac_vpsub
  2851. $extrasub
  2852. s%@CFLAGS@%$CFLAGS%g
  2853. s%@CPPFLAGS@%$CPPFLAGS%g
  2854. s%@CXXFLAGS@%$CXXFLAGS%g
  2855. s%@DEFS@%$DEFS%g
  2856. s%@LDFLAGS@%$LDFLAGS%g
  2857. s%@LIBS@%$LIBS%g
  2858. s%@exec_prefix@%$exec_prefix%g
  2859. s%@prefix@%$prefix%g
  2860. s%@program_transform_name@%$program_transform_name%g
  2861. s%@PROGS@%$PROGS%g
  2862. s%@MAN@%$MAN%g
  2863. s%@SET_MAKE@%$SET_MAKE%g
  2864. s%@CC@%$CC%g
  2865. s%@CPP@%$CPP%g
  2866. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  2867. s%@INSTALL_DATA@%$INSTALL_DATA%g
  2868. s%@RANLIB@%$RANLIB%g
  2869. s%@YACC@%$YACC%g
  2870. s%@LIBOBJS@%$LIBOBJS%g
  2871. s%@ALLOCA@%$ALLOCA%g
  2872.  
  2873. CEOF
  2874. EOF
  2875. cat >> $CONFIG_STATUS <<EOF
  2876.  
  2877. CONFIG_FILES=\${CONFIG_FILES-"Makefile doc/Makefile lib/Makefile man/Makefile src/Makefile"}
  2878. EOF
  2879. cat >> $CONFIG_STATUS <<\EOF
  2880. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  2881.   # Support "outfile[:infile]", defaulting infile="outfile.in".
  2882.   case "$ac_file" in
  2883.   *:*) ac_file_in=`/bin/echo "$ac_file"|sed 's%.*:%%'`
  2884.        ac_file=`/bin/echo "$ac_file"|sed 's%:.*%%'` ;;
  2885.   *) ac_file_in="${ac_file}.in" ;;
  2886.   esac
  2887.  
  2888.   # Adjust relative srcdir, etc. for subdirectories.
  2889.  
  2890.   # Remove last slash and all that follows it.  Not all systems have dirname.
  2891.   ac_dir=`/bin/echo $ac_file|sed 's%/[^/][^/]*$%%'`
  2892.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  2893.     # The file is in a subdirectory.
  2894.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  2895.     ac_dir_suffix="/$ac_dir"
  2896.     # A "../" for each directory in $ac_dir_suffix.
  2897.     ac_dots=`/bin/echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  2898.   else
  2899.     ac_dir_suffix= ac_dots=
  2900.   fi
  2901.  
  2902.   case "$ac_given_srcdir" in
  2903.   .)  srcdir=.
  2904.       if test -z "$ac_dots"; then top_srcdir=.
  2905.       else top_srcdir=`/bin/echo $ac_dots|sed 's%/$%%'`; fi ;;
  2906.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  2907.   *) # Relative path.
  2908.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  2909.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  2910.   esac
  2911.  
  2912.   case "$ac_given_INSTALL" in
  2913.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  2914.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  2915.   esac
  2916.   echo creating "$ac_file"
  2917.   rm -f "$ac_file"
  2918.   configure_input="Generated automatically from `/bin/echo $ac_file_in|sed 's%.*/%%'` by configure."
  2919.   case "$ac_file" in
  2920.   *Makefile*) ac_comsub="1i\\
  2921. # $configure_input" ;;
  2922.   *) ac_comsub= ;;
  2923.   esac
  2924.   sed -e "$ac_comsub
  2925. s%@configure_input@%$configure_input%g
  2926. s%@srcdir@%$srcdir%g
  2927. s%@top_srcdir@%$top_srcdir%g
  2928. s%@INSTALL@%$INSTALL%g
  2929. " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
  2930. fi; done
  2931. rm -f conftest.subs
  2932.  
  2933. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  2934. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  2935. #
  2936. # ac_d sets the value in "#define NAME VALUE" lines.
  2937. ac_dA='s%^\([     ]*\)#\([     ]*define[     ][     ]*\)'
  2938. ac_dB='\([     ][     ]*\)[^     ]*%\1#\2'
  2939. ac_dC='\3'
  2940. ac_dD='%g'
  2941. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  2942. ac_uA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  2943. ac_uB='\([     ]\)%\1#\2define\3'
  2944. ac_uC=' '
  2945. ac_uD='\4%g'
  2946. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  2947. ac_eA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  2948. ac_eB='$%\1#\2define\3'
  2949. ac_eC=' '
  2950. ac_eD='%g'
  2951.  
  2952. CONFIG_HEADERS=${CONFIG_HEADERS-"config.h"}
  2953. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  2954.   # Support "outfile[:infile]", defaulting infile="outfile.in".
  2955.   case "$ac_file" in
  2956.   *:*) ac_file_in=`/bin/echo "$ac_file"|sed 's%.*:%%'`
  2957.        ac_file=`/bin/echo "$ac_file"|sed 's%:.*%%'` ;;
  2958.   *) ac_file_in="${ac_file}.in" ;;
  2959.   esac
  2960.  
  2961.   echo creating $ac_file
  2962.  
  2963.   rm -f conftest.frag conftest.in conftest.out
  2964.   cp $ac_given_srcdir/$ac_file_in conftest.in
  2965.  
  2966. EOF
  2967.  
  2968. # Transform confdefs.h into a sed script conftest.vals that substitutes
  2969. # the proper values into config.h.in to produce config.h.  And first:
  2970. # Protect against being on the right side of a sed subst in config.status. 
  2971. # Protect against being in an unquoted here document in config.status.
  2972. rm -f conftest.vals
  2973. cat > conftest.hdr <<\EOF
  2974. s/[\\&%]/\\&/g
  2975. s%[\\$`]%\\&%g
  2976. s%#define \([A-Za-z_][A-Za-z0-9_]*\) \(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
  2977. s%ac_d%ac_u%gp
  2978. s%ac_u%ac_e%gp
  2979. EOF
  2980. sed -n -f conftest.hdr confdefs.h > conftest.vals
  2981. rm -f conftest.hdr
  2982.  
  2983. # This sed command replaces #undef with comments.  This is necessary, for
  2984. # example, in the case of _POSIX_SOURCE, which is predefined and required
  2985. # on some systems where configure will not decide to define it.
  2986. cat >> conftest.vals <<\EOF
  2987. s%^[     ]*#[     ]*undef[     ][     ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  2988. EOF
  2989.  
  2990. # Break up conftest.vals because some shells have a limit on
  2991. # the size of here documents, and old seds have small limits too.
  2992. # Maximum number of lines to put in a single here document.
  2993. ac_max_here_lines=12
  2994.  
  2995. rm -f conftest.tail
  2996. while :
  2997. do
  2998.   ac_lines=`grep -c . conftest.vals`
  2999.   # grep -c gives empty output for an empty file on some AIX systems.
  3000.   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  3001.   # Write a limited-size here document to conftest.frag.
  3002.   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  3003.   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  3004.   echo 'CEOF
  3005.   sed -f conftest.frag conftest.in > conftest.out
  3006.   rm -f conftest.in
  3007.   mv conftest.out conftest.in
  3008. ' >> $CONFIG_STATUS
  3009.   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  3010.   rm -f conftest.vals
  3011.   mv conftest.tail conftest.vals
  3012. done
  3013. rm -f conftest.vals
  3014.  
  3015. cat >> $CONFIG_STATUS <<\EOF
  3016.   rm -f conftest.frag conftest.h
  3017.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  3018.   cat conftest.in >> conftest.h
  3019.   rm -f conftest.in
  3020.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  3021.     /bin/echo "$ac_file is unchanged"
  3022.     rm -f conftest.h
  3023.   else
  3024.     rm -f $ac_file
  3025.     mv conftest.h $ac_file
  3026.   fi
  3027. fi; done
  3028.  
  3029.  
  3030. date > stamp-h
  3031. exit 0
  3032. EOF
  3033. chmod +x $CONFIG_STATUS
  3034. rm -fr confdefs* $ac_clean_files
  3035. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS
  3036.