configure
上传用户:s81996212
上传日期:2007-01-04
资源大小:722k
文件大小:69k
源码类别:

WEB邮件程序

开发平台:

C/C++

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated automatically using autoconf version 2.13 
  4. # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  5. #
  6. # This configure script is free software; the Free Software Foundation
  7. # gives unlimited permission to copy, distribute and modify it.
  8. # Defaults:
  9. ac_help=
  10. ac_default_prefix=/usr/local
  11. # Any additions from configure.in:
  12. ac_help="$ac_help
  13.  "
  14. ac_help="$ac_help
  15.  "
  16. ac_help="$ac_help
  17.  "
  18. ac_help="$ac_help
  19.  "
  20. ac_help="$ac_help
  21.  --with-random=/dev/urandom - location of the system random file generator
  22. --without-random            - there is no system random file generator "
  23. # Initialize some variables set by options.
  24. # The variables have the same names as the options, with
  25. # dashes changed to underlines.
  26. build=NONE
  27. cache_file=./config.cache
  28. exec_prefix=NONE
  29. host=NONE
  30. no_create=
  31. nonopt=NONE
  32. no_recursion=
  33. prefix=NONE
  34. program_prefix=NONE
  35. program_suffix=NONE
  36. program_transform_name=s,x,x,
  37. silent=
  38. site=
  39. srcdir=
  40. target=NONE
  41. verbose=
  42. x_includes=NONE
  43. x_libraries=NONE
  44. bindir='${exec_prefix}/bin'
  45. sbindir='${exec_prefix}/sbin'
  46. libexecdir='${exec_prefix}/libexec'
  47. datadir='${prefix}/share'
  48. sysconfdir='${prefix}/etc'
  49. sharedstatedir='${prefix}/com'
  50. localstatedir='${prefix}/var'
  51. libdir='${exec_prefix}/lib'
  52. includedir='${prefix}/include'
  53. oldincludedir='/usr/include'
  54. infodir='${prefix}/info'
  55. mandir='${prefix}/man'
  56. # Initialize some other variables.
  57. subdirs=
  58. MFLAGS= MAKEFLAGS=
  59. SHELL=${CONFIG_SHELL-/bin/sh}
  60. # Maximum number of lines to put in a shell here document.
  61. ac_max_here_lines=12
  62. ac_prev=
  63. for ac_option
  64. do
  65.   # If the previous option needs an argument, assign it.
  66.   if test -n "$ac_prev"; then
  67.     eval "$ac_prev=$ac_option"
  68.     ac_prev=
  69.     continue
  70.   fi
  71.   case "$ac_option" in
  72.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  73.   *) ac_optarg= ;;
  74.   esac
  75.   # Accept the important Cygnus configure options, so we can diagnose typos.
  76.   case "$ac_option" in
  77.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  78.     ac_prev=bindir ;;
  79.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  80.     bindir="$ac_optarg" ;;
  81.   -build | --build | --buil | --bui | --bu)
  82.     ac_prev=build ;;
  83.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  84.     build="$ac_optarg" ;;
  85.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  86.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  87.     ac_prev=cache_file ;;
  88.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  89.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  90.     cache_file="$ac_optarg" ;;
  91.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  92.     ac_prev=datadir ;;
  93.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* 
  94.   | --da=*)
  95.     datadir="$ac_optarg" ;;
  96.   -disable-* | --disable-*)
  97.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  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.     eval "enable_${ac_feature}=no" ;;
  104.   -enable-* | --enable-*)
  105.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  106.     # Reject names that are not valid shell variable names.
  107.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  108.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  109.     fi
  110.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  111.     case "$ac_option" in
  112.       *=*) ;;
  113.       *) ac_optarg=yes ;;
  114.     esac
  115.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  116.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  117.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  118.   | --exec | --exe | --ex)
  119.     ac_prev=exec_prefix ;;
  120.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  121.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  122.   | --exec=* | --exe=* | --ex=*)
  123.     exec_prefix="$ac_optarg" ;;
  124.   -gas | --gas | --ga | --g)
  125.     # Obsolete; use --with-gas.
  126.     with_gas=yes ;;
  127.   -help | --help | --hel | --he)
  128.     # Omit some internal or obsolete options to make the list less imposing.
  129.     # This message is too long to be a string in the A/UX 3.1 sh.
  130.     cat << EOF
  131. Usage: configure [options] [host]
  132. Options: [defaults in brackets after descriptions]
  133. Configuration:
  134.   --cache-file=FILE       cache test results in FILE
  135.   --help                  print this message
  136.   --no-create             do not create output files
  137.   --quiet, --silent       do not print `checking...' messages
  138.   --version               print the version of autoconf that created configure
  139. Directory and file names:
  140.   --prefix=PREFIX         install architecture-independent files in PREFIX
  141.                           [$ac_default_prefix]
  142.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  143.                           [same as prefix]
  144.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  145.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  146.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  147.   --datadir=DIR           read-only architecture-independent data in DIR
  148.                           [PREFIX/share]
  149.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  150.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  151.                           [PREFIX/com]
  152.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  153.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  154.   --includedir=DIR        C header files in DIR [PREFIX/include]
  155.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  156.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  157.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  158.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  159.   --program-prefix=PREFIX prepend PREFIX to installed program names
  160.   --program-suffix=SUFFIX append SUFFIX to installed program names
  161.   --program-transform-name=PROGRAM
  162.                           run sed PROGRAM on installed program names
  163. EOF
  164.     cat << EOF
  165. Host type:
  166.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  167.   --host=HOST             configure for HOST [guessed]
  168.   --target=TARGET         configure for TARGET [TARGET=HOST]
  169. Features and packages:
  170.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  171.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  172.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  173.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  174.   --x-includes=DIR        X include files are in DIR
  175.   --x-libraries=DIR       X library files are in DIR
  176. EOF
  177.     if test -n "$ac_help"; then
  178.       echo "--enable and --with options recognized:$ac_help"
  179.     fi
  180.     exit 0 ;;
  181.   -host | --host | --hos | --ho)
  182.     ac_prev=host ;;
  183.   -host=* | --host=* | --hos=* | --ho=*)
  184.     host="$ac_optarg" ;;
  185.   -includedir | --includedir | --includedi | --included | --include 
  186.   | --includ | --inclu | --incl | --inc)
  187.     ac_prev=includedir ;;
  188.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  189.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  190.     includedir="$ac_optarg" ;;
  191.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  192.     ac_prev=infodir ;;
  193.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  194.     infodir="$ac_optarg" ;;
  195.   -libdir | --libdir | --libdi | --libd)
  196.     ac_prev=libdir ;;
  197.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  198.     libdir="$ac_optarg" ;;
  199.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  200.   | --libexe | --libex | --libe)
  201.     ac_prev=libexecdir ;;
  202.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  203.   | --libexe=* | --libex=* | --libe=*)
  204.     libexecdir="$ac_optarg" ;;
  205.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  206.   | --localstate | --localstat | --localsta | --localst 
  207.   | --locals | --local | --loca | --loc | --lo)
  208.     ac_prev=localstatedir ;;
  209.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  210.   | --localstate=* | --localstat=* | --localsta=* | --localst=* 
  211.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  212.     localstatedir="$ac_optarg" ;;
  213.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  214.     ac_prev=mandir ;;
  215.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  216.     mandir="$ac_optarg" ;;
  217.   -nfp | --nfp | --nf)
  218.     # Obsolete; use --without-fp.
  219.     with_fp=no ;;
  220.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  221.   | --no-cr | --no-c)
  222.     no_create=yes ;;
  223.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  224.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  225.     no_recursion=yes ;;
  226.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  227.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  228.   | --oldin | --oldi | --old | --ol | --o)
  229.     ac_prev=oldincludedir ;;
  230.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  231.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  232.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  233.     oldincludedir="$ac_optarg" ;;
  234.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  235.     ac_prev=prefix ;;
  236.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  237.     prefix="$ac_optarg" ;;
  238.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  239.   | --program-pre | --program-pr | --program-p)
  240.     ac_prev=program_prefix ;;
  241.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  242.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  243.     program_prefix="$ac_optarg" ;;
  244.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  245.   | --program-suf | --program-su | --program-s)
  246.     ac_prev=program_suffix ;;
  247.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  248.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  249.     program_suffix="$ac_optarg" ;;
  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.     ac_prev=program_transform_name ;;
  258.   -program-transform-name=* | --program-transform-name=* 
  259.   | --program-transform-nam=* | --program-transform-na=* 
  260.   | --program-transform-n=* | --program-transform-=* 
  261.   | --program-transform=* | --program-transfor=* 
  262.   | --program-transfo=* | --program-transf=* 
  263.   | --program-trans=* | --program-tran=* 
  264.   | --progr-tra=* | --program-tr=* | --program-t=*)
  265.     program_transform_name="$ac_optarg" ;;
  266.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  267.   | -silent | --silent | --silen | --sile | --sil)
  268.     silent=yes ;;
  269.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  270.     ac_prev=sbindir ;;
  271.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  272.   | --sbi=* | --sb=*)
  273.     sbindir="$ac_optarg" ;;
  274.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  275.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  276.   | --sharedst | --shareds | --shared | --share | --shar 
  277.   | --sha | --sh)
  278.     ac_prev=sharedstatedir ;;
  279.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  280.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  281.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  282.   | --sha=* | --sh=*)
  283.     sharedstatedir="$ac_optarg" ;;
  284.   -site | --site | --sit)
  285.     ac_prev=site ;;
  286.   -site=* | --site=* | --sit=*)
  287.     site="$ac_optarg" ;;
  288.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  289.     ac_prev=srcdir ;;
  290.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  291.     srcdir="$ac_optarg" ;;
  292.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  293.   | --syscon | --sysco | --sysc | --sys | --sy)
  294.     ac_prev=sysconfdir ;;
  295.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  296.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  297.     sysconfdir="$ac_optarg" ;;
  298.   -target | --target | --targe | --targ | --tar | --ta | --t)
  299.     ac_prev=target ;;
  300.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  301.     target="$ac_optarg" ;;
  302.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  303.     verbose=yes ;;
  304.   -version | --version | --versio | --versi | --vers)
  305.     echo "configure generated by autoconf version 2.13"
  306.     exit 0 ;;
  307.   -with-* | --with-*)
  308.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  309.     # Reject names that are not valid shell variable names.
  310.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  311.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  312.     fi
  313.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  314.     case "$ac_option" in
  315.       *=*) ;;
  316.       *) ac_optarg=yes ;;
  317.     esac
  318.     eval "with_${ac_package}='$ac_optarg'" ;;
  319.   -without-* | --without-*)
  320.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  321.     # Reject names that are not valid shell variable names.
  322.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  323.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  324.     fi
  325.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  326.     eval "with_${ac_package}=no" ;;
  327.   --x)
  328.     # Obsolete; use --with-x.
  329.     with_x=yes ;;
  330.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  331.   | --x-incl | --x-inc | --x-in | --x-i)
  332.     ac_prev=x_includes ;;
  333.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  334.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  335.     x_includes="$ac_optarg" ;;
  336.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  337.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  338.     ac_prev=x_libraries ;;
  339.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  340.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  341.     x_libraries="$ac_optarg" ;;
  342.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  343.     ;;
  344.   *)
  345.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  346.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  347.     fi
  348.     if test "x$nonopt" != xNONE; then
  349.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  350.     fi
  351.     nonopt="$ac_option"
  352.     ;;
  353.   esac
  354. done
  355. if test -n "$ac_prev"; then
  356.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  357. fi
  358. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  359. # File descriptor usage:
  360. # 0 standard input
  361. # 1 file creation
  362. # 2 errors and warnings
  363. # 3 some systems may open it to /dev/tty
  364. # 4 used on the Kubota Titan
  365. # 6 checking for... messages and results
  366. # 5 compiler messages saved in config.log
  367. if test "$silent" = yes; then
  368.   exec 6>/dev/null
  369. else
  370.   exec 6>&1
  371. fi
  372. exec 5>./config.log
  373. echo "
  374. This file contains any messages produced by compilers while
  375. running configure, to aid debugging if configure makes a mistake.
  376. " 1>&5
  377. # Strip out --no-create and --no-recursion so they do not pile up.
  378. # Also quote any args containing shell metacharacters.
  379. ac_configure_args=
  380. for ac_arg
  381. do
  382.   case "$ac_arg" in
  383.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  384.   | --no-cr | --no-c) ;;
  385.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  386.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  387.   *" "*|*" "*|*[[]~#$^&*(){}\|;<>?]*)
  388.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  389.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  390.   esac
  391. done
  392. # NLS nuisances.
  393. # Only set these to C if already set.  These must not be set unconditionally
  394. # because not all systems understand e.g. LANG=C (notably SCO).
  395. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  396. # Non-C LC_CTYPE values break the ctype check.
  397. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  398. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  399. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  400. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  401. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  402. rm -rf conftest* confdefs.h
  403. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  404. echo > confdefs.h
  405. # A filename unique to this package, relative to the directory that
  406. # configure is in, which we can look for to find out if srcdir is correct.
  407. ac_unique_file=userdb.c
  408. # Find the source files, if location was not specified.
  409. if test -z "$srcdir"; then
  410.   ac_srcdir_defaulted=yes
  411.   # Try the directory containing this script, then its parent.
  412.   ac_prog=$0
  413.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  414.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  415.   srcdir=$ac_confdir
  416.   if test ! -r $srcdir/$ac_unique_file; then
  417.     srcdir=..
  418.   fi
  419. else
  420.   ac_srcdir_defaulted=no
  421. fi
  422. if test ! -r $srcdir/$ac_unique_file; then
  423.   if test "$ac_srcdir_defaulted" = yes; then
  424.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  425.   else
  426.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  427.   fi
  428. fi
  429. srcdir=`echo "${srcdir}" | sed 's%([^/])/*$%1%'`
  430. # Prefer explicitly selected file to automatically selected ones.
  431. if test -z "$CONFIG_SITE"; then
  432.   if test "x$prefix" != xNONE; then
  433.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  434.   else
  435.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  436.   fi
  437. fi
  438. for ac_site_file in $CONFIG_SITE; do
  439.   if test -r "$ac_site_file"; then
  440.     echo "loading site script $ac_site_file"
  441.     . "$ac_site_file"
  442.   fi
  443. done
  444. if test -r "$cache_file"; then
  445.   echo "loading cache $cache_file"
  446.   . $cache_file
  447. else
  448.   echo "creating cache $cache_file"
  449.   > $cache_file
  450. fi
  451. ac_ext=c
  452. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  453. ac_cpp='$CPP $CPPFLAGS'
  454. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  455. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  456. cross_compiling=$ac_cv_prog_cc_cross
  457. ac_exeext=
  458. ac_objext=o
  459. if (echo "testingc"; echo 1,2,3) | grep c >/dev/null; then
  460.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  461.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  462.     ac_n= ac_c='
  463. ' ac_t=' '
  464.   else
  465.     ac_n=-n ac_c= ac_t=
  466.   fi
  467. else
  468.   ac_n= ac_c='c' ac_t=
  469. fi
  470. ac_aux_dir=
  471. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  472.   if test -f $ac_dir/install-sh; then
  473.     ac_aux_dir=$ac_dir
  474.     ac_install_sh="$ac_aux_dir/install-sh -c"
  475.     break
  476.   elif test -f $ac_dir/install.sh; then
  477.     ac_aux_dir=$ac_dir
  478.     ac_install_sh="$ac_aux_dir/install.sh -c"
  479.     break
  480.   fi
  481. done
  482. if test -z "$ac_aux_dir"; then
  483.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  484. fi
  485. ac_config_guess=$ac_aux_dir/config.guess
  486. ac_config_sub=$ac_aux_dir/config.sub
  487. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  488. # Find a good install program.  We prefer a C program (faster),
  489. # so one script is as good as another.  But avoid the broken or
  490. # incompatible versions:
  491. # SysV /etc/install, /usr/sbin/install
  492. # SunOS /usr/etc/install
  493. # IRIX /sbin/install
  494. # AIX /bin/install
  495. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  496. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  497. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  498. # ./install, which can be erroneously created by make from ./install.sh.
  499. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  500. echo "configure:568: checking for a BSD compatible install" >&5
  501. if test -z "$INSTALL"; then
  502. if eval "test "`echo '$''{'ac_cv_path_install'+set}'`" = set"; then
  503.   echo $ac_n "(cached) $ac_c" 1>&6
  504. else
  505.     IFS="${IFS=  }"; ac_save_IFS="$IFS"; IFS=":"
  506.   for ac_dir in $PATH; do
  507.     # Account for people who put trailing slashes in PATH elements.
  508.     case "$ac_dir/" in
  509.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  510.     *)
  511.       # OSF1 and SCO ODT 3.0 have their own names for install.
  512.       # Don't use installbsd from OSF since it installs stuff as root
  513.       # by default.
  514.       for ac_prog in ginstall scoinst install; do
  515.         if test -f $ac_dir/$ac_prog; then
  516.   if test $ac_prog = install &&
  517.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  518.     # AIX install.  It has an incompatible calling convention.
  519.     :
  520.   else
  521.     ac_cv_path_install="$ac_dir/$ac_prog -c"
  522.     break 2
  523.   fi
  524. fi
  525.       done
  526.       ;;
  527.     esac
  528.   done
  529.   IFS="$ac_save_IFS"
  530. fi
  531.   if test "${ac_cv_path_install+set}" = set; then
  532.     INSTALL="$ac_cv_path_install"
  533.   else
  534.     # As a last resort, use the slow shell script.  We don't cache a
  535.     # path for INSTALL within a source directory, because that will
  536.     # break other packages using the cache if that directory is
  537.     # removed, or if the path is relative.
  538.     INSTALL="$ac_install_sh"
  539.   fi
  540. fi
  541. echo "$ac_t""$INSTALL" 1>&6
  542. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  543. # It thinks the first close brace ends the variable substitution.
  544. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  545. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
  546. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  547. echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
  548. echo "configure:621: checking whether build environment is sane" >&5
  549. # Just in case
  550. sleep 1
  551. echo timestamp > conftestfile
  552. # Do `set' in a subshell so we don't clobber the current shell's
  553. # arguments.  Must try -L first in case configure is actually a
  554. # symlink; some systems play weird games with the mod time of symlinks
  555. # (eg FreeBSD returns the mod time of the symlink's containing
  556. # directory).
  557. if (
  558.    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
  559.    if test "$*" = "X"; then
  560.       # -L didn't work.
  561.       set X `ls -t $srcdir/configure conftestfile`
  562.    fi
  563.    if test "$*" != "X $srcdir/configure conftestfile" 
  564.       && test "$*" != "X conftestfile $srcdir/configure"; then
  565.       # If neither matched, then we have a broken ls.  This can happen
  566.       # if, for instance, CONFIG_SHELL is bash and it inherits a
  567.       # broken ls alias from the environment.  This has actually
  568.       # happened.  Such a system could not be considered "sane".
  569.       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
  570. alias in your environment" 1>&2; exit 1; }
  571.    fi
  572.    test "$2" = conftestfile
  573.    )
  574. then
  575.    # Ok.
  576.    :
  577. else
  578.    { echo "configure: error: newly created file is older than distributed files!
  579. Check your system clock" 1>&2; exit 1; }
  580. fi
  581. rm -f conftest*
  582. echo "$ac_t""yes" 1>&6
  583. if test "$program_transform_name" = s,x,x,; then
  584.   program_transform_name=
  585. else
  586.   # Double any  or $.  echo might interpret backslashes.
  587.   cat <<EOF_SED > conftestsed
  588. s,\,\\,g; s,$,$$,g
  589. EOF_SED
  590.   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
  591.   rm -f conftestsed
  592. fi
  593. test "$program_prefix" != NONE &&
  594.   program_transform_name="s,^,${program_prefix},; $program_transform_name"
  595. # Use a double $ so make ignores it.
  596. test "$program_suffix" != NONE &&
  597.   program_transform_name="s,$$,${program_suffix},; $program_transform_name"
  598. # sed with no file args requires a program.
  599. test "$program_transform_name" = "" && program_transform_name="s,x,x,"
  600. echo $ac_n "checking whether ${MAKE-make} sets ${MAKE}""... $ac_c" 1>&6
  601. echo "configure:678: checking whether ${MAKE-make} sets ${MAKE}" >&5
  602. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  603. if eval "test "`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`" = set"; then
  604.   echo $ac_n "(cached) $ac_c" 1>&6
  605. else
  606.   cat > conftestmake <<EOF
  607. all:
  608. @echo 'ac_maketemp="${MAKE}"'
  609. EOF
  610. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  611. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  612. if test -n "$ac_maketemp"; then
  613.   eval ac_cv_prog_make_${ac_make}_set=yes
  614. else
  615.   eval ac_cv_prog_make_${ac_make}_set=no
  616. fi
  617. rm -f conftestmake
  618. fi
  619. if eval "test "`echo '$ac_cv_prog_make_'${ac_make}_set`" = yes"; then
  620.   echo "$ac_t""yes" 1>&6
  621.   SET_MAKE=
  622. else
  623.   echo "$ac_t""no" 1>&6
  624.   SET_MAKE="MAKE=${MAKE-make}"
  625. fi
  626. PACKAGE=libuserdb
  627. VERSION=0.10
  628. if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
  629.   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
  630. fi
  631. cat >> confdefs.h <<EOF
  632. #define PACKAGE "$PACKAGE"
  633. EOF
  634. cat >> confdefs.h <<EOF
  635. #define VERSION "$VERSION"
  636. EOF
  637. missing_dir=`cd $ac_aux_dir && pwd`
  638. echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
  639. echo "configure:724: checking for working aclocal" >&5
  640. # Run test in a subshell; some versions of sh will print an error if
  641. # an executable is not found, even if stderr is redirected.
  642. # Redirect stdin to placate older versions of autoconf.  Sigh.
  643. if (aclocal --version) < /dev/null > /dev/null 2>&1; then
  644.    ACLOCAL=aclocal
  645.    echo "$ac_t""found" 1>&6
  646. else
  647.    ACLOCAL="$missing_dir/missing aclocal"
  648.    echo "$ac_t""missing" 1>&6
  649. fi
  650. echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
  651. echo "configure:737: checking for working autoconf" >&5
  652. # Run test in a subshell; some versions of sh will print an error if
  653. # an executable is not found, even if stderr is redirected.
  654. # Redirect stdin to placate older versions of autoconf.  Sigh.
  655. if (autoconf --version) < /dev/null > /dev/null 2>&1; then
  656.    AUTOCONF=autoconf
  657.    echo "$ac_t""found" 1>&6
  658. else
  659.    AUTOCONF="$missing_dir/missing autoconf"
  660.    echo "$ac_t""missing" 1>&6
  661. fi
  662. echo $ac_n "checking for working automake""... $ac_c" 1>&6
  663. echo "configure:750: checking for working automake" >&5
  664. # Run test in a subshell; some versions of sh will print an error if
  665. # an executable is not found, even if stderr is redirected.
  666. # Redirect stdin to placate older versions of autoconf.  Sigh.
  667. if (automake --version) < /dev/null > /dev/null 2>&1; then
  668.    AUTOMAKE=automake
  669.    echo "$ac_t""found" 1>&6
  670. else
  671.    AUTOMAKE="$missing_dir/missing automake"
  672.    echo "$ac_t""missing" 1>&6
  673. fi
  674. echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
  675. echo "configure:763: checking for working autoheader" >&5
  676. # Run test in a subshell; some versions of sh will print an error if
  677. # an executable is not found, even if stderr is redirected.
  678. # Redirect stdin to placate older versions of autoconf.  Sigh.
  679. if (autoheader --version) < /dev/null > /dev/null 2>&1; then
  680.    AUTOHEADER=autoheader
  681.    echo "$ac_t""found" 1>&6
  682. else
  683.    AUTOHEADER="$missing_dir/missing autoheader"
  684.    echo "$ac_t""missing" 1>&6
  685. fi
  686. echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
  687. echo "configure:776: checking for working makeinfo" >&5
  688. # Run test in a subshell; some versions of sh will print an error if
  689. # an executable is not found, even if stderr is redirected.
  690. # Redirect stdin to placate older versions of autoconf.  Sigh.
  691. if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
  692.    MAKEINFO=makeinfo
  693.    echo "$ac_t""found" 1>&6
  694. else
  695.    MAKEINFO="$missing_dir/missing makeinfo"
  696.    echo "$ac_t""missing" 1>&6
  697. fi
  698. for ac_prog in gawk mawk nawk awk
  699. do
  700. # Extract the first word of "$ac_prog", so it can be a program name with args.
  701. set dummy $ac_prog; ac_word=$2
  702. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  703. echo "configure:798: checking for $ac_word" >&5
  704. if eval "test "`echo '$''{'ac_cv_prog_AWK'+set}'`" = set"; then
  705.   echo $ac_n "(cached) $ac_c" 1>&6
  706. else
  707.   if test -n "$AWK"; then
  708.   ac_cv_prog_AWK="$AWK" # Let the user override the test.
  709. else
  710.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  711.   ac_dummy="$PATH"
  712.   for ac_dir in $ac_dummy; do
  713.     test -z "$ac_dir" && ac_dir=.
  714.     if test -f $ac_dir/$ac_word; then
  715.       ac_cv_prog_AWK="$ac_prog"
  716.       break
  717.     fi
  718.   done
  719.   IFS="$ac_save_ifs"
  720. fi
  721. fi
  722. AWK="$ac_cv_prog_AWK"
  723. if test -n "$AWK"; then
  724.   echo "$ac_t""$AWK" 1>&6
  725. else
  726.   echo "$ac_t""no" 1>&6
  727. fi
  728. test -n "$AWK" && break
  729. done
  730. # Extract the first word of "gcc", so it can be a program name with args.
  731. set dummy gcc; ac_word=$2
  732. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  733. echo "configure:830: checking for $ac_word" >&5
  734. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  735.   echo $ac_n "(cached) $ac_c" 1>&6
  736. else
  737.   if test -n "$CC"; then
  738.   ac_cv_prog_CC="$CC" # Let the user override the test.
  739. else
  740.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  741.   ac_dummy="$PATH"
  742.   for ac_dir in $ac_dummy; do
  743.     test -z "$ac_dir" && ac_dir=.
  744.     if test -f $ac_dir/$ac_word; then
  745.       ac_cv_prog_CC="gcc"
  746.       break
  747.     fi
  748.   done
  749.   IFS="$ac_save_ifs"
  750. fi
  751. fi
  752. CC="$ac_cv_prog_CC"
  753. if test -n "$CC"; then
  754.   echo "$ac_t""$CC" 1>&6
  755. else
  756.   echo "$ac_t""no" 1>&6
  757. fi
  758. if test -z "$CC"; then
  759.   # Extract the first word of "cc", so it can be a program name with args.
  760. set dummy cc; ac_word=$2
  761. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  762. echo "configure:860: checking for $ac_word" >&5
  763. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  764.   echo $ac_n "(cached) $ac_c" 1>&6
  765. else
  766.   if test -n "$CC"; then
  767.   ac_cv_prog_CC="$CC" # Let the user override the test.
  768. else
  769.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  770.   ac_prog_rejected=no
  771.   ac_dummy="$PATH"
  772.   for ac_dir in $ac_dummy; do
  773.     test -z "$ac_dir" && ac_dir=.
  774.     if test -f $ac_dir/$ac_word; then
  775.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  776.         ac_prog_rejected=yes
  777. continue
  778.       fi
  779.       ac_cv_prog_CC="cc"
  780.       break
  781.     fi
  782.   done
  783.   IFS="$ac_save_ifs"
  784. if test $ac_prog_rejected = yes; then
  785.   # We found a bogon in the path, so make sure we never use it.
  786.   set dummy $ac_cv_prog_CC
  787.   shift
  788.   if test $# -gt 0; then
  789.     # We chose a different compiler from the bogus one.
  790.     # However, it has the same basename, so the bogon will be chosen
  791.     # first if we set CC to just the basename; use the full file name.
  792.     shift
  793.     set dummy "$ac_dir/$ac_word" "$@"
  794.     shift
  795.     ac_cv_prog_CC="$@"
  796.   fi
  797. fi
  798. fi
  799. fi
  800. CC="$ac_cv_prog_CC"
  801. if test -n "$CC"; then
  802.   echo "$ac_t""$CC" 1>&6
  803. else
  804.   echo "$ac_t""no" 1>&6
  805. fi
  806.   if test -z "$CC"; then
  807.     case "`uname -s`" in
  808.     *win32* | *WIN32*)
  809.       # Extract the first word of "cl", so it can be a program name with args.
  810. set dummy cl; ac_word=$2
  811. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  812. echo "configure:911: checking for $ac_word" >&5
  813. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  814.   echo $ac_n "(cached) $ac_c" 1>&6
  815. else
  816.   if test -n "$CC"; then
  817.   ac_cv_prog_CC="$CC" # Let the user override the test.
  818. else
  819.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  820.   ac_dummy="$PATH"
  821.   for ac_dir in $ac_dummy; do
  822.     test -z "$ac_dir" && ac_dir=.
  823.     if test -f $ac_dir/$ac_word; then
  824.       ac_cv_prog_CC="cl"
  825.       break
  826.     fi
  827.   done
  828.   IFS="$ac_save_ifs"
  829. fi
  830. fi
  831. CC="$ac_cv_prog_CC"
  832. if test -n "$CC"; then
  833.   echo "$ac_t""$CC" 1>&6
  834. else
  835.   echo "$ac_t""no" 1>&6
  836. fi
  837.  ;;
  838.     esac
  839.   fi
  840.   test -z "$CC" && { echo "configure: error: no acceptable cc found in $PATH" 1>&2; exit 1; }
  841. fi
  842. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  843. echo "configure:943: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  844. ac_ext=c
  845. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  846. ac_cpp='$CPP $CPPFLAGS'
  847. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  848. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  849. cross_compiling=$ac_cv_prog_cc_cross
  850. cat > conftest.$ac_ext << EOF
  851. #line 954 "configure"
  852. #include "confdefs.h"
  853. main(){return(0);}
  854. EOF
  855. if { (eval echo configure:959: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  856.   ac_cv_prog_cc_works=yes
  857.   # If we can't run a trivial program, we are probably using a cross compiler.
  858.   if (./conftest; exit) 2>/dev/null; then
  859.     ac_cv_prog_cc_cross=no
  860.   else
  861.     ac_cv_prog_cc_cross=yes
  862.   fi
  863. else
  864.   echo "configure: failed program was:" >&5
  865.   cat conftest.$ac_ext >&5
  866.   ac_cv_prog_cc_works=no
  867. fi
  868. rm -fr conftest*
  869. ac_ext=c
  870. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  871. ac_cpp='$CPP $CPPFLAGS'
  872. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  873. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  874. cross_compiling=$ac_cv_prog_cc_cross
  875. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  876. if test $ac_cv_prog_cc_works = no; then
  877.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  878. fi
  879. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  880. echo "configure:985: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  881. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  882. cross_compiling=$ac_cv_prog_cc_cross
  883. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  884. echo "configure:990: checking whether we are using GNU C" >&5
  885. if eval "test "`echo '$''{'ac_cv_prog_gcc'+set}'`" = set"; then
  886.   echo $ac_n "(cached) $ac_c" 1>&6
  887. else
  888.   cat > conftest.c <<EOF
  889. #ifdef __GNUC__
  890.   yes;
  891. #endif
  892. EOF
  893. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:999: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  894.   ac_cv_prog_gcc=yes
  895. else
  896.   ac_cv_prog_gcc=no
  897. fi
  898. fi
  899. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  900. if test $ac_cv_prog_gcc = yes; then
  901.   GCC=yes
  902. else
  903.   GCC=
  904. fi
  905. ac_test_CFLAGS="${CFLAGS+set}"
  906. ac_save_CFLAGS="$CFLAGS"
  907. CFLAGS=
  908. echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  909. echo "configure:1018: checking whether ${CC-cc} accepts -g" >&5
  910. if eval "test "`echo '$''{'ac_cv_prog_cc_g'+set}'`" = set"; then
  911.   echo $ac_n "(cached) $ac_c" 1>&6
  912. else
  913.   echo 'void f(){}' > conftest.c
  914. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  915.   ac_cv_prog_cc_g=yes
  916. else
  917.   ac_cv_prog_cc_g=no
  918. fi
  919. rm -f conftest*
  920. fi
  921. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  922. if test "$ac_test_CFLAGS" = set; then
  923.   CFLAGS="$ac_save_CFLAGS"
  924. elif test $ac_cv_prog_cc_g = yes; then
  925.   if test "$GCC" = yes; then
  926.     CFLAGS="-g -O2"
  927.   else
  928.     CFLAGS="-g"
  929.   fi
  930. else
  931.   if test "$GCC" = yes; then
  932.     CFLAGS="-O2"
  933.   else
  934.     CFLAGS=
  935.   fi
  936. fi
  937. # Find a good install program.  We prefer a C program (faster),
  938. # so one script is as good as another.  But avoid the broken or
  939. # incompatible versions:
  940. # SysV /etc/install, /usr/sbin/install
  941. # SunOS /usr/etc/install
  942. # IRIX /sbin/install
  943. # AIX /bin/install
  944. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  945. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  946. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  947. # ./install, which can be erroneously created by make from ./install.sh.
  948. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  949. echo "configure:1061: checking for a BSD compatible install" >&5
  950. if test -z "$INSTALL"; then
  951. if eval "test "`echo '$''{'ac_cv_path_install'+set}'`" = set"; then
  952.   echo $ac_n "(cached) $ac_c" 1>&6
  953. else
  954.     IFS="${IFS=  }"; ac_save_IFS="$IFS"; IFS=":"
  955.   for ac_dir in $PATH; do
  956.     # Account for people who put trailing slashes in PATH elements.
  957.     case "$ac_dir/" in
  958.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  959.     *)
  960.       # OSF1 and SCO ODT 3.0 have their own names for install.
  961.       # Don't use installbsd from OSF since it installs stuff as root
  962.       # by default.
  963.       for ac_prog in ginstall scoinst install; do
  964.         if test -f $ac_dir/$ac_prog; then
  965.   if test $ac_prog = install &&
  966.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  967.     # AIX install.  It has an incompatible calling convention.
  968.     :
  969.   else
  970.     ac_cv_path_install="$ac_dir/$ac_prog -c"
  971.     break 2
  972.   fi
  973. fi
  974.       done
  975.       ;;
  976.     esac
  977.   done
  978.   IFS="$ac_save_IFS"
  979. fi
  980.   if test "${ac_cv_path_install+set}" = set; then
  981.     INSTALL="$ac_cv_path_install"
  982.   else
  983.     # As a last resort, use the slow shell script.  We don't cache a
  984.     # path for INSTALL within a source directory, because that will
  985.     # break other packages using the cache if that directory is
  986.     # removed, or if the path is relative.
  987.     INSTALL="$ac_install_sh"
  988.   fi
  989. fi
  990. echo "$ac_t""$INSTALL" 1>&6
  991. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  992. # It thinks the first close brace ends the variable substitution.
  993. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  994. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
  995. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  996. echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
  997. echo "configure:1114: checking whether ln -s works" >&5
  998. if eval "test "`echo '$''{'ac_cv_prog_LN_S'+set}'`" = set"; then
  999.   echo $ac_n "(cached) $ac_c" 1>&6
  1000. else
  1001.   rm -f conftestdata
  1002. if ln -s X conftestdata 2>/dev/null
  1003. then
  1004.   rm -f conftestdata
  1005.   ac_cv_prog_LN_S="ln -s"
  1006. else
  1007.   ac_cv_prog_LN_S=ln
  1008. fi
  1009. fi
  1010. LN_S="$ac_cv_prog_LN_S"
  1011. if test "$ac_cv_prog_LN_S" = "ln -s"; then
  1012.   echo "$ac_t""yes" 1>&6
  1013. else
  1014.   echo "$ac_t""no" 1>&6
  1015. fi
  1016. # Extract the first word of "ranlib", so it can be a program name with args.
  1017. set dummy ranlib; ac_word=$2
  1018. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1019. echo "configure:1137: checking for $ac_word" >&5
  1020. if eval "test "`echo '$''{'ac_cv_prog_RANLIB'+set}'`" = set"; then
  1021.   echo $ac_n "(cached) $ac_c" 1>&6
  1022. else
  1023.   if test -n "$RANLIB"; then
  1024.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  1025. else
  1026.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1027.   ac_dummy="$PATH"
  1028.   for ac_dir in $ac_dummy; do
  1029.     test -z "$ac_dir" && ac_dir=.
  1030.     if test -f $ac_dir/$ac_word; then
  1031.       ac_cv_prog_RANLIB="ranlib"
  1032.       break
  1033.     fi
  1034.   done
  1035.   IFS="$ac_save_ifs"
  1036.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  1037. fi
  1038. fi
  1039. RANLIB="$ac_cv_prog_RANLIB"
  1040. if test -n "$RANLIB"; then
  1041.   echo "$ac_t""$RANLIB" 1>&6
  1042. else
  1043.   echo "$ac_t""no" 1>&6
  1044. fi
  1045. for ac_prog in perl5 perl
  1046. do
  1047. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1048. set dummy $ac_prog; ac_word=$2
  1049. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1050. echo "configure:1169: checking for $ac_word" >&5
  1051. if eval "test "`echo '$''{'ac_cv_path_PERL'+set}'`" = set"; then
  1052.   echo $ac_n "(cached) $ac_c" 1>&6
  1053. else
  1054.   case "$PERL" in
  1055.   /*)
  1056.   ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
  1057.   ;;
  1058.   ?:/*)  
  1059.   ac_cv_path_PERL="$PERL" # Let the user override the test with a dos path.
  1060.   ;;
  1061.   *)
  1062.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1063.   ac_dummy="$PATH"
  1064.   for ac_dir in $ac_dummy; do 
  1065.     test -z "$ac_dir" && ac_dir=.
  1066.     if test -f $ac_dir/$ac_word; then
  1067.       ac_cv_path_PERL="$ac_dir/$ac_word"
  1068.       break
  1069.     fi
  1070.   done
  1071.   IFS="$ac_save_ifs"
  1072.   ;;
  1073. esac
  1074. fi
  1075. PERL="$ac_cv_path_PERL"
  1076. if test -n "$PERL"; then
  1077.   echo "$ac_t""$PERL" 1>&6
  1078. else
  1079.   echo "$ac_t""no" 1>&6
  1080. fi
  1081. test -n "$PERL" && break
  1082. done
  1083. test -n "$PERL" || PERL="perl"
  1084. if test "$PERL" = "perl"
  1085. then
  1086. { echo "configure: error: Perl not found." 1>&2; exit 1; }
  1087. fi
  1088. if test "$GCC" = "yes"
  1089. then
  1090. CFLAGS="$CFLAGS -Wall"
  1091. fi
  1092. CFLAGS="$CFLAGS -I.. -I${srcdir}/.."
  1093. # Check whether --with-userdb or --without-userdb was given.
  1094. if test "${with_userdb+set}" = set; then
  1095.   withval="$with_userdb"
  1096.   userdb="$withval"
  1097. else
  1098.   userdb="/etc/userdb"
  1099. fi
  1100. # Check whether --with-userdbmandir or --without-userdbmandir was given.
  1101. if test "${with_userdbmandir+set}" = set; then
  1102.   withval="$with_userdbmandir"
  1103.   mandir="$withval"
  1104. fi
  1105. # Check whether --with-userdbtmpdir or --without-userdbtmpdir was given.
  1106. if test "${with_userdbtmpdir+set}" = set; then
  1107.   withval="$with_userdbtmpdir"
  1108.   tmpdir="$withval"
  1109. else
  1110.   tmpdir=""
  1111. fi
  1112. if test "$tmpdir" = ""
  1113. then
  1114. tmpdir=`echo "$userdb" | sed 's//[^/]*$//'`
  1115. fi
  1116. # Check whether --with-makedatprog or --without-makedatprog was given.
  1117. if test "${with_makedatprog+set}" = set; then
  1118.   withval="$with_makedatprog"
  1119.   makedat="$withval"
  1120. else
  1121.   makedat="$bindir/makedat"
  1122. fi
  1123. if test -d ${srcdir}/../md5
  1124. then
  1125. cat >> confdefs.h <<EOF
  1126. #define HAVE_MD5 1
  1127. EOF
  1128. MD5LIB=../md5/libmd5.a
  1129. else
  1130. MD5LIB=""
  1131. fi
  1132. if test -d ${srcdir}/../sha1
  1133. then
  1134. SHA1LIB=../sha1/libsha1.a
  1135. else
  1136. SHA1LIB=""
  1137. fi
  1138. if test -d ${srcdir}/../libhmac
  1139. then
  1140. cat >> confdefs.h <<EOF
  1141. #define HAVE_HMAC 1
  1142. EOF
  1143. HMACLIB=../libhmac/libhmac.a
  1144. else
  1145. HMACLIB=""
  1146. fi
  1147. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  1148. echo "configure:1300: checking how to run the C preprocessor" >&5
  1149. # On Suns, sometimes $CPP names a directory.
  1150. if test -n "$CPP" && test -d "$CPP"; then
  1151.   CPP=
  1152. fi
  1153. if test -z "$CPP"; then
  1154. if eval "test "`echo '$''{'ac_cv_prog_CPP'+set}'`" = set"; then
  1155.   echo $ac_n "(cached) $ac_c" 1>&6
  1156. else
  1157.     # This must be in double quotes, not single quotes, because CPP may get
  1158.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  1159.   CPP="${CC-cc} -E"
  1160.   # On the NeXT, cc -E runs the code through the compiler's parser,
  1161.   # not just through cpp.
  1162.   cat > conftest.$ac_ext <<EOF
  1163. #line 1315 "configure"
  1164. #include "confdefs.h"
  1165. #include <assert.h>
  1166. Syntax Error
  1167. EOF
  1168. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1169. { (eval echo configure:1321: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1170. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1171. if test -z "$ac_err"; then
  1172.   :
  1173. else
  1174.   echo "$ac_err" >&5
  1175.   echo "configure: failed program was:" >&5
  1176.   cat conftest.$ac_ext >&5
  1177.   rm -rf conftest*
  1178.   CPP="${CC-cc} -E -traditional-cpp"
  1179.   cat > conftest.$ac_ext <<EOF
  1180. #line 1332 "configure"
  1181. #include "confdefs.h"
  1182. #include <assert.h>
  1183. Syntax Error
  1184. EOF
  1185. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1186. { (eval echo configure:1338: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1187. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1188. if test -z "$ac_err"; then
  1189.   :
  1190. else
  1191.   echo "$ac_err" >&5
  1192.   echo "configure: failed program was:" >&5
  1193.   cat conftest.$ac_ext >&5
  1194.   rm -rf conftest*
  1195.   CPP="${CC-cc} -nologo -E"
  1196.   cat > conftest.$ac_ext <<EOF
  1197. #line 1349 "configure"
  1198. #include "confdefs.h"
  1199. #include <assert.h>
  1200. Syntax Error
  1201. EOF
  1202. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1203. { (eval echo configure:1355: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1204. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1205. if test -z "$ac_err"; then
  1206.   :
  1207. else
  1208.   echo "$ac_err" >&5
  1209.   echo "configure: failed program was:" >&5
  1210.   cat conftest.$ac_ext >&5
  1211.   rm -rf conftest*
  1212.   CPP=/lib/cpp
  1213. fi
  1214. rm -f conftest*
  1215. fi
  1216. rm -f conftest*
  1217. fi
  1218. rm -f conftest*
  1219.   ac_cv_prog_CPP="$CPP"
  1220. fi
  1221.   CPP="$ac_cv_prog_CPP"
  1222. else
  1223.   ac_cv_prog_CPP="$CPP"
  1224. fi
  1225. echo "$ac_t""$CPP" 1>&6
  1226. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  1227. echo "configure:1380: checking for ANSI C header files" >&5
  1228. if eval "test "`echo '$''{'ac_cv_header_stdc'+set}'`" = set"; then
  1229.   echo $ac_n "(cached) $ac_c" 1>&6
  1230. else
  1231.   cat > conftest.$ac_ext <<EOF
  1232. #line 1385 "configure"
  1233. #include "confdefs.h"
  1234. #include <stdlib.h>
  1235. #include <stdarg.h>
  1236. #include <string.h>
  1237. #include <float.h>
  1238. EOF
  1239. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1240. { (eval echo configure:1393: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1241. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1242. if test -z "$ac_err"; then
  1243.   rm -rf conftest*
  1244.   ac_cv_header_stdc=yes
  1245. else
  1246.   echo "$ac_err" >&5
  1247.   echo "configure: failed program was:" >&5
  1248.   cat conftest.$ac_ext >&5
  1249.   rm -rf conftest*
  1250.   ac_cv_header_stdc=no
  1251. fi
  1252. rm -f conftest*
  1253. if test $ac_cv_header_stdc = yes; then
  1254.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  1255. cat > conftest.$ac_ext <<EOF
  1256. #line 1410 "configure"
  1257. #include "confdefs.h"
  1258. #include <string.h>
  1259. EOF
  1260. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1261.   egrep "memchr" >/dev/null 2>&1; then
  1262.   :
  1263. else
  1264.   rm -rf conftest*
  1265.   ac_cv_header_stdc=no
  1266. fi
  1267. rm -f conftest*
  1268. fi
  1269. if test $ac_cv_header_stdc = yes; then
  1270.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  1271. cat > conftest.$ac_ext <<EOF
  1272. #line 1428 "configure"
  1273. #include "confdefs.h"
  1274. #include <stdlib.h>
  1275. EOF
  1276. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1277.   egrep "free" >/dev/null 2>&1; then
  1278.   :
  1279. else
  1280.   rm -rf conftest*
  1281.   ac_cv_header_stdc=no
  1282. fi
  1283. rm -f conftest*
  1284. fi
  1285. if test $ac_cv_header_stdc = yes; then
  1286.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  1287. if test "$cross_compiling" = yes; then
  1288.   :
  1289. else
  1290.   cat > conftest.$ac_ext <<EOF
  1291. #line 1449 "configure"
  1292. #include "confdefs.h"
  1293. #include <ctype.h>
  1294. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  1295. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  1296. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  1297. int main () { int i; for (i = 0; i < 256; i++)
  1298. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  1299. exit (0); }
  1300. EOF
  1301. if { (eval echo configure:1460: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1302. then
  1303.   :
  1304. else
  1305.   echo "configure: failed program was:" >&5
  1306.   cat conftest.$ac_ext >&5
  1307.   rm -fr conftest*
  1308.   ac_cv_header_stdc=no
  1309. fi
  1310. rm -fr conftest*
  1311. fi
  1312. fi
  1313. fi
  1314. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  1315. if test $ac_cv_header_stdc = yes; then
  1316.   cat >> confdefs.h <<EOF
  1317. #define STDC_HEADERS 1
  1318. EOF
  1319. fi
  1320. for ac_hdr in sys/stat.h sys/time.h unistd.h fcntl.h termios.h crypt.h
  1321. do
  1322. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1323. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1324. echo "configure:1487: checking for $ac_hdr" >&5
  1325. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1326.   echo $ac_n "(cached) $ac_c" 1>&6
  1327. else
  1328.   cat > conftest.$ac_ext <<EOF
  1329. #line 1492 "configure"
  1330. #include "confdefs.h"
  1331. #include <$ac_hdr>
  1332. EOF
  1333. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1334. { (eval echo configure:1497: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1335. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1336. if test -z "$ac_err"; then
  1337.   rm -rf conftest*
  1338.   eval "ac_cv_header_$ac_safe=yes"
  1339. else
  1340.   echo "$ac_err" >&5
  1341.   echo "configure: failed program was:" >&5
  1342.   cat conftest.$ac_ext >&5
  1343.   rm -rf conftest*
  1344.   eval "ac_cv_header_$ac_safe=no"
  1345. fi
  1346. rm -f conftest*
  1347. fi
  1348. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1349.   echo "$ac_t""yes" 1>&6
  1350.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1351.   cat >> confdefs.h <<EOF
  1352. #define $ac_tr_hdr 1
  1353. EOF
  1354.  
  1355. else
  1356.   echo "$ac_t""no" 1>&6
  1357. fi
  1358. done
  1359. echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
  1360. echo "configure:1524: checking whether time.h and sys/time.h may both be included" >&5
  1361. if eval "test "`echo '$''{'ac_cv_header_time'+set}'`" = set"; then
  1362.   echo $ac_n "(cached) $ac_c" 1>&6
  1363. else
  1364.   cat > conftest.$ac_ext <<EOF
  1365. #line 1529 "configure"
  1366. #include "confdefs.h"
  1367. #include <sys/types.h>
  1368. #include <sys/time.h>
  1369. #include <time.h>
  1370. int main() {
  1371. struct tm *tp;
  1372. ; return 0; }
  1373. EOF
  1374. if { (eval echo configure:1538: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1375.   rm -rf conftest*
  1376.   ac_cv_header_time=yes
  1377. else
  1378.   echo "configure: failed program was:" >&5
  1379.   cat conftest.$ac_ext >&5
  1380.   rm -rf conftest*
  1381.   ac_cv_header_time=no
  1382. fi
  1383. rm -f conftest*
  1384. fi
  1385. echo "$ac_t""$ac_cv_header_time" 1>&6
  1386. if test $ac_cv_header_time = yes; then
  1387.   cat >> confdefs.h <<EOF
  1388. #define TIME_WITH_SYS_TIME 1
  1389. EOF
  1390. fi
  1391. echo $ac_n "checking for working const""... $ac_c" 1>&6
  1392. echo "configure:1560: checking for working const" >&5
  1393. if eval "test "`echo '$''{'ac_cv_c_const'+set}'`" = set"; then
  1394.   echo $ac_n "(cached) $ac_c" 1>&6
  1395. else
  1396.   cat > conftest.$ac_ext <<EOF
  1397. #line 1565 "configure"
  1398. #include "confdefs.h"
  1399. int main() {
  1400. /* Ultrix mips cc rejects this.  */
  1401. typedef int charset[2]; const charset x;
  1402. /* SunOS 4.1.1 cc rejects this.  */
  1403. char const *const *ccp;
  1404. char **p;
  1405. /* NEC SVR4.0.2 mips cc rejects this.  */
  1406. struct point {int x, y;};
  1407. static struct point const zero = {0,0};
  1408. /* AIX XL C 1.02.0.0 rejects this.
  1409.    It does not let you subtract one const X* pointer from another in an arm
  1410.    of an if-expression whose if-part is not a constant expression */
  1411. const char *g = "string";
  1412. ccp = &g + (g ? g-g : 0);
  1413. /* HPUX 7.0 cc rejects these. */
  1414. ++ccp;
  1415. p = (char**) ccp;
  1416. ccp = (char const *const *) p;
  1417. { /* SCO 3.2v4 cc rejects this.  */
  1418.   char *t;
  1419.   char const *s = 0 ? (char *) 0 : (char const *) 0;
  1420.   *t++ = 0;
  1421. }
  1422. { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  1423.   int x[] = {25, 17};
  1424.   const int *foo = &x[0];
  1425.   ++foo;
  1426. }
  1427. { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  1428.   typedef const int *iptr;
  1429.   iptr p = 0;
  1430.   ++p;
  1431. }
  1432. { /* AIX XL C 1.02.0.0 rejects this saying
  1433.      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  1434.   struct s { int j; const int *ap[3]; };
  1435.   struct s *b; b->j = 5;
  1436. }
  1437. { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  1438.   const int foo = 10;
  1439. }
  1440. ; return 0; }
  1441. EOF
  1442. if { (eval echo configure:1614: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1443.   rm -rf conftest*
  1444.   ac_cv_c_const=yes
  1445. else
  1446.   echo "configure: failed program was:" >&5
  1447.   cat conftest.$ac_ext >&5
  1448.   rm -rf conftest*
  1449.   ac_cv_c_const=no
  1450. fi
  1451. rm -f conftest*
  1452. fi
  1453. echo "$ac_t""$ac_cv_c_const" 1>&6
  1454. if test $ac_cv_c_const = no; then
  1455.   cat >> confdefs.h <<EOF
  1456. #define const 
  1457. EOF
  1458. fi
  1459. echo $ac_n "checking for pid_t""... $ac_c" 1>&6
  1460. echo "configure:1635: checking for pid_t" >&5
  1461. if eval "test "`echo '$''{'ac_cv_type_pid_t'+set}'`" = set"; then
  1462.   echo $ac_n "(cached) $ac_c" 1>&6
  1463. else
  1464.   cat > conftest.$ac_ext <<EOF
  1465. #line 1640 "configure"
  1466. #include "confdefs.h"
  1467. #include <sys/types.h>
  1468. #if STDC_HEADERS
  1469. #include <stdlib.h>
  1470. #include <stddef.h>
  1471. #endif
  1472. EOF
  1473. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1474.   egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  1475.   rm -rf conftest*
  1476.   ac_cv_type_pid_t=yes
  1477. else
  1478.   rm -rf conftest*
  1479.   ac_cv_type_pid_t=no
  1480. fi
  1481. rm -f conftest*
  1482. fi
  1483. echo "$ac_t""$ac_cv_type_pid_t" 1>&6
  1484. if test $ac_cv_type_pid_t = no; then
  1485.   cat >> confdefs.h <<EOF
  1486. #define pid_t int
  1487. EOF
  1488. fi
  1489. echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
  1490. echo "configure:1668: checking for uid_t in sys/types.h" >&5
  1491. if eval "test "`echo '$''{'ac_cv_type_uid_t'+set}'`" = set"; then
  1492.   echo $ac_n "(cached) $ac_c" 1>&6
  1493. else
  1494.   cat > conftest.$ac_ext <<EOF
  1495. #line 1673 "configure"
  1496. #include "confdefs.h"
  1497. #include <sys/types.h>
  1498. EOF
  1499. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1500.   egrep "uid_t" >/dev/null 2>&1; then
  1501.   rm -rf conftest*
  1502.   ac_cv_type_uid_t=yes
  1503. else
  1504.   rm -rf conftest*
  1505.   ac_cv_type_uid_t=no
  1506. fi
  1507. rm -f conftest*
  1508. fi
  1509. echo "$ac_t""$ac_cv_type_uid_t" 1>&6
  1510. if test $ac_cv_type_uid_t = no; then
  1511.   cat >> confdefs.h <<EOF
  1512. #define uid_t int
  1513. EOF
  1514.   cat >> confdefs.h <<EOF
  1515. #define gid_t int
  1516. EOF
  1517. fi
  1518. echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
  1519. echo "configure:1702: checking return type of signal handlers" >&5
  1520. if eval "test "`echo '$''{'ac_cv_type_signal'+set}'`" = set"; then
  1521.   echo $ac_n "(cached) $ac_c" 1>&6
  1522. else
  1523.   cat > conftest.$ac_ext <<EOF
  1524. #line 1707 "configure"
  1525. #include "confdefs.h"
  1526. #include <sys/types.h>
  1527. #include <signal.h>
  1528. #ifdef signal
  1529. #undef signal
  1530. #endif
  1531. #ifdef __cplusplus
  1532. extern "C" void (*signal (int, void (*)(int)))(int);
  1533. #else
  1534. void (*signal ()) ();
  1535. #endif
  1536. int main() {
  1537. int i;
  1538. ; return 0; }
  1539. EOF
  1540. if { (eval echo configure:1724: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1541.   rm -rf conftest*
  1542.   ac_cv_type_signal=void
  1543. else
  1544.   echo "configure: failed program was:" >&5
  1545.   cat conftest.$ac_ext >&5
  1546.   rm -rf conftest*
  1547.   ac_cv_type_signal=int
  1548. fi
  1549. rm -f conftest*
  1550. fi
  1551. echo "$ac_t""$ac_cv_type_signal" 1>&6
  1552. cat >> confdefs.h <<EOF
  1553. #define RETSIGTYPE $ac_cv_type_signal
  1554. EOF
  1555. echo $ac_n "checking for crypt in -lcrypt""... $ac_c" 1>&6
  1556. echo "configure:1745: checking for crypt in -lcrypt" >&5
  1557. ac_lib_var=`echo crypt'_'crypt | sed 'y%./+-%__p_%'`
  1558. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1559.   echo $ac_n "(cached) $ac_c" 1>&6
  1560. else
  1561.   ac_save_LIBS="$LIBS"
  1562. LIBS="-lcrypt  $LIBS"
  1563. cat > conftest.$ac_ext <<EOF
  1564. #line 1753 "configure"
  1565. #include "confdefs.h"
  1566. /* Override any gcc2 internal prototype to avoid an error.  */
  1567. /* We use char because int might match the return type of a gcc2
  1568.     builtin and then its argument prototype would still apply.  */
  1569. char crypt();
  1570. int main() {
  1571. crypt()
  1572. ; return 0; }
  1573. EOF
  1574. if { (eval echo configure:1764: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1575.   rm -rf conftest*
  1576.   eval "ac_cv_lib_$ac_lib_var=yes"
  1577. else
  1578.   echo "configure: failed program was:" >&5
  1579.   cat conftest.$ac_ext >&5
  1580.   rm -rf conftest*
  1581.   eval "ac_cv_lib_$ac_lib_var=no"
  1582. fi
  1583. rm -f conftest*
  1584. LIBS="$ac_save_LIBS"
  1585. fi
  1586. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1587.   echo "$ac_t""yes" 1>&6
  1588.   CRYPTLIBS="-lcrypt"
  1589. else
  1590.   echo "$ac_t""no" 1>&6
  1591. fi
  1592. saveLIBS="$LIBS"
  1593. LIBS="$CRYPTLIBS $LIBS"
  1594. echo $ac_n "checking for crypt""... $ac_c" 1>&6
  1595. echo "configure:1787: checking for crypt" >&5
  1596. if eval "test "`echo '$''{'ac_cv_func_crypt'+set}'`" = set"; then
  1597.   echo $ac_n "(cached) $ac_c" 1>&6
  1598. else
  1599.   cat > conftest.$ac_ext <<EOF
  1600. #line 1792 "configure"
  1601. #include "confdefs.h"
  1602. /* System header to define __stub macros and hopefully few prototypes,
  1603.     which can conflict with char crypt(); below.  */
  1604. #include <assert.h>
  1605. /* Override any gcc2 internal prototype to avoid an error.  */
  1606. /* We use char because int might match the return type of a gcc2
  1607.     builtin and then its argument prototype would still apply.  */
  1608. char crypt();
  1609. int main() {
  1610. /* The GNU C library defines this for functions which it implements
  1611.     to always fail with ENOSYS.  Some functions are actually named
  1612.     something starting with __ and the normal name is an alias.  */
  1613. #if defined (__stub_crypt) || defined (__stub___crypt)
  1614. choke me
  1615. #else
  1616. crypt();
  1617. #endif
  1618. ; return 0; }
  1619. EOF
  1620. if { (eval echo configure:1815: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1621.   rm -rf conftest*
  1622.   eval "ac_cv_func_crypt=yes"
  1623. else
  1624.   echo "configure: failed program was:" >&5
  1625.   cat conftest.$ac_ext >&5
  1626.   rm -rf conftest*
  1627.   eval "ac_cv_func_crypt=no"
  1628. fi
  1629. rm -f conftest*
  1630. fi
  1631. if eval "test "`echo '$ac_cv_func_'crypt`" = yes"; then
  1632.   echo "$ac_t""yes" 1>&6
  1633.   cat >> confdefs.h <<EOF
  1634. #define HAVE_CRYPT 1
  1635. EOF
  1636. else
  1637.   echo "$ac_t""no" 1>&6
  1638. fi
  1639. LIBS="$saveLIBS"
  1640. echo $ac_n "checking for crypt() prototype""... $ac_c" 1>&6
  1641. echo "configure:1839: checking for crypt() prototype" >&5
  1642. if eval "test "`echo '$''{'userdb_cv_NEED_CRYPT_PROTOTYPE'+set}'`" = set"; then
  1643.   echo $ac_n "(cached) $ac_c" 1>&6
  1644. else
  1645.   cat > conftest.$ac_ext <<EOF
  1646. #line 1844 "configure"
  1647. #include "confdefs.h"
  1648.        #if HAVE_CRYPT_H
  1649.        #include <crypt.h>
  1650.        #endif
  1651.        #if HAVE_UNISTD_H
  1652.        #include <unistd.h>
  1653.        #endif
  1654.        int crypt(int, int);
  1655. int main() {
  1656. ; return 0; }
  1657. EOF
  1658. if { (eval echo configure:1860: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1659.   rm -rf conftest*
  1660.   userdb_cv_NEED_CRYPT_PROTOTYPE=1
  1661. else
  1662.   echo "configure: failed program was:" >&5
  1663.   cat conftest.$ac_ext >&5
  1664.   rm -rf conftest*
  1665.   userdb_cv_NEED_CRYPT_PROTOTYPE=0 
  1666. fi
  1667. rm -f conftest*
  1668. fi
  1669. echo "$ac_t""$userdb_cv_NEED_CRYPT_PROTOTYPE" 1>&6
  1670. cat >> confdefs.h <<EOF
  1671. #define NEED_CRYPT_PROTOTYPE $userdb_cv_NEED_CRYPT_PROTOTYPE
  1672. EOF
  1673. for ac_func in isatty gettimeofday
  1674. do
  1675. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1676. echo "configure:1885: checking for $ac_func" >&5
  1677. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  1678.   echo $ac_n "(cached) $ac_c" 1>&6
  1679. else
  1680.   cat > conftest.$ac_ext <<EOF
  1681. #line 1890 "configure"
  1682. #include "confdefs.h"
  1683. /* System header to define __stub macros and hopefully few prototypes,
  1684.     which can conflict with char $ac_func(); below.  */
  1685. #include <assert.h>
  1686. /* Override any gcc2 internal prototype to avoid an error.  */
  1687. /* We use char because int might match the return type of a gcc2
  1688.     builtin and then its argument prototype would still apply.  */
  1689. char $ac_func();
  1690. int main() {
  1691. /* The GNU C library defines this for functions which it implements
  1692.     to always fail with ENOSYS.  Some functions are actually named
  1693.     something starting with __ and the normal name is an alias.  */
  1694. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1695. choke me
  1696. #else
  1697. $ac_func();
  1698. #endif
  1699. ; return 0; }
  1700. EOF
  1701. if { (eval echo configure:1913: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1702.   rm -rf conftest*
  1703.   eval "ac_cv_func_$ac_func=yes"
  1704. else
  1705.   echo "configure: failed program was:" >&5
  1706.   cat conftest.$ac_ext >&5
  1707.   rm -rf conftest*
  1708.   eval "ac_cv_func_$ac_func=no"
  1709. fi
  1710. rm -f conftest*
  1711. fi
  1712. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  1713.   echo "$ac_t""yes" 1>&6
  1714.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1715.   cat >> confdefs.h <<EOF
  1716. #define $ac_tr_func 1
  1717. EOF
  1718.  
  1719. else
  1720.   echo "$ac_t""no" 1>&6
  1721. fi
  1722. done
  1723. # Check whether --with-random or --without-random was given.
  1724. if test "${with_random+set}" = set; then
  1725.   withval="$with_random"
  1726.   random="$enableval"
  1727. else
  1728.   random="y"
  1729. fi
  1730. case "$random" in
  1731. /*)
  1732. ;;
  1733. y*|1*)
  1734. echo $ac_n "checking for random source""... $ac_c" 1>&6
  1735. echo "configure:1952: checking for random source" >&5
  1736. if eval "test "`echo '$''{'userdb_cv_RANDOM'+set}'`" = set"; then
  1737.   echo $ac_n "(cached) $ac_c" 1>&6
  1738. else
  1739.   if test -c /dev/urandom
  1740. then
  1741. userdb_cv_RANDOM=/dev/urandom
  1742. else
  1743. if test -c /dev/random
  1744. then
  1745. userdb_cv_RANDOM=/dev/random
  1746. else
  1747. userdb_cv_RANDOM="none"
  1748. fi
  1749. fi
  1750. fi
  1751. echo "$ac_t""$userdb_cv_RANDOM" 1>&6
  1752. random="$userdb_cv_RANDOM"
  1753. ;;
  1754. *)
  1755. random="none"
  1756. ;;
  1757. esac
  1758. if test "$random" != "none"
  1759. then
  1760. cat >> confdefs.h <<EOF
  1761. #define RANDOM "$userdb_cv_RANDOM"
  1762. EOF
  1763. fi
  1764. trap '' 1 2 15
  1765. cat > confcache <<EOF
  1766. # This file is a shell script that caches the results of configure
  1767. # tests run on this system so they can be shared between configure
  1768. # scripts and configure runs.  It is not useful on other systems.
  1769. # If it contains results you don't want to keep, you may remove or edit it.
  1770. #
  1771. # By default, configure uses ./config.cache as the cache file,
  1772. # creating it if it does not exist already.  You can give configure
  1773. # the --cache-file=FILE option to use a different cache file; that is
  1774. # what configure does when it calls configure scripts in
  1775. # subdirectories, so they share the cache.
  1776. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  1777. # config.status only pays attention to the cache file if you give it the
  1778. # --recheck option to rerun configure.
  1779. #
  1780. EOF
  1781. # The following way of writing the cache mishandles newlines in values,
  1782. # but we know of no workaround that is simple, portable, and efficient.
  1783. # So, don't put newlines in cache variables' values.
  1784. # Ultrix sh set writes to stderr and can't be redirected directly,
  1785. # and sets the high bit in the cache file unless we assign to the vars.
  1786. (set) 2>&1 |
  1787.   case `(ac_space=' '; set | grep ac_space) 2>&1` in
  1788.   *ac_space= *)
  1789.     # `set' does not quote correctly, so add quotes (double-quote substitution
  1790.     # turns \\ into \, and sed turns \ into ).
  1791.     sed -n 
  1792.       -e "s/'/'\\''/g" 
  1793.       -e "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1='\2'}/p"
  1794.     ;;
  1795.   *)
  1796.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  1797.     sed -n -e 's/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1=2}/p'
  1798.     ;;
  1799.   esac >> confcache
  1800. if cmp -s $cache_file confcache; then
  1801.   :
  1802. else
  1803.   if test -w $cache_file; then
  1804.     echo "updating cache $cache_file"
  1805.     cat confcache > $cache_file
  1806.   else
  1807.     echo "not updating unwritable cache $cache_file"
  1808.   fi
  1809. fi
  1810. rm -f confcache
  1811. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  1812. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1813. # Let make expand exec_prefix.
  1814. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1815. # Any assignment to VPATH causes Sun make to only execute
  1816. # the first set of double-colon rules, so remove it if not needed.
  1817. # If there is a colon in the path, we need to keep it.
  1818. if test "x$srcdir" = x.; then
  1819.   ac_vpsub='/^[  ]*VPATH[  ]*=[^:]*$/d'
  1820. fi
  1821. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  1822. DEFS=-DHAVE_CONFIG_H
  1823. # Without the "./", some shells look in PATH for config.status.
  1824. : ${CONFIG_STATUS=./config.status}
  1825. echo creating $CONFIG_STATUS
  1826. rm -f $CONFIG_STATUS
  1827. cat > $CONFIG_STATUS <<EOF
  1828. #! /bin/sh
  1829. # Generated automatically by configure.
  1830. # Run this file to recreate the current configuration.
  1831. # This directory was configured as follows,
  1832. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  1833. #
  1834. # $0 $ac_configure_args
  1835. #
  1836. # Compiler output produced by configure, useful for debugging
  1837. # configure, is in ./config.log if it exists.
  1838. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  1839. for ac_option
  1840. do
  1841.   case "$ac_option" in
  1842.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1843.     echo "running ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  1844.     exec ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  1845.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  1846.     echo "$CONFIG_STATUS generated by autoconf version 2.13"
  1847.     exit 0 ;;
  1848.   -help | --help | --hel | --he | --h)
  1849.     echo "$ac_cs_usage"; exit 0 ;;
  1850.   *) echo "$ac_cs_usage"; exit 1 ;;
  1851.   esac
  1852. done
  1853. ac_given_srcdir=$srcdir
  1854. ac_given_INSTALL="$INSTALL"
  1855. trap 'rm -fr `echo "Makefile html2man.pl userdb.pl makeuserdb.html userdb.html userdbpw.html makeuserdb pw2userdb vchkpw2userdb config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  1856. EOF
  1857. cat >> $CONFIG_STATUS <<EOF
  1858. # Protect against being on the right side of a sed subst in config.status.
  1859. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  1860.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  1861. $ac_vpsub
  1862. $extrasub
  1863. s%@SHELL@%$SHELL%g
  1864. s%@CFLAGS@%$CFLAGS%g
  1865. s%@CPPFLAGS@%$CPPFLAGS%g
  1866. s%@CXXFLAGS@%$CXXFLAGS%g
  1867. s%@FFLAGS@%$FFLAGS%g
  1868. s%@DEFS@%$DEFS%g
  1869. s%@LDFLAGS@%$LDFLAGS%g
  1870. s%@LIBS@%$LIBS%g
  1871. s%@exec_prefix@%$exec_prefix%g
  1872. s%@prefix@%$prefix%g
  1873. s%@program_transform_name@%$program_transform_name%g
  1874. s%@bindir@%$bindir%g
  1875. s%@sbindir@%$sbindir%g
  1876. s%@libexecdir@%$libexecdir%g
  1877. s%@datadir@%$datadir%g
  1878. s%@sysconfdir@%$sysconfdir%g
  1879. s%@sharedstatedir@%$sharedstatedir%g
  1880. s%@localstatedir@%$localstatedir%g
  1881. s%@libdir@%$libdir%g
  1882. s%@includedir@%$includedir%g
  1883. s%@oldincludedir@%$oldincludedir%g
  1884. s%@infodir@%$infodir%g
  1885. s%@mandir@%$mandir%g
  1886. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  1887. s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
  1888. s%@INSTALL_DATA@%$INSTALL_DATA%g
  1889. s%@PACKAGE@%$PACKAGE%g
  1890. s%@VERSION@%$VERSION%g
  1891. s%@ACLOCAL@%$ACLOCAL%g
  1892. s%@AUTOCONF@%$AUTOCONF%g
  1893. s%@AUTOMAKE@%$AUTOMAKE%g
  1894. s%@AUTOHEADER@%$AUTOHEADER%g
  1895. s%@MAKEINFO@%$MAKEINFO%g
  1896. s%@SET_MAKE@%$SET_MAKE%g
  1897. s%@AWK@%$AWK%g
  1898. s%@CC@%$CC%g
  1899. s%@LN_S@%$LN_S%g
  1900. s%@RANLIB@%$RANLIB%g
  1901. s%@PERL@%$PERL%g
  1902. s%@userdb@%$userdb%g
  1903. s%@userdbtmpdir@%$userdbtmpdir%g
  1904. s%@tmpdir@%$tmpdir%g
  1905. s%@makedat@%$makedat%g
  1906. s%@MD5LIB@%$MD5LIB%g
  1907. s%@SHA1LIB@%$SHA1LIB%g
  1908. s%@HMACLIB@%$HMACLIB%g
  1909. s%@CPP@%$CPP%g
  1910. s%@CRYPTLIBS@%$CRYPTLIBS%g
  1911. CEOF
  1912. EOF
  1913. cat >> $CONFIG_STATUS <<EOF
  1914. # Split the substitutions into bite-sized pieces for seds with
  1915. # small command number limits, like on Digital OSF/1 and HP-UX.
  1916. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  1917. ac_file=1 # Number of current file.
  1918. ac_beg=1 # First line for current file.
  1919. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  1920. ac_more_lines=:
  1921. ac_sed_cmds=""
  1922. while $ac_more_lines; do
  1923.   if test $ac_beg -gt 1; then
  1924.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  1925.   else
  1926.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  1927.   fi
  1928.   if test ! -s conftest.s$ac_file; then
  1929.     ac_more_lines=false
  1930.     rm -f conftest.s$ac_file
  1931.   else
  1932.     if test -z "$ac_sed_cmds"; then
  1933.       ac_sed_cmds="sed -f conftest.s$ac_file"
  1934.     else
  1935.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  1936.     fi
  1937.     ac_file=`expr $ac_file + 1`
  1938.     ac_beg=$ac_end
  1939.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  1940.   fi
  1941. done
  1942. if test -z "$ac_sed_cmds"; then
  1943.   ac_sed_cmds=cat
  1944. fi
  1945. EOF
  1946. cat >> $CONFIG_STATUS <<EOF
  1947. CONFIG_FILES=${CONFIG_FILES-"Makefile html2man.pl userdb.pl makeuserdb.html userdb.html userdbpw.html makeuserdb pw2userdb vchkpw2userdb"}
  1948. EOF
  1949. cat >> $CONFIG_STATUS <<EOF
  1950. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  1951.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1952.   case "$ac_file" in
  1953.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  1954.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1955.   *) ac_file_in="${ac_file}.in" ;;
  1956.   esac
  1957.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  1958.   # Remove last slash and all that follows it.  Not all systems have dirname.
  1959.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1960.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1961.     # The file is in a subdirectory.
  1962.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  1963.     ac_dir_suffix="/`echo $ac_dir|sed 's%^./%%'`"
  1964.     # A "../" for each directory in $ac_dir_suffix.
  1965.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  1966.   else
  1967.     ac_dir_suffix= ac_dots=
  1968.   fi
  1969.   case "$ac_given_srcdir" in
  1970.   .)  srcdir=.
  1971.       if test -z "$ac_dots"; then top_srcdir=.
  1972.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  1973.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  1974.   *) # Relative path.
  1975.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  1976.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  1977.   esac
  1978.   case "$ac_given_INSTALL" in
  1979.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  1980.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  1981.   esac
  1982.   echo creating "$ac_file"
  1983.   rm -f "$ac_file"
  1984.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  1985.   case "$ac_file" in
  1986.   *Makefile*) ac_comsub="1i\
  1987. # $configure_input" ;;
  1988.   *) ac_comsub= ;;
  1989.   esac
  1990.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  1991.   sed -e "$ac_comsub
  1992. s%@configure_input@%$configure_input%g
  1993. s%@srcdir@%$srcdir%g
  1994. s%@top_srcdir@%$top_srcdir%g
  1995. s%@INSTALL@%$INSTALL%g
  1996. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  1997. fi; done
  1998. rm -f conftest.s*
  1999. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  2000. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  2001. #
  2002. # ac_d sets the value in "#define NAME VALUE" lines.
  2003. ac_dA='s%^([  ]*)#([  ]*define[  ][  ]*)'
  2004. ac_dB='([  ][  ]*)[^  ]*%1#2'
  2005. ac_dC='3'
  2006. ac_dD='%g'
  2007. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  2008. ac_uA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  2009. ac_uB='([  ])%1#2define3'
  2010. ac_uC=' '
  2011. ac_uD='4%g'
  2012. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  2013. ac_eA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  2014. ac_eB='$%1#2define3'
  2015. ac_eC=' '
  2016. ac_eD='%g'
  2017. if test "${CONFIG_HEADERS+set}" != set; then
  2018. EOF
  2019. cat >> $CONFIG_STATUS <<EOF
  2020.   CONFIG_HEADERS="config.h"
  2021. EOF
  2022. cat >> $CONFIG_STATUS <<EOF
  2023. fi
  2024. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  2025.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  2026.   case "$ac_file" in
  2027.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  2028.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  2029.   *) ac_file_in="${ac_file}.in" ;;
  2030.   esac
  2031.   echo creating $ac_file
  2032.   rm -f conftest.frag conftest.in conftest.out
  2033.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  2034.   cat $ac_file_inputs > conftest.in
  2035. EOF
  2036. # Transform confdefs.h into a sed script conftest.vals that substitutes
  2037. # the proper values into config.h.in to produce config.h.  And first:
  2038. # Protect against being on the right side of a sed subst in config.status.
  2039. # Protect against being in an unquoted here document in config.status.
  2040. rm -f conftest.vals
  2041. cat > conftest.hdr <<EOF
  2042. s/[\&%]/\&/g
  2043. s%[\$`]%\&%g
  2044. s%#define ([A-Za-z_][A-Za-z0-9_]*) *(.*)%${ac_dA}1${ac_dB}1${ac_dC}2${ac_dD}%gp
  2045. s%ac_d%ac_u%gp
  2046. s%ac_u%ac_e%gp
  2047. EOF
  2048. sed -n -f conftest.hdr confdefs.h > conftest.vals
  2049. rm -f conftest.hdr
  2050. # This sed command replaces #undef with comments.  This is necessary, for
  2051. # example, in the case of _POSIX_SOURCE, which is predefined and required
  2052. # on some systems where configure will not decide to define it.
  2053. cat >> conftest.vals <<EOF
  2054. s%^[  ]*#[  ]*undef[  ][  ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  2055. EOF
  2056. # Break up conftest.vals because some shells have a limit on
  2057. # the size of here documents, and old seds have small limits too.
  2058. rm -f conftest.tail
  2059. while :
  2060. do
  2061.   ac_lines=`grep -c . conftest.vals`
  2062.   # grep -c gives empty output for an empty file on some AIX systems.
  2063.   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  2064.   # Write a limited-size here document to conftest.frag.
  2065.   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  2066.   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  2067.   echo 'CEOF
  2068.   sed -f conftest.frag conftest.in > conftest.out
  2069.   rm -f conftest.in
  2070.   mv conftest.out conftest.in
  2071. ' >> $CONFIG_STATUS
  2072.   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  2073.   rm -f conftest.vals
  2074.   mv conftest.tail conftest.vals
  2075. done
  2076. rm -f conftest.vals
  2077. cat >> $CONFIG_STATUS <<EOF
  2078.   rm -f conftest.frag conftest.h
  2079.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  2080.   cat conftest.in >> conftest.h
  2081.   rm -f conftest.in
  2082.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  2083.     echo "$ac_file is unchanged"
  2084.     rm -f conftest.h
  2085.   else
  2086.     # Remove last slash and all that follows it.  Not all systems have dirname.
  2087.       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  2088.       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  2089.       # The file is in a subdirectory.
  2090.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  2091.     fi
  2092.     rm -f $ac_file
  2093.     mv conftest.h $ac_file
  2094.   fi
  2095. fi; done
  2096. EOF
  2097. cat >> $CONFIG_STATUS <<EOF
  2098. EOF
  2099. cat >> $CONFIG_STATUS <<EOF
  2100. test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
  2101. exit 0
  2102. EOF
  2103. chmod +x $CONFIG_STATUS
  2104. rm -fr confdefs* $ac_clean_files
  2105. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1