configure
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:77k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. #! /bin/sh
  2. # From configure.in for Readline 4.0, version 2.14, from autoconf version 2.12
  3. LIBVERSION=4.0
  4. # Guess values for system-dependent variables and create Makefiles.
  5. # Generated automatically using autoconf version 2.12 
  6. # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  7. #
  8. # This configure script is free software; the Free Software Foundation
  9. # gives unlimited permission to copy, distribute and modify it.
  10. # Defaults:
  11. ac_help=
  12. ac_default_prefix=/usr/local
  13. # Any additions from configure.in:
  14. ac_help="$ac_help
  15. --with-curses               use the curses library instead of the termcap library"
  16. # Initialize some variables set by options.
  17. # The variables have the same names as the options, with
  18. # dashes changed to underlines.
  19. build=NONE
  20. cache_file=./config.cache
  21. exec_prefix=NONE
  22. host=NONE
  23. no_create=
  24. nonopt=NONE
  25. no_recursion=
  26. prefix=NONE
  27. program_prefix=NONE
  28. program_suffix=NONE
  29. program_transform_name=s,x,x,
  30. silent=
  31. site=
  32. srcdir=
  33. target=NONE
  34. verbose=
  35. x_includes=NONE
  36. x_libraries=NONE
  37. bindir='${exec_prefix}/bin'
  38. sbindir='${exec_prefix}/sbin'
  39. libexecdir='${exec_prefix}/libexec'
  40. datadir='${prefix}/share'
  41. sysconfdir='${prefix}/etc'
  42. sharedstatedir='${prefix}/com'
  43. localstatedir='${prefix}/var'
  44. libdir='${exec_prefix}/lib'
  45. includedir='${prefix}/include'
  46. oldincludedir='/usr/include'
  47. infodir='${prefix}/info'
  48. mandir='${prefix}/man'
  49. # Initialize some other variables.
  50. subdirs=
  51. MFLAGS= MAKEFLAGS=
  52. # Maximum number of lines to put in a shell here document.
  53. ac_max_here_lines=12
  54. ac_prev=
  55. for ac_option
  56. do
  57.   # If the previous option needs an argument, assign it.
  58.   if test -n "$ac_prev"; then
  59.     eval "$ac_prev=$ac_option"
  60.     ac_prev=
  61.     continue
  62.   fi
  63.   case "$ac_option" in
  64.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  65.   *) ac_optarg= ;;
  66.   esac
  67.   # Accept the important Cygnus configure options, so we can diagnose typos.
  68.   case "$ac_option" in
  69.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  70.     ac_prev=bindir ;;
  71.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  72.     bindir="$ac_optarg" ;;
  73.   -build | --build | --buil | --bui | --bu)
  74.     ac_prev=build ;;
  75.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  76.     build="$ac_optarg" ;;
  77.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  78.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  79.     ac_prev=cache_file ;;
  80.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  81.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  82.     cache_file="$ac_optarg" ;;
  83.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  84.     ac_prev=datadir ;;
  85.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* 
  86.   | --da=*)
  87.     datadir="$ac_optarg" ;;
  88.   -disable-* | --disable-*)
  89.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  90.     # Reject names that are not valid shell variable names.
  91.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  92.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  93.     fi
  94.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  95.     eval "enable_${ac_feature}=no" ;;
  96.   -enable-* | --enable-*)
  97.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  98.     # Reject names that are not valid shell variable names.
  99.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  100.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  101.     fi
  102.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  103.     case "$ac_option" in
  104.       *=*) ;;
  105.       *) ac_optarg=yes ;;
  106.     esac
  107.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  108.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  109.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  110.   | --exec | --exe | --ex)
  111.     ac_prev=exec_prefix ;;
  112.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  113.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  114.   | --exec=* | --exe=* | --ex=*)
  115.     exec_prefix="$ac_optarg" ;;
  116.   -gas | --gas | --ga | --g)
  117.     # Obsolete; use --with-gas.
  118.     with_gas=yes ;;
  119.   -help | --help | --hel | --he)
  120.     # Omit some internal or obsolete options to make the list less imposing.
  121.     # This message is too long to be a string in the A/UX 3.1 sh.
  122.     cat << EOF
  123. Usage: configure [options] [host]
  124. Options: [defaults in brackets after descriptions]
  125. Configuration:
  126.   --cache-file=FILE       cache test results in FILE
  127.   --help                  print this message
  128.   --no-create             do not create output files
  129.   --quiet, --silent       do not print `checking...' messages
  130.   --version               print the version of autoconf that created configure
  131. Directory and file names:
  132.   --prefix=PREFIX         install architecture-independent files in PREFIX
  133.                           [$ac_default_prefix]
  134.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  135.                           [same as prefix]
  136.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  137.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  138.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  139.   --datadir=DIR           read-only architecture-independent data in DIR
  140.                           [PREFIX/share]
  141.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  142.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  143.                           [PREFIX/com]
  144.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  145.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  146.   --includedir=DIR        C header files in DIR [PREFIX/include]
  147.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  148.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  149.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  150.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  151.   --program-prefix=PREFIX prepend PREFIX to installed program names
  152.   --program-suffix=SUFFIX append SUFFIX to installed program names
  153.   --program-transform-name=PROGRAM
  154.                           run sed PROGRAM on installed program names
  155. EOF
  156.     cat << EOF
  157. Host type:
  158.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  159.   --host=HOST             configure for HOST [guessed]
  160.   --target=TARGET         configure for TARGET [TARGET=HOST]
  161. Features and packages:
  162.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  163.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  164.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  165.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  166.   --x-includes=DIR        X include files are in DIR
  167.   --x-libraries=DIR       X library files are in DIR
  168. EOF
  169.     if test -n "$ac_help"; then
  170.       echo "--enable and --with options recognized:$ac_help"
  171.     fi
  172.     exit 0 ;;
  173.   -host | --host | --hos | --ho)
  174.     ac_prev=host ;;
  175.   -host=* | --host=* | --hos=* | --ho=*)
  176.     host="$ac_optarg" ;;
  177.   -includedir | --includedir | --includedi | --included | --include 
  178.   | --includ | --inclu | --incl | --inc)
  179.     ac_prev=includedir ;;
  180.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  181.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  182.     includedir="$ac_optarg" ;;
  183.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  184.     ac_prev=infodir ;;
  185.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  186.     infodir="$ac_optarg" ;;
  187.   -libdir | --libdir | --libdi | --libd)
  188.     ac_prev=libdir ;;
  189.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  190.     libdir="$ac_optarg" ;;
  191.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  192.   | --libexe | --libex | --libe)
  193.     ac_prev=libexecdir ;;
  194.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  195.   | --libexe=* | --libex=* | --libe=*)
  196.     libexecdir="$ac_optarg" ;;
  197.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  198.   | --localstate | --localstat | --localsta | --localst 
  199.   | --locals | --local | --loca | --loc | --lo)
  200.     ac_prev=localstatedir ;;
  201.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  202.   | --localstate=* | --localstat=* | --localsta=* | --localst=* 
  203.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  204.     localstatedir="$ac_optarg" ;;
  205.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  206.     ac_prev=mandir ;;
  207.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  208.     mandir="$ac_optarg" ;;
  209.   -nfp | --nfp | --nf)
  210.     # Obsolete; use --without-fp.
  211.     with_fp=no ;;
  212.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  213.   | --no-cr | --no-c)
  214.     no_create=yes ;;
  215.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  216.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  217.     no_recursion=yes ;;
  218.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  219.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  220.   | --oldin | --oldi | --old | --ol | --o)
  221.     ac_prev=oldincludedir ;;
  222.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  223.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  224.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  225.     oldincludedir="$ac_optarg" ;;
  226.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  227.     ac_prev=prefix ;;
  228.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  229.     prefix="$ac_optarg" ;;
  230.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  231.   | --program-pre | --program-pr | --program-p)
  232.     ac_prev=program_prefix ;;
  233.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  234.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  235.     program_prefix="$ac_optarg" ;;
  236.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  237.   | --program-suf | --program-su | --program-s)
  238.     ac_prev=program_suffix ;;
  239.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  240.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  241.     program_suffix="$ac_optarg" ;;
  242.   -program-transform-name | --program-transform-name 
  243.   | --program-transform-nam | --program-transform-na 
  244.   | --program-transform-n | --program-transform- 
  245.   | --program-transform | --program-transfor 
  246.   | --program-transfo | --program-transf 
  247.   | --program-trans | --program-tran 
  248.   | --progr-tra | --program-tr | --program-t)
  249.     ac_prev=program_transform_name ;;
  250.   -program-transform-name=* | --program-transform-name=* 
  251.   | --program-transform-nam=* | --program-transform-na=* 
  252.   | --program-transform-n=* | --program-transform-=* 
  253.   | --program-transform=* | --program-transfor=* 
  254.   | --program-transfo=* | --program-transf=* 
  255.   | --program-trans=* | --program-tran=* 
  256.   | --progr-tra=* | --program-tr=* | --program-t=*)
  257.     program_transform_name="$ac_optarg" ;;
  258.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  259.   | -silent | --silent | --silen | --sile | --sil)
  260.     silent=yes ;;
  261.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  262.     ac_prev=sbindir ;;
  263.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  264.   | --sbi=* | --sb=*)
  265.     sbindir="$ac_optarg" ;;
  266.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  267.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  268.   | --sharedst | --shareds | --shared | --share | --shar 
  269.   | --sha | --sh)
  270.     ac_prev=sharedstatedir ;;
  271.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  272.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  273.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  274.   | --sha=* | --sh=*)
  275.     sharedstatedir="$ac_optarg" ;;
  276.   -site | --site | --sit)
  277.     ac_prev=site ;;
  278.   -site=* | --site=* | --sit=*)
  279.     site="$ac_optarg" ;;
  280.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  281.     ac_prev=srcdir ;;
  282.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  283.     srcdir="$ac_optarg" ;;
  284.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  285.   | --syscon | --sysco | --sysc | --sys | --sy)
  286.     ac_prev=sysconfdir ;;
  287.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  288.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  289.     sysconfdir="$ac_optarg" ;;
  290.   -target | --target | --targe | --targ | --tar | --ta | --t)
  291.     ac_prev=target ;;
  292.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  293.     target="$ac_optarg" ;;
  294.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  295.     verbose=yes ;;
  296.   -version | --version | --versio | --versi | --vers)
  297.     echo "configure generated by autoconf version 2.12"
  298.     exit 0 ;;
  299.   -with-* | --with-*)
  300.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  301.     # Reject names that are not valid shell variable names.
  302.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  303.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  304.     fi
  305.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  306.     case "$ac_option" in
  307.       *=*) ;;
  308.       *) ac_optarg=yes ;;
  309.     esac
  310.     eval "with_${ac_package}='$ac_optarg'" ;;
  311.   -without-* | --without-*)
  312.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  313.     # Reject names that are not valid shell variable names.
  314.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  315.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  316.     fi
  317.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  318.     eval "with_${ac_package}=no" ;;
  319.   --x)
  320.     # Obsolete; use --with-x.
  321.     with_x=yes ;;
  322.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  323.   | --x-incl | --x-inc | --x-in | --x-i)
  324.     ac_prev=x_includes ;;
  325.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  326.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  327.     x_includes="$ac_optarg" ;;
  328.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  329.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  330.     ac_prev=x_libraries ;;
  331.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  332.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  333.     x_libraries="$ac_optarg" ;;
  334.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  335.     ;;
  336.   *)
  337.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  338.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  339.     fi
  340.     if test "x$nonopt" != xNONE; then
  341.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  342.     fi
  343.     nonopt="$ac_option"
  344.     ;;
  345.   esac
  346. done
  347. if test -n "$ac_prev"; then
  348.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  349. fi
  350. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  351. # File descriptor usage:
  352. # 0 standard input
  353. # 1 file creation
  354. # 2 errors and warnings
  355. # 3 some systems may open it to /dev/tty
  356. # 4 used on the Kubota Titan
  357. # 6 checking for... messages and results
  358. # 5 compiler messages saved in config.log
  359. if test "$silent" = yes; then
  360.   exec 6>/dev/null
  361. else
  362.   exec 6>&1
  363. fi
  364. exec 5>./config.log
  365. echo "
  366. This file contains any messages produced by compilers while
  367. running configure, to aid debugging if configure makes a mistake.
  368. " 1>&5
  369. # Strip out --no-create and --no-recursion so they do not pile up.
  370. # Also quote any args containing shell metacharacters.
  371. ac_configure_args=
  372. for ac_arg
  373. do
  374.   case "$ac_arg" in
  375.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  376.   | --no-cr | --no-c) ;;
  377.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  378.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  379.   *" "*|*" "*|*[[]~#$^&*(){}\|;<>?]*)
  380.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  381.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  382.   esac
  383. done
  384. # NLS nuisances.
  385. # Only set these to C if already set.  These must not be set unconditionally
  386. # because not all systems understand e.g. LANG=C (notably SCO).
  387. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  388. # Non-C LC_CTYPE values break the ctype check.
  389. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  390. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  391. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  392. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  393. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  394. rm -rf conftest* confdefs.h
  395. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  396. echo > confdefs.h
  397. # A filename unique to this package, relative to the directory that
  398. # configure is in, which we can look for to find out if srcdir is correct.
  399. ac_unique_file=readline.h
  400. # Find the source files, if location was not specified.
  401. if test -z "$srcdir"; then
  402.   ac_srcdir_defaulted=yes
  403.   # Try the directory containing this script, then its parent.
  404.   ac_prog=$0
  405.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  406.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  407.   srcdir=$ac_confdir
  408.   if test ! -r $srcdir/$ac_unique_file; then
  409.     srcdir=..
  410.   fi
  411. else
  412.   ac_srcdir_defaulted=no
  413. fi
  414. if test ! -r $srcdir/$ac_unique_file; then
  415.   if test "$ac_srcdir_defaulted" = yes; then
  416.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  417.   else
  418.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  419.   fi
  420. fi
  421. srcdir=`echo "${srcdir}" | sed 's%([^/])/*$%1%'`
  422. # Prefer explicitly selected file to automatically selected ones.
  423. if test -z "$CONFIG_SITE"; then
  424.   if test "x$prefix" != xNONE; then
  425.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  426.   else
  427.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  428.   fi
  429. fi
  430. for ac_site_file in $CONFIG_SITE; do
  431.   if test -r "$ac_site_file"; then
  432.     echo "loading site script $ac_site_file"
  433.     . "$ac_site_file"
  434.   fi
  435. done
  436. if test -r "$cache_file"; then
  437.   echo "loading cache $cache_file"
  438.   . $cache_file
  439. else
  440.   echo "creating cache $cache_file"
  441.   > $cache_file
  442. fi
  443. ac_ext=c
  444. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  445. ac_cpp='$CPP $CPPFLAGS'
  446. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  447. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  448. cross_compiling=$ac_cv_prog_cc_cross
  449. if (echo "testingc"; echo 1,2,3) | grep c >/dev/null; then
  450.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  451.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  452.     ac_n= ac_c='
  453. ' ac_t=' '
  454.   else
  455.     ac_n=-n ac_c= ac_t=
  456.   fi
  457. else
  458.   ac_n= ac_c='c' ac_t=
  459. fi
  460. ac_aux_dir=
  461. for ac_dir in ./support $srcdir/./support; do
  462.   if test -f $ac_dir/install-sh; then
  463.     ac_aux_dir=$ac_dir
  464.     ac_install_sh="$ac_aux_dir/install-sh -c"
  465.     break
  466.   elif test -f $ac_dir/install.sh; then
  467.     ac_aux_dir=$ac_dir
  468.     ac_install_sh="$ac_aux_dir/install.sh -c"
  469.     break
  470.   fi
  471. done
  472. if test -z "$ac_aux_dir"; then
  473.   { echo "configure: error: can not find install-sh or install.sh in ./support $srcdir/./support" 1>&2; exit 1; }
  474. fi
  475. ac_config_guess=$ac_aux_dir/config.guess
  476. ac_config_sub=$ac_aux_dir/config.sub
  477. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  478. # Make sure we can run config.sub.
  479. if $ac_config_sub sun4 >/dev/null 2>&1; then :
  480. else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
  481. fi
  482. echo $ac_n "checking host system type""... $ac_c" 1>&6
  483. echo "configure:646: checking host system type" >&5
  484. host_alias=$host
  485. case "$host_alias" in
  486. NONE)
  487.   case $nonopt in
  488.   NONE)
  489.     if host_alias=`$ac_config_guess`; then :
  490.     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
  491.     fi ;;
  492.   *) host_alias=$nonopt ;;
  493.   esac ;;
  494. esac
  495. host=`$ac_config_sub $host_alias`
  496. host_cpu=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  497. host_vendor=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  498. host_os=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  499. echo "$ac_t""$host" 1>&6
  500. opt_curses=no
  501. opt_shared=no
  502. # Check whether --with-curses or --without-curses was given.
  503. if test "${with_curses+set}" = set; then
  504.   withval="$with_curses"
  505.   opt_curses=$withval
  506. fi
  507. if test "$opt_curses" = "yes"; then
  508. prefer_curses=yes
  509. fi
  510. # We want these before the checks, so the checks can modify their values.
  511. test -z "$CFLAGS" && CFLAGS=-g auto_cflags=1
  512. # Extract the first word of "gcc", so it can be a program name with args.
  513. set dummy gcc; ac_word=$2
  514. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  515. echo "configure:687: checking for $ac_word" >&5
  516. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  517.   echo $ac_n "(cached) $ac_c" 1>&6
  518. else
  519.   if test -n "$CC"; then
  520.   ac_cv_prog_CC="$CC" # Let the user override the test.
  521. else
  522.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  523.   for ac_dir in $PATH; do
  524.     test -z "$ac_dir" && ac_dir=.
  525.     if test -f $ac_dir/$ac_word; then
  526.       ac_cv_prog_CC="gcc"
  527.       break
  528.     fi
  529.   done
  530.   IFS="$ac_save_ifs"
  531. fi
  532. fi
  533. CC="$ac_cv_prog_CC"
  534. if test -n "$CC"; then
  535.   echo "$ac_t""$CC" 1>&6
  536. else
  537.   echo "$ac_t""no" 1>&6
  538. fi
  539. if test -z "$CC"; then
  540.   # Extract the first word of "cc", so it can be a program name with args.
  541. set dummy cc; ac_word=$2
  542. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  543. echo "configure:716: checking for $ac_word" >&5
  544. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  545.   echo $ac_n "(cached) $ac_c" 1>&6
  546. else
  547.   if test -n "$CC"; then
  548.   ac_cv_prog_CC="$CC" # Let the user override the test.
  549. else
  550.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  551.   ac_prog_rejected=no
  552.   for ac_dir in $PATH; do
  553.     test -z "$ac_dir" && ac_dir=.
  554.     if test -f $ac_dir/$ac_word; then
  555.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  556.         ac_prog_rejected=yes
  557. continue
  558.       fi
  559.       ac_cv_prog_CC="cc"
  560.       break
  561.     fi
  562.   done
  563.   IFS="$ac_save_ifs"
  564. if test $ac_prog_rejected = yes; then
  565.   # We found a bogon in the path, so make sure we never use it.
  566.   set dummy $ac_cv_prog_CC
  567.   shift
  568.   if test $# -gt 0; then
  569.     # We chose a different compiler from the bogus one.
  570.     # However, it has the same basename, so the bogon will be chosen
  571.     # first if we set CC to just the basename; use the full file name.
  572.     shift
  573.     set dummy "$ac_dir/$ac_word" "$@"
  574.     shift
  575.     ac_cv_prog_CC="$@"
  576.   fi
  577. fi
  578. fi
  579. fi
  580. CC="$ac_cv_prog_CC"
  581. if test -n "$CC"; then
  582.   echo "$ac_t""$CC" 1>&6
  583. else
  584.   echo "$ac_t""no" 1>&6
  585. fi
  586.   test -z "$CC" && { echo "configure: error: no acceptable cc found in $PATH" 1>&2; exit 1; }
  587. fi
  588. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  589. echo "configure:764: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  590. ac_ext=c
  591. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  592. ac_cpp='$CPP $CPPFLAGS'
  593. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  594. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  595. cross_compiling=$ac_cv_prog_cc_cross
  596. cat > conftest.$ac_ext <<EOF
  597. #line 774 "configure"
  598. #include "confdefs.h"
  599. main(){return(0);}
  600. EOF
  601. if { (eval echo configure:778: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  602.   ac_cv_prog_cc_works=yes
  603.   # If we can't run a trivial program, we are probably using a cross compiler.
  604.   if (./conftest; exit) 2>/dev/null; then
  605.     ac_cv_prog_cc_cross=no
  606.   else
  607.     ac_cv_prog_cc_cross=yes
  608.   fi
  609. else
  610.   echo "configure: failed program was:" >&5
  611.   cat conftest.$ac_ext >&5
  612.   ac_cv_prog_cc_works=no
  613. fi
  614. rm -fr conftest*
  615. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  616. if test $ac_cv_prog_cc_works = no; then
  617.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  618. fi
  619. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  620. echo "configure:798: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  621. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  622. cross_compiling=$ac_cv_prog_cc_cross
  623. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  624. echo "configure:803: checking whether we are using GNU C" >&5
  625. if eval "test "`echo '$''{'ac_cv_prog_gcc'+set}'`" = set"; then
  626.   echo $ac_n "(cached) $ac_c" 1>&6
  627. else
  628.   cat > conftest.c <<EOF
  629. #ifdef __GNUC__
  630.   yes;
  631. #endif
  632. EOF
  633. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:812: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  634.   ac_cv_prog_gcc=yes
  635. else
  636.   ac_cv_prog_gcc=no
  637. fi
  638. fi
  639. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  640. if test $ac_cv_prog_gcc = yes; then
  641.   GCC=yes
  642.   ac_test_CFLAGS="${CFLAGS+set}"
  643.   ac_save_CFLAGS="$CFLAGS"
  644.   CFLAGS=
  645.   echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  646. echo "configure:827: checking whether ${CC-cc} accepts -g" >&5
  647. if eval "test "`echo '$''{'ac_cv_prog_cc_g'+set}'`" = set"; then
  648.   echo $ac_n "(cached) $ac_c" 1>&6
  649. else
  650.   echo 'void f(){}' > conftest.c
  651. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  652.   ac_cv_prog_cc_g=yes
  653. else
  654.   ac_cv_prog_cc_g=no
  655. fi
  656. rm -f conftest*
  657. fi
  658. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  659.   if test "$ac_test_CFLAGS" = set; then
  660.     CFLAGS="$ac_save_CFLAGS"
  661.   elif test $ac_cv_prog_cc_g = yes; then
  662.     CFLAGS="-g -O2"
  663.   else
  664.     CFLAGS="-O2"
  665.   fi
  666. else
  667.   GCC=
  668.   test "${CFLAGS+set}" = set || CFLAGS="-g"
  669. fi
  670. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  671. echo "configure:855: checking how to run the C preprocessor" >&5
  672. # On Suns, sometimes $CPP names a directory.
  673. if test -n "$CPP" && test -d "$CPP"; then
  674.   CPP=
  675. fi
  676. if test -z "$CPP"; then
  677. if eval "test "`echo '$''{'ac_cv_prog_CPP'+set}'`" = set"; then
  678.   echo $ac_n "(cached) $ac_c" 1>&6
  679. else
  680.     # This must be in double quotes, not single quotes, because CPP may get
  681.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  682.   CPP="${CC-cc} -E"
  683.   # On the NeXT, cc -E runs the code through the compiler's parser,
  684.   # not just through cpp.
  685.   cat > conftest.$ac_ext <<EOF
  686. #line 870 "configure"
  687. #include "confdefs.h"
  688. #include <assert.h>
  689. Syntax Error
  690. EOF
  691. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  692. { (eval echo configure:876: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  693. ac_err=`grep -v '^ *+' conftest.out`
  694. if test -z "$ac_err"; then
  695.   :
  696. else
  697.   echo "$ac_err" >&5
  698.   echo "configure: failed program was:" >&5
  699.   cat conftest.$ac_ext >&5
  700.   rm -rf conftest*
  701.   CPP="${CC-cc} -E -traditional-cpp"
  702.   cat > conftest.$ac_ext <<EOF
  703. #line 887 "configure"
  704. #include "confdefs.h"
  705. #include <assert.h>
  706. Syntax Error
  707. EOF
  708. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  709. { (eval echo configure:893: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  710. ac_err=`grep -v '^ *+' conftest.out`
  711. if test -z "$ac_err"; then
  712.   :
  713. else
  714.   echo "$ac_err" >&5
  715.   echo "configure: failed program was:" >&5
  716.   cat conftest.$ac_ext >&5
  717.   rm -rf conftest*
  718.   CPP=/lib/cpp
  719. fi
  720. rm -f conftest*
  721. fi
  722. rm -f conftest*
  723.   ac_cv_prog_CPP="$CPP"
  724. fi
  725.   CPP="$ac_cv_prog_CPP"
  726. else
  727.   ac_cv_prog_CPP="$CPP"
  728. fi
  729. echo "$ac_t""$CPP" 1>&6
  730. ac_safe=`echo "minix/config.h" | sed 'y%./+-%__p_%'`
  731. echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6
  732. echo "configure:917: checking for minix/config.h" >&5
  733. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  734.   echo $ac_n "(cached) $ac_c" 1>&6
  735. else
  736.   cat > conftest.$ac_ext <<EOF
  737. #line 922 "configure"
  738. #include "confdefs.h"
  739. #include <minix/config.h>
  740. EOF
  741. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  742. { (eval echo configure:927: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  743. ac_err=`grep -v '^ *+' conftest.out`
  744. if test -z "$ac_err"; then
  745.   rm -rf conftest*
  746.   eval "ac_cv_header_$ac_safe=yes"
  747. else
  748.   echo "$ac_err" >&5
  749.   echo "configure: failed program was:" >&5
  750.   cat conftest.$ac_ext >&5
  751.   rm -rf conftest*
  752.   eval "ac_cv_header_$ac_safe=no"
  753. fi
  754. rm -f conftest*
  755. fi
  756. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  757.   echo "$ac_t""yes" 1>&6
  758.   MINIX=yes
  759. else
  760.   echo "$ac_t""no" 1>&6
  761. MINIX=
  762. fi
  763. if test "$MINIX" = yes; then
  764.   cat >> confdefs.h <<EOF
  765. #define _POSIX_SOURCE 1
  766. EOF
  767.   cat >> confdefs.h <<EOF
  768. #define _POSIX_1_SOURCE 2
  769. EOF
  770.   cat >> confdefs.h <<EOF
  771. #define _MINIX 1
  772. EOF
  773. fi
  774. # If we're using gcc and the user hasn't specified CFLAGS, add -O to CFLAGS.
  775. test -n "$GCC" && test -n "$auto_cflags" && CFLAGS="$CFLAGS -O"
  776. if test $ac_cv_prog_gcc = yes; then
  777.     echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
  778. echo "configure:970: checking whether ${CC-cc} needs -traditional" >&5
  779. if eval "test "`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`" = set"; then
  780.   echo $ac_n "(cached) $ac_c" 1>&6
  781. else
  782.     ac_pattern="Autoconf.*'x'"
  783.   cat > conftest.$ac_ext <<EOF
  784. #line 976 "configure"
  785. #include "confdefs.h"
  786. #include <sgtty.h>
  787. Autoconf TIOCGETP
  788. EOF
  789. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  790.   egrep "$ac_pattern" >/dev/null 2>&1; then
  791.   rm -rf conftest*
  792.   ac_cv_prog_gcc_traditional=yes
  793. else
  794.   rm -rf conftest*
  795.   ac_cv_prog_gcc_traditional=no
  796. fi
  797. rm -f conftest*
  798.   if test $ac_cv_prog_gcc_traditional = no; then
  799.     cat > conftest.$ac_ext <<EOF
  800. #line 994 "configure"
  801. #include "confdefs.h"
  802. #include <termio.h>
  803. Autoconf TCGETA
  804. EOF
  805. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  806.   egrep "$ac_pattern" >/dev/null 2>&1; then
  807.   rm -rf conftest*
  808.   ac_cv_prog_gcc_traditional=yes
  809. fi
  810. rm -f conftest*
  811.   fi
  812. fi
  813. echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
  814.   if test $ac_cv_prog_gcc_traditional = yes; then
  815.     CC="$CC -traditional"
  816.   fi
  817. fi
  818. # Find a good install program.  We prefer a C program (faster),
  819. # so one script is as good as another.  But avoid the broken or
  820. # incompatible versions:
  821. # SysV /etc/install, /usr/sbin/install
  822. # SunOS /usr/etc/install
  823. # IRIX /sbin/install
  824. # AIX /bin/install
  825. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  826. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  827. # ./install, which can be erroneously created by make from ./install.sh.
  828. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  829. echo "configure:1026: checking for a BSD compatible install" >&5
  830. if test -z "$INSTALL"; then
  831. if eval "test "`echo '$''{'ac_cv_path_install'+set}'`" = set"; then
  832.   echo $ac_n "(cached) $ac_c" 1>&6
  833. else
  834.     IFS="${IFS=  }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
  835.   for ac_dir in $PATH; do
  836.     # Account for people who put trailing slashes in PATH elements.
  837.     case "$ac_dir/" in
  838.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  839.     *)
  840.       # OSF1 and SCO ODT 3.0 have their own names for install.
  841.       for ac_prog in ginstall installbsd scoinst install; do
  842.         if test -f $ac_dir/$ac_prog; then
  843.   if test $ac_prog = install &&
  844.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  845.     # AIX install.  It has an incompatible calling convention.
  846.     # OSF/1 installbsd also uses dspmsg, but is usable.
  847.     :
  848.   else
  849.     ac_cv_path_install="$ac_dir/$ac_prog -c"
  850.     break 2
  851.   fi
  852. fi
  853.       done
  854.       ;;
  855.     esac
  856.   done
  857.   IFS="$ac_save_IFS"
  858. fi
  859.   if test "${ac_cv_path_install+set}" = set; then
  860.     INSTALL="$ac_cv_path_install"
  861.   else
  862.     # As a last resort, use the slow shell script.  We don't cache a
  863.     # path for INSTALL within a source directory, because that will
  864.     # break other packages using the cache if that directory is
  865.     # removed, or if the path is relative.
  866.     INSTALL="$ac_install_sh"
  867.   fi
  868. fi
  869. echo "$ac_t""$INSTALL" 1>&6
  870. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  871. # It thinks the first close brace ends the variable substitution.
  872. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  873. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  874. # Extract the first word of "ar", so it can be a program name with args.
  875. set dummy ar; ac_word=$2
  876. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  877. echo "configure:1078: checking for $ac_word" >&5
  878. if eval "test "`echo '$''{'ac_cv_prog_AR'+set}'`" = set"; then
  879.   echo $ac_n "(cached) $ac_c" 1>&6
  880. else
  881.   if test -n "$AR"; then
  882.   ac_cv_prog_AR="$AR" # Let the user override the test.
  883. else
  884.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  885.   for ac_dir in $PATH; do
  886.     test -z "$ac_dir" && ac_dir=.
  887.     if test -f $ac_dir/$ac_word; then
  888.       ac_cv_prog_AR="ar"
  889.       break
  890.     fi
  891.   done
  892.   IFS="$ac_save_ifs"
  893. fi
  894. fi
  895. AR="$ac_cv_prog_AR"
  896. if test -n "$AR"; then
  897.   echo "$ac_t""$AR" 1>&6
  898. else
  899.   echo "$ac_t""no" 1>&6
  900. fi
  901. test -n "$ARFLAGS" || ARFLAGS="cr"
  902. # Extract the first word of "ranlib", so it can be a program name with args.
  903. set dummy ranlib; ac_word=$2
  904. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  905. echo "configure:1107: checking for $ac_word" >&5
  906. if eval "test "`echo '$''{'ac_cv_prog_RANLIB'+set}'`" = set"; then
  907.   echo $ac_n "(cached) $ac_c" 1>&6
  908. else
  909.   if test -n "$RANLIB"; then
  910.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  911. else
  912.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  913.   for ac_dir in $PATH; do
  914.     test -z "$ac_dir" && ac_dir=.
  915.     if test -f $ac_dir/$ac_word; then
  916.       ac_cv_prog_RANLIB="ranlib"
  917.       break
  918.     fi
  919.   done
  920.   IFS="$ac_save_ifs"
  921.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  922. fi
  923. fi
  924. RANLIB="$ac_cv_prog_RANLIB"
  925. if test -n "$RANLIB"; then
  926.   echo "$ac_t""$RANLIB" 1>&6
  927. else
  928.   echo "$ac_t""no" 1>&6
  929. fi
  930. MAKE_SHELL=/bin/sh
  931. echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
  932. echo "configure:1138: checking return type of signal handlers" >&5
  933. if eval "test "`echo '$''{'ac_cv_type_signal'+set}'`" = set"; then
  934.   echo $ac_n "(cached) $ac_c" 1>&6
  935. else
  936.   cat > conftest.$ac_ext <<EOF
  937. #line 1143 "configure"
  938. #include "confdefs.h"
  939. #include <sys/types.h>
  940. #include <signal.h>
  941. #ifdef signal
  942. #undef signal
  943. #endif
  944. #ifdef __cplusplus
  945. extern "C" void (*signal (int, void (*)(int)))(int);
  946. #else
  947. void (*signal ()) ();
  948. #endif
  949. int main() {
  950. int i;
  951. ; return 0; }
  952. EOF
  953. if { (eval echo configure:1160: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  954.   rm -rf conftest*
  955.   ac_cv_type_signal=void
  956. else
  957.   echo "configure: failed program was:" >&5
  958.   cat conftest.$ac_ext >&5
  959.   rm -rf conftest*
  960.   ac_cv_type_signal=int
  961. fi
  962. rm -f conftest*
  963. fi
  964. echo "$ac_t""$ac_cv_type_signal" 1>&6
  965. cat >> confdefs.h <<EOF
  966. #define RETSIGTYPE $ac_cv_type_signal
  967. EOF
  968. echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6
  969. echo "configure:1180: checking whether stat file-mode macros are broken" >&5
  970. if eval "test "`echo '$''{'ac_cv_header_stat_broken'+set}'`" = set"; then
  971.   echo $ac_n "(cached) $ac_c" 1>&6
  972. else
  973.   cat > conftest.$ac_ext <<EOF
  974. #line 1185 "configure"
  975. #include "confdefs.h"
  976. #include <sys/types.h>
  977. #include <sys/stat.h>
  978. #if defined(S_ISBLK) && defined(S_IFDIR)
  979. # if S_ISBLK (S_IFDIR)
  980. You lose.
  981. # endif
  982. #endif
  983. #if defined(S_ISBLK) && defined(S_IFCHR)
  984. # if S_ISBLK (S_IFCHR)
  985. You lose.
  986. # endif
  987. #endif
  988. #if defined(S_ISLNK) && defined(S_IFREG)
  989. # if S_ISLNK (S_IFREG)
  990. You lose.
  991. # endif
  992. #endif
  993. #if defined(S_ISSOCK) && defined(S_IFREG)
  994. # if S_ISSOCK (S_IFREG)
  995. You lose.
  996. # endif
  997. #endif
  998. EOF
  999. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1000.   egrep "You lose" >/dev/null 2>&1; then
  1001.   rm -rf conftest*
  1002.   ac_cv_header_stat_broken=yes
  1003. else
  1004.   rm -rf conftest*
  1005.   ac_cv_header_stat_broken=no
  1006. fi
  1007. rm -f conftest*
  1008. fi
  1009. echo "$ac_t""$ac_cv_header_stat_broken" 1>&6
  1010. if test $ac_cv_header_stat_broken = yes; then
  1011.   cat >> confdefs.h <<EOF
  1012. #define STAT_MACROS_BROKEN 1
  1013. EOF
  1014. fi
  1015. ac_header_dirent=no
  1016. for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
  1017. do
  1018. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1019. echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
  1020. echo "configure:1240: checking for $ac_hdr that defines DIR" >&5
  1021. if eval "test "`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`" = set"; then
  1022.   echo $ac_n "(cached) $ac_c" 1>&6
  1023. else
  1024.   cat > conftest.$ac_ext <<EOF
  1025. #line 1245 "configure"
  1026. #include "confdefs.h"
  1027. #include <sys/types.h>
  1028. #include <$ac_hdr>
  1029. int main() {
  1030. DIR *dirp = 0;
  1031. ; return 0; }
  1032. EOF
  1033. if { (eval echo configure:1253: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1034.   rm -rf conftest*
  1035.   eval "ac_cv_header_dirent_$ac_safe=yes"
  1036. else
  1037.   echo "configure: failed program was:" >&5
  1038.   cat conftest.$ac_ext >&5
  1039.   rm -rf conftest*
  1040.   eval "ac_cv_header_dirent_$ac_safe=no"
  1041. fi
  1042. rm -f conftest*
  1043. fi
  1044. if eval "test "`echo '$ac_cv_header_dirent_'$ac_safe`" = yes"; then
  1045.   echo "$ac_t""yes" 1>&6
  1046.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1047.   cat >> confdefs.h <<EOF
  1048. #define $ac_tr_hdr 1
  1049. EOF
  1050.  ac_header_dirent=$ac_hdr; break
  1051. else
  1052.   echo "$ac_t""no" 1>&6
  1053. fi
  1054. done
  1055. # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
  1056. if test $ac_header_dirent = dirent.h; then
  1057. echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
  1058. echo "configure:1278: checking for opendir in -ldir" >&5
  1059. ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
  1060. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1061.   echo $ac_n "(cached) $ac_c" 1>&6
  1062. else
  1063.   ac_save_LIBS="$LIBS"
  1064. LIBS="-ldir  $LIBS"
  1065. cat > conftest.$ac_ext <<EOF
  1066. #line 1286 "configure"
  1067. #include "confdefs.h"
  1068. /* Override any gcc2 internal prototype to avoid an error.  */
  1069. /* We use char because int might match the return type of a gcc2
  1070.     builtin and then its argument prototype would still apply.  */
  1071. char opendir();
  1072. int main() {
  1073. opendir()
  1074. ; return 0; }
  1075. EOF
  1076. if { (eval echo configure:1297: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1077.   rm -rf conftest*
  1078.   eval "ac_cv_lib_$ac_lib_var=yes"
  1079. else
  1080.   echo "configure: failed program was:" >&5
  1081.   cat conftest.$ac_ext >&5
  1082.   rm -rf conftest*
  1083.   eval "ac_cv_lib_$ac_lib_var=no"
  1084. fi
  1085. rm -f conftest*
  1086. LIBS="$ac_save_LIBS"
  1087. fi
  1088. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1089.   echo "$ac_t""yes" 1>&6
  1090.   LIBS="$LIBS -ldir"
  1091. else
  1092.   echo "$ac_t""no" 1>&6
  1093. fi
  1094. else
  1095. echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
  1096. echo "configure:1319: checking for opendir in -lx" >&5
  1097. ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
  1098. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1099.   echo $ac_n "(cached) $ac_c" 1>&6
  1100. else
  1101.   ac_save_LIBS="$LIBS"
  1102. LIBS="-lx  $LIBS"
  1103. cat > conftest.$ac_ext <<EOF
  1104. #line 1327 "configure"
  1105. #include "confdefs.h"
  1106. /* Override any gcc2 internal prototype to avoid an error.  */
  1107. /* We use char because int might match the return type of a gcc2
  1108.     builtin and then its argument prototype would still apply.  */
  1109. char opendir();
  1110. int main() {
  1111. opendir()
  1112. ; return 0; }
  1113. EOF
  1114. if { (eval echo configure:1338: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1115.   rm -rf conftest*
  1116.   eval "ac_cv_lib_$ac_lib_var=yes"
  1117. else
  1118.   echo "configure: failed program was:" >&5
  1119.   cat conftest.$ac_ext >&5
  1120.   rm -rf conftest*
  1121.   eval "ac_cv_lib_$ac_lib_var=no"
  1122. fi
  1123. rm -f conftest*
  1124. LIBS="$ac_save_LIBS"
  1125. fi
  1126. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1127.   echo "$ac_t""yes" 1>&6
  1128.   LIBS="$LIBS -lx"
  1129. else
  1130.   echo "$ac_t""no" 1>&6
  1131. fi
  1132. fi
  1133. for ac_func in strcasecmp select setenv putenv tcgetattr setlocale lstat
  1134. do
  1135. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1136. echo "configure:1364: checking for $ac_func" >&5
  1137. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  1138.   echo $ac_n "(cached) $ac_c" 1>&6
  1139. else
  1140.   cat > conftest.$ac_ext <<EOF
  1141. #line 1369 "configure"
  1142. #include "confdefs.h"
  1143. /* System header to define __stub macros and hopefully few prototypes,
  1144.     which can conflict with char $ac_func(); below.  */
  1145. #include <assert.h>
  1146. /* Override any gcc2 internal prototype to avoid an error.  */
  1147. /* We use char because int might match the return type of a gcc2
  1148.     builtin and then its argument prototype would still apply.  */
  1149. char $ac_func();
  1150. int main() {
  1151. /* The GNU C library defines this for functions which it implements
  1152.     to always fail with ENOSYS.  Some functions are actually named
  1153.     something starting with __ and the normal name is an alias.  */
  1154. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1155. choke me
  1156. #else
  1157. $ac_func();
  1158. #endif
  1159. ; return 0; }
  1160. EOF
  1161. if { (eval echo configure:1392: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1162.   rm -rf conftest*
  1163.   eval "ac_cv_func_$ac_func=yes"
  1164. else
  1165.   echo "configure: failed program was:" >&5
  1166.   cat conftest.$ac_ext >&5
  1167.   rm -rf conftest*
  1168.   eval "ac_cv_func_$ac_func=no"
  1169. fi
  1170. rm -f conftest*
  1171. fi
  1172. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  1173.   echo "$ac_t""yes" 1>&6
  1174.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1175.   cat >> confdefs.h <<EOF
  1176. #define $ac_tr_func 1
  1177. EOF
  1178.  
  1179. else
  1180.   echo "$ac_t""no" 1>&6
  1181. fi
  1182. done
  1183. echo $ac_n "checking for working strcoll""... $ac_c" 1>&6
  1184. echo "configure:1418: checking for working strcoll" >&5
  1185. if eval "test "`echo '$''{'ac_cv_func_strcoll_works'+set}'`" = set"; then
  1186.   echo $ac_n "(cached) $ac_c" 1>&6
  1187. else
  1188.   if test "$cross_compiling" = yes; then
  1189.   ac_cv_func_strcoll_works=no
  1190. else
  1191.   cat > conftest.$ac_ext <<EOF
  1192. #line 1426 "configure"
  1193. #include "confdefs.h"
  1194. #include <string.h>
  1195. main ()
  1196. {
  1197.   exit (strcoll ("abc", "def") >= 0 ||
  1198. strcoll ("ABC", "DEF") >= 0 ||
  1199. strcoll ("123", "456") >= 0);
  1200. }
  1201. EOF
  1202. if { (eval echo configure:1436: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  1203. then
  1204.   ac_cv_func_strcoll_works=yes
  1205. else
  1206.   echo "configure: failed program was:" >&5
  1207.   cat conftest.$ac_ext >&5
  1208.   rm -fr conftest*
  1209.   ac_cv_func_strcoll_works=no
  1210. fi
  1211. rm -fr conftest*
  1212. fi
  1213. fi
  1214. echo "$ac_t""$ac_cv_func_strcoll_works" 1>&6
  1215. if test $ac_cv_func_strcoll_works = yes; then
  1216.   cat >> confdefs.h <<EOF
  1217. #define HAVE_STRCOLL 1
  1218. EOF
  1219. fi
  1220. for ac_hdr in unistd.h stdlib.h varargs.h stdarg.h string.h 
  1221. sys/ptem.h sys/pte.h sys/stream.h sys/select.h 
  1222. termcap.h termios.h termio.h sys/file.h locale.h
  1223. do
  1224. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1225. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1226. echo "configure:1465: checking for $ac_hdr" >&5
  1227. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1228.   echo $ac_n "(cached) $ac_c" 1>&6
  1229. else
  1230.   cat > conftest.$ac_ext <<EOF
  1231. #line 1470 "configure"
  1232. #include "confdefs.h"
  1233. #include <$ac_hdr>
  1234. EOF
  1235. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1236. { (eval echo configure:1475: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1237. ac_err=`grep -v '^ *+' conftest.out`
  1238. if test -z "$ac_err"; then
  1239.   rm -rf conftest*
  1240.   eval "ac_cv_header_$ac_safe=yes"
  1241. else
  1242.   echo "$ac_err" >&5
  1243.   echo "configure: failed program was:" >&5
  1244.   cat conftest.$ac_ext >&5
  1245.   rm -rf conftest*
  1246.   eval "ac_cv_header_$ac_safe=no"
  1247. fi
  1248. rm -f conftest*
  1249. fi
  1250. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1251.   echo "$ac_t""yes" 1>&6
  1252.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1253.   cat >> confdefs.h <<EOF
  1254. #define $ac_tr_hdr 1
  1255. EOF
  1256.  
  1257. else
  1258.   echo "$ac_t""no" 1>&6
  1259. fi
  1260. done
  1261. echo $ac_n "checking for type of signal functions""... $ac_c" 1>&6
  1262. echo "configure:1504: checking for type of signal functions" >&5
  1263. if eval "test "`echo '$''{'bash_cv_signal_vintage'+set}'`" = set"; then
  1264.   echo $ac_n "(cached) $ac_c" 1>&6
  1265. else
  1266.   
  1267.   cat > conftest.$ac_ext <<EOF
  1268. #line 1510 "configure"
  1269. #include "confdefs.h"
  1270. #include <signal.h>
  1271. int main() {
  1272.     sigset_t ss;
  1273.     struct sigaction sa;
  1274.     sigemptyset(&ss); sigsuspend(&ss);
  1275.     sigaction(SIGINT, &sa, (struct sigaction *) 0);
  1276.     sigprocmask(SIG_BLOCK, &ss, (sigset_t *) 0);
  1277.   
  1278. ; return 0; }
  1279. EOF
  1280. if { (eval echo configure:1523: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1281.   rm -rf conftest*
  1282.   bash_cv_signal_vintage=posix
  1283. else
  1284.   echo "configure: failed program was:" >&5
  1285.   cat conftest.$ac_ext >&5
  1286.   rm -rf conftest*
  1287.   
  1288.     cat > conftest.$ac_ext <<EOF
  1289. #line 1532 "configure"
  1290. #include "confdefs.h"
  1291. #include <signal.h>
  1292. int main() {
  1293. int mask = sigmask(SIGINT);
  1294. sigsetmask(mask); sigblock(mask); sigpause(mask);
  1295.     
  1296. ; return 0; }
  1297. EOF
  1298. if { (eval echo configure:1542: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1299.   rm -rf conftest*
  1300.   bash_cv_signal_vintage=4.2bsd
  1301. else
  1302.   echo "configure: failed program was:" >&5
  1303.   cat conftest.$ac_ext >&5
  1304.   rm -rf conftest*
  1305.   
  1306.       cat > conftest.$ac_ext <<EOF
  1307. #line 1551 "configure"
  1308. #include "confdefs.h"
  1309. #include <signal.h>
  1310. RETSIGTYPE foo() { }
  1311. int main() {
  1312. int mask = sigmask(SIGINT);
  1313. sigset(SIGINT, foo); sigrelse(SIGINT);
  1314. sighold(SIGINT); sigpause(SIGINT);
  1315.         
  1316. ; return 0; }
  1317. EOF
  1318. if { (eval echo configure:1564: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1319.   rm -rf conftest*
  1320.   bash_cv_signal_vintage=svr3
  1321. else
  1322.   echo "configure: failed program was:" >&5
  1323.   cat conftest.$ac_ext >&5
  1324.   rm -rf conftest*
  1325.   bash_cv_signal_vintage=v7
  1326.     
  1327. fi
  1328. rm -f conftest*
  1329.   
  1330. fi
  1331. rm -f conftest*
  1332. fi
  1333. rm -f conftest*
  1334. fi
  1335. echo "$ac_t""$bash_cv_signal_vintage" 1>&6
  1336. if test "$bash_cv_signal_vintage" = posix; then
  1337. cat >> confdefs.h <<EOF
  1338. #define HAVE_POSIX_SIGNALS 1
  1339. EOF
  1340. elif test "$bash_cv_signal_vintage" = "4.2bsd"; then
  1341. cat >> confdefs.h <<EOF
  1342. #define HAVE_BSD_SIGNALS 1
  1343. EOF
  1344. elif test "$bash_cv_signal_vintage" = svr3; then
  1345. cat >> confdefs.h <<EOF
  1346. #define HAVE_USG_SIGHOLD 1
  1347. EOF
  1348. fi
  1349. echo $ac_n "checking if signal handlers must be reinstalled when invoked""... $ac_c" 1>&6
  1350. echo "configure:1605: checking if signal handlers must be reinstalled when invoked" >&5
  1351. if eval "test "`echo '$''{'bash_cv_must_reinstall_sighandlers'+set}'`" = set"; then
  1352.   echo $ac_n "(cached) $ac_c" 1>&6
  1353. else
  1354.   if test "$cross_compiling" = yes; then
  1355.   echo "configure: warning: cannot check signal handling if cross compiling -- defaulting to no" 1>&2
  1356.     bash_cv_must_reinstall_sighandlers=no
  1357. else
  1358.   cat > conftest.$ac_ext <<EOF
  1359. #line 1615 "configure"
  1360. #include "confdefs.h"
  1361. #include <signal.h>
  1362. #ifdef HAVE_UNISTD_H
  1363. #include <unistd.h>
  1364. #endif
  1365. typedef RETSIGTYPE sigfunc();
  1366. int nsigint;
  1367. #ifdef HAVE_POSIX_SIGNALS
  1368. sigfunc *
  1369. set_signal_handler(sig, handler)
  1370.      int sig;
  1371.      sigfunc *handler;
  1372. {
  1373.   struct sigaction act, oact;
  1374.   act.sa_handler = handler;
  1375.   act.sa_flags = 0;
  1376.   sigemptyset (&act.sa_mask);
  1377.   sigemptyset (&oact.sa_mask);
  1378.   sigaction (sig, &act, &oact);
  1379.   return (oact.sa_handler);
  1380. }
  1381. #else
  1382. #define set_signal_handler(s, h) signal(s, h)
  1383. #endif
  1384. RETSIGTYPE
  1385. sigint(s)
  1386. int s;
  1387. {
  1388.   nsigint++;
  1389. }
  1390. main()
  1391. {
  1392. nsigint = 0;
  1393. set_signal_handler(SIGINT, sigint);
  1394. kill((int)getpid(), SIGINT);
  1395. kill((int)getpid(), SIGINT);
  1396. exit(nsigint != 2);
  1397. }
  1398. EOF
  1399. if { (eval echo configure:1662: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  1400. then
  1401.   bash_cv_must_reinstall_sighandlers=no
  1402. else
  1403.   echo "configure: failed program was:" >&5
  1404.   cat conftest.$ac_ext >&5
  1405.   rm -fr conftest*
  1406.   bash_cv_must_reinstall_sighandlers=yes
  1407. fi
  1408. rm -fr conftest*
  1409. fi
  1410. fi
  1411. echo "$ac_t""$bash_cv_must_reinstall_sighandlers" 1>&6
  1412. if test $bash_cv_must_reinstall_sighandlers = yes; then
  1413. cat >> confdefs.h <<EOF
  1414. #define MUST_REINSTALL_SIGHANDLERS 1
  1415. EOF
  1416. fi
  1417. echo $ac_n "checking for presence of POSIX-style sigsetjmp/siglongjmp""... $ac_c" 1>&6
  1418. echo "configure:1687: checking for presence of POSIX-style sigsetjmp/siglongjmp" >&5
  1419. if eval "test "`echo '$''{'bash_cv_func_sigsetjmp'+set}'`" = set"; then
  1420.   echo $ac_n "(cached) $ac_c" 1>&6
  1421. else
  1422.   if test "$cross_compiling" = yes; then
  1423.   echo "configure: warning: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing" 1>&2
  1424.      bash_cv_func_sigsetjmp=missing
  1425. else
  1426.   cat > conftest.$ac_ext <<EOF
  1427. #line 1697 "configure"
  1428. #include "confdefs.h"
  1429. #ifdef HAVE_UNISTD_H
  1430. #include <unistd.h>
  1431. #endif
  1432. #include <sys/types.h>
  1433. #include <signal.h>
  1434. #include <setjmp.h>
  1435. main()
  1436. {
  1437. #if !defined (_POSIX_VERSION) || !defined (HAVE_POSIX_SIGNALS)
  1438. exit (1);
  1439. #else
  1440. int code;
  1441. sigset_t set, oset;
  1442. sigjmp_buf xx;
  1443. /* get the mask */
  1444. sigemptyset(&set);
  1445. sigemptyset(&oset);
  1446. sigprocmask(SIG_BLOCK, (sigset_t *)NULL, &set);
  1447. sigprocmask(SIG_BLOCK, (sigset_t *)NULL, &oset);
  1448. /* save it */
  1449. code = sigsetjmp(xx, 1);
  1450. if (code)
  1451.   exit(0); /* could get sigmask and compare to oset here. */
  1452. /* change it */
  1453. sigaddset(&set, SIGINT);
  1454. sigprocmask(SIG_BLOCK, &set, (sigset_t *)NULL);
  1455. /* and siglongjmp */
  1456. siglongjmp(xx, 10);
  1457. exit(1);
  1458. #endif
  1459. }
  1460. EOF
  1461. if { (eval echo configure:1738: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  1462. then
  1463.   bash_cv_func_sigsetjmp=present
  1464. else
  1465.   echo "configure: failed program was:" >&5
  1466.   cat conftest.$ac_ext >&5
  1467.   rm -fr conftest*
  1468.   bash_cv_func_sigsetjmp=missing
  1469. fi
  1470. rm -fr conftest*
  1471. fi
  1472. fi
  1473. echo "$ac_t""$bash_cv_func_sigsetjmp" 1>&6
  1474. if test $bash_cv_func_sigsetjmp = present; then
  1475. cat >> confdefs.h <<EOF
  1476. #define HAVE_POSIX_SIGSETJMP 1
  1477. EOF
  1478. fi
  1479. echo $ac_n "checking for lstat""... $ac_c" 1>&6
  1480. echo "configure:1761: checking for lstat" >&5
  1481. if eval "test "`echo '$''{'bash_cv_func_lstat'+set}'`" = set"; then
  1482.   echo $ac_n "(cached) $ac_c" 1>&6
  1483. else
  1484.   cat > conftest.$ac_ext <<EOF
  1485. #line 1766 "configure"
  1486. #include "confdefs.h"
  1487. #include <sys/types.h>
  1488. #include <sys/stat.h>
  1489. int main() {
  1490.  lstat(".",(struct stat *)0); 
  1491. ; return 0; }
  1492. EOF
  1493. if { (eval echo configure:1776: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1494.   rm -rf conftest*
  1495.   bash_cv_func_lstat=yes
  1496. else
  1497.   echo "configure: failed program was:" >&5
  1498.   cat conftest.$ac_ext >&5
  1499.   rm -rf conftest*
  1500.   bash_cv_func_lstat=no
  1501. fi
  1502. rm -f conftest*
  1503. fi
  1504. echo "$ac_t""$bash_cv_func_lstat" 1>&6
  1505. if test $bash_cv_func_lstat = yes; then
  1506.   cat >> confdefs.h <<EOF
  1507. #define HAVE_LSTAT 1
  1508. EOF
  1509. fi
  1510. echo $ac_n "checking whether programs are able to redeclare getpw functions""... $ac_c" 1>&6
  1511. echo "configure:1797: checking whether programs are able to redeclare getpw functions" >&5
  1512. if eval "test "`echo '$''{'bash_cv_can_redecl_getpw'+set}'`" = set"; then
  1513.   echo $ac_n "(cached) $ac_c" 1>&6
  1514. else
  1515.   cat > conftest.$ac_ext <<EOF
  1516. #line 1802 "configure"
  1517. #include "confdefs.h"
  1518. #include <sys/types.h>
  1519. #include <pwd.h>
  1520. extern struct passwd *getpwent();
  1521. extern struct passwd *getpwuid();
  1522. extern struct passwd *getpwnam();
  1523. int main() {
  1524. struct passwd *z; z = getpwent(); z = getpwuid(0); z = getpwnam("root");
  1525. ; return 0; }
  1526. EOF
  1527. if { (eval echo configure:1813: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1528.   rm -rf conftest*
  1529.   bash_cv_can_redecl_getpw=yes
  1530. else
  1531.   echo "configure: failed program was:" >&5
  1532.   cat conftest.$ac_ext >&5
  1533.   rm -rf conftest*
  1534.   bash_cv_can_redecl_getpw=no
  1535. fi
  1536. rm -f conftest*
  1537. fi
  1538. echo "$ac_t""$bash_cv_can_redecl_getpw" 1>&6
  1539. if test $bash_cv_can_redecl_getpw = no; then
  1540. cat >> confdefs.h <<EOF
  1541. #define HAVE_GETPW_DECLS 1
  1542. EOF
  1543. fi
  1544. echo $ac_n "checking whether or not strcoll and strcmp differ""... $ac_c" 1>&6
  1545. echo "configure:1835: checking whether or not strcoll and strcmp differ" >&5
  1546. if eval "test "`echo '$''{'bash_cv_func_strcoll_broken'+set}'`" = set"; then
  1547.   echo $ac_n "(cached) $ac_c" 1>&6
  1548. else
  1549.   if test "$cross_compiling" = yes; then
  1550.   echo "configure: warning: cannot check strcoll if cross compiling -- defaulting to no" 1>&2
  1551.     bash_cv_func_strcoll_broken=no
  1552. else
  1553.   cat > conftest.$ac_ext <<EOF
  1554. #line 1845 "configure"
  1555. #include "confdefs.h"
  1556. #include <stdio.h>
  1557. #if defined (HAVE_LOCALE_H)
  1558. #include <locale.h>
  1559. #endif
  1560. main(c, v)
  1561. int     c;
  1562. char    *v[];
  1563. {
  1564.         int     r1, r2;
  1565.         char    *deflocale, *defcoll;
  1566. #ifdef HAVE_SETLOCALE
  1567.         deflocale = setlocale(LC_ALL, "");
  1568. defcoll = setlocale(LC_COLLATE, "");
  1569. #endif
  1570. #ifdef HAVE_STRCOLL
  1571. /* These two values are taken from tests/glob-test. */
  1572.         r1 = strcoll("abd", "aXd");
  1573. #else
  1574. r1 = 0;
  1575. #endif
  1576.         r2 = strcmp("abd", "aXd");
  1577. /* These two should both be greater than 0.  It is permissible for
  1578.    a system to return different values, as long as the sign is the
  1579.    same. */
  1580.         /* Exit with 1 (failure) if these two values are both > 0, since
  1581.    this tests whether strcoll(3) is broken with respect to strcmp(3)
  1582.    in the default locale. */
  1583. exit (r1 > 0 && r2 > 0);
  1584. }
  1585. EOF
  1586. if { (eval echo configure:1884: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  1587. then
  1588.   bash_cv_func_strcoll_broken=yes
  1589. else
  1590.   echo "configure: failed program was:" >&5
  1591.   cat conftest.$ac_ext >&5
  1592.   rm -fr conftest*
  1593.   bash_cv_func_strcoll_broken=no
  1594. fi
  1595. rm -fr conftest*
  1596. fi
  1597. fi
  1598. echo "$ac_t""$bash_cv_func_strcoll_broken" 1>&6
  1599. if test $bash_cv_func_strcoll_broken = yes; then
  1600. cat >> confdefs.h <<EOF
  1601. #define STRCOLL_BROKEN 1
  1602. EOF
  1603. fi
  1604. echo $ac_n "checking whether signal handlers are of type void""... $ac_c" 1>&6
  1605. echo "configure:1908: checking whether signal handlers are of type void" >&5
  1606. if eval "test "`echo '$''{'bash_cv_void_sighandler'+set}'`" = set"; then
  1607.   echo $ac_n "(cached) $ac_c" 1>&6
  1608. else
  1609.   cat > conftest.$ac_ext <<EOF
  1610. #line 1913 "configure"
  1611. #include "confdefs.h"
  1612. #include <sys/types.h>
  1613. #include <signal.h>
  1614. #ifdef signal
  1615. #undef signal
  1616. #endif
  1617. #ifdef __cplusplus
  1618. extern "C"
  1619. #endif
  1620. void (*signal ()) ();
  1621. int main() {
  1622. int i;
  1623. ; return 0; }
  1624. EOF
  1625. if { (eval echo configure:1928: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1626.   rm -rf conftest*
  1627.   bash_cv_void_sighandler=yes
  1628. else
  1629.   echo "configure: failed program was:" >&5
  1630.   cat conftest.$ac_ext >&5
  1631.   rm -rf conftest*
  1632.   bash_cv_void_sighandler=no
  1633. fi
  1634. rm -f conftest*
  1635. fi
  1636. echo "$ac_t""$bash_cv_void_sighandler" 1>&6
  1637. if test $bash_cv_void_sighandler = yes; then
  1638. cat >> confdefs.h <<EOF
  1639. #define VOID_SIGHANDLER 1
  1640. EOF
  1641. fi
  1642. echo $ac_n "checking for TIOCGWINSZ in sys/ioctl.h""... $ac_c" 1>&6
  1643. echo "configure:1948: checking for TIOCGWINSZ in sys/ioctl.h" >&5
  1644. if eval "test "`echo '$''{'bash_cv_tiocgwinsz_in_ioctl'+set}'`" = set"; then
  1645.   echo $ac_n "(cached) $ac_c" 1>&6
  1646. else
  1647.   cat > conftest.$ac_ext <<EOF
  1648. #line 1953 "configure"
  1649. #include "confdefs.h"
  1650. #include <sys/types.h>
  1651. #include <sys/ioctl.h>
  1652. int main() {
  1653. int x = TIOCGWINSZ;
  1654. ; return 0; }
  1655. EOF
  1656. if { (eval echo configure:1961: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1657.   rm -rf conftest*
  1658.   bash_cv_tiocgwinsz_in_ioctl=yes
  1659. else
  1660.   echo "configure: failed program was:" >&5
  1661.   cat conftest.$ac_ext >&5
  1662.   rm -rf conftest*
  1663.   bash_cv_tiocgwinsz_in_ioctl=no
  1664. fi
  1665. rm -f conftest*
  1666. fi
  1667. echo "$ac_t""$bash_cv_tiocgwinsz_in_ioctl" 1>&6
  1668. if test $bash_cv_tiocgwinsz_in_ioctl = yes; then   
  1669. cat >> confdefs.h <<EOF
  1670. #define GWINSZ_IN_SYS_IOCTL 1
  1671. EOF
  1672. fi
  1673. echo $ac_n "checking for TIOCSTAT in sys/ioctl.h""... $ac_c" 1>&6
  1674. echo "configure:1982: checking for TIOCSTAT in sys/ioctl.h" >&5
  1675. if eval "test "`echo '$''{'bash_cv_tiocstat_in_ioctl'+set}'`" = set"; then
  1676.   echo $ac_n "(cached) $ac_c" 1>&6
  1677. else
  1678.   cat > conftest.$ac_ext <<EOF
  1679. #line 1987 "configure"
  1680. #include "confdefs.h"
  1681. #include <sys/types.h>
  1682. #include <sys/ioctl.h>
  1683. int main() {
  1684. int x = TIOCSTAT;
  1685. ; return 0; }
  1686. EOF
  1687. if { (eval echo configure:1995: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1688.   rm -rf conftest*
  1689.   bash_cv_tiocstat_in_ioctl=yes
  1690. else
  1691.   echo "configure: failed program was:" >&5
  1692.   cat conftest.$ac_ext >&5
  1693.   rm -rf conftest*
  1694.   bash_cv_tiocstat_in_ioctl=no
  1695. fi
  1696. rm -f conftest*
  1697. fi
  1698. echo "$ac_t""$bash_cv_tiocstat_in_ioctl" 1>&6
  1699. if test $bash_cv_tiocstat_in_ioctl = yes; then   
  1700. cat >> confdefs.h <<EOF
  1701. #define TIOCSTAT_IN_SYS_IOCTL 1
  1702. EOF
  1703. fi
  1704. echo $ac_n "checking for FIONREAD in sys/ioctl.h""... $ac_c" 1>&6
  1705. echo "configure:2016: checking for FIONREAD in sys/ioctl.h" >&5
  1706. if eval "test "`echo '$''{'bash_cv_fionread_in_ioctl'+set}'`" = set"; then
  1707.   echo $ac_n "(cached) $ac_c" 1>&6
  1708. else
  1709.   cat > conftest.$ac_ext <<EOF
  1710. #line 2021 "configure"
  1711. #include "confdefs.h"
  1712. #include <sys/types.h>
  1713. #include <sys/ioctl.h>
  1714. int main() {
  1715. int x = FIONREAD;
  1716. ; return 0; }
  1717. EOF
  1718. if { (eval echo configure:2029: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1719.   rm -rf conftest*
  1720.   bash_cv_fionread_in_ioctl=yes
  1721. else
  1722.   echo "configure: failed program was:" >&5
  1723.   cat conftest.$ac_ext >&5
  1724.   rm -rf conftest*
  1725.   bash_cv_fionread_in_ioctl=no
  1726. fi
  1727. rm -f conftest*
  1728. fi
  1729. echo "$ac_t""$bash_cv_fionread_in_ioctl" 1>&6
  1730. if test $bash_cv_fionread_in_ioctl = yes; then   
  1731. cat >> confdefs.h <<EOF
  1732. #define FIONREAD_IN_SYS_IOCTL 1
  1733. EOF
  1734. fi
  1735. echo $ac_n "checking for speed_t in sys/types.h""... $ac_c" 1>&6
  1736. echo "configure:2050: checking for speed_t in sys/types.h" >&5
  1737. if eval "test "`echo '$''{'bash_cv_speed_t_in_sys_types'+set}'`" = set"; then
  1738.   echo $ac_n "(cached) $ac_c" 1>&6
  1739. else
  1740.   cat > conftest.$ac_ext <<EOF
  1741. #line 2055 "configure"
  1742. #include "confdefs.h"
  1743. #include <sys/types.h>
  1744. int main() {
  1745. speed_t x;
  1746. ; return 0; }
  1747. EOF
  1748. if { (eval echo configure:2062: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1749.   rm -rf conftest*
  1750.   bash_cv_speed_t_in_sys_types=yes
  1751. else
  1752.   echo "configure: failed program was:" >&5
  1753.   cat conftest.$ac_ext >&5
  1754.   rm -rf conftest*
  1755.   bash_cv_speed_t_in_sys_types=no
  1756. fi
  1757. rm -f conftest*
  1758. fi
  1759. echo "$ac_t""$bash_cv_speed_t_in_sys_types" 1>&6
  1760. if test $bash_cv_speed_t_in_sys_types = yes; then   
  1761. cat >> confdefs.h <<EOF
  1762. #define SPEED_T_IN_SYS_TYPES 1
  1763. EOF
  1764. fi
  1765. echo $ac_n "checking for struct winsize in sys/ioctl.h and termios.h""... $ac_c" 1>&6
  1766. echo "configure:2083: checking for struct winsize in sys/ioctl.h and termios.h" >&5
  1767. if eval "test "`echo '$''{'bash_cv_struct_winsize_header'+set}'`" = set"; then
  1768.   echo $ac_n "(cached) $ac_c" 1>&6
  1769. else
  1770.   cat > conftest.$ac_ext <<EOF
  1771. #line 2088 "configure"
  1772. #include "confdefs.h"
  1773. #include <sys/types.h>
  1774. #include <sys/ioctl.h>
  1775. int main() {
  1776. struct winsize x;
  1777. ; return 0; }
  1778. EOF
  1779. if { (eval echo configure:2096: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1780.   rm -rf conftest*
  1781.   bash_cv_struct_winsize_header=ioctl_h
  1782. else
  1783.   echo "configure: failed program was:" >&5
  1784.   cat conftest.$ac_ext >&5
  1785.   rm -rf conftest*
  1786.   cat > conftest.$ac_ext <<EOF
  1787. #line 2104 "configure"
  1788. #include "confdefs.h"
  1789. #include <sys/types.h>
  1790. #include <termios.h>
  1791. int main() {
  1792. struct winsize x;
  1793. ; return 0; }
  1794. EOF
  1795. if { (eval echo configure:2112: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1796.   rm -rf conftest*
  1797.   bash_cv_struct_winsize_header=termios_h
  1798. else
  1799.   echo "configure: failed program was:" >&5
  1800.   cat conftest.$ac_ext >&5
  1801.   rm -rf conftest*
  1802.   bash_cv_struct_winsize_header=other
  1803. fi
  1804. rm -f conftest*
  1805. fi
  1806. rm -f conftest*
  1807. fi
  1808. if test $bash_cv_struct_winsize_header = ioctl_h; then
  1809.   echo "$ac_t""sys/ioctl.h" 1>&6
  1810.   cat >> confdefs.h <<EOF
  1811. #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
  1812. EOF
  1813. elif test $bash_cv_struct_winsize_header = termios_h; then
  1814.   echo "$ac_t""termios.h" 1>&6
  1815.   cat >> confdefs.h <<EOF
  1816. #define STRUCT_WINSIZE_IN_TERMIOS 1
  1817. EOF
  1818. else
  1819.   echo "$ac_t""not found" 1>&6
  1820. fi
  1821. echo $ac_n "checking if struct dirent has a d_ino member""... $ac_c" 1>&6
  1822. echo "configure:2145: checking if struct dirent has a d_ino member" >&5
  1823. if eval "test "`echo '$''{'bash_cv_dirent_has_dino'+set}'`" = set"; then
  1824.   echo $ac_n "(cached) $ac_c" 1>&6
  1825. else
  1826.   cat > conftest.$ac_ext <<EOF
  1827. #line 2150 "configure"
  1828. #include "confdefs.h"
  1829. #include <stdio.h>
  1830. #include <sys/types.h>
  1831. #ifdef HAVE_UNISTD_H
  1832. # include <unistd.h>
  1833. #endif /* HAVE_UNISTD_H */
  1834. #if defined(HAVE_DIRENT_H)
  1835. # include <dirent.h>
  1836. #else
  1837. # define dirent direct
  1838. # ifdef HAVE_SYS_NDIR_H
  1839. #  include <sys/ndir.h>
  1840. # endif /* SYSNDIR */
  1841. # ifdef HAVE_SYS_DIR_H
  1842. #  include <sys/dir.h>
  1843. # endif /* SYSDIR */
  1844. # ifdef HAVE_NDIR_H
  1845. #  include <ndir.h>
  1846. # endif
  1847. #endif /* HAVE_DIRENT_H */
  1848. int main() {
  1849. struct dirent d; int z; z = d.d_ino;
  1850. ; return 0; }
  1851. EOF
  1852. if { (eval echo configure:2179: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1853.   rm -rf conftest*
  1854.   bash_cv_dirent_has_dino=yes
  1855. else
  1856.   echo "configure: failed program was:" >&5
  1857.   cat conftest.$ac_ext >&5
  1858.   rm -rf conftest*
  1859.   bash_cv_dirent_has_dino=no
  1860. fi
  1861. rm -f conftest*
  1862. fi
  1863. echo "$ac_t""$bash_cv_dirent_has_dino" 1>&6
  1864. if test $bash_cv_dirent_has_dino = yes; then
  1865. cat >> confdefs.h <<EOF
  1866. #define STRUCT_DIRENT_HAS_D_INO 1
  1867. EOF
  1868. fi
  1869. echo $ac_n "checking if struct dirent has a d_fileno member""... $ac_c" 1>&6
  1870. echo "configure:2201: checking if struct dirent has a d_fileno member" >&5
  1871. if eval "test "`echo '$''{'bash_cv_dirent_has_d_fileno'+set}'`" = set"; then
  1872.   echo $ac_n "(cached) $ac_c" 1>&6
  1873. else
  1874.   cat > conftest.$ac_ext <<EOF
  1875. #line 2206 "configure"
  1876. #include "confdefs.h"
  1877. #include <stdio.h>
  1878. #include <sys/types.h>
  1879. #ifdef HAVE_UNISTD_H
  1880. # include <unistd.h>
  1881. #endif /* HAVE_UNISTD_H */
  1882. #if defined(HAVE_DIRENT_H)
  1883. # include <dirent.h>
  1884. #else
  1885. # define dirent direct
  1886. # ifdef HAVE_SYS_NDIR_H
  1887. #  include <sys/ndir.h>
  1888. # endif /* SYSNDIR */
  1889. # ifdef HAVE_SYS_DIR_H
  1890. #  include <sys/dir.h>
  1891. # endif /* SYSDIR */
  1892. # ifdef HAVE_NDIR_H
  1893. #  include <ndir.h>
  1894. # endif
  1895. #endif /* HAVE_DIRENT_H */
  1896. int main() {
  1897. struct dirent d; int z; z = d.d_fileno;
  1898. ; return 0; }
  1899. EOF
  1900. if { (eval echo configure:2235: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1901.   rm -rf conftest*
  1902.   bash_cv_dirent_has_d_fileno=yes
  1903. else
  1904.   echo "configure: failed program was:" >&5
  1905.   cat conftest.$ac_ext >&5
  1906.   rm -rf conftest*
  1907.   bash_cv_dirent_has_d_fileno=no
  1908. fi
  1909. rm -f conftest*
  1910. fi
  1911. echo "$ac_t""$bash_cv_dirent_has_d_fileno" 1>&6
  1912. if test $bash_cv_dirent_has_d_fileno = yes; then
  1913. cat >> confdefs.h <<EOF
  1914. #define STRUCT_DIRENT_HAS_D_FILENO 1
  1915. EOF
  1916. fi
  1917. case "$host_os" in
  1918. aix*)   prefer_curses=yes ;;
  1919. esac
  1920. if test "X$bash_cv_termcap_lib" = "X"; then
  1921. _bash_needmsg=yes
  1922. else
  1923. echo $ac_n "checking which library has the termcap functions""... $ac_c" 1>&6
  1924. echo "configure:2264: checking which library has the termcap functions" >&5
  1925. _bash_needmsg=
  1926. fi
  1927. if eval "test "`echo '$''{'bash_cv_termcap_lib'+set}'`" = set"; then
  1928.   echo $ac_n "(cached) $ac_c" 1>&6
  1929. else
  1930.   echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
  1931. echo "configure:2271: checking for tgetent in -ltermcap" >&5
  1932. ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
  1933. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1934.   echo $ac_n "(cached) $ac_c" 1>&6
  1935. else
  1936.   ac_save_LIBS="$LIBS"
  1937. LIBS="-ltermcap  $LIBS"
  1938. cat > conftest.$ac_ext <<EOF
  1939. #line 2279 "configure"
  1940. #include "confdefs.h"
  1941. /* Override any gcc2 internal prototype to avoid an error.  */
  1942. /* We use char because int might match the return type of a gcc2
  1943.     builtin and then its argument prototype would still apply.  */
  1944. char tgetent();
  1945. int main() {
  1946. tgetent()
  1947. ; return 0; }
  1948. EOF
  1949. if { (eval echo configure:2290: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1950.   rm -rf conftest*
  1951.   eval "ac_cv_lib_$ac_lib_var=yes"
  1952. else
  1953.   echo "configure: failed program was:" >&5
  1954.   cat conftest.$ac_ext >&5
  1955.   rm -rf conftest*
  1956.   eval "ac_cv_lib_$ac_lib_var=no"
  1957. fi
  1958. rm -f conftest*
  1959. LIBS="$ac_save_LIBS"
  1960. fi
  1961. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1962.   echo "$ac_t""yes" 1>&6
  1963.   bash_cv_termcap_lib=libtermcap
  1964. else
  1965.   echo "$ac_t""no" 1>&6
  1966. echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6
  1967. echo "configure:2309: checking for tgetent in -lcurses" >&5
  1968. ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'`
  1969. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1970.   echo $ac_n "(cached) $ac_c" 1>&6
  1971. else
  1972.   ac_save_LIBS="$LIBS"
  1973. LIBS="-lcurses  $LIBS"
  1974. cat > conftest.$ac_ext <<EOF
  1975. #line 2317 "configure"
  1976. #include "confdefs.h"
  1977. /* Override any gcc2 internal prototype to avoid an error.  */
  1978. /* We use char because int might match the return type of a gcc2
  1979.     builtin and then its argument prototype would still apply.  */
  1980. char tgetent();
  1981. int main() {
  1982. tgetent()
  1983. ; return 0; }
  1984. EOF
  1985. if { (eval echo configure:2328: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1986.   rm -rf conftest*
  1987.   eval "ac_cv_lib_$ac_lib_var=yes"
  1988. else
  1989.   echo "configure: failed program was:" >&5
  1990.   cat conftest.$ac_ext >&5
  1991.   rm -rf conftest*
  1992.   eval "ac_cv_lib_$ac_lib_var=no"
  1993. fi
  1994. rm -f conftest*
  1995. LIBS="$ac_save_LIBS"
  1996. fi
  1997. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1998.   echo "$ac_t""yes" 1>&6
  1999.   bash_cv_termcap_lib=libcurses
  2000. else
  2001.   echo "$ac_t""no" 1>&6
  2002. echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6
  2003. echo "configure:2347: checking for tgetent in -lncurses" >&5
  2004. ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
  2005. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2006.   echo $ac_n "(cached) $ac_c" 1>&6
  2007. else
  2008.   ac_save_LIBS="$LIBS"
  2009. LIBS="-lncurses  $LIBS"
  2010. cat > conftest.$ac_ext <<EOF
  2011. #line 2355 "configure"
  2012. #include "confdefs.h"
  2013. /* Override any gcc2 internal prototype to avoid an error.  */
  2014. /* We use char because int might match the return type of a gcc2
  2015.     builtin and then its argument prototype would still apply.  */
  2016. char tgetent();
  2017. int main() {
  2018. tgetent()
  2019. ; return 0; }
  2020. EOF
  2021. if { (eval echo configure:2366: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2022.   rm -rf conftest*
  2023.   eval "ac_cv_lib_$ac_lib_var=yes"
  2024. else
  2025.   echo "configure: failed program was:" >&5
  2026.   cat conftest.$ac_ext >&5
  2027.   rm -rf conftest*
  2028.   eval "ac_cv_lib_$ac_lib_var=no"
  2029. fi
  2030. rm -f conftest*
  2031. LIBS="$ac_save_LIBS"
  2032. fi
  2033. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2034.   echo "$ac_t""yes" 1>&6
  2035.   bash_cv_termcap_lib=libncurses
  2036. else
  2037.   echo "$ac_t""no" 1>&6
  2038. bash_cv_termcap_lib=gnutermcap
  2039. fi
  2040. fi
  2041. fi
  2042. fi
  2043. if test "X$_bash_needmsg" = "Xyes"; then
  2044. echo $ac_n "checking which library has the termcap functions""... $ac_c" 1>&6
  2045. echo "configure:2395: checking which library has the termcap functions" >&5
  2046. fi
  2047. echo "$ac_t""using $bash_cv_termcap_lib" 1>&6
  2048. if test $bash_cv_termcap_lib = gnutermcap && test -z "$prefer_curses"; then
  2049. LDFLAGS="$LDFLAGS -L./lib/termcap"
  2050. TERMCAP_LIB="./lib/termcap/libtermcap.a"
  2051. TERMCAP_DEP="./lib/termcap/libtermcap.a"
  2052. elif test $bash_cv_termcap_lib = libtermcap && test -z "$prefer_curses"; then
  2053. TERMCAP_LIB=-ltermcap
  2054. TERMCAP_DEP=
  2055. elif test $bash_cv_termcap_lib = libncurses; then
  2056. TERMCAP_LIB=-lncurses
  2057. TERMCAP_DEP=
  2058. else
  2059. TERMCAP_LIB=-lcurses
  2060. TERMCAP_DEP=
  2061. fi
  2062. if test "$TERMCAP_LIB" = "./lib/termcap/libtermcap.a"; then
  2063. TERMCAP_LIB=-ltermcap #default
  2064. fi
  2065. case "$host_cpu" in
  2066. *cray*) LOCAL_CFLAGS=-DCRAY ;;
  2067. esac
  2068. case "$host_os" in
  2069. isc*) LOCAL_CFLAGS=-Disc386 ;;
  2070. esac
  2071. # shared library configuration section
  2072. #
  2073. # Shared object configuration section.  These values are generated by
  2074. # ${srcdir}/support/shobj-conf
  2075. #
  2076. if test -f ${srcdir}/support/shobj-conf; then
  2077.         echo $ac_n "checking configuration for building shared libraries""... $ac_c" 1>&6
  2078. echo "configure:2432: checking configuration for building shared libraries" >&5
  2079.         eval `${CONFIG_SHELL-/bin/sh} ${srcdir}/support/shobj-conf -C ${CC} -c ${host_cpu} -o ${host_os} -v ${host_vendor}`
  2080.         
  2081.         
  2082.         
  2083.         
  2084.         
  2085.         
  2086.         echo "$ac_t""$SHLIB_STATUS" 1>&6
  2087. fi
  2088. BUILD_DIR=`pwd`
  2089. trap '' 1 2 15
  2090. cat > confcache <<EOF
  2091. # This file is a shell script that caches the results of configure
  2092. # tests run on this system so they can be shared between configure
  2093. # scripts and configure runs.  It is not useful on other systems.
  2094. # If it contains results you don't want to keep, you may remove or edit it.
  2095. #
  2096. # By default, configure uses ./config.cache as the cache file,
  2097. # creating it if it does not exist already.  You can give configure
  2098. # the --cache-file=FILE option to use a different cache file; that is
  2099. # what configure does when it calls configure scripts in
  2100. # subdirectories, so they share the cache.
  2101. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  2102. # config.status only pays attention to the cache file if you give it the
  2103. # --recheck option to rerun configure.
  2104. #
  2105. EOF
  2106. # The following way of writing the cache mishandles newlines in values,
  2107. # but we know of no workaround that is simple, portable, and efficient.
  2108. # So, don't put newlines in cache variables' values.
  2109. # Ultrix sh set writes to stderr and can't be redirected directly,
  2110. # and sets the high bit in the cache file unless we assign to the vars.
  2111. (set) 2>&1 |
  2112.   case `(ac_space=' '; set) 2>&1` in
  2113.   *ac_space= *)
  2114.     # `set' does not quote correctly, so add quotes (double-quote substitution
  2115.     # turns \\ into \, and sed turns \ into ).
  2116.     sed -n 
  2117.       -e "s/'/'\\''/g" 
  2118.       -e "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1='\2'}/p"
  2119.     ;;
  2120.   *)
  2121.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  2122.     sed -n -e 's/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1=2}/p'
  2123.     ;;
  2124.   esac >> confcache
  2125. if cmp -s $cache_file confcache; then
  2126.   :
  2127. else
  2128.   if test -w $cache_file; then
  2129.     echo "updating cache $cache_file"
  2130.     cat confcache > $cache_file
  2131.   else
  2132.     echo "not updating unwritable cache $cache_file"
  2133.   fi
  2134. fi
  2135. rm -f confcache
  2136. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  2137. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  2138. # Let make expand exec_prefix.
  2139. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  2140. # Any assignment to VPATH causes Sun make to only execute
  2141. # the first set of double-colon rules, so remove it if not needed.
  2142. # If there is a colon in the path, we need to keep it.
  2143. if test "x$srcdir" = x.; then
  2144.   ac_vpsub='/^[  ]*VPATH[  ]*=[^:]*$/d'
  2145. fi
  2146. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  2147. DEFS=-DHAVE_CONFIG_H
  2148. # Without the "./", some shells look in PATH for config.status.
  2149. : ${CONFIG_STATUS=./config.status}
  2150. echo creating $CONFIG_STATUS
  2151. rm -f $CONFIG_STATUS
  2152. cat > $CONFIG_STATUS <<EOF
  2153. #! /bin/sh
  2154. # Generated automatically by configure.
  2155. # Run this file to recreate the current configuration.
  2156. # This directory was configured as follows,
  2157. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  2158. #
  2159. # $0 $ac_configure_args
  2160. #
  2161. # Compiler output produced by configure, useful for debugging
  2162. # configure, is in ./config.log if it exists.
  2163. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  2164. for ac_option
  2165. do
  2166.   case "$ac_option" in
  2167.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  2168.     echo "running ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  2169.     exec ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  2170.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  2171.     echo "$CONFIG_STATUS generated by autoconf version 2.12"
  2172.     exit 0 ;;
  2173.   -help | --help | --hel | --he | --h)
  2174.     echo "$ac_cs_usage"; exit 0 ;;
  2175.   *) echo "$ac_cs_usage"; exit 1 ;;
  2176.   esac
  2177. done
  2178. ac_given_srcdir=$srcdir
  2179. ac_given_INSTALL="$INSTALL"
  2180. trap 'rm -fr `echo "Makefile doc/Makefile examples/Makefile shlib/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  2181. EOF
  2182. cat >> $CONFIG_STATUS <<EOF
  2183. # Protect against being on the right side of a sed subst in config.status.
  2184. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  2185.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  2186. $ac_vpsub
  2187. $extrasub
  2188. s%@CFLAGS@%$CFLAGS%g
  2189. s%@CPPFLAGS@%$CPPFLAGS%g
  2190. s%@CXXFLAGS@%$CXXFLAGS%g
  2191. s%@DEFS@%$DEFS%g
  2192. s%@LDFLAGS@%$LDFLAGS%g
  2193. s%@LIBS@%$LIBS%g
  2194. s%@exec_prefix@%$exec_prefix%g
  2195. s%@prefix@%$prefix%g
  2196. s%@program_transform_name@%$program_transform_name%g
  2197. s%@bindir@%$bindir%g
  2198. s%@sbindir@%$sbindir%g
  2199. s%@libexecdir@%$libexecdir%g
  2200. s%@datadir@%$datadir%g
  2201. s%@sysconfdir@%$sysconfdir%g
  2202. s%@sharedstatedir@%$sharedstatedir%g
  2203. s%@localstatedir@%$localstatedir%g
  2204. s%@libdir@%$libdir%g
  2205. s%@includedir@%$includedir%g
  2206. s%@oldincludedir@%$oldincludedir%g
  2207. s%@infodir@%$infodir%g
  2208. s%@mandir@%$mandir%g
  2209. s%@host@%$host%g
  2210. s%@host_alias@%$host_alias%g
  2211. s%@host_cpu@%$host_cpu%g
  2212. s%@host_vendor@%$host_vendor%g
  2213. s%@host_os@%$host_os%g
  2214. s%@CC@%$CC%g
  2215. s%@CPP@%$CPP%g
  2216. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  2217. s%@INSTALL_DATA@%$INSTALL_DATA%g
  2218. s%@AR@%$AR%g
  2219. s%@RANLIB@%$RANLIB%g
  2220. s%@MAKE_SHELL@%$MAKE_SHELL%g
  2221. s%@SHOBJ_CC@%$SHOBJ_CC%g
  2222. s%@SHOBJ_CFLAGS@%$SHOBJ_CFLAGS%g
  2223. s%@SHOBJ_LD@%$SHOBJ_LD%g
  2224. s%@SHOBJ_LDFLAGS@%$SHOBJ_LDFLAGS%g
  2225. s%@SHOBJ_XLDFLAGS@%$SHOBJ_XLDFLAGS%g
  2226. s%@SHOBJ_LIBS@%$SHOBJ_LIBS%g
  2227. s%@SHOBJ_STATUS@%$SHOBJ_STATUS%g
  2228. s%@SHLIB_STATUS@%$SHLIB_STATUS%g
  2229. s%@SHLIB_XLDFLAGS@%$SHLIB_XLDFLAGS%g
  2230. s%@SHLIB_LIBSUFF@%$SHLIB_LIBSUFF%g
  2231. s%@SHLIB_LIBVERSION@%$SHLIB_LIBVERSION%g
  2232. s%@SHLIB_LIBS@%$SHLIB_LIBS%g
  2233. s%@BUILD_DIR@%$BUILD_DIR%g
  2234. s%@LOCAL_CFLAGS@%$LOCAL_CFLAGS%g
  2235. s%@LOCAL_LDFLAGS@%$LOCAL_LDFLAGS%g
  2236. s%@LOCAL_DEFS@%$LOCAL_DEFS%g
  2237. s%@ARFLAGS@%$ARFLAGS%g
  2238. s%@LIBVERSION@%$LIBVERSION%g
  2239. s%@TERMCAP_LIB@%$TERMCAP_LIB%g
  2240. CEOF
  2241. EOF
  2242. cat >> $CONFIG_STATUS <<EOF
  2243. # Split the substitutions into bite-sized pieces for seds with
  2244. # small command number limits, like on Digital OSF/1 and HP-UX.
  2245. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  2246. ac_file=1 # Number of current file.
  2247. ac_beg=1 # First line for current file.
  2248. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  2249. ac_more_lines=:
  2250. ac_sed_cmds=""
  2251. while $ac_more_lines; do
  2252.   if test $ac_beg -gt 1; then
  2253.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  2254.   else
  2255.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  2256.   fi
  2257.   if test ! -s conftest.s$ac_file; then
  2258.     ac_more_lines=false
  2259.     rm -f conftest.s$ac_file
  2260.   else
  2261.     if test -z "$ac_sed_cmds"; then
  2262.       ac_sed_cmds="sed -f conftest.s$ac_file"
  2263.     else
  2264.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  2265.     fi
  2266.     ac_file=`expr $ac_file + 1`
  2267.     ac_beg=$ac_end
  2268.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  2269.   fi
  2270. done
  2271. if test -z "$ac_sed_cmds"; then
  2272.   ac_sed_cmds=cat
  2273. fi
  2274. EOF
  2275. cat >> $CONFIG_STATUS <<EOF
  2276. CONFIG_FILES=${CONFIG_FILES-"Makefile doc/Makefile examples/Makefile shlib/Makefile"}
  2277. EOF
  2278. cat >> $CONFIG_STATUS <<EOF
  2279. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  2280.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  2281.   case "$ac_file" in
  2282.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  2283.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  2284.   *) ac_file_in="${ac_file}.in" ;;
  2285.   esac
  2286.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  2287.   # Remove last slash and all that follows it.  Not all systems have dirname.
  2288.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  2289.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  2290.     # The file is in a subdirectory.
  2291.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  2292.     ac_dir_suffix="/`echo $ac_dir|sed 's%^./%%'`"
  2293.     # A "../" for each directory in $ac_dir_suffix.
  2294.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  2295.   else
  2296.     ac_dir_suffix= ac_dots=
  2297.   fi
  2298.   case "$ac_given_srcdir" in
  2299.   .)  srcdir=.
  2300.       if test -z "$ac_dots"; then top_srcdir=.
  2301.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  2302.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  2303.   *) # Relative path.
  2304.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  2305.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  2306.   esac
  2307.   case "$ac_given_INSTALL" in
  2308.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  2309.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  2310.   esac
  2311.   echo creating "$ac_file"
  2312.   rm -f "$ac_file"
  2313.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  2314.   case "$ac_file" in
  2315.   *Makefile*) ac_comsub="1i\
  2316. # $configure_input" ;;
  2317.   *) ac_comsub= ;;
  2318.   esac
  2319.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  2320.   sed -e "$ac_comsub
  2321. s%@configure_input@%$configure_input%g
  2322. s%@srcdir@%$srcdir%g
  2323. s%@top_srcdir@%$top_srcdir%g
  2324. s%@INSTALL@%$INSTALL%g
  2325. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  2326. fi; done
  2327. rm -f conftest.s*
  2328. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  2329. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  2330. #
  2331. # ac_d sets the value in "#define NAME VALUE" lines.
  2332. ac_dA='s%^([  ]*)#([  ]*define[  ][  ]*)'
  2333. ac_dB='([  ][  ]*)[^  ]*%1#2'
  2334. ac_dC='3'
  2335. ac_dD='%g'
  2336. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  2337. ac_uA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  2338. ac_uB='([  ])%1#2define3'
  2339. ac_uC=' '
  2340. ac_uD='4%g'
  2341. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  2342. ac_eA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  2343. ac_eB='$%1#2define3'
  2344. ac_eC=' '
  2345. ac_eD='%g'
  2346. if test "${CONFIG_HEADERS+set}" != set; then
  2347. EOF
  2348. cat >> $CONFIG_STATUS <<EOF
  2349.   CONFIG_HEADERS="config.h"
  2350. EOF
  2351. cat >> $CONFIG_STATUS <<EOF
  2352. fi
  2353. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  2354.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  2355.   case "$ac_file" in
  2356.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  2357.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  2358.   *) ac_file_in="${ac_file}.in" ;;
  2359.   esac
  2360.   echo creating $ac_file
  2361.   rm -f conftest.frag conftest.in conftest.out
  2362.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  2363.   cat $ac_file_inputs > conftest.in
  2364. EOF
  2365. # Transform confdefs.h into a sed script conftest.vals that substitutes
  2366. # the proper values into config.h.in to produce config.h.  And first:
  2367. # Protect against being on the right side of a sed subst in config.status.
  2368. # Protect against being in an unquoted here document in config.status.
  2369. rm -f conftest.vals
  2370. cat > conftest.hdr <<EOF
  2371. s/[\&%]/\&/g
  2372. s%[\$`]%\&%g
  2373. s%#define ([A-Za-z_][A-Za-z0-9_]*) *(.*)%${ac_dA}1${ac_dB}1${ac_dC}2${ac_dD}%gp
  2374. s%ac_d%ac_u%gp
  2375. s%ac_u%ac_e%gp
  2376. EOF
  2377. sed -n -f conftest.hdr confdefs.h > conftest.vals
  2378. rm -f conftest.hdr
  2379. # This sed command replaces #undef with comments.  This is necessary, for
  2380. # example, in the case of _POSIX_SOURCE, which is predefined and required
  2381. # on some systems where configure will not decide to define it.
  2382. cat >> conftest.vals <<EOF
  2383. s%^[  ]*#[  ]*undef[  ][  ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  2384. EOF
  2385. # Break up conftest.vals because some shells have a limit on
  2386. # the size of here documents, and old seds have small limits too.
  2387. rm -f conftest.tail
  2388. while :
  2389. do
  2390.   ac_lines=`grep -c . conftest.vals`
  2391.   # grep -c gives empty output for an empty file on some AIX systems.
  2392.   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  2393.   # Write a limited-size here document to conftest.frag.
  2394.   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  2395.   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  2396.   echo 'CEOF
  2397.   sed -f conftest.frag conftest.in > conftest.out
  2398.   rm -f conftest.in
  2399.   mv conftest.out conftest.in
  2400. ' >> $CONFIG_STATUS
  2401.   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  2402.   rm -f conftest.vals
  2403.   mv conftest.tail conftest.vals
  2404. done
  2405. rm -f conftest.vals
  2406. cat >> $CONFIG_STATUS <<EOF
  2407.   rm -f conftest.frag conftest.h
  2408.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  2409.   cat conftest.in >> conftest.h
  2410.   rm -f conftest.in
  2411.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  2412.     echo "$ac_file is unchanged"
  2413.     rm -f conftest.h
  2414.   else
  2415.     # Remove last slash and all that follows it.  Not all systems have dirname.
  2416.       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  2417.       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  2418.       # The file is in a subdirectory.
  2419.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  2420.     fi
  2421.     rm -f $ac_file
  2422.     mv conftest.h $ac_file
  2423.   fi
  2424. fi; done
  2425. EOF
  2426. cat >> $CONFIG_STATUS <<EOF
  2427. EOF
  2428. cat >> $CONFIG_STATUS <<EOF
  2429. # Makefile uses this timestamp file to record whether config.h is up to date.
  2430. echo > stamp-h
  2431. exit 0
  2432. EOF
  2433. chmod +x $CONFIG_STATUS
  2434. rm -fr confdefs* $ac_clean_files
  2435. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1