26ee3e4157237f9d70006bac4c2cf1240779467f
[freeradius.git] / src / modules / rlm_ldap / configure
1 #! /bin/sh
2
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.13 
5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6 #
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9
10 # Defaults:
11 ac_help=
12 ac_default_prefix=/usr/local
13 # Any additions from configure.in:
14
15 # Initialize some variables set by options.
16 # The variables have the same names as the options, with
17 # dashes changed to underlines.
18 build=NONE
19 cache_file=./config.cache
20 exec_prefix=NONE
21 host=NONE
22 no_create=
23 nonopt=NONE
24 no_recursion=
25 prefix=NONE
26 program_prefix=NONE
27 program_suffix=NONE
28 program_transform_name=s,x,x,
29 silent=
30 site=
31 srcdir=
32 target=NONE
33 verbose=
34 x_includes=NONE
35 x_libraries=NONE
36 bindir='${exec_prefix}/bin'
37 sbindir='${exec_prefix}/sbin'
38 libexecdir='${exec_prefix}/libexec'
39 datadir='${prefix}/share'
40 sysconfdir='${prefix}/etc'
41 sharedstatedir='${prefix}/com'
42 localstatedir='${prefix}/var'
43 libdir='${exec_prefix}/lib'
44 includedir='${prefix}/include'
45 oldincludedir='/usr/include'
46 infodir='${prefix}/info'
47 mandir='${prefix}/man'
48
49 # Initialize some other variables.
50 subdirs=
51 MFLAGS= MAKEFLAGS=
52 SHELL=${CONFIG_SHELL-/bin/sh}
53 # Maximum number of lines to put in a shell here document.
54 ac_max_here_lines=12
55
56 ac_prev=
57 for ac_option
58 do
59
60   # If the previous option needs an argument, assign it.
61   if test -n "$ac_prev"; then
62     eval "$ac_prev=\$ac_option"
63     ac_prev=
64     continue
65   fi
66
67   case "$ac_option" in
68   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
69   *) ac_optarg= ;;
70   esac
71
72   # Accept the important Cygnus configure options, so we can diagnose typos.
73
74   case "$ac_option" in
75
76   -bindir | --bindir | --bindi | --bind | --bin | --bi)
77     ac_prev=bindir ;;
78   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
79     bindir="$ac_optarg" ;;
80
81   -build | --build | --buil | --bui | --bu)
82     ac_prev=build ;;
83   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
84     build="$ac_optarg" ;;
85
86   -cache-file | --cache-file | --cache-fil | --cache-fi \
87   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
88     ac_prev=cache_file ;;
89   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
90   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
91     cache_file="$ac_optarg" ;;
92
93   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
94     ac_prev=datadir ;;
95   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
96   | --da=*)
97     datadir="$ac_optarg" ;;
98
99   -disable-* | --disable-*)
100     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
101     # Reject names that are not valid shell variable names.
102     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
103       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
104     fi
105     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
106     eval "enable_${ac_feature}=no" ;;
107
108   -enable-* | --enable-*)
109     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
110     # Reject names that are not valid shell variable names.
111     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
112       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
113     fi
114     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
115     case "$ac_option" in
116       *=*) ;;
117       *) ac_optarg=yes ;;
118     esac
119     eval "enable_${ac_feature}='$ac_optarg'" ;;
120
121   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
122   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
123   | --exec | --exe | --ex)
124     ac_prev=exec_prefix ;;
125   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
126   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
127   | --exec=* | --exe=* | --ex=*)
128     exec_prefix="$ac_optarg" ;;
129
130   -gas | --gas | --ga | --g)
131     # Obsolete; use --with-gas.
132     with_gas=yes ;;
133
134   -help | --help | --hel | --he)
135     # Omit some internal or obsolete options to make the list less imposing.
136     # This message is too long to be a string in the A/UX 3.1 sh.
137     cat << EOF
138 Usage: configure [options] [host]
139 Options: [defaults in brackets after descriptions]
140 Configuration:
141   --cache-file=FILE       cache test results in FILE
142   --help                  print this message
143   --no-create             do not create output files
144   --quiet, --silent       do not print \`checking...' messages
145   --version               print the version of autoconf that created configure
146 Directory and file names:
147   --prefix=PREFIX         install architecture-independent files in PREFIX
148                           [$ac_default_prefix]
149   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
150                           [same as prefix]
151   --bindir=DIR            user executables in DIR [EPREFIX/bin]
152   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
153   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
154   --datadir=DIR           read-only architecture-independent data in DIR
155                           [PREFIX/share]
156   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
157   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
158                           [PREFIX/com]
159   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
160   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
161   --includedir=DIR        C header files in DIR [PREFIX/include]
162   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
163   --infodir=DIR           info documentation in DIR [PREFIX/info]
164   --mandir=DIR            man documentation in DIR [PREFIX/man]
165   --srcdir=DIR            find the sources in DIR [configure dir or ..]
166   --program-prefix=PREFIX prepend PREFIX to installed program names
167   --program-suffix=SUFFIX append SUFFIX to installed program names
168   --program-transform-name=PROGRAM
169                           run sed PROGRAM on installed program names
170 EOF
171     cat << EOF
172 Host type:
173   --build=BUILD           configure for building on BUILD [BUILD=HOST]
174   --host=HOST             configure for HOST [guessed]
175   --target=TARGET         configure for TARGET [TARGET=HOST]
176 Features and packages:
177   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
178   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
179   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
180   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
181   --x-includes=DIR        X include files are in DIR
182   --x-libraries=DIR       X library files are in DIR
183 EOF
184     if test -n "$ac_help"; then
185       echo "--enable and --with options recognized:$ac_help"
186     fi
187     exit 0 ;;
188
189   -host | --host | --hos | --ho)
190     ac_prev=host ;;
191   -host=* | --host=* | --hos=* | --ho=*)
192     host="$ac_optarg" ;;
193
194   -includedir | --includedir | --includedi | --included | --include \
195   | --includ | --inclu | --incl | --inc)
196     ac_prev=includedir ;;
197   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
198   | --includ=* | --inclu=* | --incl=* | --inc=*)
199     includedir="$ac_optarg" ;;
200
201   -infodir | --infodir | --infodi | --infod | --info | --inf)
202     ac_prev=infodir ;;
203   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
204     infodir="$ac_optarg" ;;
205
206   -libdir | --libdir | --libdi | --libd)
207     ac_prev=libdir ;;
208   -libdir=* | --libdir=* | --libdi=* | --libd=*)
209     libdir="$ac_optarg" ;;
210
211   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
212   | --libexe | --libex | --libe)
213     ac_prev=libexecdir ;;
214   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
215   | --libexe=* | --libex=* | --libe=*)
216     libexecdir="$ac_optarg" ;;
217
218   -localstatedir | --localstatedir | --localstatedi | --localstated \
219   | --localstate | --localstat | --localsta | --localst \
220   | --locals | --local | --loca | --loc | --lo)
221     ac_prev=localstatedir ;;
222   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
223   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
224   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
225     localstatedir="$ac_optarg" ;;
226
227   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
228     ac_prev=mandir ;;
229   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
230     mandir="$ac_optarg" ;;
231
232   -nfp | --nfp | --nf)
233     # Obsolete; use --without-fp.
234     with_fp=no ;;
235
236   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
237   | --no-cr | --no-c)
238     no_create=yes ;;
239
240   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
241   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
242     no_recursion=yes ;;
243
244   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
245   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
246   | --oldin | --oldi | --old | --ol | --o)
247     ac_prev=oldincludedir ;;
248   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
249   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
250   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
251     oldincludedir="$ac_optarg" ;;
252
253   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
254     ac_prev=prefix ;;
255   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
256     prefix="$ac_optarg" ;;
257
258   -program-prefix | --program-prefix | --program-prefi | --program-pref \
259   | --program-pre | --program-pr | --program-p)
260     ac_prev=program_prefix ;;
261   -program-prefix=* | --program-prefix=* | --program-prefi=* \
262   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
263     program_prefix="$ac_optarg" ;;
264
265   -program-suffix | --program-suffix | --program-suffi | --program-suff \
266   | --program-suf | --program-su | --program-s)
267     ac_prev=program_suffix ;;
268   -program-suffix=* | --program-suffix=* | --program-suffi=* \
269   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
270     program_suffix="$ac_optarg" ;;
271
272   -program-transform-name | --program-transform-name \
273   | --program-transform-nam | --program-transform-na \
274   | --program-transform-n | --program-transform- \
275   | --program-transform | --program-transfor \
276   | --program-transfo | --program-transf \
277   | --program-trans | --program-tran \
278   | --progr-tra | --program-tr | --program-t)
279     ac_prev=program_transform_name ;;
280   -program-transform-name=* | --program-transform-name=* \
281   | --program-transform-nam=* | --program-transform-na=* \
282   | --program-transform-n=* | --program-transform-=* \
283   | --program-transform=* | --program-transfor=* \
284   | --program-transfo=* | --program-transf=* \
285   | --program-trans=* | --program-tran=* \
286   | --progr-tra=* | --program-tr=* | --program-t=*)
287     program_transform_name="$ac_optarg" ;;
288
289   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
290   | -silent | --silent | --silen | --sile | --sil)
291     silent=yes ;;
292
293   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
294     ac_prev=sbindir ;;
295   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
296   | --sbi=* | --sb=*)
297     sbindir="$ac_optarg" ;;
298
299   -sharedstatedir | --sharedstatedir | --sharedstatedi \
300   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
301   | --sharedst | --shareds | --shared | --share | --shar \
302   | --sha | --sh)
303     ac_prev=sharedstatedir ;;
304   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
305   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
306   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
307   | --sha=* | --sh=*)
308     sharedstatedir="$ac_optarg" ;;
309
310   -site | --site | --sit)
311     ac_prev=site ;;
312   -site=* | --site=* | --sit=*)
313     site="$ac_optarg" ;;
314
315   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
316     ac_prev=srcdir ;;
317   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
318     srcdir="$ac_optarg" ;;
319
320   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
321   | --syscon | --sysco | --sysc | --sys | --sy)
322     ac_prev=sysconfdir ;;
323   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
324   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
325     sysconfdir="$ac_optarg" ;;
326
327   -target | --target | --targe | --targ | --tar | --ta | --t)
328     ac_prev=target ;;
329   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
330     target="$ac_optarg" ;;
331
332   -v | -verbose | --verbose | --verbos | --verbo | --verb)
333     verbose=yes ;;
334
335   -version | --version | --versio | --versi | --vers)
336     echo "configure generated by autoconf version 2.13"
337     exit 0 ;;
338
339   -with-* | --with-*)
340     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
341     # Reject names that are not valid shell variable names.
342     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
343       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
344     fi
345     ac_package=`echo $ac_package| sed 's/-/_/g'`
346     case "$ac_option" in
347       *=*) ;;
348       *) ac_optarg=yes ;;
349     esac
350     eval "with_${ac_package}='$ac_optarg'" ;;
351
352   -without-* | --without-*)
353     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
354     # Reject names that are not valid shell variable names.
355     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
356       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
357     fi
358     ac_package=`echo $ac_package| sed 's/-/_/g'`
359     eval "with_${ac_package}=no" ;;
360
361   --x)
362     # Obsolete; use --with-x.
363     with_x=yes ;;
364
365   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
366   | --x-incl | --x-inc | --x-in | --x-i)
367     ac_prev=x_includes ;;
368   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
369   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
370     x_includes="$ac_optarg" ;;
371
372   -x-libraries | --x-libraries | --x-librarie | --x-librari \
373   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
374     ac_prev=x_libraries ;;
375   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
376   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
377     x_libraries="$ac_optarg" ;;
378
379   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
380     ;;
381
382   *)
383     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
384       echo "configure: warning: $ac_option: invalid host type" 1>&2
385     fi
386     if test "x$nonopt" != xNONE; then
387       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
388     fi
389     nonopt="$ac_option"
390     ;;
391
392   esac
393 done
394
395 if test -n "$ac_prev"; then
396   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
397 fi
398
399 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
400
401 # File descriptor usage:
402 # 0 standard input
403 # 1 file creation
404 # 2 errors and warnings
405 # 3 some systems may open it to /dev/tty
406 # 4 used on the Kubota Titan
407 # 6 checking for... messages and results
408 # 5 compiler messages saved in config.log
409 if test "$silent" = yes; then
410   exec 6>/dev/null
411 else
412   exec 6>&1
413 fi
414 exec 5>./config.log
415
416 echo "\
417 This file contains any messages produced by compilers while
418 running configure, to aid debugging if configure makes a mistake.
419 " 1>&5
420
421 # Strip out --no-create and --no-recursion so they do not pile up.
422 # Also quote any args containing shell metacharacters.
423 ac_configure_args=
424 for ac_arg
425 do
426   case "$ac_arg" in
427   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
428   | --no-cr | --no-c) ;;
429   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
430   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
431   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
432   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
433   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
434   esac
435 done
436
437 # NLS nuisances.
438 # Only set these to C if already set.  These must not be set unconditionally
439 # because not all systems understand e.g. LANG=C (notably SCO).
440 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
441 # Non-C LC_CTYPE values break the ctype check.
442 if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
443 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
444 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
445 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
446
447 # confdefs.h avoids OS command line length limits that DEFS can exceed.
448 rm -rf conftest* confdefs.h
449 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
450 echo > confdefs.h
451
452 # A filename unique to this package, relative to the directory that
453 # configure is in, which we can look for to find out if srcdir is correct.
454 ac_unique_file=rlm_ldap.c
455
456 # Find the source files, if location was not specified.
457 if test -z "$srcdir"; then
458   ac_srcdir_defaulted=yes
459   # Try the directory containing this script, then its parent.
460   ac_prog=$0
461   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
462   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
463   srcdir=$ac_confdir
464   if test ! -r $srcdir/$ac_unique_file; then
465     srcdir=..
466   fi
467 else
468   ac_srcdir_defaulted=no
469 fi
470 if test ! -r $srcdir/$ac_unique_file; then
471   if test "$ac_srcdir_defaulted" = yes; then
472     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
473   else
474     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
475   fi
476 fi
477 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
478
479 # Prefer explicitly selected file to automatically selected ones.
480 if test -z "$CONFIG_SITE"; then
481   if test "x$prefix" != xNONE; then
482     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
483   else
484     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
485   fi
486 fi
487 for ac_site_file in $CONFIG_SITE; do
488   if test -r "$ac_site_file"; then
489     echo "loading site script $ac_site_file"
490     . "$ac_site_file"
491   fi
492 done
493
494 if test -r "$cache_file"; then
495   echo "loading cache $cache_file"
496   . $cache_file
497 else
498   echo "creating cache $cache_file"
499   > $cache_file
500 fi
501
502 ac_ext=c
503 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
504 ac_cpp='$CPP $CPPFLAGS'
505 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
506 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
507 cross_compiling=$ac_cv_prog_cc_cross
508
509 ac_exeext=
510 ac_objext=o
511 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
512   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
513   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
514     ac_n= ac_c='
515 ' ac_t='        '
516   else
517     ac_n=-n ac_c= ac_t=
518   fi
519 else
520   ac_n= ac_c='\c' ac_t=
521 fi
522
523
524 # From configure.in Revision: 1.4 
525
526
527 fail=
528 SMART_LIBS=
529 SMART_CLFAGS=
530 if test x$with_rlm_ldap != xno; then
531
532         
533
534 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
535 echo $ac_n "checking for lber.h""... $ac_c" 1>&6
536 echo "configure:537: checking for lber.h" >&5
537
538 smart_include=
539 smart_include_dir=
540
541   old_CFLAGS="$CFLAGS"
542   cat > conftest.$ac_ext <<EOF
543 #line 544 "configure"
544 #include "confdefs.h"
545 #include <lber.h>
546 int main() {
547  int a = 1;
548 ; return 0; }
549 EOF
550 if { (eval echo configure:551: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
551   rm -rf conftest*
552   smart_include=" "
553 else
554   echo "configure: failed program was:" >&5
555   cat conftest.$ac_ext >&5
556   rm -rf conftest*
557   smart_include=
558 fi
559 rm -f conftest*
560
561   if test "x$smart_include" = "x"; then
562     
563
564 if test "x$LOCATE" != "x"; then
565         DIRS=
566   file=lber.h
567
568   for x in `${LOCATE} $file 2>/dev/null`; do
569                                         base=`echo $x | sed "s%/${file}%%"`
570     if test "x$x" = "x$base"; then
571       continue;
572     fi
573
574     dir=`${DIRNAME} $x 2>/dev/null`
575                 exclude=`echo ${dir} | ${GREP} /home`
576     if test "x$exclude" != "x"; then
577       continue
578     fi
579
580                     already=`echo \$smart_include_dir ${DIRS} | ${GREP} ${dir}`
581     if test "x$already" = "x"; then
582       DIRS="$DIRS $dir"
583     fi
584   done
585 fi
586
587 eval "smart_include_dir=\"\$smart_include_dir $DIRS\""
588
589
590     for try in $smart_include_dir /usr/local/include/ /opt/include; do
591       CFLAGS="$old_CFLAGS -I$try"
592
593       cat > conftest.$ac_ext <<EOF
594 #line 595 "configure"
595 #include "confdefs.h"
596 #include <lber.h>
597 int main() {
598  int a = 1;
599 ; return 0; }
600 EOF
601 if { (eval echo configure:602: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
602   rm -rf conftest*
603   smart_include="-I$try"
604 else
605   echo "configure: failed program was:" >&5
606   cat conftest.$ac_ext >&5
607   rm -rf conftest*
608   smart_include=
609 fi
610 rm -f conftest*
611
612       if test "x$smart_include" != "x"; then
613         break;
614       fi
615     done
616     CFLAGS="$old_CFLAGS"
617   fi
618
619         if test "x$smart_include" != "x"; then
620     echo "$ac_t""yes" 1>&6
621     eval "ac_cv_header_$ac_safe=yes"
622     CFLAGS="$old_CFLAGS $smart_include"
623     SMART_CFLAGS="$SMART_CFLAGS $smart_include"
624   else
625     echo "$ac_t""no" 1>&6 
626 fi
627
628         
629
630 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
631 echo $ac_n "checking for ldap.h""... $ac_c" 1>&6
632 echo "configure:633: checking for ldap.h" >&5
633
634 smart_include=
635 smart_include_dir=
636
637   old_CFLAGS="$CFLAGS"
638   cat > conftest.$ac_ext <<EOF
639 #line 640 "configure"
640 #include "confdefs.h"
641 #include <ldap.h>
642 int main() {
643  int a = 1;
644 ; return 0; }
645 EOF
646 if { (eval echo configure:647: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
647   rm -rf conftest*
648   smart_include=" "
649 else
650   echo "configure: failed program was:" >&5
651   cat conftest.$ac_ext >&5
652   rm -rf conftest*
653   smart_include=
654 fi
655 rm -f conftest*
656
657   if test "x$smart_include" = "x"; then
658     
659
660 if test "x$LOCATE" != "x"; then
661         DIRS=
662   file=ldap.h
663
664   for x in `${LOCATE} $file 2>/dev/null`; do
665                                         base=`echo $x | sed "s%/${file}%%"`
666     if test "x$x" = "x$base"; then
667       continue;
668     fi
669
670     dir=`${DIRNAME} $x 2>/dev/null`
671                 exclude=`echo ${dir} | ${GREP} /home`
672     if test "x$exclude" != "x"; then
673       continue
674     fi
675
676                     already=`echo \$smart_include_dir ${DIRS} | ${GREP} ${dir}`
677     if test "x$already" = "x"; then
678       DIRS="$DIRS $dir"
679     fi
680   done
681 fi
682
683 eval "smart_include_dir=\"\$smart_include_dir $DIRS\""
684
685
686     for try in $smart_include_dir /usr/local/include/ /opt/include; do
687       CFLAGS="$old_CFLAGS -I$try"
688
689       cat > conftest.$ac_ext <<EOF
690 #line 691 "configure"
691 #include "confdefs.h"
692 #include <ldap.h>
693 int main() {
694  int a = 1;
695 ; return 0; }
696 EOF
697 if { (eval echo configure:698: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698   rm -rf conftest*
699   smart_include="-I$try"
700 else
701   echo "configure: failed program was:" >&5
702   cat conftest.$ac_ext >&5
703   rm -rf conftest*
704   smart_include=
705 fi
706 rm -f conftest*
707
708       if test "x$smart_include" != "x"; then
709         break;
710       fi
711     done
712     CFLAGS="$old_CFLAGS"
713   fi
714
715         if test "x$smart_include" != "x"; then
716     echo "$ac_t""yes" 1>&6
717     eval "ac_cv_header_$ac_safe=yes"
718     CFLAGS="$old_CFLAGS $smart_include"
719     SMART_CFLAGS="$SMART_CFLAGS $smart_include"
720   else
721     echo "$ac_t""no" 1>&6 
722 fi
723
724         
725
726 echo $ac_n "checking for sasl_encode in -lsasl""... $ac_c" 1>&6
727 echo "configure:728: checking for sasl_encode in -lsasl" >&5
728
729 smart_lib=
730 smart_lib_dir=
731
732   old_LIBS="$LIBS"
733   LIBS="$LIBS -lsasl"
734   cat > conftest.$ac_ext <<EOF
735 #line 736 "configure"
736 #include "confdefs.h"
737 extern char sasl_encode();
738 int main() {
739  sasl_encode()
740 ; return 0; }
741 EOF
742 if { (eval echo configure:743: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
743   rm -rf conftest*
744   smart_lib="-lsasl"
745 else
746   echo "configure: failed program was:" >&5
747   cat conftest.$ac_ext >&5
748 fi
749 rm -f conftest*
750
751   if test "x$smart_lib" = "x"; then
752     
753
754 if test "x$LOCATE" != "x"; then
755         DIRS=
756   file=libsasl.so
757
758   for x in `${LOCATE} $file 2>/dev/null`; do
759                                         base=`echo $x | sed "s%/${file}%%"`
760     if test "x$x" = "x$base"; then
761       continue;
762     fi
763
764     dir=`${DIRNAME} $x 2>/dev/null`
765                 exclude=`echo ${dir} | ${GREP} /home`
766     if test "x$exclude" != "x"; then
767       continue
768     fi
769
770                     already=`echo \$smart_lib_dir ${DIRS} | ${GREP} ${dir}`
771     if test "x$already" = "x"; then
772       DIRS="$DIRS $dir"
773     fi
774   done
775 fi
776
777 eval "smart_lib_dir=\"\$smart_lib_dir $DIRS\""
778
779     
780
781 if test "x$LOCATE" != "x"; then
782         DIRS=
783   file=libsasl.a
784
785   for x in `${LOCATE} $file 2>/dev/null`; do
786                                         base=`echo $x | sed "s%/${file}%%"`
787     if test "x$x" = "x$base"; then
788       continue;
789     fi
790
791     dir=`${DIRNAME} $x 2>/dev/null`
792                 exclude=`echo ${dir} | ${GREP} /home`
793     if test "x$exclude" != "x"; then
794       continue
795     fi
796
797                     already=`echo \$smart_lib_dir ${DIRS} | ${GREP} ${dir}`
798     if test "x$already" = "x"; then
799       DIRS="$DIRS $dir"
800     fi
801   done
802 fi
803
804 eval "smart_lib_dir=\"\$smart_lib_dir $DIRS\""
805
806
807     for try in $smart_lib_dir /usr/local/lib/ /opt/lib; do
808       LIBS="$old_LIBS -L$try -lsasl"
809
810       cat > conftest.$ac_ext <<EOF
811 #line 812 "configure"
812 #include "confdefs.h"
813 extern char sasl_encode();
814 int main() {
815  sasl_encode()
816 ; return 0; }
817 EOF
818 if { (eval echo configure:819: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
819   rm -rf conftest*
820   smart_lib="-L$try -lsasl"
821 else
822   echo "configure: failed program was:" >&5
823   cat conftest.$ac_ext >&5
824 fi
825 rm -f conftest*
826       if test "x$smart_lib" != "x"; then
827         break;
828       fi
829     done
830     LIBS="$old_LIBS"
831   fi
832
833         if test "x$smart_lib" != "x"; then
834     echo "$ac_t""yes" 1>&6
835     eval "ac_cv_lib_sasl_sasl_encode=yes"
836     LIBS="$old_LIBS $smart_lib"
837     SMART_LIBS="$SMART_LIBS $smart_lib"
838   else
839     echo "$ac_t""no" 1>&6 
840 fi
841
842         
843
844 echo $ac_n "checking for DH_new in -lcrypto""... $ac_c" 1>&6
845 echo "configure:846: checking for DH_new in -lcrypto" >&5
846
847 smart_lib=
848 smart_lib_dir=
849
850   old_LIBS="$LIBS"
851   LIBS="$LIBS -lcrypto"
852   cat > conftest.$ac_ext <<EOF
853 #line 854 "configure"
854 #include "confdefs.h"
855 extern char DH_new();
856 int main() {
857  DH_new()
858 ; return 0; }
859 EOF
860 if { (eval echo configure:861: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
861   rm -rf conftest*
862   smart_lib="-lcrypto"
863 else
864   echo "configure: failed program was:" >&5
865   cat conftest.$ac_ext >&5
866 fi
867 rm -f conftest*
868
869   if test "x$smart_lib" = "x"; then
870     
871
872 if test "x$LOCATE" != "x"; then
873         DIRS=
874   file=libcrypto.so
875
876   for x in `${LOCATE} $file 2>/dev/null`; do
877                                         base=`echo $x | sed "s%/${file}%%"`
878     if test "x$x" = "x$base"; then
879       continue;
880     fi
881
882     dir=`${DIRNAME} $x 2>/dev/null`
883                 exclude=`echo ${dir} | ${GREP} /home`
884     if test "x$exclude" != "x"; then
885       continue
886     fi
887
888                     already=`echo \$smart_lib_dir ${DIRS} | ${GREP} ${dir}`
889     if test "x$already" = "x"; then
890       DIRS="$DIRS $dir"
891     fi
892   done
893 fi
894
895 eval "smart_lib_dir=\"\$smart_lib_dir $DIRS\""
896
897     
898
899 if test "x$LOCATE" != "x"; then
900         DIRS=
901   file=libcrypto.a
902
903   for x in `${LOCATE} $file 2>/dev/null`; do
904                                         base=`echo $x | sed "s%/${file}%%"`
905     if test "x$x" = "x$base"; then
906       continue;
907     fi
908
909     dir=`${DIRNAME} $x 2>/dev/null`
910                 exclude=`echo ${dir} | ${GREP} /home`
911     if test "x$exclude" != "x"; then
912       continue
913     fi
914
915                     already=`echo \$smart_lib_dir ${DIRS} | ${GREP} ${dir}`
916     if test "x$already" = "x"; then
917       DIRS="$DIRS $dir"
918     fi
919   done
920 fi
921
922 eval "smart_lib_dir=\"\$smart_lib_dir $DIRS\""
923
924
925     for try in $smart_lib_dir /usr/local/lib/ /opt/lib; do
926       LIBS="$old_LIBS -L$try -lcrypto"
927
928       cat > conftest.$ac_ext <<EOF
929 #line 930 "configure"
930 #include "confdefs.h"
931 extern char DH_new();
932 int main() {
933  DH_new()
934 ; return 0; }
935 EOF
936 if { (eval echo configure:937: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
937   rm -rf conftest*
938   smart_lib="-L$try -lcrypto"
939 else
940   echo "configure: failed program was:" >&5
941   cat conftest.$ac_ext >&5
942 fi
943 rm -f conftest*
944       if test "x$smart_lib" != "x"; then
945         break;
946       fi
947     done
948     LIBS="$old_LIBS"
949   fi
950
951         if test "x$smart_lib" != "x"; then
952     echo "$ac_t""yes" 1>&6
953     eval "ac_cv_lib_crypto_DH_new=yes"
954     LIBS="$old_LIBS $smart_lib"
955     SMART_LIBS="$SMART_LIBS $smart_lib"
956   else
957     echo "$ac_t""no" 1>&6 
958 fi
959
960         
961
962 echo $ac_n "checking for SSL_new in -lssl""... $ac_c" 1>&6
963 echo "configure:964: checking for SSL_new in -lssl" >&5
964
965 smart_lib=
966 smart_lib_dir=
967
968   old_LIBS="$LIBS"
969   LIBS="$LIBS -lssl"
970   cat > conftest.$ac_ext <<EOF
971 #line 972 "configure"
972 #include "confdefs.h"
973 extern char SSL_new();
974 int main() {
975  SSL_new()
976 ; return 0; }
977 EOF
978 if { (eval echo configure:979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
979   rm -rf conftest*
980   smart_lib="-lssl"
981 else
982   echo "configure: failed program was:" >&5
983   cat conftest.$ac_ext >&5
984 fi
985 rm -f conftest*
986
987   if test "x$smart_lib" = "x"; then
988     
989
990 if test "x$LOCATE" != "x"; then
991         DIRS=
992   file=libssl.so
993
994   for x in `${LOCATE} $file 2>/dev/null`; do
995                                         base=`echo $x | sed "s%/${file}%%"`
996     if test "x$x" = "x$base"; then
997       continue;
998     fi
999
1000     dir=`${DIRNAME} $x 2>/dev/null`
1001                 exclude=`echo ${dir} | ${GREP} /home`
1002     if test "x$exclude" != "x"; then
1003       continue
1004     fi
1005
1006                     already=`echo \$smart_lib_dir ${DIRS} | ${GREP} ${dir}`
1007     if test "x$already" = "x"; then
1008       DIRS="$DIRS $dir"
1009     fi
1010   done
1011 fi
1012
1013 eval "smart_lib_dir=\"\$smart_lib_dir $DIRS\""
1014
1015     
1016
1017 if test "x$LOCATE" != "x"; then
1018         DIRS=
1019   file=libssl.a
1020
1021   for x in `${LOCATE} $file 2>/dev/null`; do
1022                                         base=`echo $x | sed "s%/${file}%%"`
1023     if test "x$x" = "x$base"; then
1024       continue;
1025     fi
1026
1027     dir=`${DIRNAME} $x 2>/dev/null`
1028                 exclude=`echo ${dir} | ${GREP} /home`
1029     if test "x$exclude" != "x"; then
1030       continue
1031     fi
1032
1033                     already=`echo \$smart_lib_dir ${DIRS} | ${GREP} ${dir}`
1034     if test "x$already" = "x"; then
1035       DIRS="$DIRS $dir"
1036     fi
1037   done
1038 fi
1039
1040 eval "smart_lib_dir=\"\$smart_lib_dir $DIRS\""
1041
1042
1043     for try in $smart_lib_dir /usr/local/lib/ /opt/lib; do
1044       LIBS="$old_LIBS -L$try -lssl"
1045
1046       cat > conftest.$ac_ext <<EOF
1047 #line 1048 "configure"
1048 #include "confdefs.h"
1049 extern char SSL_new();
1050 int main() {
1051  SSL_new()
1052 ; return 0; }
1053 EOF
1054 if { (eval echo configure:1055: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1055   rm -rf conftest*
1056   smart_lib="-L$try -lssl"
1057 else
1058   echo "configure: failed program was:" >&5
1059   cat conftest.$ac_ext >&5
1060 fi
1061 rm -f conftest*
1062       if test "x$smart_lib" != "x"; then
1063         break;
1064       fi
1065     done
1066     LIBS="$old_LIBS"
1067   fi
1068
1069         if test "x$smart_lib" != "x"; then
1070     echo "$ac_t""yes" 1>&6
1071     eval "ac_cv_lib_ssl_SSL_new=yes"
1072     LIBS="$old_LIBS $smart_lib"
1073     SMART_LIBS="$SMART_LIBS $smart_lib"
1074   else
1075     echo "$ac_t""no" 1>&6 
1076 fi
1077
1078
1079         
1080
1081 echo $ac_n "checking for ber_init in -llber""... $ac_c" 1>&6
1082 echo "configure:1083: checking for ber_init in -llber" >&5
1083
1084 smart_lib=
1085 smart_lib_dir=
1086
1087   old_LIBS="$LIBS"
1088   LIBS="$LIBS -llber"
1089   cat > conftest.$ac_ext <<EOF
1090 #line 1091 "configure"
1091 #include "confdefs.h"
1092 extern char ber_init();
1093 int main() {
1094  ber_init()
1095 ; return 0; }
1096 EOF
1097 if { (eval echo configure:1098: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1098   rm -rf conftest*
1099   smart_lib="-llber"
1100 else
1101   echo "configure: failed program was:" >&5
1102   cat conftest.$ac_ext >&5
1103 fi
1104 rm -f conftest*
1105
1106   if test "x$smart_lib" = "x"; then
1107     
1108
1109 if test "x$LOCATE" != "x"; then
1110         DIRS=
1111   file=liblber.so
1112
1113   for x in `${LOCATE} $file 2>/dev/null`; do
1114                                         base=`echo $x | sed "s%/${file}%%"`
1115     if test "x$x" = "x$base"; then
1116       continue;
1117     fi
1118
1119     dir=`${DIRNAME} $x 2>/dev/null`
1120                 exclude=`echo ${dir} | ${GREP} /home`
1121     if test "x$exclude" != "x"; then
1122       continue
1123     fi
1124
1125                     already=`echo \$smart_lib_dir ${DIRS} | ${GREP} ${dir}`
1126     if test "x$already" = "x"; then
1127       DIRS="$DIRS $dir"
1128     fi
1129   done
1130 fi
1131
1132 eval "smart_lib_dir=\"\$smart_lib_dir $DIRS\""
1133
1134     
1135
1136 if test "x$LOCATE" != "x"; then
1137         DIRS=
1138   file=liblber.a
1139
1140   for x in `${LOCATE} $file 2>/dev/null`; do
1141                                         base=`echo $x | sed "s%/${file}%%"`
1142     if test "x$x" = "x$base"; then
1143       continue;
1144     fi
1145
1146     dir=`${DIRNAME} $x 2>/dev/null`
1147                 exclude=`echo ${dir} | ${GREP} /home`
1148     if test "x$exclude" != "x"; then
1149       continue
1150     fi
1151
1152                     already=`echo \$smart_lib_dir ${DIRS} | ${GREP} ${dir}`
1153     if test "x$already" = "x"; then
1154       DIRS="$DIRS $dir"
1155     fi
1156   done
1157 fi
1158
1159 eval "smart_lib_dir=\"\$smart_lib_dir $DIRS\""
1160
1161
1162     for try in $smart_lib_dir /usr/local/lib/ /opt/lib; do
1163       LIBS="$old_LIBS -L$try -llber"
1164
1165       cat > conftest.$ac_ext <<EOF
1166 #line 1167 "configure"
1167 #include "confdefs.h"
1168 extern char ber_init();
1169 int main() {
1170  ber_init()
1171 ; return 0; }
1172 EOF
1173 if { (eval echo configure:1174: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1174   rm -rf conftest*
1175   smart_lib="-L$try -llber"
1176 else
1177   echo "configure: failed program was:" >&5
1178   cat conftest.$ac_ext >&5
1179 fi
1180 rm -f conftest*
1181       if test "x$smart_lib" != "x"; then
1182         break;
1183       fi
1184     done
1185     LIBS="$old_LIBS"
1186   fi
1187
1188         if test "x$smart_lib" != "x"; then
1189     echo "$ac_t""yes" 1>&6
1190     eval "ac_cv_lib_lber_ber_init=yes"
1191     LIBS="$old_LIBS $smart_lib"
1192     SMART_LIBS="$SMART_LIBS $smart_lib"
1193   else
1194     echo "$ac_t""no" 1>&6 
1195 fi
1196
1197         if test "x$ac_cv_lib_lber_ber_init" != "xyes"; then
1198           fail="$fail liblber"
1199         else
1200           if test "x$ac_cv_header_pthread_h" = "xyes"; then
1201             
1202
1203 echo $ac_n "checking for ldap_initialize in -lldap_r""... $ac_c" 1>&6
1204 echo "configure:1205: checking for ldap_initialize in -lldap_r" >&5
1205
1206 smart_lib=
1207 smart_lib_dir=
1208
1209   old_LIBS="$LIBS"
1210   LIBS="$LIBS -lldap_r"
1211   cat > conftest.$ac_ext <<EOF
1212 #line 1213 "configure"
1213 #include "confdefs.h"
1214 extern char ldap_initialize();
1215 int main() {
1216  ldap_initialize()
1217 ; return 0; }
1218 EOF
1219 if { (eval echo configure:1220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1220   rm -rf conftest*
1221   smart_lib="-lldap_r"
1222 else
1223   echo "configure: failed program was:" >&5
1224   cat conftest.$ac_ext >&5
1225 fi
1226 rm -f conftest*
1227
1228   if test "x$smart_lib" = "x"; then
1229     
1230
1231 if test "x$LOCATE" != "x"; then
1232         DIRS=
1233   file=libldap_r.so
1234
1235   for x in `${LOCATE} $file 2>/dev/null`; do
1236                                         base=`echo $x | sed "s%/${file}%%"`
1237     if test "x$x" = "x$base"; then
1238       continue;
1239     fi
1240
1241     dir=`${DIRNAME} $x 2>/dev/null`
1242                 exclude=`echo ${dir} | ${GREP} /home`
1243     if test "x$exclude" != "x"; then
1244       continue
1245     fi
1246
1247                     already=`echo \$smart_lib_dir ${DIRS} | ${GREP} ${dir}`
1248     if test "x$already" = "x"; then
1249       DIRS="$DIRS $dir"
1250     fi
1251   done
1252 fi
1253
1254 eval "smart_lib_dir=\"\$smart_lib_dir $DIRS\""
1255
1256     
1257
1258 if test "x$LOCATE" != "x"; then
1259         DIRS=
1260   file=libldap_r.a
1261
1262   for x in `${LOCATE} $file 2>/dev/null`; do
1263                                         base=`echo $x | sed "s%/${file}%%"`
1264     if test "x$x" = "x$base"; then
1265       continue;
1266     fi
1267
1268     dir=`${DIRNAME} $x 2>/dev/null`
1269                 exclude=`echo ${dir} | ${GREP} /home`
1270     if test "x$exclude" != "x"; then
1271       continue
1272     fi
1273
1274                     already=`echo \$smart_lib_dir ${DIRS} | ${GREP} ${dir}`
1275     if test "x$already" = "x"; then
1276       DIRS="$DIRS $dir"
1277     fi
1278   done
1279 fi
1280
1281 eval "smart_lib_dir=\"\$smart_lib_dir $DIRS\""
1282
1283
1284     for try in $smart_lib_dir /usr/local/lib/ /opt/lib; do
1285       LIBS="$old_LIBS -L$try -lldap_r"
1286
1287       cat > conftest.$ac_ext <<EOF
1288 #line 1289 "configure"
1289 #include "confdefs.h"
1290 extern char ldap_initialize();
1291 int main() {
1292  ldap_initialize()
1293 ; return 0; }
1294 EOF
1295 if { (eval echo configure:1296: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1296   rm -rf conftest*
1297   smart_lib="-L$try -lldap_r"
1298 else
1299   echo "configure: failed program was:" >&5
1300   cat conftest.$ac_ext >&5
1301 fi
1302 rm -f conftest*
1303       if test "x$smart_lib" != "x"; then
1304         break;
1305       fi
1306     done
1307     LIBS="$old_LIBS"
1308   fi
1309
1310         if test "x$smart_lib" != "x"; then
1311     echo "$ac_t""yes" 1>&6
1312     eval "ac_cv_lib_ldap_r_ldap_initialize=yes"
1313     LIBS="$old_LIBS $smart_lib"
1314     SMART_LIBS="$SMART_LIBS $smart_lib"
1315   else
1316     echo "$ac_t""no" 1>&6 
1317 fi
1318
1319             if test "x$ac_cv_lib_ldap_r_ldap_initialize" != "xyes"; then
1320               fail="$fail libldap_r"
1321             fi
1322           else
1323             
1324
1325 echo $ac_n "checking for ldap_initialize in -lldap""... $ac_c" 1>&6
1326 echo "configure:1327: checking for ldap_initialize in -lldap" >&5
1327
1328 smart_lib=
1329 smart_lib_dir=
1330
1331   old_LIBS="$LIBS"
1332   LIBS="$LIBS -lldap"
1333   cat > conftest.$ac_ext <<EOF
1334 #line 1335 "configure"
1335 #include "confdefs.h"
1336 extern char ldap_initialize();
1337 int main() {
1338  ldap_initialize()
1339 ; return 0; }
1340 EOF
1341 if { (eval echo configure:1342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1342   rm -rf conftest*
1343   smart_lib="-lldap"
1344 else
1345   echo "configure: failed program was:" >&5
1346   cat conftest.$ac_ext >&5
1347 fi
1348 rm -f conftest*
1349
1350   if test "x$smart_lib" = "x"; then
1351     
1352
1353 if test "x$LOCATE" != "x"; then
1354         DIRS=
1355   file=libldap.so
1356
1357   for x in `${LOCATE} $file 2>/dev/null`; do
1358                                         base=`echo $x | sed "s%/${file}%%"`
1359     if test "x$x" = "x$base"; then
1360       continue;
1361     fi
1362
1363     dir=`${DIRNAME} $x 2>/dev/null`
1364                 exclude=`echo ${dir} | ${GREP} /home`
1365     if test "x$exclude" != "x"; then
1366       continue
1367     fi
1368
1369                     already=`echo \$smart_lib_dir ${DIRS} | ${GREP} ${dir}`
1370     if test "x$already" = "x"; then
1371       DIRS="$DIRS $dir"
1372     fi
1373   done
1374 fi
1375
1376 eval "smart_lib_dir=\"\$smart_lib_dir $DIRS\""
1377
1378     
1379
1380 if test "x$LOCATE" != "x"; then
1381         DIRS=
1382   file=libldap.a
1383
1384   for x in `${LOCATE} $file 2>/dev/null`; do
1385                                         base=`echo $x | sed "s%/${file}%%"`
1386     if test "x$x" = "x$base"; then
1387       continue;
1388     fi
1389
1390     dir=`${DIRNAME} $x 2>/dev/null`
1391                 exclude=`echo ${dir} | ${GREP} /home`
1392     if test "x$exclude" != "x"; then
1393       continue
1394     fi
1395
1396                     already=`echo \$smart_lib_dir ${DIRS} | ${GREP} ${dir}`
1397     if test "x$already" = "x"; then
1398       DIRS="$DIRS $dir"
1399     fi
1400   done
1401 fi
1402
1403 eval "smart_lib_dir=\"\$smart_lib_dir $DIRS\""
1404
1405
1406     for try in $smart_lib_dir /usr/local/lib/ /opt/lib; do
1407       LIBS="$old_LIBS -L$try -lldap"
1408
1409       cat > conftest.$ac_ext <<EOF
1410 #line 1411 "configure"
1411 #include "confdefs.h"
1412 extern char ldap_initialize();
1413 int main() {
1414  ldap_initialize()
1415 ; return 0; }
1416 EOF
1417 if { (eval echo configure:1418: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1418   rm -rf conftest*
1419   smart_lib="-L$try -lldap"
1420 else
1421   echo "configure: failed program was:" >&5
1422   cat conftest.$ac_ext >&5
1423 fi
1424 rm -f conftest*
1425       if test "x$smart_lib" != "x"; then
1426         break;
1427       fi
1428     done
1429     LIBS="$old_LIBS"
1430   fi
1431
1432         if test "x$smart_lib" != "x"; then
1433     echo "$ac_t""yes" 1>&6
1434     eval "ac_cv_lib_ldap_ldap_initialize=yes"
1435     LIBS="$old_LIBS $smart_lib"
1436     SMART_LIBS="$SMART_LIBS $smart_lib"
1437   else
1438     echo "$ac_t""no" 1>&6 
1439 fi
1440
1441             if test "x$ac_cv_lib_ldap_r_ldap_initialize" != "xyes"; then
1442               fail="$fail libldap_r"
1443             fi
1444           fi
1445         fi
1446
1447         targetname=rlm_ldap
1448 else
1449         targetname=
1450         echo \*\*\* module rlm_ldap is disabled.
1451 fi
1452
1453 if test x"$fail" != x""; then
1454         if test x"${enable_strict_dependencies}" = x"yes"; then
1455                 { echo "configure: error: set --without-rlm_ldap to disable it explicitly." 1>&2; exit 1; }
1456         else
1457                 echo "configure: warning: silently not building rlm_ldap." 1>&2
1458                 echo "configure: warning: FAILURE: rlm_ldap requires: $fail." 1>&2
1459                 if test x"$headersuggestion" != x; then
1460                         echo "configure: warning: $headersuggestion" 1>&2 
1461                 fi
1462                 if test x"$libsuggestion" != x; then
1463                         echo "configure: warning: $libsuggestion" 1>&2 
1464                 fi
1465                 targetname=""
1466         fi
1467 fi
1468
1469 ldap_cflags=$SMART_CFLAGS
1470 ldap_ldflags=$SMART_LIBS
1471
1472
1473
1474 trap '' 1 2 15
1475 cat > confcache <<\EOF
1476 # This file is a shell script that caches the results of configure
1477 # tests run on this system so they can be shared between configure
1478 # scripts and configure runs.  It is not useful on other systems.
1479 # If it contains results you don't want to keep, you may remove or edit it.
1480 #
1481 # By default, configure uses ./config.cache as the cache file,
1482 # creating it if it does not exist already.  You can give configure
1483 # the --cache-file=FILE option to use a different cache file; that is
1484 # what configure does when it calls configure scripts in
1485 # subdirectories, so they share the cache.
1486 # Giving --cache-file=/dev/null disables caching, for debugging configure.
1487 # config.status only pays attention to the cache file if you give it the
1488 # --recheck option to rerun configure.
1489 #
1490 EOF
1491 # The following way of writing the cache mishandles newlines in values,
1492 # but we know of no workaround that is simple, portable, and efficient.
1493 # So, don't put newlines in cache variables' values.
1494 # Ultrix sh set writes to stderr and can't be redirected directly,
1495 # and sets the high bit in the cache file unless we assign to the vars.
1496 (set) 2>&1 |
1497   case `(ac_space=' '; set | grep ac_space) 2>&1` in
1498   *ac_space=\ *)
1499     # `set' does not quote correctly, so add quotes (double-quote substitution
1500     # turns \\\\ into \\, and sed turns \\ into \).
1501     sed -n \
1502       -e "s/'/'\\\\''/g" \
1503       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1504     ;;
1505   *)
1506     # `set' quotes correctly as required by POSIX, so do not add quotes.
1507     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1508     ;;
1509   esac >> confcache
1510 if cmp -s $cache_file confcache; then
1511   :
1512 else
1513   if test -w $cache_file; then
1514     echo "updating cache $cache_file"
1515     cat confcache > $cache_file
1516   else
1517     echo "not updating unwritable cache $cache_file"
1518   fi
1519 fi
1520 rm -f confcache
1521
1522 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1523
1524 test "x$prefix" = xNONE && prefix=$ac_default_prefix
1525 # Let make expand exec_prefix.
1526 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1527
1528 # Any assignment to VPATH causes Sun make to only execute
1529 # the first set of double-colon rules, so remove it if not needed.
1530 # If there is a colon in the path, we need to keep it.
1531 if test "x$srcdir" = x.; then
1532   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
1533 fi
1534
1535 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1536
1537 # Transform confdefs.h into DEFS.
1538 # Protect against shell expansion while executing Makefile rules.
1539 # Protect against Makefile macro expansion.
1540 cat > conftest.defs <<\EOF
1541 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
1542 s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
1543 s%\[%\\&%g
1544 s%\]%\\&%g
1545 s%\$%$$%g
1546 EOF
1547 DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
1548 rm -f conftest.defs
1549
1550
1551 # Without the "./", some shells look in PATH for config.status.
1552 : ${CONFIG_STATUS=./config.status}
1553
1554 echo creating $CONFIG_STATUS
1555 rm -f $CONFIG_STATUS
1556 cat > $CONFIG_STATUS <<EOF
1557 #! /bin/sh
1558 # Generated automatically by configure.
1559 # Run this file to recreate the current configuration.
1560 # This directory was configured as follows,
1561 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1562 #
1563 # $0 $ac_configure_args
1564 #
1565 # Compiler output produced by configure, useful for debugging
1566 # configure, is in ./config.log if it exists.
1567
1568 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1569 for ac_option
1570 do
1571   case "\$ac_option" in
1572   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1573     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1574     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1575   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1576     echo "$CONFIG_STATUS generated by autoconf version 2.13"
1577     exit 0 ;;
1578   -help | --help | --hel | --he | --h)
1579     echo "\$ac_cs_usage"; exit 0 ;;
1580   *) echo "\$ac_cs_usage"; exit 1 ;;
1581   esac
1582 done
1583
1584 ac_given_srcdir=$srcdir
1585
1586 trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1587 EOF
1588 cat >> $CONFIG_STATUS <<EOF
1589
1590 # Protect against being on the right side of a sed subst in config.status.
1591 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1592  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1593 $ac_vpsub
1594 $extrasub
1595 s%@SHELL@%$SHELL%g
1596 s%@CFLAGS@%$CFLAGS%g
1597 s%@CPPFLAGS@%$CPPFLAGS%g
1598 s%@CXXFLAGS@%$CXXFLAGS%g
1599 s%@FFLAGS@%$FFLAGS%g
1600 s%@DEFS@%$DEFS%g
1601 s%@LDFLAGS@%$LDFLAGS%g
1602 s%@LIBS@%$LIBS%g
1603 s%@exec_prefix@%$exec_prefix%g
1604 s%@prefix@%$prefix%g
1605 s%@program_transform_name@%$program_transform_name%g
1606 s%@bindir@%$bindir%g
1607 s%@sbindir@%$sbindir%g
1608 s%@libexecdir@%$libexecdir%g
1609 s%@datadir@%$datadir%g
1610 s%@sysconfdir@%$sysconfdir%g
1611 s%@sharedstatedir@%$sharedstatedir%g
1612 s%@localstatedir@%$localstatedir%g
1613 s%@libdir@%$libdir%g
1614 s%@includedir@%$includedir%g
1615 s%@oldincludedir@%$oldincludedir%g
1616 s%@infodir@%$infodir%g
1617 s%@mandir@%$mandir%g
1618 s%@ldap_ldflags@%$ldap_ldflags%g
1619 s%@ldap_cflags@%$ldap_cflags%g
1620 s%@targetname@%$targetname%g
1621
1622 CEOF
1623 EOF
1624
1625 cat >> $CONFIG_STATUS <<\EOF
1626
1627 # Split the substitutions into bite-sized pieces for seds with
1628 # small command number limits, like on Digital OSF/1 and HP-UX.
1629 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
1630 ac_file=1 # Number of current file.
1631 ac_beg=1 # First line for current file.
1632 ac_end=$ac_max_sed_cmds # Line after last line for current file.
1633 ac_more_lines=:
1634 ac_sed_cmds=""
1635 while $ac_more_lines; do
1636   if test $ac_beg -gt 1; then
1637     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
1638   else
1639     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
1640   fi
1641   if test ! -s conftest.s$ac_file; then
1642     ac_more_lines=false
1643     rm -f conftest.s$ac_file
1644   else
1645     if test -z "$ac_sed_cmds"; then
1646       ac_sed_cmds="sed -f conftest.s$ac_file"
1647     else
1648       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
1649     fi
1650     ac_file=`expr $ac_file + 1`
1651     ac_beg=$ac_end
1652     ac_end=`expr $ac_end + $ac_max_sed_cmds`
1653   fi
1654 done
1655 if test -z "$ac_sed_cmds"; then
1656   ac_sed_cmds=cat
1657 fi
1658 EOF
1659
1660 cat >> $CONFIG_STATUS <<EOF
1661
1662 CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
1663 EOF
1664 cat >> $CONFIG_STATUS <<\EOF
1665 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
1666   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1667   case "$ac_file" in
1668   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
1669        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1670   *) ac_file_in="${ac_file}.in" ;;
1671   esac
1672
1673   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
1674
1675   # Remove last slash and all that follows it.  Not all systems have dirname.
1676   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1677   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1678     # The file is in a subdirectory.
1679     test ! -d "$ac_dir" && mkdir "$ac_dir"
1680     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
1681     # A "../" for each directory in $ac_dir_suffix.
1682     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
1683   else
1684     ac_dir_suffix= ac_dots=
1685   fi
1686
1687   case "$ac_given_srcdir" in
1688   .)  srcdir=.
1689       if test -z "$ac_dots"; then top_srcdir=.
1690       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1691   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1692   *) # Relative path.
1693     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1694     top_srcdir="$ac_dots$ac_given_srcdir" ;;
1695   esac
1696
1697
1698   echo creating "$ac_file"
1699   rm -f "$ac_file"
1700   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1701   case "$ac_file" in
1702   *Makefile*) ac_comsub="1i\\
1703 # $configure_input" ;;
1704   *) ac_comsub= ;;
1705   esac
1706
1707   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1708   sed -e "$ac_comsub
1709 s%@configure_input@%$configure_input%g
1710 s%@srcdir@%$srcdir%g
1711 s%@top_srcdir@%$top_srcdir%g
1712 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
1713 fi; done
1714 rm -f conftest.s*
1715
1716 EOF
1717 cat >> $CONFIG_STATUS <<EOF
1718
1719 EOF
1720 cat >> $CONFIG_STATUS <<\EOF
1721
1722 exit 0
1723 EOF
1724 chmod +x $CONFIG_STATUS
1725 rm -fr confdefs* $ac_clean_files
1726 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1727