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

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