autotools revamp:
[freeradius.git] / src / modules / rlm_sql / configure
1 #! /bin/sh
2 # From configure.in Revision: 1.2 .
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated by GNU Autoconf 2.59.
5 #
6 # Copyright (C) 2003 Free Software Foundation, Inc.
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9 ## --------------------- ##
10 ## M4sh Initialization.  ##
11 ## --------------------- ##
12
13 # Be Bourne compatible
14 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
15   emulate sh
16   NULLCMD=:
17   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
18   # is contrary to our usage.  Disable this feature.
19   alias -g '${1+"$@"}'='"$@"'
20 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
21   set -o posix
22 fi
23 DUALCASE=1; export DUALCASE # for MKS sh
24
25 # Support unset when possible.
26 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27   as_unset=unset
28 else
29   as_unset=false
30 fi
31
32
33 # Work around bugs in pre-3.0 UWIN ksh.
34 $as_unset ENV MAIL MAILPATH
35 PS1='$ '
36 PS2='> '
37 PS4='+ '
38
39 # NLS nuisances.
40 for as_var in \
41   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
42   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
43   LC_TELEPHONE LC_TIME
44 do
45   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
46     eval $as_var=C; export $as_var
47   else
48     $as_unset $as_var
49   fi
50 done
51
52 # Required to use basename.
53 if expr a : '\(a\)' >/dev/null 2>&1; then
54   as_expr=expr
55 else
56   as_expr=false
57 fi
58
59 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
60   as_basename=basename
61 else
62   as_basename=false
63 fi
64
65
66 # Name of the executable.
67 as_me=`$as_basename "$0" ||
68 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
69          X"$0" : 'X\(//\)$' \| \
70          X"$0" : 'X\(/\)$' \| \
71          .     : '\(.\)' 2>/dev/null ||
72 echo X/"$0" |
73     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
74           /^X\/\(\/\/\)$/{ s//\1/; q; }
75           /^X\/\(\/\).*/{ s//\1/; q; }
76           s/.*/./; q'`
77
78
79 # PATH needs CR, and LINENO needs CR and PATH.
80 # Avoid depending upon Character Ranges.
81 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
82 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
83 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
84 as_cr_digits='0123456789'
85 as_cr_alnum=$as_cr_Letters$as_cr_digits
86
87 # The user is always right.
88 if test "${PATH_SEPARATOR+set}" != set; then
89   echo "#! /bin/sh" >conf$$.sh
90   echo  "exit 0"   >>conf$$.sh
91   chmod +x conf$$.sh
92   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
93     PATH_SEPARATOR=';'
94   else
95     PATH_SEPARATOR=:
96   fi
97   rm -f conf$$.sh
98 fi
99
100
101   as_lineno_1=$LINENO
102   as_lineno_2=$LINENO
103   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
104   test "x$as_lineno_1" != "x$as_lineno_2" &&
105   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
106   # Find who we are.  Look in the path if we contain no path at all
107   # relative or not.
108   case $0 in
109     *[\\/]* ) as_myself=$0 ;;
110     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
111 for as_dir in $PATH
112 do
113   IFS=$as_save_IFS
114   test -z "$as_dir" && as_dir=.
115   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
116 done
117
118        ;;
119   esac
120   # We did not find ourselves, most probably we were run as `sh COMMAND'
121   # in which case we are not to be found in the path.
122   if test "x$as_myself" = x; then
123     as_myself=$0
124   fi
125   if test ! -f "$as_myself"; then
126     { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
127    { (exit 1); exit 1; }; }
128   fi
129   case $CONFIG_SHELL in
130   '')
131     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
132 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
133 do
134   IFS=$as_save_IFS
135   test -z "$as_dir" && as_dir=.
136   for as_base in sh bash ksh sh5; do
137          case $as_dir in
138          /*)
139            if ("$as_dir/$as_base" -c '
140   as_lineno_1=$LINENO
141   as_lineno_2=$LINENO
142   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
143   test "x$as_lineno_1" != "x$as_lineno_2" &&
144   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
145              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
146              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
147              CONFIG_SHELL=$as_dir/$as_base
148              export CONFIG_SHELL
149              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
150            fi;;
151          esac
152        done
153 done
154 ;;
155   esac
156
157   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
158   # uniformly replaced by the line number.  The first 'sed' inserts a
159   # line-number line before each line; the second 'sed' does the real
160   # work.  The second script uses 'N' to pair each line-number line
161   # with the numbered line, and appends trailing '-' during
162   # substitution so that $LINENO is not a special case at line end.
163   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
164   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
165   sed '=' <$as_myself |
166     sed '
167       N
168       s,$,-,
169       : loop
170       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
171       t loop
172       s,-$,,
173       s,^['$as_cr_digits']*\n,,
174     ' >$as_me.lineno &&
175   chmod +x $as_me.lineno ||
176     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
177    { (exit 1); exit 1; }; }
178
179   # Don't try to exec as it changes $[0], causing all sort of problems
180   # (the dirname of $[0] is not the place where we might find the
181   # original and so on.  Autoconf is especially sensible to this).
182   . ./$as_me.lineno
183   # Exit status is that of the last command.
184   exit
185 }
186
187
188 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
189   *c*,-n*) ECHO_N= ECHO_C='
190 ' ECHO_T='      ' ;;
191   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
192   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
193 esac
194
195 if expr a : '\(a\)' >/dev/null 2>&1; then
196   as_expr=expr
197 else
198   as_expr=false
199 fi
200
201 rm -f conf$$ conf$$.exe conf$$.file
202 echo >conf$$.file
203 if ln -s conf$$.file conf$$ 2>/dev/null; then
204   # We could just check for DJGPP; but this test a) works b) is more generic
205   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
206   if test -f conf$$.exe; then
207     # Don't use ln at all; we don't have any links
208     as_ln_s='cp -p'
209   else
210     as_ln_s='ln -s'
211   fi
212 elif ln conf$$.file conf$$ 2>/dev/null; then
213   as_ln_s=ln
214 else
215   as_ln_s='cp -p'
216 fi
217 rm -f conf$$ conf$$.exe conf$$.file
218
219 if mkdir -p . 2>/dev/null; then
220   as_mkdir_p=:
221 else
222   test -d ./-p && rmdir ./-p
223   as_mkdir_p=false
224 fi
225
226 as_executable_p="test -f"
227
228 # Sed expression to map a string onto a valid CPP name.
229 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
230
231 # Sed expression to map a string onto a valid variable name.
232 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
233
234
235 # IFS
236 # We need space, tab and new line, in precisely that order.
237 as_nl='
238 '
239 IFS="   $as_nl"
240
241 # CDPATH.
242 $as_unset CDPATH
243
244
245 # Name of the host.
246 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
247 # so uname gets run too.
248 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
249
250 exec 6>&1
251
252 #
253 # Initializations.
254 #
255 ac_default_prefix=/usr/local
256 ac_config_libobj_dir=.
257 cross_compiling=no
258 subdirs=
259 MFLAGS=
260 MAKEFLAGS=
261 SHELL=${CONFIG_SHELL-/bin/sh}
262
263 # Maximum number of lines to put in a shell here document.
264 # This variable seems obsolete.  It should probably be removed, and
265 # only ac_max_sed_lines should be used.
266 : ${ac_max_here_lines=38}
267
268 # Identity of this package.
269 PACKAGE_NAME=
270 PACKAGE_TARNAME=
271 PACKAGE_VERSION=
272 PACKAGE_STRING=
273 PACKAGE_BUGREPORT=
274
275 ac_unique_file="rlm_sql.c"
276 ac_subdirs_all="$ac_subdirs_all $mysubdirs"
277 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT subdirs sql_ldflags sql_cflags targetname SQL_MODULES LIBOBJS LTLIBOBJS'
278 ac_subst_files=''
279
280 # Initialize some variables set by options.
281 ac_init_help=
282 ac_init_version=false
283 # The variables have the same names as the options, with
284 # dashes changed to underlines.
285 cache_file=/dev/null
286 exec_prefix=NONE
287 no_create=
288 no_recursion=
289 prefix=NONE
290 program_prefix=NONE
291 program_suffix=NONE
292 program_transform_name=s,x,x,
293 silent=
294 site=
295 srcdir=
296 verbose=
297 x_includes=NONE
298 x_libraries=NONE
299
300 # Installation directory options.
301 # These are left unexpanded so users can "make install exec_prefix=/foo"
302 # and all the variables that are supposed to be based on exec_prefix
303 # by default will actually change.
304 # Use braces instead of parens because sh, perl, etc. also accept them.
305 bindir='${exec_prefix}/bin'
306 sbindir='${exec_prefix}/sbin'
307 libexecdir='${exec_prefix}/libexec'
308 datadir='${prefix}/share'
309 sysconfdir='${prefix}/etc'
310 sharedstatedir='${prefix}/com'
311 localstatedir='${prefix}/var'
312 libdir='${exec_prefix}/lib'
313 includedir='${prefix}/include'
314 oldincludedir='/usr/include'
315 infodir='${prefix}/info'
316 mandir='${prefix}/man'
317
318 ac_prev=
319 for ac_option
320 do
321   # If the previous option needs an argument, assign it.
322   if test -n "$ac_prev"; then
323     eval "$ac_prev=\$ac_option"
324     ac_prev=
325     continue
326   fi
327
328   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
329
330   # Accept the important Cygnus configure options, so we can diagnose typos.
331
332   case $ac_option in
333
334   -bindir | --bindir | --bindi | --bind | --bin | --bi)
335     ac_prev=bindir ;;
336   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
337     bindir=$ac_optarg ;;
338
339   -build | --build | --buil | --bui | --bu)
340     ac_prev=build_alias ;;
341   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
342     build_alias=$ac_optarg ;;
343
344   -cache-file | --cache-file | --cache-fil | --cache-fi \
345   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
346     ac_prev=cache_file ;;
347   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
348   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
349     cache_file=$ac_optarg ;;
350
351   --config-cache | -C)
352     cache_file=config.cache ;;
353
354   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
355     ac_prev=datadir ;;
356   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
357   | --da=*)
358     datadir=$ac_optarg ;;
359
360   -disable-* | --disable-*)
361     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
362     # Reject names that are not valid shell variable names.
363     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
364       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
365    { (exit 1); exit 1; }; }
366     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
367     eval "enable_$ac_feature=no" ;;
368
369   -enable-* | --enable-*)
370     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
371     # Reject names that are not valid shell variable names.
372     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
373       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
374    { (exit 1); exit 1; }; }
375     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
376     case $ac_option in
377       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
378       *) ac_optarg=yes ;;
379     esac
380     eval "enable_$ac_feature='$ac_optarg'" ;;
381
382   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
383   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
384   | --exec | --exe | --ex)
385     ac_prev=exec_prefix ;;
386   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
387   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
388   | --exec=* | --exe=* | --ex=*)
389     exec_prefix=$ac_optarg ;;
390
391   -gas | --gas | --ga | --g)
392     # Obsolete; use --with-gas.
393     with_gas=yes ;;
394
395   -help | --help | --hel | --he | -h)
396     ac_init_help=long ;;
397   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
398     ac_init_help=recursive ;;
399   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
400     ac_init_help=short ;;
401
402   -host | --host | --hos | --ho)
403     ac_prev=host_alias ;;
404   -host=* | --host=* | --hos=* | --ho=*)
405     host_alias=$ac_optarg ;;
406
407   -includedir | --includedir | --includedi | --included | --include \
408   | --includ | --inclu | --incl | --inc)
409     ac_prev=includedir ;;
410   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
411   | --includ=* | --inclu=* | --incl=* | --inc=*)
412     includedir=$ac_optarg ;;
413
414   -infodir | --infodir | --infodi | --infod | --info | --inf)
415     ac_prev=infodir ;;
416   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
417     infodir=$ac_optarg ;;
418
419   -libdir | --libdir | --libdi | --libd)
420     ac_prev=libdir ;;
421   -libdir=* | --libdir=* | --libdi=* | --libd=*)
422     libdir=$ac_optarg ;;
423
424   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
425   | --libexe | --libex | --libe)
426     ac_prev=libexecdir ;;
427   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
428   | --libexe=* | --libex=* | --libe=*)
429     libexecdir=$ac_optarg ;;
430
431   -localstatedir | --localstatedir | --localstatedi | --localstated \
432   | --localstate | --localstat | --localsta | --localst \
433   | --locals | --local | --loca | --loc | --lo)
434     ac_prev=localstatedir ;;
435   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
436   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
437   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
438     localstatedir=$ac_optarg ;;
439
440   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
441     ac_prev=mandir ;;
442   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
443     mandir=$ac_optarg ;;
444
445   -nfp | --nfp | --nf)
446     # Obsolete; use --without-fp.
447     with_fp=no ;;
448
449   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
450   | --no-cr | --no-c | -n)
451     no_create=yes ;;
452
453   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
454   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
455     no_recursion=yes ;;
456
457   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
458   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
459   | --oldin | --oldi | --old | --ol | --o)
460     ac_prev=oldincludedir ;;
461   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
462   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
463   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
464     oldincludedir=$ac_optarg ;;
465
466   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
467     ac_prev=prefix ;;
468   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
469     prefix=$ac_optarg ;;
470
471   -program-prefix | --program-prefix | --program-prefi | --program-pref \
472   | --program-pre | --program-pr | --program-p)
473     ac_prev=program_prefix ;;
474   -program-prefix=* | --program-prefix=* | --program-prefi=* \
475   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
476     program_prefix=$ac_optarg ;;
477
478   -program-suffix | --program-suffix | --program-suffi | --program-suff \
479   | --program-suf | --program-su | --program-s)
480     ac_prev=program_suffix ;;
481   -program-suffix=* | --program-suffix=* | --program-suffi=* \
482   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
483     program_suffix=$ac_optarg ;;
484
485   -program-transform-name | --program-transform-name \
486   | --program-transform-nam | --program-transform-na \
487   | --program-transform-n | --program-transform- \
488   | --program-transform | --program-transfor \
489   | --program-transfo | --program-transf \
490   | --program-trans | --program-tran \
491   | --progr-tra | --program-tr | --program-t)
492     ac_prev=program_transform_name ;;
493   -program-transform-name=* | --program-transform-name=* \
494   | --program-transform-nam=* | --program-transform-na=* \
495   | --program-transform-n=* | --program-transform-=* \
496   | --program-transform=* | --program-transfor=* \
497   | --program-transfo=* | --program-transf=* \
498   | --program-trans=* | --program-tran=* \
499   | --progr-tra=* | --program-tr=* | --program-t=*)
500     program_transform_name=$ac_optarg ;;
501
502   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
503   | -silent | --silent | --silen | --sile | --sil)
504     silent=yes ;;
505
506   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
507     ac_prev=sbindir ;;
508   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
509   | --sbi=* | --sb=*)
510     sbindir=$ac_optarg ;;
511
512   -sharedstatedir | --sharedstatedir | --sharedstatedi \
513   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
514   | --sharedst | --shareds | --shared | --share | --shar \
515   | --sha | --sh)
516     ac_prev=sharedstatedir ;;
517   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
518   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
519   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
520   | --sha=* | --sh=*)
521     sharedstatedir=$ac_optarg ;;
522
523   -site | --site | --sit)
524     ac_prev=site ;;
525   -site=* | --site=* | --sit=*)
526     site=$ac_optarg ;;
527
528   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
529     ac_prev=srcdir ;;
530   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
531     srcdir=$ac_optarg ;;
532
533   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
534   | --syscon | --sysco | --sysc | --sys | --sy)
535     ac_prev=sysconfdir ;;
536   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
537   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
538     sysconfdir=$ac_optarg ;;
539
540   -target | --target | --targe | --targ | --tar | --ta | --t)
541     ac_prev=target_alias ;;
542   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
543     target_alias=$ac_optarg ;;
544
545   -v | -verbose | --verbose | --verbos | --verbo | --verb)
546     verbose=yes ;;
547
548   -version | --version | --versio | --versi | --vers | -V)
549     ac_init_version=: ;;
550
551   -with-* | --with-*)
552     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
553     # Reject names that are not valid shell variable names.
554     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
555       { echo "$as_me: error: invalid package name: $ac_package" >&2
556    { (exit 1); exit 1; }; }
557     ac_package=`echo $ac_package| sed 's/-/_/g'`
558     case $ac_option in
559       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
560       *) ac_optarg=yes ;;
561     esac
562     eval "with_$ac_package='$ac_optarg'" ;;
563
564   -without-* | --without-*)
565     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
566     # Reject names that are not valid shell variable names.
567     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
568       { echo "$as_me: error: invalid package name: $ac_package" >&2
569    { (exit 1); exit 1; }; }
570     ac_package=`echo $ac_package | sed 's/-/_/g'`
571     eval "with_$ac_package=no" ;;
572
573   --x)
574     # Obsolete; use --with-x.
575     with_x=yes ;;
576
577   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
578   | --x-incl | --x-inc | --x-in | --x-i)
579     ac_prev=x_includes ;;
580   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
581   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
582     x_includes=$ac_optarg ;;
583
584   -x-libraries | --x-libraries | --x-librarie | --x-librari \
585   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
586     ac_prev=x_libraries ;;
587   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
588   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
589     x_libraries=$ac_optarg ;;
590
591   -*) { echo "$as_me: error: unrecognized option: $ac_option
592 Try \`$0 --help' for more information." >&2
593    { (exit 1); exit 1; }; }
594     ;;
595
596   *=*)
597     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
598     # Reject names that are not valid shell variable names.
599     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
600       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
601    { (exit 1); exit 1; }; }
602     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
603     eval "$ac_envvar='$ac_optarg'"
604     export $ac_envvar ;;
605
606   *)
607     # FIXME: should be removed in autoconf 3.0.
608     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
609     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
610       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
611     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
612     ;;
613
614   esac
615 done
616
617 if test -n "$ac_prev"; then
618   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
619   { echo "$as_me: error: missing argument to $ac_option" >&2
620    { (exit 1); exit 1; }; }
621 fi
622
623 # Be sure to have absolute paths.
624 for ac_var in exec_prefix prefix
625 do
626   eval ac_val=$`echo $ac_var`
627   case $ac_val in
628     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
629     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
630    { (exit 1); exit 1; }; };;
631   esac
632 done
633
634 # Be sure to have absolute paths.
635 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
636               localstatedir libdir includedir oldincludedir infodir mandir
637 do
638   eval ac_val=$`echo $ac_var`
639   case $ac_val in
640     [\\/$]* | ?:[\\/]* ) ;;
641     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
642    { (exit 1); exit 1; }; };;
643   esac
644 done
645
646 # There might be people who depend on the old broken behavior: `$host'
647 # used to hold the argument of --host etc.
648 # FIXME: To remove some day.
649 build=$build_alias
650 host=$host_alias
651 target=$target_alias
652
653 # FIXME: To remove some day.
654 if test "x$host_alias" != x; then
655   if test "x$build_alias" = x; then
656     cross_compiling=maybe
657     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
658     If a cross compiler is detected then cross compile mode will be used." >&2
659   elif test "x$build_alias" != "x$host_alias"; then
660     cross_compiling=yes
661   fi
662 fi
663
664 ac_tool_prefix=
665 test -n "$host_alias" && ac_tool_prefix=$host_alias-
666
667 test "$silent" = yes && exec 6>/dev/null
668
669
670 # Find the source files, if location was not specified.
671 if test -z "$srcdir"; then
672   ac_srcdir_defaulted=yes
673   # Try the directory containing this script, then its parent.
674   ac_confdir=`(dirname "$0") 2>/dev/null ||
675 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
676          X"$0" : 'X\(//\)[^/]' \| \
677          X"$0" : 'X\(//\)$' \| \
678          X"$0" : 'X\(/\)' \| \
679          .     : '\(.\)' 2>/dev/null ||
680 echo X"$0" |
681     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
682           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
683           /^X\(\/\/\)$/{ s//\1/; q; }
684           /^X\(\/\).*/{ s//\1/; q; }
685           s/.*/./; q'`
686   srcdir=$ac_confdir
687   if test ! -r $srcdir/$ac_unique_file; then
688     srcdir=..
689   fi
690 else
691   ac_srcdir_defaulted=no
692 fi
693 if test ! -r $srcdir/$ac_unique_file; then
694   if test "$ac_srcdir_defaulted" = yes; then
695     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
696    { (exit 1); exit 1; }; }
697   else
698     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
699    { (exit 1); exit 1; }; }
700   fi
701 fi
702 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
703   { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
704    { (exit 1); exit 1; }; }
705 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
706 ac_env_build_alias_set=${build_alias+set}
707 ac_env_build_alias_value=$build_alias
708 ac_cv_env_build_alias_set=${build_alias+set}
709 ac_cv_env_build_alias_value=$build_alias
710 ac_env_host_alias_set=${host_alias+set}
711 ac_env_host_alias_value=$host_alias
712 ac_cv_env_host_alias_set=${host_alias+set}
713 ac_cv_env_host_alias_value=$host_alias
714 ac_env_target_alias_set=${target_alias+set}
715 ac_env_target_alias_value=$target_alias
716 ac_cv_env_target_alias_set=${target_alias+set}
717 ac_cv_env_target_alias_value=$target_alias
718 ac_env_CC_set=${CC+set}
719 ac_env_CC_value=$CC
720 ac_cv_env_CC_set=${CC+set}
721 ac_cv_env_CC_value=$CC
722 ac_env_CFLAGS_set=${CFLAGS+set}
723 ac_env_CFLAGS_value=$CFLAGS
724 ac_cv_env_CFLAGS_set=${CFLAGS+set}
725 ac_cv_env_CFLAGS_value=$CFLAGS
726 ac_env_LDFLAGS_set=${LDFLAGS+set}
727 ac_env_LDFLAGS_value=$LDFLAGS
728 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
729 ac_cv_env_LDFLAGS_value=$LDFLAGS
730 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
731 ac_env_CPPFLAGS_value=$CPPFLAGS
732 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
733 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
734
735 #
736 # Report the --help message.
737 #
738 if test "$ac_init_help" = "long"; then
739   # Omit some internal or obsolete options to make the list less imposing.
740   # This message is too long to be a string in the A/UX 3.1 sh.
741   cat <<_ACEOF
742 \`configure' configures this package to adapt to many kinds of systems.
743
744 Usage: $0 [OPTION]... [VAR=VALUE]...
745
746 To assign environment variables (e.g., CC, CFLAGS...), specify them as
747 VAR=VALUE.  See below for descriptions of some of the useful variables.
748
749 Defaults for the options are specified in brackets.
750
751 Configuration:
752   -h, --help              display this help and exit
753       --help=short        display options specific to this package
754       --help=recursive    display the short help of all the included packages
755   -V, --version           display version information and exit
756   -q, --quiet, --silent   do not print \`checking...' messages
757       --cache-file=FILE   cache test results in FILE [disabled]
758   -C, --config-cache      alias for \`--cache-file=config.cache'
759   -n, --no-create         do not create output files
760       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
761
762 _ACEOF
763
764   cat <<_ACEOF
765 Installation directories:
766   --prefix=PREFIX         install architecture-independent files in PREFIX
767                           [$ac_default_prefix]
768   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
769                           [PREFIX]
770
771 By default, \`make install' will install all the files in
772 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
773 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
774 for instance \`--prefix=\$HOME'.
775
776 For better control, use the options below.
777
778 Fine tuning of the installation directories:
779   --bindir=DIR           user executables [EPREFIX/bin]
780   --sbindir=DIR          system admin executables [EPREFIX/sbin]
781   --libexecdir=DIR       program executables [EPREFIX/libexec]
782   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
783   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
784   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
785   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
786   --libdir=DIR           object code libraries [EPREFIX/lib]
787   --includedir=DIR       C header files [PREFIX/include]
788   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
789   --infodir=DIR          info documentation [PREFIX/info]
790   --mandir=DIR           man documentation [PREFIX/man]
791 _ACEOF
792
793   cat <<\_ACEOF
794 _ACEOF
795 fi
796
797 if test -n "$ac_init_help"; then
798
799   cat <<\_ACEOF
800
801 Optional Packages:
802   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
803   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
804   --with-experimental-modules      Use experimental and unstable modules. (default=no)
805
806 Some influential environment variables:
807   CC          C compiler command
808   CFLAGS      C compiler flags
809   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
810               nonstandard directory <lib dir>
811   CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
812               headers in a nonstandard directory <include dir>
813
814 Use these variables to override the choices made by `configure' or to help
815 it to find libraries and programs with nonstandard names/locations.
816
817 _ACEOF
818 fi
819
820 if test "$ac_init_help" = "recursive"; then
821   # If there are subdirs, report their specific --help.
822   ac_popdir=`pwd`
823   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
824     test -d $ac_dir || continue
825     ac_builddir=.
826
827 if test "$ac_dir" != .; then
828   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
829   # A "../" for each directory in $ac_dir_suffix.
830   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
831 else
832   ac_dir_suffix= ac_top_builddir=
833 fi
834
835 case $srcdir in
836   .)  # No --srcdir option.  We are building in place.
837     ac_srcdir=.
838     if test -z "$ac_top_builddir"; then
839        ac_top_srcdir=.
840     else
841        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
842     fi ;;
843   [\\/]* | ?:[\\/]* )  # Absolute path.
844     ac_srcdir=$srcdir$ac_dir_suffix;
845     ac_top_srcdir=$srcdir ;;
846   *) # Relative path.
847     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
848     ac_top_srcdir=$ac_top_builddir$srcdir ;;
849 esac
850
851 # Do not use `cd foo && pwd` to compute absolute paths, because
852 # the directories may not exist.
853 case `pwd` in
854 .) ac_abs_builddir="$ac_dir";;
855 *)
856   case "$ac_dir" in
857   .) ac_abs_builddir=`pwd`;;
858   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
859   *) ac_abs_builddir=`pwd`/"$ac_dir";;
860   esac;;
861 esac
862 case $ac_abs_builddir in
863 .) ac_abs_top_builddir=${ac_top_builddir}.;;
864 *)
865   case ${ac_top_builddir}. in
866   .) ac_abs_top_builddir=$ac_abs_builddir;;
867   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
868   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
869   esac;;
870 esac
871 case $ac_abs_builddir in
872 .) ac_abs_srcdir=$ac_srcdir;;
873 *)
874   case $ac_srcdir in
875   .) ac_abs_srcdir=$ac_abs_builddir;;
876   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
877   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
878   esac;;
879 esac
880 case $ac_abs_builddir in
881 .) ac_abs_top_srcdir=$ac_top_srcdir;;
882 *)
883   case $ac_top_srcdir in
884   .) ac_abs_top_srcdir=$ac_abs_builddir;;
885   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
886   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
887   esac;;
888 esac
889
890     cd $ac_dir
891     # Check for guested configure; otherwise get Cygnus style configure.
892     if test -f $ac_srcdir/configure.gnu; then
893       echo
894       $SHELL $ac_srcdir/configure.gnu  --help=recursive
895     elif test -f $ac_srcdir/configure; then
896       echo
897       $SHELL $ac_srcdir/configure  --help=recursive
898     elif test -f $ac_srcdir/configure.ac ||
899            test -f $ac_srcdir/configure.in; then
900       echo
901       $ac_configure --help
902     else
903       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
904     fi
905     cd "$ac_popdir"
906   done
907 fi
908
909 test -n "$ac_init_help" && exit 0
910 if $ac_init_version; then
911   cat <<\_ACEOF
912
913 Copyright (C) 2003 Free Software Foundation, Inc.
914 This configure script is free software; the Free Software Foundation
915 gives unlimited permission to copy, distribute and modify it.
916 _ACEOF
917   exit 0
918 fi
919 exec 5>config.log
920 cat >&5 <<_ACEOF
921 This file contains any messages produced by compilers while
922 running configure, to aid debugging if configure makes a mistake.
923
924 It was created by $as_me, which was
925 generated by GNU Autoconf 2.59.  Invocation command line was
926
927   $ $0 $@
928
929 _ACEOF
930 {
931 cat <<_ASUNAME
932 ## --------- ##
933 ## Platform. ##
934 ## --------- ##
935
936 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
937 uname -m = `(uname -m) 2>/dev/null || echo unknown`
938 uname -r = `(uname -r) 2>/dev/null || echo unknown`
939 uname -s = `(uname -s) 2>/dev/null || echo unknown`
940 uname -v = `(uname -v) 2>/dev/null || echo unknown`
941
942 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
943 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
944
945 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
946 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
947 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
948 hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
949 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
950 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
951 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
952
953 _ASUNAME
954
955 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
956 for as_dir in $PATH
957 do
958   IFS=$as_save_IFS
959   test -z "$as_dir" && as_dir=.
960   echo "PATH: $as_dir"
961 done
962
963 } >&5
964
965 cat >&5 <<_ACEOF
966
967
968 ## ----------- ##
969 ## Core tests. ##
970 ## ----------- ##
971
972 _ACEOF
973
974
975 # Keep a trace of the command line.
976 # Strip out --no-create and --no-recursion so they do not pile up.
977 # Strip out --silent because we don't want to record it for future runs.
978 # Also quote any args containing shell meta-characters.
979 # Make two passes to allow for proper duplicate-argument suppression.
980 ac_configure_args=
981 ac_configure_args0=
982 ac_configure_args1=
983 ac_sep=
984 ac_must_keep_next=false
985 for ac_pass in 1 2
986 do
987   for ac_arg
988   do
989     case $ac_arg in
990     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
991     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
992     | -silent | --silent | --silen | --sile | --sil)
993       continue ;;
994     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
995       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
996     esac
997     case $ac_pass in
998     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
999     2)
1000       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1001       if test $ac_must_keep_next = true; then
1002         ac_must_keep_next=false # Got value, back to normal.
1003       else
1004         case $ac_arg in
1005           *=* | --config-cache | -C | -disable-* | --disable-* \
1006           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1007           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1008           | -with-* | --with-* | -without-* | --without-* | --x)
1009             case "$ac_configure_args0 " in
1010               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1011             esac
1012             ;;
1013           -* ) ac_must_keep_next=true ;;
1014         esac
1015       fi
1016       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1017       # Get rid of the leading space.
1018       ac_sep=" "
1019       ;;
1020     esac
1021   done
1022 done
1023 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1024 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1025
1026 # When interrupted or exit'd, cleanup temporary files, and complete
1027 # config.log.  We remove comments because anyway the quotes in there
1028 # would cause problems or look ugly.
1029 # WARNING: Be sure not to use single quotes in there, as some shells,
1030 # such as our DU 5.0 friend, will then `close' the trap.
1031 trap 'exit_status=$?
1032   # Save into config.log some information that might help in debugging.
1033   {
1034     echo
1035
1036     cat <<\_ASBOX
1037 ## ---------------- ##
1038 ## Cache variables. ##
1039 ## ---------------- ##
1040 _ASBOX
1041     echo
1042     # The following way of writing the cache mishandles newlines in values,
1043 {
1044   (set) 2>&1 |
1045     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1046     *ac_space=\ *)
1047       sed -n \
1048         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1049           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1050       ;;
1051     *)
1052       sed -n \
1053         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1054       ;;
1055     esac;
1056 }
1057     echo
1058
1059     cat <<\_ASBOX
1060 ## ----------------- ##
1061 ## Output variables. ##
1062 ## ----------------- ##
1063 _ASBOX
1064     echo
1065     for ac_var in $ac_subst_vars
1066     do
1067       eval ac_val=$`echo $ac_var`
1068       echo "$ac_var='"'"'$ac_val'"'"'"
1069     done | sort
1070     echo
1071
1072     if test -n "$ac_subst_files"; then
1073       cat <<\_ASBOX
1074 ## ------------- ##
1075 ## Output files. ##
1076 ## ------------- ##
1077 _ASBOX
1078       echo
1079       for ac_var in $ac_subst_files
1080       do
1081         eval ac_val=$`echo $ac_var`
1082         echo "$ac_var='"'"'$ac_val'"'"'"
1083       done | sort
1084       echo
1085     fi
1086
1087     if test -s confdefs.h; then
1088       cat <<\_ASBOX
1089 ## ----------- ##
1090 ## confdefs.h. ##
1091 ## ----------- ##
1092 _ASBOX
1093       echo
1094       sed "/^$/d" confdefs.h | sort
1095       echo
1096     fi
1097     test "$ac_signal" != 0 &&
1098       echo "$as_me: caught signal $ac_signal"
1099     echo "$as_me: exit $exit_status"
1100   } >&5
1101   rm -f core *.core &&
1102   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1103     exit $exit_status
1104      ' 0
1105 for ac_signal in 1 2 13 15; do
1106   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1107 done
1108 ac_signal=0
1109
1110 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1111 rm -rf conftest* confdefs.h
1112 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1113 echo >confdefs.h
1114
1115 # Predefined preprocessor variables.
1116
1117 cat >>confdefs.h <<_ACEOF
1118 #define PACKAGE_NAME "$PACKAGE_NAME"
1119 _ACEOF
1120
1121
1122 cat >>confdefs.h <<_ACEOF
1123 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1124 _ACEOF
1125
1126
1127 cat >>confdefs.h <<_ACEOF
1128 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1129 _ACEOF
1130
1131
1132 cat >>confdefs.h <<_ACEOF
1133 #define PACKAGE_STRING "$PACKAGE_STRING"
1134 _ACEOF
1135
1136
1137 cat >>confdefs.h <<_ACEOF
1138 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1139 _ACEOF
1140
1141
1142 # Let the site file select an alternate cache file if it wants to.
1143 # Prefer explicitly selected file to automatically selected ones.
1144 if test -z "$CONFIG_SITE"; then
1145   if test "x$prefix" != xNONE; then
1146     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1147   else
1148     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1149   fi
1150 fi
1151 for ac_site_file in $CONFIG_SITE; do
1152   if test -r "$ac_site_file"; then
1153     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1154 echo "$as_me: loading site script $ac_site_file" >&6;}
1155     sed 's/^/| /' "$ac_site_file" >&5
1156     . "$ac_site_file"
1157   fi
1158 done
1159
1160 if test -r "$cache_file"; then
1161   # Some versions of bash will fail to source /dev/null (special
1162   # files actually), so we avoid doing that.
1163   if test -f "$cache_file"; then
1164     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1165 echo "$as_me: loading cache $cache_file" >&6;}
1166     case $cache_file in
1167       [\\/]* | ?:[\\/]* ) . $cache_file;;
1168       *)                      . ./$cache_file;;
1169     esac
1170   fi
1171 else
1172   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1173 echo "$as_me: creating cache $cache_file" >&6;}
1174   >$cache_file
1175 fi
1176
1177 # Check that the precious variables saved in the cache have kept the same
1178 # value.
1179 ac_cache_corrupted=false
1180 for ac_var in `(set) 2>&1 |
1181                sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1182   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1183   eval ac_new_set=\$ac_env_${ac_var}_set
1184   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1185   eval ac_new_val="\$ac_env_${ac_var}_value"
1186   case $ac_old_set,$ac_new_set in
1187     set,)
1188       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1189 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1190       ac_cache_corrupted=: ;;
1191     ,set)
1192       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1193 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1194       ac_cache_corrupted=: ;;
1195     ,);;
1196     *)
1197       if test "x$ac_old_val" != "x$ac_new_val"; then
1198         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1199 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1200         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1201 echo "$as_me:   former value:  $ac_old_val" >&2;}
1202         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1203 echo "$as_me:   current value: $ac_new_val" >&2;}
1204         ac_cache_corrupted=:
1205       fi;;
1206   esac
1207   # Pass precious variables to config.status.
1208   if test "$ac_new_set" = set; then
1209     case $ac_new_val in
1210     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1211       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1212     *) ac_arg=$ac_var=$ac_new_val ;;
1213     esac
1214     case " $ac_configure_args " in
1215       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1216       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1217     esac
1218   fi
1219 done
1220 if $ac_cache_corrupted; then
1221   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1222 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1223   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1224 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1225    { (exit 1); exit 1; }; }
1226 fi
1227
1228 ac_ext=c
1229 ac_cpp='$CPP $CPPFLAGS'
1230 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1231 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1232 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255 fail=
1256 SMART_LIBS=
1257 SMART_CLFAGS=
1258 if test x$with_rlm_sql != xno; then
1259
1260         ac_ext=c
1261 ac_cpp='$CPP $CPPFLAGS'
1262 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1263 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1264 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1265 if test -n "$ac_tool_prefix"; then
1266   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1267 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1268 echo "$as_me:$LINENO: checking for $ac_word" >&5
1269 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1270 if test "${ac_cv_prog_CC+set}" = set; then
1271   echo $ECHO_N "(cached) $ECHO_C" >&6
1272 else
1273   if test -n "$CC"; then
1274   ac_cv_prog_CC="$CC" # Let the user override the test.
1275 else
1276 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1277 for as_dir in $PATH
1278 do
1279   IFS=$as_save_IFS
1280   test -z "$as_dir" && as_dir=.
1281   for ac_exec_ext in '' $ac_executable_extensions; do
1282   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1283     ac_cv_prog_CC="${ac_tool_prefix}gcc"
1284     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1285     break 2
1286   fi
1287 done
1288 done
1289
1290 fi
1291 fi
1292 CC=$ac_cv_prog_CC
1293 if test -n "$CC"; then
1294   echo "$as_me:$LINENO: result: $CC" >&5
1295 echo "${ECHO_T}$CC" >&6
1296 else
1297   echo "$as_me:$LINENO: result: no" >&5
1298 echo "${ECHO_T}no" >&6
1299 fi
1300
1301 fi
1302 if test -z "$ac_cv_prog_CC"; then
1303   ac_ct_CC=$CC
1304   # Extract the first word of "gcc", so it can be a program name with args.
1305 set dummy gcc; ac_word=$2
1306 echo "$as_me:$LINENO: checking for $ac_word" >&5
1307 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1308 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1309   echo $ECHO_N "(cached) $ECHO_C" >&6
1310 else
1311   if test -n "$ac_ct_CC"; then
1312   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1313 else
1314 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1315 for as_dir in $PATH
1316 do
1317   IFS=$as_save_IFS
1318   test -z "$as_dir" && as_dir=.
1319   for ac_exec_ext in '' $ac_executable_extensions; do
1320   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1321     ac_cv_prog_ac_ct_CC="gcc"
1322     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1323     break 2
1324   fi
1325 done
1326 done
1327
1328 fi
1329 fi
1330 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1331 if test -n "$ac_ct_CC"; then
1332   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1333 echo "${ECHO_T}$ac_ct_CC" >&6
1334 else
1335   echo "$as_me:$LINENO: result: no" >&5
1336 echo "${ECHO_T}no" >&6
1337 fi
1338
1339   CC=$ac_ct_CC
1340 else
1341   CC="$ac_cv_prog_CC"
1342 fi
1343
1344 if test -z "$CC"; then
1345   if test -n "$ac_tool_prefix"; then
1346   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1347 set dummy ${ac_tool_prefix}cc; ac_word=$2
1348 echo "$as_me:$LINENO: checking for $ac_word" >&5
1349 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1350 if test "${ac_cv_prog_CC+set}" = set; then
1351   echo $ECHO_N "(cached) $ECHO_C" >&6
1352 else
1353   if test -n "$CC"; then
1354   ac_cv_prog_CC="$CC" # Let the user override the test.
1355 else
1356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1357 for as_dir in $PATH
1358 do
1359   IFS=$as_save_IFS
1360   test -z "$as_dir" && as_dir=.
1361   for ac_exec_ext in '' $ac_executable_extensions; do
1362   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1363     ac_cv_prog_CC="${ac_tool_prefix}cc"
1364     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1365     break 2
1366   fi
1367 done
1368 done
1369
1370 fi
1371 fi
1372 CC=$ac_cv_prog_CC
1373 if test -n "$CC"; then
1374   echo "$as_me:$LINENO: result: $CC" >&5
1375 echo "${ECHO_T}$CC" >&6
1376 else
1377   echo "$as_me:$LINENO: result: no" >&5
1378 echo "${ECHO_T}no" >&6
1379 fi
1380
1381 fi
1382 if test -z "$ac_cv_prog_CC"; then
1383   ac_ct_CC=$CC
1384   # Extract the first word of "cc", so it can be a program name with args.
1385 set dummy cc; ac_word=$2
1386 echo "$as_me:$LINENO: checking for $ac_word" >&5
1387 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1388 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1389   echo $ECHO_N "(cached) $ECHO_C" >&6
1390 else
1391   if test -n "$ac_ct_CC"; then
1392   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1393 else
1394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1395 for as_dir in $PATH
1396 do
1397   IFS=$as_save_IFS
1398   test -z "$as_dir" && as_dir=.
1399   for ac_exec_ext in '' $ac_executable_extensions; do
1400   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1401     ac_cv_prog_ac_ct_CC="cc"
1402     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1403     break 2
1404   fi
1405 done
1406 done
1407
1408 fi
1409 fi
1410 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1411 if test -n "$ac_ct_CC"; then
1412   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1413 echo "${ECHO_T}$ac_ct_CC" >&6
1414 else
1415   echo "$as_me:$LINENO: result: no" >&5
1416 echo "${ECHO_T}no" >&6
1417 fi
1418
1419   CC=$ac_ct_CC
1420 else
1421   CC="$ac_cv_prog_CC"
1422 fi
1423
1424 fi
1425 if test -z "$CC"; then
1426   # Extract the first word of "cc", so it can be a program name with args.
1427 set dummy cc; ac_word=$2
1428 echo "$as_me:$LINENO: checking for $ac_word" >&5
1429 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1430 if test "${ac_cv_prog_CC+set}" = set; then
1431   echo $ECHO_N "(cached) $ECHO_C" >&6
1432 else
1433   if test -n "$CC"; then
1434   ac_cv_prog_CC="$CC" # Let the user override the test.
1435 else
1436   ac_prog_rejected=no
1437 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1438 for as_dir in $PATH
1439 do
1440   IFS=$as_save_IFS
1441   test -z "$as_dir" && as_dir=.
1442   for ac_exec_ext in '' $ac_executable_extensions; do
1443   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1444     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1445        ac_prog_rejected=yes
1446        continue
1447      fi
1448     ac_cv_prog_CC="cc"
1449     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1450     break 2
1451   fi
1452 done
1453 done
1454
1455 if test $ac_prog_rejected = yes; then
1456   # We found a bogon in the path, so make sure we never use it.
1457   set dummy $ac_cv_prog_CC
1458   shift
1459   if test $# != 0; then
1460     # We chose a different compiler from the bogus one.
1461     # However, it has the same basename, so the bogon will be chosen
1462     # first if we set CC to just the basename; use the full file name.
1463     shift
1464     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1465   fi
1466 fi
1467 fi
1468 fi
1469 CC=$ac_cv_prog_CC
1470 if test -n "$CC"; then
1471   echo "$as_me:$LINENO: result: $CC" >&5
1472 echo "${ECHO_T}$CC" >&6
1473 else
1474   echo "$as_me:$LINENO: result: no" >&5
1475 echo "${ECHO_T}no" >&6
1476 fi
1477
1478 fi
1479 if test -z "$CC"; then
1480   if test -n "$ac_tool_prefix"; then
1481   for ac_prog in cl
1482   do
1483     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1484 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1485 echo "$as_me:$LINENO: checking for $ac_word" >&5
1486 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1487 if test "${ac_cv_prog_CC+set}" = set; then
1488   echo $ECHO_N "(cached) $ECHO_C" >&6
1489 else
1490   if test -n "$CC"; then
1491   ac_cv_prog_CC="$CC" # Let the user override the test.
1492 else
1493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1494 for as_dir in $PATH
1495 do
1496   IFS=$as_save_IFS
1497   test -z "$as_dir" && as_dir=.
1498   for ac_exec_ext in '' $ac_executable_extensions; do
1499   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1500     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1501     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1502     break 2
1503   fi
1504 done
1505 done
1506
1507 fi
1508 fi
1509 CC=$ac_cv_prog_CC
1510 if test -n "$CC"; then
1511   echo "$as_me:$LINENO: result: $CC" >&5
1512 echo "${ECHO_T}$CC" >&6
1513 else
1514   echo "$as_me:$LINENO: result: no" >&5
1515 echo "${ECHO_T}no" >&6
1516 fi
1517
1518     test -n "$CC" && break
1519   done
1520 fi
1521 if test -z "$CC"; then
1522   ac_ct_CC=$CC
1523   for ac_prog in cl
1524 do
1525   # Extract the first word of "$ac_prog", so it can be a program name with args.
1526 set dummy $ac_prog; ac_word=$2
1527 echo "$as_me:$LINENO: checking for $ac_word" >&5
1528 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1529 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1530   echo $ECHO_N "(cached) $ECHO_C" >&6
1531 else
1532   if test -n "$ac_ct_CC"; then
1533   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1534 else
1535 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1536 for as_dir in $PATH
1537 do
1538   IFS=$as_save_IFS
1539   test -z "$as_dir" && as_dir=.
1540   for ac_exec_ext in '' $ac_executable_extensions; do
1541   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1542     ac_cv_prog_ac_ct_CC="$ac_prog"
1543     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1544     break 2
1545   fi
1546 done
1547 done
1548
1549 fi
1550 fi
1551 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1552 if test -n "$ac_ct_CC"; then
1553   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1554 echo "${ECHO_T}$ac_ct_CC" >&6
1555 else
1556   echo "$as_me:$LINENO: result: no" >&5
1557 echo "${ECHO_T}no" >&6
1558 fi
1559
1560   test -n "$ac_ct_CC" && break
1561 done
1562
1563   CC=$ac_ct_CC
1564 fi
1565
1566 fi
1567
1568
1569 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1570 See \`config.log' for more details." >&5
1571 echo "$as_me: error: no acceptable C compiler found in \$PATH
1572 See \`config.log' for more details." >&2;}
1573    { (exit 1); exit 1; }; }
1574
1575 # Provide some information about the compiler.
1576 echo "$as_me:$LINENO:" \
1577      "checking for C compiler version" >&5
1578 ac_compiler=`set X $ac_compile; echo $2`
1579 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1580   (eval $ac_compiler --version </dev/null >&5) 2>&5
1581   ac_status=$?
1582   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1583   (exit $ac_status); }
1584 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1585   (eval $ac_compiler -v </dev/null >&5) 2>&5
1586   ac_status=$?
1587   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1588   (exit $ac_status); }
1589 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1590   (eval $ac_compiler -V </dev/null >&5) 2>&5
1591   ac_status=$?
1592   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1593   (exit $ac_status); }
1594
1595 cat >conftest.$ac_ext <<_ACEOF
1596 /* confdefs.h.  */
1597 _ACEOF
1598 cat confdefs.h >>conftest.$ac_ext
1599 cat >>conftest.$ac_ext <<_ACEOF
1600 /* end confdefs.h.  */
1601
1602 int
1603 main ()
1604 {
1605
1606   ;
1607   return 0;
1608 }
1609 _ACEOF
1610 ac_clean_files_save=$ac_clean_files
1611 ac_clean_files="$ac_clean_files a.out a.exe b.out"
1612 # Try to create an executable without -o first, disregard a.out.
1613 # It will help us diagnose broken compilers, and finding out an intuition
1614 # of exeext.
1615 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1616 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1617 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1618 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1619   (eval $ac_link_default) 2>&5
1620   ac_status=$?
1621   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1622   (exit $ac_status); }; then
1623   # Find the output, starting from the most likely.  This scheme is
1624 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
1625 # resort.
1626
1627 # Be careful to initialize this variable, since it used to be cached.
1628 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1629 ac_cv_exeext=
1630 # b.out is created by i960 compilers.
1631 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1632 do
1633   test -f "$ac_file" || continue
1634   case $ac_file in
1635     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1636         ;;
1637     conftest.$ac_ext )
1638         # This is the source file.
1639         ;;
1640     [ab].out )
1641         # We found the default executable, but exeext='' is most
1642         # certainly right.
1643         break;;
1644     *.* )
1645         ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1646         # FIXME: I believe we export ac_cv_exeext for Libtool,
1647         # but it would be cool to find out if it's true.  Does anybody
1648         # maintain Libtool? --akim.
1649         export ac_cv_exeext
1650         break;;
1651     * )
1652         break;;
1653   esac
1654 done
1655 else
1656   echo "$as_me: failed program was:" >&5
1657 sed 's/^/| /' conftest.$ac_ext >&5
1658
1659 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
1660 See \`config.log' for more details." >&5
1661 echo "$as_me: error: C compiler cannot create executables
1662 See \`config.log' for more details." >&2;}
1663    { (exit 77); exit 77; }; }
1664 fi
1665
1666 ac_exeext=$ac_cv_exeext
1667 echo "$as_me:$LINENO: result: $ac_file" >&5
1668 echo "${ECHO_T}$ac_file" >&6
1669
1670 # Check the compiler produces executables we can run.  If not, either
1671 # the compiler is broken, or we cross compile.
1672 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1673 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1674 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1675 # If not cross compiling, check that we can run a simple program.
1676 if test "$cross_compiling" != yes; then
1677   if { ac_try='./$ac_file'
1678   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1679   (eval $ac_try) 2>&5
1680   ac_status=$?
1681   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1682   (exit $ac_status); }; }; then
1683     cross_compiling=no
1684   else
1685     if test "$cross_compiling" = maybe; then
1686         cross_compiling=yes
1687     else
1688         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
1689 If you meant to cross compile, use \`--host'.
1690 See \`config.log' for more details." >&5
1691 echo "$as_me: error: cannot run C compiled programs.
1692 If you meant to cross compile, use \`--host'.
1693 See \`config.log' for more details." >&2;}
1694    { (exit 1); exit 1; }; }
1695     fi
1696   fi
1697 fi
1698 echo "$as_me:$LINENO: result: yes" >&5
1699 echo "${ECHO_T}yes" >&6
1700
1701 rm -f a.out a.exe conftest$ac_cv_exeext b.out
1702 ac_clean_files=$ac_clean_files_save
1703 # Check the compiler produces executables we can run.  If not, either
1704 # the compiler is broken, or we cross compile.
1705 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1706 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1707 echo "$as_me:$LINENO: result: $cross_compiling" >&5
1708 echo "${ECHO_T}$cross_compiling" >&6
1709
1710 echo "$as_me:$LINENO: checking for suffix of executables" >&5
1711 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
1712 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1713   (eval $ac_link) 2>&5
1714   ac_status=$?
1715   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1716   (exit $ac_status); }; then
1717   # If both `conftest.exe' and `conftest' are `present' (well, observable)
1718 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
1719 # work properly (i.e., refer to `conftest.exe'), while it won't with
1720 # `rm'.
1721 for ac_file in conftest.exe conftest conftest.*; do
1722   test -f "$ac_file" || continue
1723   case $ac_file in
1724     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
1725     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1726           export ac_cv_exeext
1727           break;;
1728     * ) break;;
1729   esac
1730 done
1731 else
1732   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
1733 See \`config.log' for more details." >&5
1734 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
1735 See \`config.log' for more details." >&2;}
1736    { (exit 1); exit 1; }; }
1737 fi
1738
1739 rm -f conftest$ac_cv_exeext
1740 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
1741 echo "${ECHO_T}$ac_cv_exeext" >&6
1742
1743 rm -f conftest.$ac_ext
1744 EXEEXT=$ac_cv_exeext
1745 ac_exeext=$EXEEXT
1746 echo "$as_me:$LINENO: checking for suffix of object files" >&5
1747 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
1748 if test "${ac_cv_objext+set}" = set; then
1749   echo $ECHO_N "(cached) $ECHO_C" >&6
1750 else
1751   cat >conftest.$ac_ext <<_ACEOF
1752 /* confdefs.h.  */
1753 _ACEOF
1754 cat confdefs.h >>conftest.$ac_ext
1755 cat >>conftest.$ac_ext <<_ACEOF
1756 /* end confdefs.h.  */
1757
1758 int
1759 main ()
1760 {
1761
1762   ;
1763   return 0;
1764 }
1765 _ACEOF
1766 rm -f conftest.o conftest.obj
1767 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1768   (eval $ac_compile) 2>&5
1769   ac_status=$?
1770   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1771   (exit $ac_status); }; then
1772   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1773   case $ac_file in
1774     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
1775     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
1776        break;;
1777   esac
1778 done
1779 else
1780   echo "$as_me: failed program was:" >&5
1781 sed 's/^/| /' conftest.$ac_ext >&5
1782
1783 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
1784 See \`config.log' for more details." >&5
1785 echo "$as_me: error: cannot compute suffix of object files: cannot compile
1786 See \`config.log' for more details." >&2;}
1787    { (exit 1); exit 1; }; }
1788 fi
1789
1790 rm -f conftest.$ac_cv_objext conftest.$ac_ext
1791 fi
1792 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
1793 echo "${ECHO_T}$ac_cv_objext" >&6
1794 OBJEXT=$ac_cv_objext
1795 ac_objext=$OBJEXT
1796 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
1797 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
1798 if test "${ac_cv_c_compiler_gnu+set}" = set; then
1799   echo $ECHO_N "(cached) $ECHO_C" >&6
1800 else
1801   cat >conftest.$ac_ext <<_ACEOF
1802 /* confdefs.h.  */
1803 _ACEOF
1804 cat confdefs.h >>conftest.$ac_ext
1805 cat >>conftest.$ac_ext <<_ACEOF
1806 /* end confdefs.h.  */
1807
1808 int
1809 main ()
1810 {
1811 #ifndef __GNUC__
1812        choke me
1813 #endif
1814
1815   ;
1816   return 0;
1817 }
1818 _ACEOF
1819 rm -f conftest.$ac_objext
1820 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1821   (eval $ac_compile) 2>conftest.er1
1822   ac_status=$?
1823   grep -v '^ *+' conftest.er1 >conftest.err
1824   rm -f conftest.er1
1825   cat conftest.err >&5
1826   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1827   (exit $ac_status); } &&
1828          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1829   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1830   (eval $ac_try) 2>&5
1831   ac_status=$?
1832   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1833   (exit $ac_status); }; } &&
1834          { ac_try='test -s conftest.$ac_objext'
1835   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1836   (eval $ac_try) 2>&5
1837   ac_status=$?
1838   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1839   (exit $ac_status); }; }; then
1840   ac_compiler_gnu=yes
1841 else
1842   echo "$as_me: failed program was:" >&5
1843 sed 's/^/| /' conftest.$ac_ext >&5
1844
1845 ac_compiler_gnu=no
1846 fi
1847 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1848 ac_cv_c_compiler_gnu=$ac_compiler_gnu
1849
1850 fi
1851 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
1852 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
1853 GCC=`test $ac_compiler_gnu = yes && echo yes`
1854 ac_test_CFLAGS=${CFLAGS+set}
1855 ac_save_CFLAGS=$CFLAGS
1856 CFLAGS="-g"
1857 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
1858 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
1859 if test "${ac_cv_prog_cc_g+set}" = set; then
1860   echo $ECHO_N "(cached) $ECHO_C" >&6
1861 else
1862   cat >conftest.$ac_ext <<_ACEOF
1863 /* confdefs.h.  */
1864 _ACEOF
1865 cat confdefs.h >>conftest.$ac_ext
1866 cat >>conftest.$ac_ext <<_ACEOF
1867 /* end confdefs.h.  */
1868
1869 int
1870 main ()
1871 {
1872
1873   ;
1874   return 0;
1875 }
1876 _ACEOF
1877 rm -f conftest.$ac_objext
1878 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1879   (eval $ac_compile) 2>conftest.er1
1880   ac_status=$?
1881   grep -v '^ *+' conftest.er1 >conftest.err
1882   rm -f conftest.er1
1883   cat conftest.err >&5
1884   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1885   (exit $ac_status); } &&
1886          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1887   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1888   (eval $ac_try) 2>&5
1889   ac_status=$?
1890   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1891   (exit $ac_status); }; } &&
1892          { ac_try='test -s conftest.$ac_objext'
1893   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1894   (eval $ac_try) 2>&5
1895   ac_status=$?
1896   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1897   (exit $ac_status); }; }; then
1898   ac_cv_prog_cc_g=yes
1899 else
1900   echo "$as_me: failed program was:" >&5
1901 sed 's/^/| /' conftest.$ac_ext >&5
1902
1903 ac_cv_prog_cc_g=no
1904 fi
1905 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1906 fi
1907 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
1908 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
1909 if test "$ac_test_CFLAGS" = set; then
1910   CFLAGS=$ac_save_CFLAGS
1911 elif test $ac_cv_prog_cc_g = yes; then
1912   if test "$GCC" = yes; then
1913     CFLAGS="-g -O2"
1914   else
1915     CFLAGS="-g"
1916   fi
1917 else
1918   if test "$GCC" = yes; then
1919     CFLAGS="-O2"
1920   else
1921     CFLAGS=
1922   fi
1923 fi
1924 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
1925 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
1926 if test "${ac_cv_prog_cc_stdc+set}" = set; then
1927   echo $ECHO_N "(cached) $ECHO_C" >&6
1928 else
1929   ac_cv_prog_cc_stdc=no
1930 ac_save_CC=$CC
1931 cat >conftest.$ac_ext <<_ACEOF
1932 /* confdefs.h.  */
1933 _ACEOF
1934 cat confdefs.h >>conftest.$ac_ext
1935 cat >>conftest.$ac_ext <<_ACEOF
1936 /* end confdefs.h.  */
1937 #include <stdarg.h>
1938 #include <stdio.h>
1939 #include <sys/types.h>
1940 #include <sys/stat.h>
1941 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
1942 struct buf { int x; };
1943 FILE * (*rcsopen) (struct buf *, struct stat *, int);
1944 static char *e (p, i)
1945      char **p;
1946      int i;
1947 {
1948   return p[i];
1949 }
1950 static char *f (char * (*g) (char **, int), char **p, ...)
1951 {
1952   char *s;
1953   va_list v;
1954   va_start (v,p);
1955   s = g (p, va_arg (v,int));
1956   va_end (v);
1957   return s;
1958 }
1959
1960 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
1961    function prototypes and stuff, but not '\xHH' hex character constants.
1962    These don't provoke an error unfortunately, instead are silently treated
1963    as 'x'.  The following induces an error, until -std1 is added to get
1964    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
1965    array size at least.  It's necessary to write '\x00'==0 to get something
1966    that's true only with -std1.  */
1967 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
1968
1969 int test (int i, double x);
1970 struct s1 {int (*f) (int a);};
1971 struct s2 {int (*f) (double a);};
1972 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
1973 int argc;
1974 char **argv;
1975 int
1976 main ()
1977 {
1978 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
1979   ;
1980   return 0;
1981 }
1982 _ACEOF
1983 # Don't try gcc -ansi; that turns off useful extensions and
1984 # breaks some systems' header files.
1985 # AIX                   -qlanglvl=ansi
1986 # Ultrix and OSF/1      -std1
1987 # HP-UX 10.20 and later -Ae
1988 # HP-UX older versions  -Aa -D_HPUX_SOURCE
1989 # SVR4                  -Xc -D__EXTENSIONS__
1990 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
1991 do
1992   CC="$ac_save_CC $ac_arg"
1993   rm -f conftest.$ac_objext
1994 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1995   (eval $ac_compile) 2>conftest.er1
1996   ac_status=$?
1997   grep -v '^ *+' conftest.er1 >conftest.err
1998   rm -f conftest.er1
1999   cat conftest.err >&5
2000   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2001   (exit $ac_status); } &&
2002          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2003   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2004   (eval $ac_try) 2>&5
2005   ac_status=$?
2006   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2007   (exit $ac_status); }; } &&
2008          { ac_try='test -s conftest.$ac_objext'
2009   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2010   (eval $ac_try) 2>&5
2011   ac_status=$?
2012   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2013   (exit $ac_status); }; }; then
2014   ac_cv_prog_cc_stdc=$ac_arg
2015 break
2016 else
2017   echo "$as_me: failed program was:" >&5
2018 sed 's/^/| /' conftest.$ac_ext >&5
2019
2020 fi
2021 rm -f conftest.err conftest.$ac_objext
2022 done
2023 rm -f conftest.$ac_ext conftest.$ac_objext
2024 CC=$ac_save_CC
2025
2026 fi
2027
2028 case "x$ac_cv_prog_cc_stdc" in
2029   x|xno)
2030     echo "$as_me:$LINENO: result: none needed" >&5
2031 echo "${ECHO_T}none needed" >&6 ;;
2032   *)
2033     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2034 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2035     CC="$CC $ac_cv_prog_cc_stdc" ;;
2036 esac
2037
2038 # Some people use a C++ compiler to compile C.  Since we use `exit',
2039 # in C++ we need to declare it.  In case someone uses the same compiler
2040 # for both compiling C and C++ we need to have the C++ compiler decide
2041 # the declaration of exit, since it's the most demanding environment.
2042 cat >conftest.$ac_ext <<_ACEOF
2043 #ifndef __cplusplus
2044   choke me
2045 #endif
2046 _ACEOF
2047 rm -f conftest.$ac_objext
2048 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2049   (eval $ac_compile) 2>conftest.er1
2050   ac_status=$?
2051   grep -v '^ *+' conftest.er1 >conftest.err
2052   rm -f conftest.er1
2053   cat conftest.err >&5
2054   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2055   (exit $ac_status); } &&
2056          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2057   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2058   (eval $ac_try) 2>&5
2059   ac_status=$?
2060   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2061   (exit $ac_status); }; } &&
2062          { ac_try='test -s conftest.$ac_objext'
2063   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2064   (eval $ac_try) 2>&5
2065   ac_status=$?
2066   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2067   (exit $ac_status); }; }; then
2068   for ac_declaration in \
2069    '' \
2070    'extern "C" void std::exit (int) throw (); using std::exit;' \
2071    'extern "C" void std::exit (int); using std::exit;' \
2072    'extern "C" void exit (int) throw ();' \
2073    'extern "C" void exit (int);' \
2074    'void exit (int);'
2075 do
2076   cat >conftest.$ac_ext <<_ACEOF
2077 /* confdefs.h.  */
2078 _ACEOF
2079 cat confdefs.h >>conftest.$ac_ext
2080 cat >>conftest.$ac_ext <<_ACEOF
2081 /* end confdefs.h.  */
2082 $ac_declaration
2083 #include <stdlib.h>
2084 int
2085 main ()
2086 {
2087 exit (42);
2088   ;
2089   return 0;
2090 }
2091 _ACEOF
2092 rm -f conftest.$ac_objext
2093 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2094   (eval $ac_compile) 2>conftest.er1
2095   ac_status=$?
2096   grep -v '^ *+' conftest.er1 >conftest.err
2097   rm -f conftest.er1
2098   cat conftest.err >&5
2099   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2100   (exit $ac_status); } &&
2101          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2102   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2103   (eval $ac_try) 2>&5
2104   ac_status=$?
2105   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2106   (exit $ac_status); }; } &&
2107          { ac_try='test -s conftest.$ac_objext'
2108   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2109   (eval $ac_try) 2>&5
2110   ac_status=$?
2111   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2112   (exit $ac_status); }; }; then
2113   :
2114 else
2115   echo "$as_me: failed program was:" >&5
2116 sed 's/^/| /' conftest.$ac_ext >&5
2117
2118 continue
2119 fi
2120 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2121   cat >conftest.$ac_ext <<_ACEOF
2122 /* confdefs.h.  */
2123 _ACEOF
2124 cat confdefs.h >>conftest.$ac_ext
2125 cat >>conftest.$ac_ext <<_ACEOF
2126 /* end confdefs.h.  */
2127 $ac_declaration
2128 int
2129 main ()
2130 {
2131 exit (42);
2132   ;
2133   return 0;
2134 }
2135 _ACEOF
2136 rm -f conftest.$ac_objext
2137 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2138   (eval $ac_compile) 2>conftest.er1
2139   ac_status=$?
2140   grep -v '^ *+' conftest.er1 >conftest.err
2141   rm -f conftest.er1
2142   cat conftest.err >&5
2143   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2144   (exit $ac_status); } &&
2145          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2146   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2147   (eval $ac_try) 2>&5
2148   ac_status=$?
2149   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2150   (exit $ac_status); }; } &&
2151          { ac_try='test -s conftest.$ac_objext'
2152   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2153   (eval $ac_try) 2>&5
2154   ac_status=$?
2155   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2156   (exit $ac_status); }; }; then
2157   break
2158 else
2159   echo "$as_me: failed program was:" >&5
2160 sed 's/^/| /' conftest.$ac_ext >&5
2161
2162 fi
2163 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2164 done
2165 rm -f conftest*
2166 if test -n "$ac_declaration"; then
2167   echo '#ifdef __cplusplus' >>confdefs.h
2168   echo $ac_declaration      >>confdefs.h
2169   echo '#endif'             >>confdefs.h
2170 fi
2171
2172 else
2173   echo "$as_me: failed program was:" >&5
2174 sed 's/^/| /' conftest.$ac_ext >&5
2175
2176 fi
2177 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2178 ac_ext=c
2179 ac_cpp='$CPP $CPPFLAGS'
2180 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2181 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2182 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2183
2184
2185                 EXPERIMENTAL=
2186
2187 # Check whether --with-experimental-modules or --without-experimental-modules was given.
2188 if test "${with_experimental_modules+set}" = set; then
2189   withval="$with_experimental_modules"
2190    case "$withval" in
2191                 yes)
2192                         EXPERIMENTAL=yes
2193                         ;;
2194                 *)
2195         esac
2196
2197 fi;
2198
2199         mysubdirs=
2200         if test "x$EXPERIMENTAL" = "xyes"; then
2201           for foo in `find ./drivers -name configure -print`; do
2202             bar=`echo $foo | sed 's%/configure$%%g'`
2203             mysubdirs="$mysubdirs $bar"
2204           done
2205         else
2206           for foo in `cat stable`; do
2207             mysubdirs="$mysubdirs ./drivers/$foo"
2208           done
2209         fi
2210
2211         SQL_MODULES=
2212         if test "x$EXPERIMENTAL" = "xyes"; then
2213           for foo in `ls ./drivers | grep rlm`; do
2214             SQL_MODULES="$SQL_MODULES $foo"
2215           done
2216         else
2217           for foo in `cat stable`; do
2218             SQL_MODULES="$SQL_MODULES $foo"
2219           done
2220         fi
2221
2222                 ln -s ../../../install-sh install-sh
2223
2224                                         ac_aux_dir=
2225 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
2226   if test -f $ac_dir/install-sh; then
2227     ac_aux_dir=$ac_dir
2228     ac_install_sh="$ac_aux_dir/install-sh -c"
2229     break
2230   elif test -f $ac_dir/install.sh; then
2231     ac_aux_dir=$ac_dir
2232     ac_install_sh="$ac_aux_dir/install.sh -c"
2233     break
2234   elif test -f $ac_dir/shtool; then
2235     ac_aux_dir=$ac_dir
2236     ac_install_sh="$ac_aux_dir/shtool install -c"
2237     break
2238   fi
2239 done
2240 if test -z "$ac_aux_dir"; then
2241   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
2242 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
2243    { (exit 1); exit 1; }; }
2244 fi
2245 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
2246 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
2247 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
2248
2249
2250
2251 subdirs="$subdirs $mysubdirs"
2252
2253         rm install-sh
2254
2255
2256         targetname=rlm_sql
2257 else
2258         targetname=
2259         echo \*\*\* module rlm_sql is disabled.
2260 fi
2261
2262 if test x"$fail" != x""; then
2263         if test x"${enable_strict_dependencies}" = x"yes"; then
2264                 { { echo "$as_me:$LINENO: error: set --without-rlm_sql to disable it explicitly." >&5
2265 echo "$as_me: error: set --without-rlm_sql to disable it explicitly." >&2;}
2266    { (exit 1); exit 1; }; }
2267         else
2268                 { echo "$as_me:$LINENO: WARNING: silently not building rlm_sql." >&5
2269 echo "$as_me: WARNING: silently not building rlm_sql." >&2;}
2270                 { echo "$as_me:$LINENO: WARNING: FAILURE: rlm_sql requires: $fail." >&5
2271 echo "$as_me: WARNING: FAILURE: rlm_sql requires: $fail." >&2;}
2272                 if test x"$headersuggestion" != x; then
2273                         { echo "$as_me:$LINENO: WARNING: $headersuggestion" >&5
2274 echo "$as_me: WARNING: $headersuggestion" >&2;}
2275                 fi
2276                 if test x"$libsuggestion" != x; then
2277                         { echo "$as_me:$LINENO: WARNING: $libsuggestion" >&5
2278 echo "$as_me: WARNING: $libsuggestion" >&2;}
2279                 fi
2280                 targetname=""
2281         fi
2282 fi
2283
2284
2285 sql_ldflags=$SMART_LIBS
2286 sql_cflags=$SMART_CFLAGS
2287
2288
2289
2290
2291                     ac_config_files="$ac_config_files ./Makefile ./drivers/Makefile"
2292 cat >confcache <<\_ACEOF
2293 # This file is a shell script that caches the results of configure
2294 # tests run on this system so they can be shared between configure
2295 # scripts and configure runs, see configure's option --config-cache.
2296 # It is not useful on other systems.  If it contains results you don't
2297 # want to keep, you may remove or edit it.
2298 #
2299 # config.status only pays attention to the cache file if you give it
2300 # the --recheck option to rerun configure.
2301 #
2302 # `ac_cv_env_foo' variables (set or unset) will be overridden when
2303 # loading this file, other *unset* `ac_cv_foo' will be assigned the
2304 # following values.
2305
2306 _ACEOF
2307
2308 # The following way of writing the cache mishandles newlines in values,
2309 # but we know of no workaround that is simple, portable, and efficient.
2310 # So, don't put newlines in cache variables' values.
2311 # Ultrix sh set writes to stderr and can't be redirected directly,
2312 # and sets the high bit in the cache file unless we assign to the vars.
2313 {
2314   (set) 2>&1 |
2315     case `(ac_space=' '; set | grep ac_space) 2>&1` in
2316     *ac_space=\ *)
2317       # `set' does not quote correctly, so add quotes (double-quote
2318       # substitution turns \\\\ into \\, and sed turns \\ into \).
2319       sed -n \
2320         "s/'/'\\\\''/g;
2321           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2322       ;;
2323     *)
2324       # `set' quotes correctly as required by POSIX, so do not add quotes.
2325       sed -n \
2326         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
2327       ;;
2328     esac;
2329 } |
2330   sed '
2331      t clear
2332      : clear
2333      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2334      t end
2335      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2336      : end' >>confcache
2337 if diff $cache_file confcache >/dev/null 2>&1; then :; else
2338   if test -w $cache_file; then
2339     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
2340     cat confcache >$cache_file
2341   else
2342     echo "not updating unwritable cache $cache_file"
2343   fi
2344 fi
2345 rm -f confcache
2346
2347 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2348 # Let make expand exec_prefix.
2349 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2350
2351 # VPATH may cause trouble with some makes, so we remove $(srcdir),
2352 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
2353 # trailing colons and then remove the whole line if VPATH becomes empty
2354 # (actually we leave an empty line to preserve line numbers).
2355 if test "x$srcdir" = x.; then
2356   ac_vpsub='/^[  ]*VPATH[        ]*=/{
2357 s/:*\$(srcdir):*/:/;
2358 s/:*\${srcdir}:*/:/;
2359 s/:*@srcdir@:*/:/;
2360 s/^\([^=]*=[     ]*\):*/\1/;
2361 s/:*$//;
2362 s/^[^=]*=[       ]*$//;
2363 }'
2364 fi
2365
2366 # Transform confdefs.h into DEFS.
2367 # Protect against shell expansion while executing Makefile rules.
2368 # Protect against Makefile macro expansion.
2369 #
2370 # If the first sed substitution is executed (which looks for macros that
2371 # take arguments), then we branch to the quote section.  Otherwise,
2372 # look for a macro that doesn't take arguments.
2373 cat >confdef2opt.sed <<\_ACEOF
2374 t clear
2375 : clear
2376 s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
2377 t quote
2378 s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
2379 t quote
2380 d
2381 : quote
2382 s,[      `~#$^&*(){}\\|;'"<>?],\\&,g
2383 s,\[,\\&,g
2384 s,\],\\&,g
2385 s,\$,$$,g
2386 p
2387 _ACEOF
2388 # We use echo to avoid assuming a particular line-breaking character.
2389 # The extra dot is to prevent the shell from consuming trailing
2390 # line-breaks from the sub-command output.  A line-break within
2391 # single-quotes doesn't work because, if this script is created in a
2392 # platform that uses two characters for line-breaks (e.g., DOS), tr
2393 # would break.
2394 ac_LF_and_DOT=`echo; echo .`
2395 DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
2396 rm -f confdef2opt.sed
2397
2398
2399 ac_libobjs=
2400 ac_ltlibobjs=
2401 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2402   # 1. Remove the extension, and $U if already installed.
2403   ac_i=`echo "$ac_i" |
2404          sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
2405   # 2. Add them.
2406   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
2407   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
2408 done
2409 LIBOBJS=$ac_libobjs
2410
2411 LTLIBOBJS=$ac_ltlibobjs
2412
2413
2414
2415 : ${CONFIG_STATUS=./config.status}
2416 ac_clean_files_save=$ac_clean_files
2417 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2418 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
2419 echo "$as_me: creating $CONFIG_STATUS" >&6;}
2420 cat >$CONFIG_STATUS <<_ACEOF
2421 #! $SHELL
2422 # Generated by $as_me.
2423 # Run this file to recreate the current configuration.
2424 # Compiler output produced by configure, useful for debugging
2425 # configure, is in config.log if it exists.
2426
2427 debug=false
2428 ac_cs_recheck=false
2429 ac_cs_silent=false
2430 SHELL=\${CONFIG_SHELL-$SHELL}
2431 _ACEOF
2432
2433 cat >>$CONFIG_STATUS <<\_ACEOF
2434 ## --------------------- ##
2435 ## M4sh Initialization.  ##
2436 ## --------------------- ##
2437
2438 # Be Bourne compatible
2439 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2440   emulate sh
2441   NULLCMD=:
2442   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2443   # is contrary to our usage.  Disable this feature.
2444   alias -g '${1+"$@"}'='"$@"'
2445 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
2446   set -o posix
2447 fi
2448 DUALCASE=1; export DUALCASE # for MKS sh
2449
2450 # Support unset when possible.
2451 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2452   as_unset=unset
2453 else
2454   as_unset=false
2455 fi
2456
2457
2458 # Work around bugs in pre-3.0 UWIN ksh.
2459 $as_unset ENV MAIL MAILPATH
2460 PS1='$ '
2461 PS2='> '
2462 PS4='+ '
2463
2464 # NLS nuisances.
2465 for as_var in \
2466   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
2467   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2468   LC_TELEPHONE LC_TIME
2469 do
2470   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2471     eval $as_var=C; export $as_var
2472   else
2473     $as_unset $as_var
2474   fi
2475 done
2476
2477 # Required to use basename.
2478 if expr a : '\(a\)' >/dev/null 2>&1; then
2479   as_expr=expr
2480 else
2481   as_expr=false
2482 fi
2483
2484 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
2485   as_basename=basename
2486 else
2487   as_basename=false
2488 fi
2489
2490
2491 # Name of the executable.
2492 as_me=`$as_basename "$0" ||
2493 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2494          X"$0" : 'X\(//\)$' \| \
2495          X"$0" : 'X\(/\)$' \| \
2496          .     : '\(.\)' 2>/dev/null ||
2497 echo X/"$0" |
2498     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
2499           /^X\/\(\/\/\)$/{ s//\1/; q; }
2500           /^X\/\(\/\).*/{ s//\1/; q; }
2501           s/.*/./; q'`
2502
2503
2504 # PATH needs CR, and LINENO needs CR and PATH.
2505 # Avoid depending upon Character Ranges.
2506 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2507 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2508 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2509 as_cr_digits='0123456789'
2510 as_cr_alnum=$as_cr_Letters$as_cr_digits
2511
2512 # The user is always right.
2513 if test "${PATH_SEPARATOR+set}" != set; then
2514   echo "#! /bin/sh" >conf$$.sh
2515   echo  "exit 0"   >>conf$$.sh
2516   chmod +x conf$$.sh
2517   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2518     PATH_SEPARATOR=';'
2519   else
2520     PATH_SEPARATOR=:
2521   fi
2522   rm -f conf$$.sh
2523 fi
2524
2525
2526   as_lineno_1=$LINENO
2527   as_lineno_2=$LINENO
2528   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2529   test "x$as_lineno_1" != "x$as_lineno_2" &&
2530   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
2531   # Find who we are.  Look in the path if we contain no path at all
2532   # relative or not.
2533   case $0 in
2534     *[\\/]* ) as_myself=$0 ;;
2535     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2536 for as_dir in $PATH
2537 do
2538   IFS=$as_save_IFS
2539   test -z "$as_dir" && as_dir=.
2540   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2541 done
2542
2543        ;;
2544   esac
2545   # We did not find ourselves, most probably we were run as `sh COMMAND'
2546   # in which case we are not to be found in the path.
2547   if test "x$as_myself" = x; then
2548     as_myself=$0
2549   fi
2550   if test ! -f "$as_myself"; then
2551     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
2552 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
2553    { (exit 1); exit 1; }; }
2554   fi
2555   case $CONFIG_SHELL in
2556   '')
2557     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2558 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
2559 do
2560   IFS=$as_save_IFS
2561   test -z "$as_dir" && as_dir=.
2562   for as_base in sh bash ksh sh5; do
2563          case $as_dir in
2564          /*)
2565            if ("$as_dir/$as_base" -c '
2566   as_lineno_1=$LINENO
2567   as_lineno_2=$LINENO
2568   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2569   test "x$as_lineno_1" != "x$as_lineno_2" &&
2570   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
2571              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
2572              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
2573              CONFIG_SHELL=$as_dir/$as_base
2574              export CONFIG_SHELL
2575              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
2576            fi;;
2577          esac
2578        done
2579 done
2580 ;;
2581   esac
2582
2583   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2584   # uniformly replaced by the line number.  The first 'sed' inserts a
2585   # line-number line before each line; the second 'sed' does the real
2586   # work.  The second script uses 'N' to pair each line-number line
2587   # with the numbered line, and appends trailing '-' during
2588   # substitution so that $LINENO is not a special case at line end.
2589   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
2590   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
2591   sed '=' <$as_myself |
2592     sed '
2593       N
2594       s,$,-,
2595       : loop
2596       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
2597       t loop
2598       s,-$,,
2599       s,^['$as_cr_digits']*\n,,
2600     ' >$as_me.lineno &&
2601   chmod +x $as_me.lineno ||
2602     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
2603 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
2604    { (exit 1); exit 1; }; }
2605
2606   # Don't try to exec as it changes $[0], causing all sort of problems
2607   # (the dirname of $[0] is not the place where we might find the
2608   # original and so on.  Autoconf is especially sensible to this).
2609   . ./$as_me.lineno
2610   # Exit status is that of the last command.
2611   exit
2612 }
2613
2614
2615 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
2616   *c*,-n*) ECHO_N= ECHO_C='
2617 ' ECHO_T='      ' ;;
2618   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
2619   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
2620 esac
2621
2622 if expr a : '\(a\)' >/dev/null 2>&1; then
2623   as_expr=expr
2624 else
2625   as_expr=false
2626 fi
2627
2628 rm -f conf$$ conf$$.exe conf$$.file
2629 echo >conf$$.file
2630 if ln -s conf$$.file conf$$ 2>/dev/null; then
2631   # We could just check for DJGPP; but this test a) works b) is more generic
2632   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
2633   if test -f conf$$.exe; then
2634     # Don't use ln at all; we don't have any links
2635     as_ln_s='cp -p'
2636   else
2637     as_ln_s='ln -s'
2638   fi
2639 elif ln conf$$.file conf$$ 2>/dev/null; then
2640   as_ln_s=ln
2641 else
2642   as_ln_s='cp -p'
2643 fi
2644 rm -f conf$$ conf$$.exe conf$$.file
2645
2646 if mkdir -p . 2>/dev/null; then
2647   as_mkdir_p=:
2648 else
2649   test -d ./-p && rmdir ./-p
2650   as_mkdir_p=false
2651 fi
2652
2653 as_executable_p="test -f"
2654
2655 # Sed expression to map a string onto a valid CPP name.
2656 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2657
2658 # Sed expression to map a string onto a valid variable name.
2659 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2660
2661
2662 # IFS
2663 # We need space, tab and new line, in precisely that order.
2664 as_nl='
2665 '
2666 IFS="   $as_nl"
2667
2668 # CDPATH.
2669 $as_unset CDPATH
2670
2671 exec 6>&1
2672
2673 # Open the log real soon, to keep \$[0] and so on meaningful, and to
2674 # report actual input values of CONFIG_FILES etc. instead of their
2675 # values after options handling.  Logging --version etc. is OK.
2676 exec 5>>config.log
2677 {
2678   echo
2679   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2680 ## Running $as_me. ##
2681 _ASBOX
2682 } >&5
2683 cat >&5 <<_CSEOF
2684
2685 This file was extended by $as_me, which was
2686 generated by GNU Autoconf 2.59.  Invocation command line was
2687
2688   CONFIG_FILES    = $CONFIG_FILES
2689   CONFIG_HEADERS  = $CONFIG_HEADERS
2690   CONFIG_LINKS    = $CONFIG_LINKS
2691   CONFIG_COMMANDS = $CONFIG_COMMANDS
2692   $ $0 $@
2693
2694 _CSEOF
2695 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
2696 echo >&5
2697 _ACEOF
2698
2699 # Files that config.status was made for.
2700 if test -n "$ac_config_files"; then
2701   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
2702 fi
2703
2704 if test -n "$ac_config_headers"; then
2705   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
2706 fi
2707
2708 if test -n "$ac_config_links"; then
2709   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
2710 fi
2711
2712 if test -n "$ac_config_commands"; then
2713   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
2714 fi
2715
2716 cat >>$CONFIG_STATUS <<\_ACEOF
2717
2718 ac_cs_usage="\
2719 \`$as_me' instantiates files from templates according to the
2720 current configuration.
2721
2722 Usage: $0 [OPTIONS] [FILE]...
2723
2724   -h, --help       print this help, then exit
2725   -V, --version    print version number, then exit
2726   -q, --quiet      do not print progress messages
2727   -d, --debug      don't remove temporary files
2728       --recheck    update $as_me by reconfiguring in the same conditions
2729   --file=FILE[:TEMPLATE]
2730                    instantiate the configuration file FILE
2731
2732 Configuration files:
2733 $config_files
2734
2735 Report bugs to <bug-autoconf@gnu.org>."
2736 _ACEOF
2737
2738 cat >>$CONFIG_STATUS <<_ACEOF
2739 ac_cs_version="\\
2740 config.status
2741 configured by $0, generated by GNU Autoconf 2.59,
2742   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2743
2744 Copyright (C) 2003 Free Software Foundation, Inc.
2745 This config.status script is free software; the Free Software Foundation
2746 gives unlimited permission to copy, distribute and modify it."
2747 srcdir=$srcdir
2748 _ACEOF
2749
2750 cat >>$CONFIG_STATUS <<\_ACEOF
2751 # If no file are specified by the user, then we need to provide default
2752 # value.  By we need to know if files were specified by the user.
2753 ac_need_defaults=:
2754 while test $# != 0
2755 do
2756   case $1 in
2757   --*=*)
2758     ac_option=`expr "x$1" : 'x\([^=]*\)='`
2759     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
2760     ac_shift=:
2761     ;;
2762   -*)
2763     ac_option=$1
2764     ac_optarg=$2
2765     ac_shift=shift
2766     ;;
2767   *) # This is not an option, so the user has probably given explicit
2768      # arguments.
2769      ac_option=$1
2770      ac_need_defaults=false;;
2771   esac
2772
2773   case $ac_option in
2774   # Handling of the options.
2775 _ACEOF
2776 cat >>$CONFIG_STATUS <<\_ACEOF
2777   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2778     ac_cs_recheck=: ;;
2779   --version | --vers* | -V )
2780     echo "$ac_cs_version"; exit 0 ;;
2781   --he | --h)
2782     # Conflict between --help and --header
2783     { { echo "$as_me:$LINENO: error: ambiguous option: $1
2784 Try \`$0 --help' for more information." >&5
2785 echo "$as_me: error: ambiguous option: $1
2786 Try \`$0 --help' for more information." >&2;}
2787    { (exit 1); exit 1; }; };;
2788   --help | --hel | -h )
2789     echo "$ac_cs_usage"; exit 0 ;;
2790   --debug | --d* | -d )
2791     debug=: ;;
2792   --file | --fil | --fi | --f )
2793     $ac_shift
2794     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
2795     ac_need_defaults=false;;
2796   --header | --heade | --head | --hea )
2797     $ac_shift
2798     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
2799     ac_need_defaults=false;;
2800   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2801   | -silent | --silent | --silen | --sile | --sil | --si | --s)
2802     ac_cs_silent=: ;;
2803
2804   # This is an error.
2805   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
2806 Try \`$0 --help' for more information." >&5
2807 echo "$as_me: error: unrecognized option: $1
2808 Try \`$0 --help' for more information." >&2;}
2809    { (exit 1); exit 1; }; } ;;
2810
2811   *) ac_config_targets="$ac_config_targets $1" ;;
2812
2813   esac
2814   shift
2815 done
2816
2817 ac_configure_extra_args=
2818
2819 if $ac_cs_silent; then
2820   exec 6>/dev/null
2821   ac_configure_extra_args="$ac_configure_extra_args --silent"
2822 fi
2823
2824 _ACEOF
2825 cat >>$CONFIG_STATUS <<_ACEOF
2826 if \$ac_cs_recheck; then
2827   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
2828   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2829 fi
2830
2831 _ACEOF
2832
2833
2834
2835
2836
2837 cat >>$CONFIG_STATUS <<\_ACEOF
2838 for ac_config_target in $ac_config_targets
2839 do
2840   case "$ac_config_target" in
2841   # Handling of arguments.
2842   "./Makefile" ) CONFIG_FILES="$CONFIG_FILES ./Makefile" ;;
2843   "./drivers/Makefile" ) CONFIG_FILES="$CONFIG_FILES ./drivers/Makefile" ;;
2844   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
2845 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
2846    { (exit 1); exit 1; }; };;
2847   esac
2848 done
2849
2850 # If the user did not use the arguments to specify the items to instantiate,
2851 # then the envvar interface is used.  Set only those that are not.
2852 # We use the long form for the default assignment because of an extremely
2853 # bizarre bug on SunOS 4.1.3.
2854 if $ac_need_defaults; then
2855   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
2856 fi
2857
2858 # Have a temporary directory for convenience.  Make it in the build tree
2859 # simply because there is no reason to put it here, and in addition,
2860 # creating and moving files from /tmp can sometimes cause problems.
2861 # Create a temporary directory, and hook for its removal unless debugging.
2862 $debug ||
2863 {
2864   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
2865   trap '{ (exit 1); exit 1; }' 1 2 13 15
2866 }
2867
2868 # Create a (secure) tmp directory for tmp files.
2869
2870 {
2871   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
2872   test -n "$tmp" && test -d "$tmp"
2873 }  ||
2874 {
2875   tmp=./confstat$$-$RANDOM
2876   (umask 077 && mkdir $tmp)
2877 } ||
2878 {
2879    echo "$me: cannot create a temporary directory in ." >&2
2880    { (exit 1); exit 1; }
2881 }
2882
2883 _ACEOF
2884
2885 cat >>$CONFIG_STATUS <<_ACEOF
2886
2887 #
2888 # CONFIG_FILES section.
2889 #
2890
2891 # No need to generate the scripts if there are no CONFIG_FILES.
2892 # This happens for instance when ./config.status config.h
2893 if test -n "\$CONFIG_FILES"; then
2894   # Protect against being on the right side of a sed subst in config.status.
2895   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
2896    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
2897 s,@SHELL@,$SHELL,;t t
2898 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
2899 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
2900 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
2901 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
2902 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
2903 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
2904 s,@exec_prefix@,$exec_prefix,;t t
2905 s,@prefix@,$prefix,;t t
2906 s,@program_transform_name@,$program_transform_name,;t t
2907 s,@bindir@,$bindir,;t t
2908 s,@sbindir@,$sbindir,;t t
2909 s,@libexecdir@,$libexecdir,;t t
2910 s,@datadir@,$datadir,;t t
2911 s,@sysconfdir@,$sysconfdir,;t t
2912 s,@sharedstatedir@,$sharedstatedir,;t t
2913 s,@localstatedir@,$localstatedir,;t t
2914 s,@libdir@,$libdir,;t t
2915 s,@includedir@,$includedir,;t t
2916 s,@oldincludedir@,$oldincludedir,;t t
2917 s,@infodir@,$infodir,;t t
2918 s,@mandir@,$mandir,;t t
2919 s,@build_alias@,$build_alias,;t t
2920 s,@host_alias@,$host_alias,;t t
2921 s,@target_alias@,$target_alias,;t t
2922 s,@DEFS@,$DEFS,;t t
2923 s,@ECHO_C@,$ECHO_C,;t t
2924 s,@ECHO_N@,$ECHO_N,;t t
2925 s,@ECHO_T@,$ECHO_T,;t t
2926 s,@LIBS@,$LIBS,;t t
2927 s,@CC@,$CC,;t t
2928 s,@CFLAGS@,$CFLAGS,;t t
2929 s,@LDFLAGS@,$LDFLAGS,;t t
2930 s,@CPPFLAGS@,$CPPFLAGS,;t t
2931 s,@ac_ct_CC@,$ac_ct_CC,;t t
2932 s,@EXEEXT@,$EXEEXT,;t t
2933 s,@OBJEXT@,$OBJEXT,;t t
2934 s,@subdirs@,$subdirs,;t t
2935 s,@sql_ldflags@,$sql_ldflags,;t t
2936 s,@sql_cflags@,$sql_cflags,;t t
2937 s,@targetname@,$targetname,;t t
2938 s,@SQL_MODULES@,$SQL_MODULES,;t t
2939 s,@LIBOBJS@,$LIBOBJS,;t t
2940 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
2941 CEOF
2942
2943 _ACEOF
2944
2945   cat >>$CONFIG_STATUS <<\_ACEOF
2946   # Split the substitutions into bite-sized pieces for seds with
2947   # small command number limits, like on Digital OSF/1 and HP-UX.
2948   ac_max_sed_lines=48
2949   ac_sed_frag=1 # Number of current file.
2950   ac_beg=1 # First line for current file.
2951   ac_end=$ac_max_sed_lines # Line after last line for current file.
2952   ac_more_lines=:
2953   ac_sed_cmds=
2954   while $ac_more_lines; do
2955     if test $ac_beg -gt 1; then
2956       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2957     else
2958       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2959     fi
2960     if test ! -s $tmp/subs.frag; then
2961       ac_more_lines=false
2962     else
2963       # The purpose of the label and of the branching condition is to
2964       # speed up the sed processing (if there are no `@' at all, there
2965       # is no need to browse any of the substitutions).
2966       # These are the two extra sed commands mentioned above.
2967       (echo ':t
2968   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
2969       if test -z "$ac_sed_cmds"; then
2970         ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
2971       else
2972         ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
2973       fi
2974       ac_sed_frag=`expr $ac_sed_frag + 1`
2975       ac_beg=$ac_end
2976       ac_end=`expr $ac_end + $ac_max_sed_lines`
2977     fi
2978   done
2979   if test -z "$ac_sed_cmds"; then
2980     ac_sed_cmds=cat
2981   fi
2982 fi # test -n "$CONFIG_FILES"
2983
2984 _ACEOF
2985 cat >>$CONFIG_STATUS <<\_ACEOF
2986 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
2987   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2988   case $ac_file in
2989   - | *:- | *:-:* ) # input from stdin
2990         cat >$tmp/stdin
2991         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2992         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2993   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2994         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2995   * )   ac_file_in=$ac_file.in ;;
2996   esac
2997
2998   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
2999   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
3000 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3001          X"$ac_file" : 'X\(//\)[^/]' \| \
3002          X"$ac_file" : 'X\(//\)$' \| \
3003          X"$ac_file" : 'X\(/\)' \| \
3004          .     : '\(.\)' 2>/dev/null ||
3005 echo X"$ac_file" |
3006     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3007           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3008           /^X\(\/\/\)$/{ s//\1/; q; }
3009           /^X\(\/\).*/{ s//\1/; q; }
3010           s/.*/./; q'`
3011   { if $as_mkdir_p; then
3012     mkdir -p "$ac_dir"
3013   else
3014     as_dir="$ac_dir"
3015     as_dirs=
3016     while test ! -d "$as_dir"; do
3017       as_dirs="$as_dir $as_dirs"
3018       as_dir=`(dirname "$as_dir") 2>/dev/null ||
3019 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3020          X"$as_dir" : 'X\(//\)[^/]' \| \
3021          X"$as_dir" : 'X\(//\)$' \| \
3022          X"$as_dir" : 'X\(/\)' \| \
3023          .     : '\(.\)' 2>/dev/null ||
3024 echo X"$as_dir" |
3025     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3026           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3027           /^X\(\/\/\)$/{ s//\1/; q; }
3028           /^X\(\/\).*/{ s//\1/; q; }
3029           s/.*/./; q'`
3030     done
3031     test ! -n "$as_dirs" || mkdir $as_dirs
3032   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
3033 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
3034    { (exit 1); exit 1; }; }; }
3035
3036   ac_builddir=.
3037
3038 if test "$ac_dir" != .; then
3039   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3040   # A "../" for each directory in $ac_dir_suffix.
3041   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
3042 else
3043   ac_dir_suffix= ac_top_builddir=
3044 fi
3045
3046 case $srcdir in
3047   .)  # No --srcdir option.  We are building in place.
3048     ac_srcdir=.
3049     if test -z "$ac_top_builddir"; then
3050        ac_top_srcdir=.
3051     else
3052        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
3053     fi ;;
3054   [\\/]* | ?:[\\/]* )  # Absolute path.
3055     ac_srcdir=$srcdir$ac_dir_suffix;
3056     ac_top_srcdir=$srcdir ;;
3057   *) # Relative path.
3058     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
3059     ac_top_srcdir=$ac_top_builddir$srcdir ;;
3060 esac
3061
3062 # Do not use `cd foo && pwd` to compute absolute paths, because
3063 # the directories may not exist.
3064 case `pwd` in
3065 .) ac_abs_builddir="$ac_dir";;
3066 *)
3067   case "$ac_dir" in
3068   .) ac_abs_builddir=`pwd`;;
3069   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
3070   *) ac_abs_builddir=`pwd`/"$ac_dir";;
3071   esac;;
3072 esac
3073 case $ac_abs_builddir in
3074 .) ac_abs_top_builddir=${ac_top_builddir}.;;
3075 *)
3076   case ${ac_top_builddir}. in
3077   .) ac_abs_top_builddir=$ac_abs_builddir;;
3078   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
3079   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
3080   esac;;
3081 esac
3082 case $ac_abs_builddir in
3083 .) ac_abs_srcdir=$ac_srcdir;;
3084 *)
3085   case $ac_srcdir in
3086   .) ac_abs_srcdir=$ac_abs_builddir;;
3087   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
3088   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3089   esac;;
3090 esac
3091 case $ac_abs_builddir in
3092 .) ac_abs_top_srcdir=$ac_top_srcdir;;
3093 *)
3094   case $ac_top_srcdir in
3095   .) ac_abs_top_srcdir=$ac_abs_builddir;;
3096   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
3097   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
3098   esac;;
3099 esac
3100
3101
3102
3103   # Let's still pretend it is `configure' which instantiates (i.e., don't
3104   # use $as_me), people would be surprised to read:
3105   #    /* config.h.  Generated by config.status.  */
3106   if test x"$ac_file" = x-; then
3107     configure_input=
3108   else
3109     configure_input="$ac_file.  "
3110   fi
3111   configure_input=$configure_input"Generated from `echo $ac_file_in |
3112                                      sed 's,.*/,,'` by configure."
3113
3114   # First look for the input files in the build tree, otherwise in the
3115   # src tree.
3116   ac_file_inputs=`IFS=:
3117     for f in $ac_file_in; do
3118       case $f in
3119       -) echo $tmp/stdin ;;
3120       [\\/$]*)
3121          # Absolute (can't be DOS-style, as IFS=:)
3122          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3123 echo "$as_me: error: cannot find input file: $f" >&2;}
3124    { (exit 1); exit 1; }; }
3125          echo "$f";;
3126       *) # Relative
3127          if test -f "$f"; then
3128            # Build tree
3129            echo "$f"
3130          elif test -f "$srcdir/$f"; then
3131            # Source tree
3132            echo "$srcdir/$f"
3133          else
3134            # /dev/null tree
3135            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3136 echo "$as_me: error: cannot find input file: $f" >&2;}
3137    { (exit 1); exit 1; }; }
3138          fi;;
3139       esac
3140     done` || { (exit 1); exit 1; }
3141
3142   if test x"$ac_file" != x-; then
3143     { echo "$as_me:$LINENO: creating $ac_file" >&5
3144 echo "$as_me: creating $ac_file" >&6;}
3145     rm -f "$ac_file"
3146   fi
3147 _ACEOF
3148 cat >>$CONFIG_STATUS <<_ACEOF
3149   sed "$ac_vpsub
3150 $extrasub
3151 _ACEOF
3152 cat >>$CONFIG_STATUS <<\_ACEOF
3153 :t
3154 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3155 s,@configure_input@,$configure_input,;t t
3156 s,@srcdir@,$ac_srcdir,;t t
3157 s,@abs_srcdir@,$ac_abs_srcdir,;t t
3158 s,@top_srcdir@,$ac_top_srcdir,;t t
3159 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
3160 s,@builddir@,$ac_builddir,;t t
3161 s,@abs_builddir@,$ac_abs_builddir,;t t
3162 s,@top_builddir@,$ac_top_builddir,;t t
3163 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
3164 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
3165   rm -f $tmp/stdin
3166   if test x"$ac_file" != x-; then
3167     mv $tmp/out $ac_file
3168   else
3169     cat $tmp/out
3170     rm -f $tmp/out
3171   fi
3172
3173 done
3174 _ACEOF
3175
3176 cat >>$CONFIG_STATUS <<\_ACEOF
3177
3178 { (exit 0); exit 0; }
3179 _ACEOF
3180 chmod +x $CONFIG_STATUS
3181 ac_clean_files=$ac_clean_files_save
3182
3183
3184 # configure is writing to config.log, and then calls config.status.
3185 # config.status does its own redirection, appending to config.log.
3186 # Unfortunately, on DOS this fails, as config.log is still kept open
3187 # by configure, so config.status won't be able to write to it; its
3188 # output is simply discarded.  So we exec the FD to /dev/null,
3189 # effectively closing config.log, so it can be properly (re)opened and
3190 # appended to by config.status.  When coming back to configure, we
3191 # need to make the FD available again.
3192 if test "$no_create" != yes; then
3193   ac_cs_success=:
3194   ac_config_status_args=
3195   test "$silent" = yes &&
3196     ac_config_status_args="$ac_config_status_args --quiet"
3197   exec 5>/dev/null
3198   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3199   exec 5>>config.log
3200   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3201   # would make configure fail if this is the last instruction.
3202   $ac_cs_success || { (exit 1); exit 1; }
3203 fi
3204
3205 #
3206 # CONFIG_SUBDIRS section.
3207 #
3208 if test "$no_recursion" != yes; then
3209
3210   # Remove --cache-file and --srcdir arguments so they do not pile up.
3211   ac_sub_configure_args=
3212   ac_prev=
3213   for ac_arg in $ac_configure_args; do
3214     if test -n "$ac_prev"; then
3215       ac_prev=
3216       continue
3217     fi
3218     case $ac_arg in
3219     -cache-file | --cache-file | --cache-fil | --cache-fi \
3220     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
3221       ac_prev=cache_file ;;
3222     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
3223     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
3224     | --c=*)
3225       ;;
3226     --config-cache | -C)
3227       ;;
3228     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
3229       ac_prev=srcdir ;;
3230     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
3231       ;;
3232     -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
3233       ac_prev=prefix ;;
3234     -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
3235       ;;
3236     *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
3237     esac
3238   done
3239
3240   # Always prepend --prefix to ensure using the same prefix
3241   # in subdir configurations.
3242   ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
3243
3244   ac_popdir=`pwd`
3245   for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
3246
3247     # Do not complain, so a configure script can configure whichever
3248     # parts of a large source tree are present.
3249     test -d $srcdir/$ac_dir || continue
3250
3251     { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
3252 echo "$as_me: configuring in $ac_dir" >&6;}
3253     { if $as_mkdir_p; then
3254     mkdir -p "$ac_dir"
3255   else
3256     as_dir="$ac_dir"
3257     as_dirs=
3258     while test ! -d "$as_dir"; do
3259       as_dirs="$as_dir $as_dirs"
3260       as_dir=`(dirname "$as_dir") 2>/dev/null ||
3261 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3262          X"$as_dir" : 'X\(//\)[^/]' \| \
3263          X"$as_dir" : 'X\(//\)$' \| \
3264          X"$as_dir" : 'X\(/\)' \| \
3265          .     : '\(.\)' 2>/dev/null ||
3266 echo X"$as_dir" |
3267     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3268           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3269           /^X\(\/\/\)$/{ s//\1/; q; }
3270           /^X\(\/\).*/{ s//\1/; q; }
3271           s/.*/./; q'`
3272     done
3273     test ! -n "$as_dirs" || mkdir $as_dirs
3274   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
3275 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
3276    { (exit 1); exit 1; }; }; }
3277
3278     ac_builddir=.
3279
3280 if test "$ac_dir" != .; then
3281   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3282   # A "../" for each directory in $ac_dir_suffix.
3283   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
3284 else
3285   ac_dir_suffix= ac_top_builddir=
3286 fi
3287
3288 case $srcdir in
3289   .)  # No --srcdir option.  We are building in place.
3290     ac_srcdir=.
3291     if test -z "$ac_top_builddir"; then
3292        ac_top_srcdir=.
3293     else
3294        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
3295     fi ;;
3296   [\\/]* | ?:[\\/]* )  # Absolute path.
3297     ac_srcdir=$srcdir$ac_dir_suffix;
3298     ac_top_srcdir=$srcdir ;;
3299   *) # Relative path.
3300     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
3301     ac_top_srcdir=$ac_top_builddir$srcdir ;;
3302 esac
3303
3304 # Do not use `cd foo && pwd` to compute absolute paths, because
3305 # the directories may not exist.
3306 case `pwd` in
3307 .) ac_abs_builddir="$ac_dir";;
3308 *)
3309   case "$ac_dir" in
3310   .) ac_abs_builddir=`pwd`;;
3311   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
3312   *) ac_abs_builddir=`pwd`/"$ac_dir";;
3313   esac;;
3314 esac
3315 case $ac_abs_builddir in
3316 .) ac_abs_top_builddir=${ac_top_builddir}.;;
3317 *)
3318   case ${ac_top_builddir}. in
3319   .) ac_abs_top_builddir=$ac_abs_builddir;;
3320   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
3321   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
3322   esac;;
3323 esac
3324 case $ac_abs_builddir in
3325 .) ac_abs_srcdir=$ac_srcdir;;
3326 *)
3327   case $ac_srcdir in
3328   .) ac_abs_srcdir=$ac_abs_builddir;;
3329   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
3330   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3331   esac;;
3332 esac
3333 case $ac_abs_builddir in
3334 .) ac_abs_top_srcdir=$ac_top_srcdir;;
3335 *)
3336   case $ac_top_srcdir in
3337   .) ac_abs_top_srcdir=$ac_abs_builddir;;
3338   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
3339   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
3340   esac;;
3341 esac
3342
3343
3344     cd $ac_dir
3345
3346     # Check for guested configure; otherwise get Cygnus style configure.
3347     if test -f $ac_srcdir/configure.gnu; then
3348       ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
3349     elif test -f $ac_srcdir/configure; then
3350       ac_sub_configure="$SHELL '$ac_srcdir/configure'"
3351     elif test -f $ac_srcdir/configure.in; then
3352       ac_sub_configure=$ac_configure
3353     else
3354       { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
3355 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
3356       ac_sub_configure=
3357     fi
3358
3359     # The recursion is here.
3360     if test -n "$ac_sub_configure"; then
3361       # Make the cache file name correct relative to the subdirectory.
3362       case $cache_file in
3363       [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
3364       *) # Relative path.
3365         ac_sub_cache_file=$ac_top_builddir$cache_file ;;
3366       esac
3367
3368       { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
3369 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
3370       # The eval makes quoting arguments work.
3371       eval $ac_sub_configure $ac_sub_configure_args \
3372            --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
3373         { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
3374 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
3375    { (exit 1); exit 1; }; }
3376     fi
3377
3378     cd "$ac_popdir"
3379   done
3380 fi
3381