add new header ident.h
[freeradius.git] / src / modules / rlm_sql / drivers / rlm_sql_postgresql / configure
1 #! /bin/sh
2 # From configure.in Revision: 1.7 .
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="sql_postgresql.c"
276 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 postgresql_ldflags postgresql_cflags targetname LIBOBJS LTLIBOBJS'
277 ac_subst_files=''
278
279 # Initialize some variables set by options.
280 ac_init_help=
281 ac_init_version=false
282 # The variables have the same names as the options, with
283 # dashes changed to underlines.
284 cache_file=/dev/null
285 exec_prefix=NONE
286 no_create=
287 no_recursion=
288 prefix=NONE
289 program_prefix=NONE
290 program_suffix=NONE
291 program_transform_name=s,x,x,
292 silent=
293 site=
294 srcdir=
295 verbose=
296 x_includes=NONE
297 x_libraries=NONE
298
299 # Installation directory options.
300 # These are left unexpanded so users can "make install exec_prefix=/foo"
301 # and all the variables that are supposed to be based on exec_prefix
302 # by default will actually change.
303 # Use braces instead of parens because sh, perl, etc. also accept them.
304 bindir='${exec_prefix}/bin'
305 sbindir='${exec_prefix}/sbin'
306 libexecdir='${exec_prefix}/libexec'
307 datadir='${prefix}/share'
308 sysconfdir='${prefix}/etc'
309 sharedstatedir='${prefix}/com'
310 localstatedir='${prefix}/var'
311 libdir='${exec_prefix}/lib'
312 includedir='${prefix}/include'
313 oldincludedir='/usr/include'
314 infodir='${prefix}/info'
315 mandir='${prefix}/man'
316
317 ac_prev=
318 for ac_option
319 do
320   # If the previous option needs an argument, assign it.
321   if test -n "$ac_prev"; then
322     eval "$ac_prev=\$ac_option"
323     ac_prev=
324     continue
325   fi
326
327   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
328
329   # Accept the important Cygnus configure options, so we can diagnose typos.
330
331   case $ac_option in
332
333   -bindir | --bindir | --bindi | --bind | --bin | --bi)
334     ac_prev=bindir ;;
335   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
336     bindir=$ac_optarg ;;
337
338   -build | --build | --buil | --bui | --bu)
339     ac_prev=build_alias ;;
340   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
341     build_alias=$ac_optarg ;;
342
343   -cache-file | --cache-file | --cache-fil | --cache-fi \
344   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
345     ac_prev=cache_file ;;
346   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
347   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
348     cache_file=$ac_optarg ;;
349
350   --config-cache | -C)
351     cache_file=config.cache ;;
352
353   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
354     ac_prev=datadir ;;
355   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
356   | --da=*)
357     datadir=$ac_optarg ;;
358
359   -disable-* | --disable-*)
360     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
361     # Reject names that are not valid shell variable names.
362     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
363       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
364    { (exit 1); exit 1; }; }
365     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
366     eval "enable_$ac_feature=no" ;;
367
368   -enable-* | --enable-*)
369     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
370     # Reject names that are not valid shell variable names.
371     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
372       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
373    { (exit 1); exit 1; }; }
374     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
375     case $ac_option in
376       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
377       *) ac_optarg=yes ;;
378     esac
379     eval "enable_$ac_feature='$ac_optarg'" ;;
380
381   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
382   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
383   | --exec | --exe | --ex)
384     ac_prev=exec_prefix ;;
385   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
386   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
387   | --exec=* | --exe=* | --ex=*)
388     exec_prefix=$ac_optarg ;;
389
390   -gas | --gas | --ga | --g)
391     # Obsolete; use --with-gas.
392     with_gas=yes ;;
393
394   -help | --help | --hel | --he | -h)
395     ac_init_help=long ;;
396   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
397     ac_init_help=recursive ;;
398   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
399     ac_init_help=short ;;
400
401   -host | --host | --hos | --ho)
402     ac_prev=host_alias ;;
403   -host=* | --host=* | --hos=* | --ho=*)
404     host_alias=$ac_optarg ;;
405
406   -includedir | --includedir | --includedi | --included | --include \
407   | --includ | --inclu | --incl | --inc)
408     ac_prev=includedir ;;
409   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
410   | --includ=* | --inclu=* | --incl=* | --inc=*)
411     includedir=$ac_optarg ;;
412
413   -infodir | --infodir | --infodi | --infod | --info | --inf)
414     ac_prev=infodir ;;
415   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
416     infodir=$ac_optarg ;;
417
418   -libdir | --libdir | --libdi | --libd)
419     ac_prev=libdir ;;
420   -libdir=* | --libdir=* | --libdi=* | --libd=*)
421     libdir=$ac_optarg ;;
422
423   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
424   | --libexe | --libex | --libe)
425     ac_prev=libexecdir ;;
426   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
427   | --libexe=* | --libex=* | --libe=*)
428     libexecdir=$ac_optarg ;;
429
430   -localstatedir | --localstatedir | --localstatedi | --localstated \
431   | --localstate | --localstat | --localsta | --localst \
432   | --locals | --local | --loca | --loc | --lo)
433     ac_prev=localstatedir ;;
434   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
435   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
436   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
437     localstatedir=$ac_optarg ;;
438
439   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
440     ac_prev=mandir ;;
441   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
442     mandir=$ac_optarg ;;
443
444   -nfp | --nfp | --nf)
445     # Obsolete; use --without-fp.
446     with_fp=no ;;
447
448   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
449   | --no-cr | --no-c | -n)
450     no_create=yes ;;
451
452   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
453   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
454     no_recursion=yes ;;
455
456   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
457   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
458   | --oldin | --oldi | --old | --ol | --o)
459     ac_prev=oldincludedir ;;
460   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
461   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
462   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
463     oldincludedir=$ac_optarg ;;
464
465   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
466     ac_prev=prefix ;;
467   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
468     prefix=$ac_optarg ;;
469
470   -program-prefix | --program-prefix | --program-prefi | --program-pref \
471   | --program-pre | --program-pr | --program-p)
472     ac_prev=program_prefix ;;
473   -program-prefix=* | --program-prefix=* | --program-prefi=* \
474   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
475     program_prefix=$ac_optarg ;;
476
477   -program-suffix | --program-suffix | --program-suffi | --program-suff \
478   | --program-suf | --program-su | --program-s)
479     ac_prev=program_suffix ;;
480   -program-suffix=* | --program-suffix=* | --program-suffi=* \
481   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
482     program_suffix=$ac_optarg ;;
483
484   -program-transform-name | --program-transform-name \
485   | --program-transform-nam | --program-transform-na \
486   | --program-transform-n | --program-transform- \
487   | --program-transform | --program-transfor \
488   | --program-transfo | --program-transf \
489   | --program-trans | --program-tran \
490   | --progr-tra | --program-tr | --program-t)
491     ac_prev=program_transform_name ;;
492   -program-transform-name=* | --program-transform-name=* \
493   | --program-transform-nam=* | --program-transform-na=* \
494   | --program-transform-n=* | --program-transform-=* \
495   | --program-transform=* | --program-transfor=* \
496   | --program-transfo=* | --program-transf=* \
497   | --program-trans=* | --program-tran=* \
498   | --progr-tra=* | --program-tr=* | --program-t=*)
499     program_transform_name=$ac_optarg ;;
500
501   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
502   | -silent | --silent | --silen | --sile | --sil)
503     silent=yes ;;
504
505   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
506     ac_prev=sbindir ;;
507   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
508   | --sbi=* | --sb=*)
509     sbindir=$ac_optarg ;;
510
511   -sharedstatedir | --sharedstatedir | --sharedstatedi \
512   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
513   | --sharedst | --shareds | --shared | --share | --shar \
514   | --sha | --sh)
515     ac_prev=sharedstatedir ;;
516   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
517   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
518   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
519   | --sha=* | --sh=*)
520     sharedstatedir=$ac_optarg ;;
521
522   -site | --site | --sit)
523     ac_prev=site ;;
524   -site=* | --site=* | --sit=*)
525     site=$ac_optarg ;;
526
527   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
528     ac_prev=srcdir ;;
529   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
530     srcdir=$ac_optarg ;;
531
532   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
533   | --syscon | --sysco | --sysc | --sys | --sy)
534     ac_prev=sysconfdir ;;
535   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
536   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
537     sysconfdir=$ac_optarg ;;
538
539   -target | --target | --targe | --targ | --tar | --ta | --t)
540     ac_prev=target_alias ;;
541   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
542     target_alias=$ac_optarg ;;
543
544   -v | -verbose | --verbose | --verbos | --verbo | --verb)
545     verbose=yes ;;
546
547   -version | --version | --versio | --versi | --vers | -V)
548     ac_init_version=: ;;
549
550   -with-* | --with-*)
551     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
552     # Reject names that are not valid shell variable names.
553     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
554       { echo "$as_me: error: invalid package name: $ac_package" >&2
555    { (exit 1); exit 1; }; }
556     ac_package=`echo $ac_package| sed 's/-/_/g'`
557     case $ac_option in
558       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
559       *) ac_optarg=yes ;;
560     esac
561     eval "with_$ac_package='$ac_optarg'" ;;
562
563   -without-* | --without-*)
564     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
565     # Reject names that are not valid shell variable names.
566     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
567       { echo "$as_me: error: invalid package name: $ac_package" >&2
568    { (exit 1); exit 1; }; }
569     ac_package=`echo $ac_package | sed 's/-/_/g'`
570     eval "with_$ac_package=no" ;;
571
572   --x)
573     # Obsolete; use --with-x.
574     with_x=yes ;;
575
576   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
577   | --x-incl | --x-inc | --x-in | --x-i)
578     ac_prev=x_includes ;;
579   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
580   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
581     x_includes=$ac_optarg ;;
582
583   -x-libraries | --x-libraries | --x-librarie | --x-librari \
584   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
585     ac_prev=x_libraries ;;
586   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
587   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
588     x_libraries=$ac_optarg ;;
589
590   -*) { echo "$as_me: error: unrecognized option: $ac_option
591 Try \`$0 --help' for more information." >&2
592    { (exit 1); exit 1; }; }
593     ;;
594
595   *=*)
596     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
597     # Reject names that are not valid shell variable names.
598     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
599       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
600    { (exit 1); exit 1; }; }
601     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
602     eval "$ac_envvar='$ac_optarg'"
603     export $ac_envvar ;;
604
605   *)
606     # FIXME: should be removed in autoconf 3.0.
607     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
608     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
609       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
610     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
611     ;;
612
613   esac
614 done
615
616 if test -n "$ac_prev"; then
617   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
618   { echo "$as_me: error: missing argument to $ac_option" >&2
619    { (exit 1); exit 1; }; }
620 fi
621
622 # Be sure to have absolute paths.
623 for ac_var in exec_prefix prefix
624 do
625   eval ac_val=$`echo $ac_var`
626   case $ac_val in
627     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
628     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
629    { (exit 1); exit 1; }; };;
630   esac
631 done
632
633 # Be sure to have absolute paths.
634 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
635               localstatedir libdir includedir oldincludedir infodir mandir
636 do
637   eval ac_val=$`echo $ac_var`
638   case $ac_val in
639     [\\/$]* | ?:[\\/]* ) ;;
640     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
641    { (exit 1); exit 1; }; };;
642   esac
643 done
644
645 # There might be people who depend on the old broken behavior: `$host'
646 # used to hold the argument of --host etc.
647 # FIXME: To remove some day.
648 build=$build_alias
649 host=$host_alias
650 target=$target_alias
651
652 # FIXME: To remove some day.
653 if test "x$host_alias" != x; then
654   if test "x$build_alias" = x; then
655     cross_compiling=maybe
656     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
657     If a cross compiler is detected then cross compile mode will be used." >&2
658   elif test "x$build_alias" != "x$host_alias"; then
659     cross_compiling=yes
660   fi
661 fi
662
663 ac_tool_prefix=
664 test -n "$host_alias" && ac_tool_prefix=$host_alias-
665
666 test "$silent" = yes && exec 6>/dev/null
667
668
669 # Find the source files, if location was not specified.
670 if test -z "$srcdir"; then
671   ac_srcdir_defaulted=yes
672   # Try the directory containing this script, then its parent.
673   ac_confdir=`(dirname "$0") 2>/dev/null ||
674 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
675          X"$0" : 'X\(//\)[^/]' \| \
676          X"$0" : 'X\(//\)$' \| \
677          X"$0" : 'X\(/\)' \| \
678          .     : '\(.\)' 2>/dev/null ||
679 echo X"$0" |
680     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
681           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
682           /^X\(\/\/\)$/{ s//\1/; q; }
683           /^X\(\/\).*/{ s//\1/; q; }
684           s/.*/./; q'`
685   srcdir=$ac_confdir
686   if test ! -r $srcdir/$ac_unique_file; then
687     srcdir=..
688   fi
689 else
690   ac_srcdir_defaulted=no
691 fi
692 if test ! -r $srcdir/$ac_unique_file; then
693   if test "$ac_srcdir_defaulted" = yes; then
694     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
695    { (exit 1); exit 1; }; }
696   else
697     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
698    { (exit 1); exit 1; }; }
699   fi
700 fi
701 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
702   { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
703    { (exit 1); exit 1; }; }
704 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
705 ac_env_build_alias_set=${build_alias+set}
706 ac_env_build_alias_value=$build_alias
707 ac_cv_env_build_alias_set=${build_alias+set}
708 ac_cv_env_build_alias_value=$build_alias
709 ac_env_host_alias_set=${host_alias+set}
710 ac_env_host_alias_value=$host_alias
711 ac_cv_env_host_alias_set=${host_alias+set}
712 ac_cv_env_host_alias_value=$host_alias
713 ac_env_target_alias_set=${target_alias+set}
714 ac_env_target_alias_value=$target_alias
715 ac_cv_env_target_alias_set=${target_alias+set}
716 ac_cv_env_target_alias_value=$target_alias
717 ac_env_CC_set=${CC+set}
718 ac_env_CC_value=$CC
719 ac_cv_env_CC_set=${CC+set}
720 ac_cv_env_CC_value=$CC
721 ac_env_CFLAGS_set=${CFLAGS+set}
722 ac_env_CFLAGS_value=$CFLAGS
723 ac_cv_env_CFLAGS_set=${CFLAGS+set}
724 ac_cv_env_CFLAGS_value=$CFLAGS
725 ac_env_LDFLAGS_set=${LDFLAGS+set}
726 ac_env_LDFLAGS_value=$LDFLAGS
727 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
728 ac_cv_env_LDFLAGS_value=$LDFLAGS
729 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
730 ac_env_CPPFLAGS_value=$CPPFLAGS
731 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
732 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
733
734 #
735 # Report the --help message.
736 #
737 if test "$ac_init_help" = "long"; then
738   # Omit some internal or obsolete options to make the list less imposing.
739   # This message is too long to be a string in the A/UX 3.1 sh.
740   cat <<_ACEOF
741 \`configure' configures this package to adapt to many kinds of systems.
742
743 Usage: $0 [OPTION]... [VAR=VALUE]...
744
745 To assign environment variables (e.g., CC, CFLAGS...), specify them as
746 VAR=VALUE.  See below for descriptions of some of the useful variables.
747
748 Defaults for the options are specified in brackets.
749
750 Configuration:
751   -h, --help              display this help and exit
752       --help=short        display options specific to this package
753       --help=recursive    display the short help of all the included packages
754   -V, --version           display version information and exit
755   -q, --quiet, --silent   do not print \`checking...' messages
756       --cache-file=FILE   cache test results in FILE [disabled]
757   -C, --config-cache      alias for \`--cache-file=config.cache'
758   -n, --no-create         do not create output files
759       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
760
761 _ACEOF
762
763   cat <<_ACEOF
764 Installation directories:
765   --prefix=PREFIX         install architecture-independent files in PREFIX
766                           [$ac_default_prefix]
767   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
768                           [PREFIX]
769
770 By default, \`make install' will install all the files in
771 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
772 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
773 for instance \`--prefix=\$HOME'.
774
775 For better control, use the options below.
776
777 Fine tuning of the installation directories:
778   --bindir=DIR           user executables [EPREFIX/bin]
779   --sbindir=DIR          system admin executables [EPREFIX/sbin]
780   --libexecdir=DIR       program executables [EPREFIX/libexec]
781   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
782   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
783   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
784   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
785   --libdir=DIR           object code libraries [EPREFIX/lib]
786   --includedir=DIR       C header files [PREFIX/include]
787   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
788   --infodir=DIR          info documentation [PREFIX/info]
789   --mandir=DIR           man documentation [PREFIX/man]
790 _ACEOF
791
792   cat <<\_ACEOF
793 _ACEOF
794 fi
795
796 if test -n "$ac_init_help"; then
797
798   cat <<\_ACEOF
799
800 Optional Packages:
801   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
802   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
803   --with-rlm-sql-postgresql-lib-dir=DIR       Directory for PostgreSQL library files
804   --with-rlm-sql-postgresql-include-dir=DIR   Directory for PostgreSQL include files
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_postgresql != 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                 rlm_sql_postgresql_lib_dir=
2186
2187 # Check whether --with-rlm-sql-postgresql-lib-dir or --without-rlm-sql-postgresql-lib-dir was given.
2188 if test "${with_rlm_sql_postgresql_lib_dir+set}" = set; then
2189   withval="$with_rlm_sql_postgresql_lib_dir"
2190    case "$withval" in
2191             no)
2192                 { { echo "$as_me:$LINENO: error: Need rlm-sql-postgresql-lib-dir" >&5
2193 echo "$as_me: error: Need rlm-sql-postgresql-lib-dir" >&2;}
2194    { (exit 1); exit 1; }; }
2195                 ;;
2196             yes)
2197                 ;;
2198             *)
2199                 rlm_sql_postgresql_lib_dir="$withval"
2200                 ;;
2201           esac
2202
2203 fi;
2204
2205                 rlm_sql_postgresql_include_dir=
2206
2207 # Check whether --with-rlm-sql-postgresql-include-dir or --without-rlm-sql-postgresql-include-dir was given.
2208 if test "${with_rlm_sql_postgresql_include_dir+set}" = set; then
2209   withval="$with_rlm_sql_postgresql_include_dir"
2210    case "$withval" in
2211             no)
2212                 { { echo "$as_me:$LINENO: error: Need rlm-sql-postgresql-include-dir" >&5
2213 echo "$as_me: error: Need rlm-sql-postgresql-include-dir" >&2;}
2214    { (exit 1); exit 1; }; }
2215                 ;;
2216             yes)
2217                 ;;
2218             *)
2219                 rlm_sql_postgresql_include_dir="$withval"
2220                 ;;
2221           esac
2222
2223 fi;
2224
2225         smart_try_dir="$rlm_sql_postgresql_include_dir /usr/include/postgresql /usr/local/pgsql/include /usr/include/pgsql"
2226
2227
2228
2229 ac_safe=`echo "libpq-fe.h" | sed 'y%./+-%__pm%'`
2230 echo "$as_me:$LINENO: checking for libpq-fe.h" >&5
2231 echo $ECHO_N "checking for libpq-fe.h... $ECHO_C" >&6
2232
2233 old_CFLAGS="$CFLAGS"
2234 smart_include=
2235 smart_include_dir=
2236
2237 if test "x$smart_try_dir" != "x"; then
2238   for try in $smart_try_dir; do
2239     CFLAGS="$old_CFLAGS -I$try"
2240     cat >conftest.$ac_ext <<_ACEOF
2241 /* confdefs.h.  */
2242 _ACEOF
2243 cat confdefs.h >>conftest.$ac_ext
2244 cat >>conftest.$ac_ext <<_ACEOF
2245 /* end confdefs.h.  */
2246
2247                     #include <libpq-fe.h>
2248 int
2249 main ()
2250 {
2251  int a = 1;
2252   ;
2253   return 0;
2254 }
2255 _ACEOF
2256 rm -f conftest.$ac_objext
2257 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2258   (eval $ac_compile) 2>conftest.er1
2259   ac_status=$?
2260   grep -v '^ *+' conftest.er1 >conftest.err
2261   rm -f conftest.er1
2262   cat conftest.err >&5
2263   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2264   (exit $ac_status); } &&
2265          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2266   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2267   (eval $ac_try) 2>&5
2268   ac_status=$?
2269   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2270   (exit $ac_status); }; } &&
2271          { ac_try='test -s conftest.$ac_objext'
2272   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2273   (eval $ac_try) 2>&5
2274   ac_status=$?
2275   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2276   (exit $ac_status); }; }; then
2277   smart_include="-I$try"
2278 else
2279   echo "$as_me: failed program was:" >&5
2280 sed 's/^/| /' conftest.$ac_ext >&5
2281
2282 smart_include=
2283 fi
2284 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2285     if test "x$smart_include" != "x"; then
2286       break;
2287     fi
2288     CFLAGS="$old_CFLAGS"
2289   done
2290 fi
2291
2292 if test "x$smart_include" = "x"; then
2293   cat >conftest.$ac_ext <<_ACEOF
2294 /* confdefs.h.  */
2295 _ACEOF
2296 cat confdefs.h >>conftest.$ac_ext
2297 cat >>conftest.$ac_ext <<_ACEOF
2298 /* end confdefs.h.  */
2299
2300                   #include <libpq-fe.h>
2301 int
2302 main ()
2303 {
2304  int a = 1;
2305   ;
2306   return 0;
2307 }
2308 _ACEOF
2309 rm -f conftest.$ac_objext
2310 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2311   (eval $ac_compile) 2>conftest.er1
2312   ac_status=$?
2313   grep -v '^ *+' conftest.er1 >conftest.err
2314   rm -f conftest.er1
2315   cat conftest.err >&5
2316   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2317   (exit $ac_status); } &&
2318          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2319   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2320   (eval $ac_try) 2>&5
2321   ac_status=$?
2322   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2323   (exit $ac_status); }; } &&
2324          { ac_try='test -s conftest.$ac_objext'
2325   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2326   (eval $ac_try) 2>&5
2327   ac_status=$?
2328   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2329   (exit $ac_status); }; }; then
2330   smart_include=" "
2331 else
2332   echo "$as_me: failed program was:" >&5
2333 sed 's/^/| /' conftest.$ac_ext >&5
2334
2335 smart_include=
2336 fi
2337 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2338 fi
2339
2340 if test "x$smart_include" = "x"; then
2341
2342
2343 if test "x$LOCATE" != "x"; then
2344         DIRS=
2345   file=libpq-fe.h
2346
2347   for x in `${LOCATE} $file 2>/dev/null`; do
2348                                         base=`echo $x | sed "s%/${file}%%"`
2349     if test "x$x" = "x$base"; then
2350       continue;
2351     fi
2352
2353     dir=`${DIRNAME} $x 2>/dev/null`
2354                 exclude=`echo ${dir} | ${GREP} /home`
2355     if test "x$exclude" != "x"; then
2356       continue
2357     fi
2358
2359                     already=`echo \$smart_include_dir ${DIRS} | ${GREP} ${dir}`
2360     if test "x$already" = "x"; then
2361       DIRS="$DIRS $dir"
2362     fi
2363   done
2364 fi
2365
2366 eval "smart_include_dir=\"\$smart_include_dir $DIRS\""
2367
2368
2369   for try in $smart_include_dir /usr/local/include /opt/include; do
2370     CFLAGS="$old_CFLAGS -I$try"
2371     cat >conftest.$ac_ext <<_ACEOF
2372 /* confdefs.h.  */
2373 _ACEOF
2374 cat confdefs.h >>conftest.$ac_ext
2375 cat >>conftest.$ac_ext <<_ACEOF
2376 /* end confdefs.h.  */
2377
2378                     #include <libpq-fe.h>
2379 int
2380 main ()
2381 {
2382  int a = 1;
2383   ;
2384   return 0;
2385 }
2386 _ACEOF
2387 rm -f conftest.$ac_objext
2388 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2389   (eval $ac_compile) 2>conftest.er1
2390   ac_status=$?
2391   grep -v '^ *+' conftest.er1 >conftest.err
2392   rm -f conftest.er1
2393   cat conftest.err >&5
2394   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2395   (exit $ac_status); } &&
2396          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2397   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2398   (eval $ac_try) 2>&5
2399   ac_status=$?
2400   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2401   (exit $ac_status); }; } &&
2402          { ac_try='test -s conftest.$ac_objext'
2403   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2404   (eval $ac_try) 2>&5
2405   ac_status=$?
2406   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2407   (exit $ac_status); }; }; then
2408   smart_include="-I$try"
2409 else
2410   echo "$as_me: failed program was:" >&5
2411 sed 's/^/| /' conftest.$ac_ext >&5
2412
2413 smart_include=
2414 fi
2415 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2416     if test "x$smart_include" != "x"; then
2417       break;
2418     fi
2419     CFLAGS="$old_CFLAGS"
2420   done
2421 fi
2422
2423 if test "x$smart_include" != "x"; then
2424   echo "$as_me:$LINENO: result: yes" >&5
2425 echo "${ECHO_T}yes" >&6
2426   eval "ac_cv_header_$ac_safe=yes"
2427   CFLAGS="$old_CFLAGS $smart_include"
2428   SMART_CFLAGS="$SMART_CFLAGS $smart_include"
2429 else
2430   echo "$as_me:$LINENO: result: no" >&5
2431 echo "${ECHO_T}no" >&6
2432 fi
2433
2434         if test "x$ac_cv_header_libpqmfe_h" != "xyes"; then
2435           fail="$fail libpq-fe.h"
2436         fi
2437
2438         smart_try_dir="$rlm_sql_postgresql_lib_dir /usr/lib /usr/local/pgsql/lib"
2439
2440
2441 sm_lib_safe=`echo "pq" | sed 'y%./+-%__p_%'`
2442 sm_func_safe=`echo "PQconnectdb" | sed 'y%./+-%__p_%'`
2443 echo "$as_me:$LINENO: checking for PQconnectdb in -lpq" >&5
2444 echo $ECHO_N "checking for PQconnectdb in -lpq... $ECHO_C" >&6
2445
2446 old_LIBS="$LIBS"
2447 smart_lib=
2448 smart_lib_dir=
2449
2450 if test "x$smart_try_dir" != "x"; then
2451   for try in $smart_try_dir; do
2452     LIBS="-L$try -lpq $old_LIBS"
2453     cat >conftest.$ac_ext <<_ACEOF
2454 /* confdefs.h.  */
2455 _ACEOF
2456 cat confdefs.h >>conftest.$ac_ext
2457 cat >>conftest.$ac_ext <<_ACEOF
2458 /* end confdefs.h.  */
2459 extern char PQconnectdb();
2460 int
2461 main ()
2462 {
2463  PQconnectdb()
2464   ;
2465   return 0;
2466 }
2467 _ACEOF
2468 rm -f conftest.$ac_objext conftest$ac_exeext
2469 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2470   (eval $ac_link) 2>conftest.er1
2471   ac_status=$?
2472   grep -v '^ *+' conftest.er1 >conftest.err
2473   rm -f conftest.er1
2474   cat conftest.err >&5
2475   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2476   (exit $ac_status); } &&
2477          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2478   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2479   (eval $ac_try) 2>&5
2480   ac_status=$?
2481   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2482   (exit $ac_status); }; } &&
2483          { ac_try='test -s conftest$ac_exeext'
2484   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2485   (eval $ac_try) 2>&5
2486   ac_status=$?
2487   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2488   (exit $ac_status); }; }; then
2489   smart_lib="-L$try -lpq"
2490 else
2491   echo "$as_me: failed program was:" >&5
2492 sed 's/^/| /' conftest.$ac_ext >&5
2493
2494 fi
2495 rm -f conftest.err conftest.$ac_objext \
2496       conftest$ac_exeext conftest.$ac_ext
2497     if test "x$smart_lib" != "x"; then
2498       break;
2499     fi
2500     LIBS="$old_LIBS"
2501   done
2502 fi
2503
2504 if test "x$smart_lib" = "x"; then
2505   LIBS="-lpq $old_LIBS"
2506   cat >conftest.$ac_ext <<_ACEOF
2507 /* confdefs.h.  */
2508 _ACEOF
2509 cat confdefs.h >>conftest.$ac_ext
2510 cat >>conftest.$ac_ext <<_ACEOF
2511 /* end confdefs.h.  */
2512 extern char PQconnectdb();
2513 int
2514 main ()
2515 {
2516  PQconnectdb()
2517   ;
2518   return 0;
2519 }
2520 _ACEOF
2521 rm -f conftest.$ac_objext conftest$ac_exeext
2522 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2523   (eval $ac_link) 2>conftest.er1
2524   ac_status=$?
2525   grep -v '^ *+' conftest.er1 >conftest.err
2526   rm -f conftest.er1
2527   cat conftest.err >&5
2528   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2529   (exit $ac_status); } &&
2530          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2531   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2532   (eval $ac_try) 2>&5
2533   ac_status=$?
2534   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2535   (exit $ac_status); }; } &&
2536          { ac_try='test -s conftest$ac_exeext'
2537   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2538   (eval $ac_try) 2>&5
2539   ac_status=$?
2540   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2541   (exit $ac_status); }; }; then
2542   smart_lib="-lpq"
2543 else
2544   echo "$as_me: failed program was:" >&5
2545 sed 's/^/| /' conftest.$ac_ext >&5
2546
2547 fi
2548 rm -f conftest.err conftest.$ac_objext \
2549       conftest$ac_exeext conftest.$ac_ext
2550   LIBS="$old_LIBS"
2551 fi
2552
2553 if test "x$smart_lib" = "x"; then
2554
2555
2556 if test "x$LOCATE" != "x"; then
2557         DIRS=
2558   file=libpq${libltdl_cv_shlibext}
2559
2560   for x in `${LOCATE} $file 2>/dev/null`; do
2561                                         base=`echo $x | sed "s%/${file}%%"`
2562     if test "x$x" = "x$base"; then
2563       continue;
2564     fi
2565
2566     dir=`${DIRNAME} $x 2>/dev/null`
2567                 exclude=`echo ${dir} | ${GREP} /home`
2568     if test "x$exclude" != "x"; then
2569       continue
2570     fi
2571
2572                     already=`echo \$smart_lib_dir ${DIRS} | ${GREP} ${dir}`
2573     if test "x$already" = "x"; then
2574       DIRS="$DIRS $dir"
2575     fi
2576   done
2577 fi
2578
2579 eval "smart_lib_dir=\"\$smart_lib_dir $DIRS\""
2580
2581
2582
2583 if test "x$LOCATE" != "x"; then
2584         DIRS=
2585   file=libpq.a
2586
2587   for x in `${LOCATE} $file 2>/dev/null`; do
2588                                         base=`echo $x | sed "s%/${file}%%"`
2589     if test "x$x" = "x$base"; then
2590       continue;
2591     fi
2592
2593     dir=`${DIRNAME} $x 2>/dev/null`
2594                 exclude=`echo ${dir} | ${GREP} /home`
2595     if test "x$exclude" != "x"; then
2596       continue
2597     fi
2598
2599                     already=`echo \$smart_lib_dir ${DIRS} | ${GREP} ${dir}`
2600     if test "x$already" = "x"; then
2601       DIRS="$DIRS $dir"
2602     fi
2603   done
2604 fi
2605
2606 eval "smart_lib_dir=\"\$smart_lib_dir $DIRS\""
2607
2608
2609   for try in $smart_lib_dir /usr/local/lib /opt/lib; do
2610     LIBS="-L$try -lpq $old_LIBS"
2611     cat >conftest.$ac_ext <<_ACEOF
2612 /* confdefs.h.  */
2613 _ACEOF
2614 cat confdefs.h >>conftest.$ac_ext
2615 cat >>conftest.$ac_ext <<_ACEOF
2616 /* end confdefs.h.  */
2617 extern char PQconnectdb();
2618 int
2619 main ()
2620 {
2621  PQconnectdb()
2622   ;
2623   return 0;
2624 }
2625 _ACEOF
2626 rm -f conftest.$ac_objext conftest$ac_exeext
2627 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2628   (eval $ac_link) 2>conftest.er1
2629   ac_status=$?
2630   grep -v '^ *+' conftest.er1 >conftest.err
2631   rm -f conftest.er1
2632   cat conftest.err >&5
2633   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2634   (exit $ac_status); } &&
2635          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2636   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2637   (eval $ac_try) 2>&5
2638   ac_status=$?
2639   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2640   (exit $ac_status); }; } &&
2641          { ac_try='test -s conftest$ac_exeext'
2642   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2643   (eval $ac_try) 2>&5
2644   ac_status=$?
2645   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2646   (exit $ac_status); }; }; then
2647   smart_lib="-L$try -lpq"
2648 else
2649   echo "$as_me: failed program was:" >&5
2650 sed 's/^/| /' conftest.$ac_ext >&5
2651
2652 fi
2653 rm -f conftest.err conftest.$ac_objext \
2654       conftest$ac_exeext conftest.$ac_ext
2655     if test "x$smart_lib" != "x"; then
2656       break;
2657     fi
2658     LIBS="$old_LIBS"
2659   done
2660 fi
2661
2662 if test "x$smart_lib" != "x"; then
2663   echo "$as_me:$LINENO: result: yes" >&5
2664 echo "${ECHO_T}yes" >&6
2665   eval "ac_cv_lib_${sm_lib_safe}_${sm_func_safe}=yes"
2666   LIBS="$smart_lib $old_LIBS"
2667   SMART_LIBS="$smart_lib $SMART_LIBS"
2668 else
2669   echo "$as_me:$LINENO: result: no" >&5
2670 echo "${ECHO_T}no" >&6
2671 fi
2672
2673         if test "x$ac_cv_lib_pq_PQconnectdb" != "xyes"; then
2674           fail="$fail libpq"
2675         fi
2676
2677         targetname=rlm_sql_postgresql
2678 else
2679         targetname=
2680         echo \*\*\* module rlm_sql_postgresql is disabled.
2681 fi
2682
2683 if test x"$fail" != x""; then
2684         if test x"${enable_strict_dependencies}" = x"yes"; then
2685                 { { echo "$as_me:$LINENO: error: set --without-rlm_sql_postgresql to disable it explicitly." >&5
2686 echo "$as_me: error: set --without-rlm_sql_postgresql to disable it explicitly." >&2;}
2687    { (exit 1); exit 1; }; }
2688         else
2689                 { echo "$as_me:$LINENO: WARNING: silently not building rlm_sql_postgresql." >&5
2690 echo "$as_me: WARNING: silently not building rlm_sql_postgresql." >&2;}
2691                 { echo "$as_me:$LINENO: WARNING: FAILURE: rlm_sql_postgresql requires: $fail." >&5
2692 echo "$as_me: WARNING: FAILURE: rlm_sql_postgresql requires: $fail." >&2;}
2693                 if test x"$headersuggestion" != x; then
2694                         { echo "$as_me:$LINENO: WARNING: $headersuggestion" >&5
2695 echo "$as_me: WARNING: $headersuggestion" >&2;}
2696                 fi
2697                 if test x"$libsuggestion" != x; then
2698                         { echo "$as_me:$LINENO: WARNING: $libsuggestion" >&5
2699 echo "$as_me: WARNING: $libsuggestion" >&2;}
2700                 fi
2701                 targetname=""
2702         fi
2703 fi
2704
2705 postgresql_ldflags=$SMART_LIBS
2706 postgresql_cflags=$SMART_CFLAGS
2707
2708
2709
2710           ac_config_files="$ac_config_files Makefile"
2711 cat >confcache <<\_ACEOF
2712 # This file is a shell script that caches the results of configure
2713 # tests run on this system so they can be shared between configure
2714 # scripts and configure runs, see configure's option --config-cache.
2715 # It is not useful on other systems.  If it contains results you don't
2716 # want to keep, you may remove or edit it.
2717 #
2718 # config.status only pays attention to the cache file if you give it
2719 # the --recheck option to rerun configure.
2720 #
2721 # `ac_cv_env_foo' variables (set or unset) will be overridden when
2722 # loading this file, other *unset* `ac_cv_foo' will be assigned the
2723 # following values.
2724
2725 _ACEOF
2726
2727 # The following way of writing the cache mishandles newlines in values,
2728 # but we know of no workaround that is simple, portable, and efficient.
2729 # So, don't put newlines in cache variables' values.
2730 # Ultrix sh set writes to stderr and can't be redirected directly,
2731 # and sets the high bit in the cache file unless we assign to the vars.
2732 {
2733   (set) 2>&1 |
2734     case `(ac_space=' '; set | grep ac_space) 2>&1` in
2735     *ac_space=\ *)
2736       # `set' does not quote correctly, so add quotes (double-quote
2737       # substitution turns \\\\ into \\, and sed turns \\ into \).
2738       sed -n \
2739         "s/'/'\\\\''/g;
2740           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2741       ;;
2742     *)
2743       # `set' quotes correctly as required by POSIX, so do not add quotes.
2744       sed -n \
2745         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
2746       ;;
2747     esac;
2748 } |
2749   sed '
2750      t clear
2751      : clear
2752      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2753      t end
2754      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2755      : end' >>confcache
2756 if diff $cache_file confcache >/dev/null 2>&1; then :; else
2757   if test -w $cache_file; then
2758     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
2759     cat confcache >$cache_file
2760   else
2761     echo "not updating unwritable cache $cache_file"
2762   fi
2763 fi
2764 rm -f confcache
2765
2766 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2767 # Let make expand exec_prefix.
2768 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2769
2770 # VPATH may cause trouble with some makes, so we remove $(srcdir),
2771 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
2772 # trailing colons and then remove the whole line if VPATH becomes empty
2773 # (actually we leave an empty line to preserve line numbers).
2774 if test "x$srcdir" = x.; then
2775   ac_vpsub='/^[  ]*VPATH[        ]*=/{
2776 s/:*\$(srcdir):*/:/;
2777 s/:*\${srcdir}:*/:/;
2778 s/:*@srcdir@:*/:/;
2779 s/^\([^=]*=[     ]*\):*/\1/;
2780 s/:*$//;
2781 s/^[^=]*=[       ]*$//;
2782 }'
2783 fi
2784
2785 # Transform confdefs.h into DEFS.
2786 # Protect against shell expansion while executing Makefile rules.
2787 # Protect against Makefile macro expansion.
2788 #
2789 # If the first sed substitution is executed (which looks for macros that
2790 # take arguments), then we branch to the quote section.  Otherwise,
2791 # look for a macro that doesn't take arguments.
2792 cat >confdef2opt.sed <<\_ACEOF
2793 t clear
2794 : clear
2795 s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
2796 t quote
2797 s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
2798 t quote
2799 d
2800 : quote
2801 s,[      `~#$^&*(){}\\|;'"<>?],\\&,g
2802 s,\[,\\&,g
2803 s,\],\\&,g
2804 s,\$,$$,g
2805 p
2806 _ACEOF
2807 # We use echo to avoid assuming a particular line-breaking character.
2808 # The extra dot is to prevent the shell from consuming trailing
2809 # line-breaks from the sub-command output.  A line-break within
2810 # single-quotes doesn't work because, if this script is created in a
2811 # platform that uses two characters for line-breaks (e.g., DOS), tr
2812 # would break.
2813 ac_LF_and_DOT=`echo; echo .`
2814 DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
2815 rm -f confdef2opt.sed
2816
2817
2818 ac_libobjs=
2819 ac_ltlibobjs=
2820 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2821   # 1. Remove the extension, and $U if already installed.
2822   ac_i=`echo "$ac_i" |
2823          sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
2824   # 2. Add them.
2825   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
2826   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
2827 done
2828 LIBOBJS=$ac_libobjs
2829
2830 LTLIBOBJS=$ac_ltlibobjs
2831
2832
2833
2834 : ${CONFIG_STATUS=./config.status}
2835 ac_clean_files_save=$ac_clean_files
2836 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2837 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
2838 echo "$as_me: creating $CONFIG_STATUS" >&6;}
2839 cat >$CONFIG_STATUS <<_ACEOF
2840 #! $SHELL
2841 # Generated by $as_me.
2842 # Run this file to recreate the current configuration.
2843 # Compiler output produced by configure, useful for debugging
2844 # configure, is in config.log if it exists.
2845
2846 debug=false
2847 ac_cs_recheck=false
2848 ac_cs_silent=false
2849 SHELL=\${CONFIG_SHELL-$SHELL}
2850 _ACEOF
2851
2852 cat >>$CONFIG_STATUS <<\_ACEOF
2853 ## --------------------- ##
2854 ## M4sh Initialization.  ##
2855 ## --------------------- ##
2856
2857 # Be Bourne compatible
2858 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2859   emulate sh
2860   NULLCMD=:
2861   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2862   # is contrary to our usage.  Disable this feature.
2863   alias -g '${1+"$@"}'='"$@"'
2864 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
2865   set -o posix
2866 fi
2867 DUALCASE=1; export DUALCASE # for MKS sh
2868
2869 # Support unset when possible.
2870 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2871   as_unset=unset
2872 else
2873   as_unset=false
2874 fi
2875
2876
2877 # Work around bugs in pre-3.0 UWIN ksh.
2878 $as_unset ENV MAIL MAILPATH
2879 PS1='$ '
2880 PS2='> '
2881 PS4='+ '
2882
2883 # NLS nuisances.
2884 for as_var in \
2885   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
2886   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2887   LC_TELEPHONE LC_TIME
2888 do
2889   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2890     eval $as_var=C; export $as_var
2891   else
2892     $as_unset $as_var
2893   fi
2894 done
2895
2896 # Required to use basename.
2897 if expr a : '\(a\)' >/dev/null 2>&1; then
2898   as_expr=expr
2899 else
2900   as_expr=false
2901 fi
2902
2903 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
2904   as_basename=basename
2905 else
2906   as_basename=false
2907 fi
2908
2909
2910 # Name of the executable.
2911 as_me=`$as_basename "$0" ||
2912 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2913          X"$0" : 'X\(//\)$' \| \
2914          X"$0" : 'X\(/\)$' \| \
2915          .     : '\(.\)' 2>/dev/null ||
2916 echo X/"$0" |
2917     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
2918           /^X\/\(\/\/\)$/{ s//\1/; q; }
2919           /^X\/\(\/\).*/{ s//\1/; q; }
2920           s/.*/./; q'`
2921
2922
2923 # PATH needs CR, and LINENO needs CR and PATH.
2924 # Avoid depending upon Character Ranges.
2925 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2926 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2927 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2928 as_cr_digits='0123456789'
2929 as_cr_alnum=$as_cr_Letters$as_cr_digits
2930
2931 # The user is always right.
2932 if test "${PATH_SEPARATOR+set}" != set; then
2933   echo "#! /bin/sh" >conf$$.sh
2934   echo  "exit 0"   >>conf$$.sh
2935   chmod +x conf$$.sh
2936   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2937     PATH_SEPARATOR=';'
2938   else
2939     PATH_SEPARATOR=:
2940   fi
2941   rm -f conf$$.sh
2942 fi
2943
2944
2945   as_lineno_1=$LINENO
2946   as_lineno_2=$LINENO
2947   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2948   test "x$as_lineno_1" != "x$as_lineno_2" &&
2949   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
2950   # Find who we are.  Look in the path if we contain no path at all
2951   # relative or not.
2952   case $0 in
2953     *[\\/]* ) as_myself=$0 ;;
2954     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2955 for as_dir in $PATH
2956 do
2957   IFS=$as_save_IFS
2958   test -z "$as_dir" && as_dir=.
2959   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2960 done
2961
2962        ;;
2963   esac
2964   # We did not find ourselves, most probably we were run as `sh COMMAND'
2965   # in which case we are not to be found in the path.
2966   if test "x$as_myself" = x; then
2967     as_myself=$0
2968   fi
2969   if test ! -f "$as_myself"; then
2970     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
2971 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
2972    { (exit 1); exit 1; }; }
2973   fi
2974   case $CONFIG_SHELL in
2975   '')
2976     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2977 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
2978 do
2979   IFS=$as_save_IFS
2980   test -z "$as_dir" && as_dir=.
2981   for as_base in sh bash ksh sh5; do
2982          case $as_dir in
2983          /*)
2984            if ("$as_dir/$as_base" -c '
2985   as_lineno_1=$LINENO
2986   as_lineno_2=$LINENO
2987   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2988   test "x$as_lineno_1" != "x$as_lineno_2" &&
2989   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
2990              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
2991              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
2992              CONFIG_SHELL=$as_dir/$as_base
2993              export CONFIG_SHELL
2994              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
2995            fi;;
2996          esac
2997        done
2998 done
2999 ;;
3000   esac
3001
3002   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
3003   # uniformly replaced by the line number.  The first 'sed' inserts a
3004   # line-number line before each line; the second 'sed' does the real
3005   # work.  The second script uses 'N' to pair each line-number line
3006   # with the numbered line, and appends trailing '-' during
3007   # substitution so that $LINENO is not a special case at line end.
3008   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
3009   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
3010   sed '=' <$as_myself |
3011     sed '
3012       N
3013       s,$,-,
3014       : loop
3015       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
3016       t loop
3017       s,-$,,
3018       s,^['$as_cr_digits']*\n,,
3019     ' >$as_me.lineno &&
3020   chmod +x $as_me.lineno ||
3021     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
3022 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
3023    { (exit 1); exit 1; }; }
3024
3025   # Don't try to exec as it changes $[0], causing all sort of problems
3026   # (the dirname of $[0] is not the place where we might find the
3027   # original and so on.  Autoconf is especially sensible to this).
3028   . ./$as_me.lineno
3029   # Exit status is that of the last command.
3030   exit
3031 }
3032
3033
3034 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
3035   *c*,-n*) ECHO_N= ECHO_C='
3036 ' ECHO_T='      ' ;;
3037   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
3038   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
3039 esac
3040
3041 if expr a : '\(a\)' >/dev/null 2>&1; then
3042   as_expr=expr
3043 else
3044   as_expr=false
3045 fi
3046
3047 rm -f conf$$ conf$$.exe conf$$.file
3048 echo >conf$$.file
3049 if ln -s conf$$.file conf$$ 2>/dev/null; then
3050   # We could just check for DJGPP; but this test a) works b) is more generic
3051   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
3052   if test -f conf$$.exe; then
3053     # Don't use ln at all; we don't have any links
3054     as_ln_s='cp -p'
3055   else
3056     as_ln_s='ln -s'
3057   fi
3058 elif ln conf$$.file conf$$ 2>/dev/null; then
3059   as_ln_s=ln
3060 else
3061   as_ln_s='cp -p'
3062 fi
3063 rm -f conf$$ conf$$.exe conf$$.file
3064
3065 if mkdir -p . 2>/dev/null; then
3066   as_mkdir_p=:
3067 else
3068   test -d ./-p && rmdir ./-p
3069   as_mkdir_p=false
3070 fi
3071
3072 as_executable_p="test -f"
3073
3074 # Sed expression to map a string onto a valid CPP name.
3075 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3076
3077 # Sed expression to map a string onto a valid variable name.
3078 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3079
3080
3081 # IFS
3082 # We need space, tab and new line, in precisely that order.
3083 as_nl='
3084 '
3085 IFS="   $as_nl"
3086
3087 # CDPATH.
3088 $as_unset CDPATH
3089
3090 exec 6>&1
3091
3092 # Open the log real soon, to keep \$[0] and so on meaningful, and to
3093 # report actual input values of CONFIG_FILES etc. instead of their
3094 # values after options handling.  Logging --version etc. is OK.
3095 exec 5>>config.log
3096 {
3097   echo
3098   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3099 ## Running $as_me. ##
3100 _ASBOX
3101 } >&5
3102 cat >&5 <<_CSEOF
3103
3104 This file was extended by $as_me, which was
3105 generated by GNU Autoconf 2.59.  Invocation command line was
3106
3107   CONFIG_FILES    = $CONFIG_FILES
3108   CONFIG_HEADERS  = $CONFIG_HEADERS
3109   CONFIG_LINKS    = $CONFIG_LINKS
3110   CONFIG_COMMANDS = $CONFIG_COMMANDS
3111   $ $0 $@
3112
3113 _CSEOF
3114 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
3115 echo >&5
3116 _ACEOF
3117
3118 # Files that config.status was made for.
3119 if test -n "$ac_config_files"; then
3120   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
3121 fi
3122
3123 if test -n "$ac_config_headers"; then
3124   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
3125 fi
3126
3127 if test -n "$ac_config_links"; then
3128   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
3129 fi
3130
3131 if test -n "$ac_config_commands"; then
3132   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
3133 fi
3134
3135 cat >>$CONFIG_STATUS <<\_ACEOF
3136
3137 ac_cs_usage="\
3138 \`$as_me' instantiates files from templates according to the
3139 current configuration.
3140
3141 Usage: $0 [OPTIONS] [FILE]...
3142
3143   -h, --help       print this help, then exit
3144   -V, --version    print version number, then exit
3145   -q, --quiet      do not print progress messages
3146   -d, --debug      don't remove temporary files
3147       --recheck    update $as_me by reconfiguring in the same conditions
3148   --file=FILE[:TEMPLATE]
3149                    instantiate the configuration file FILE
3150
3151 Configuration files:
3152 $config_files
3153
3154 Report bugs to <bug-autoconf@gnu.org>."
3155 _ACEOF
3156
3157 cat >>$CONFIG_STATUS <<_ACEOF
3158 ac_cs_version="\\
3159 config.status
3160 configured by $0, generated by GNU Autoconf 2.59,
3161   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
3162
3163 Copyright (C) 2003 Free Software Foundation, Inc.
3164 This config.status script is free software; the Free Software Foundation
3165 gives unlimited permission to copy, distribute and modify it."
3166 srcdir=$srcdir
3167 _ACEOF
3168
3169 cat >>$CONFIG_STATUS <<\_ACEOF
3170 # If no file are specified by the user, then we need to provide default
3171 # value.  By we need to know if files were specified by the user.
3172 ac_need_defaults=:
3173 while test $# != 0
3174 do
3175   case $1 in
3176   --*=*)
3177     ac_option=`expr "x$1" : 'x\([^=]*\)='`
3178     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
3179     ac_shift=:
3180     ;;
3181   -*)
3182     ac_option=$1
3183     ac_optarg=$2
3184     ac_shift=shift
3185     ;;
3186   *) # This is not an option, so the user has probably given explicit
3187      # arguments.
3188      ac_option=$1
3189      ac_need_defaults=false;;
3190   esac
3191
3192   case $ac_option in
3193   # Handling of the options.
3194 _ACEOF
3195 cat >>$CONFIG_STATUS <<\_ACEOF
3196   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3197     ac_cs_recheck=: ;;
3198   --version | --vers* | -V )
3199     echo "$ac_cs_version"; exit 0 ;;
3200   --he | --h)
3201     # Conflict between --help and --header
3202     { { echo "$as_me:$LINENO: error: ambiguous option: $1
3203 Try \`$0 --help' for more information." >&5
3204 echo "$as_me: error: ambiguous option: $1
3205 Try \`$0 --help' for more information." >&2;}
3206    { (exit 1); exit 1; }; };;
3207   --help | --hel | -h )
3208     echo "$ac_cs_usage"; exit 0 ;;
3209   --debug | --d* | -d )
3210     debug=: ;;
3211   --file | --fil | --fi | --f )
3212     $ac_shift
3213     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
3214     ac_need_defaults=false;;
3215   --header | --heade | --head | --hea )
3216     $ac_shift
3217     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
3218     ac_need_defaults=false;;
3219   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3220   | -silent | --silent | --silen | --sile | --sil | --si | --s)
3221     ac_cs_silent=: ;;
3222
3223   # This is an error.
3224   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
3225 Try \`$0 --help' for more information." >&5
3226 echo "$as_me: error: unrecognized option: $1
3227 Try \`$0 --help' for more information." >&2;}
3228    { (exit 1); exit 1; }; } ;;
3229
3230   *) ac_config_targets="$ac_config_targets $1" ;;
3231
3232   esac
3233   shift
3234 done
3235
3236 ac_configure_extra_args=
3237
3238 if $ac_cs_silent; then
3239   exec 6>/dev/null
3240   ac_configure_extra_args="$ac_configure_extra_args --silent"
3241 fi
3242
3243 _ACEOF
3244 cat >>$CONFIG_STATUS <<_ACEOF
3245 if \$ac_cs_recheck; then
3246   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
3247   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3248 fi
3249
3250 _ACEOF
3251
3252
3253
3254
3255
3256 cat >>$CONFIG_STATUS <<\_ACEOF
3257 for ac_config_target in $ac_config_targets
3258 do
3259   case "$ac_config_target" in
3260   # Handling of arguments.
3261   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3262   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
3263 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
3264    { (exit 1); exit 1; }; };;
3265   esac
3266 done
3267
3268 # If the user did not use the arguments to specify the items to instantiate,
3269 # then the envvar interface is used.  Set only those that are not.
3270 # We use the long form for the default assignment because of an extremely
3271 # bizarre bug on SunOS 4.1.3.
3272 if $ac_need_defaults; then
3273   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3274 fi
3275
3276 # Have a temporary directory for convenience.  Make it in the build tree
3277 # simply because there is no reason to put it here, and in addition,
3278 # creating and moving files from /tmp can sometimes cause problems.
3279 # Create a temporary directory, and hook for its removal unless debugging.
3280 $debug ||
3281 {
3282   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
3283   trap '{ (exit 1); exit 1; }' 1 2 13 15
3284 }
3285
3286 # Create a (secure) tmp directory for tmp files.
3287
3288 {
3289   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
3290   test -n "$tmp" && test -d "$tmp"
3291 }  ||
3292 {
3293   tmp=./confstat$$-$RANDOM
3294   (umask 077 && mkdir $tmp)
3295 } ||
3296 {
3297    echo "$me: cannot create a temporary directory in ." >&2
3298    { (exit 1); exit 1; }
3299 }
3300
3301 _ACEOF
3302
3303 cat >>$CONFIG_STATUS <<_ACEOF
3304
3305 #
3306 # CONFIG_FILES section.
3307 #
3308
3309 # No need to generate the scripts if there are no CONFIG_FILES.
3310 # This happens for instance when ./config.status config.h
3311 if test -n "\$CONFIG_FILES"; then
3312   # Protect against being on the right side of a sed subst in config.status.
3313   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
3314    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
3315 s,@SHELL@,$SHELL,;t t
3316 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
3317 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
3318 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
3319 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
3320 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
3321 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
3322 s,@exec_prefix@,$exec_prefix,;t t
3323 s,@prefix@,$prefix,;t t
3324 s,@program_transform_name@,$program_transform_name,;t t
3325 s,@bindir@,$bindir,;t t
3326 s,@sbindir@,$sbindir,;t t
3327 s,@libexecdir@,$libexecdir,;t t
3328 s,@datadir@,$datadir,;t t
3329 s,@sysconfdir@,$sysconfdir,;t t
3330 s,@sharedstatedir@,$sharedstatedir,;t t
3331 s,@localstatedir@,$localstatedir,;t t
3332 s,@libdir@,$libdir,;t t
3333 s,@includedir@,$includedir,;t t
3334 s,@oldincludedir@,$oldincludedir,;t t
3335 s,@infodir@,$infodir,;t t
3336 s,@mandir@,$mandir,;t t
3337 s,@build_alias@,$build_alias,;t t
3338 s,@host_alias@,$host_alias,;t t
3339 s,@target_alias@,$target_alias,;t t
3340 s,@DEFS@,$DEFS,;t t
3341 s,@ECHO_C@,$ECHO_C,;t t
3342 s,@ECHO_N@,$ECHO_N,;t t
3343 s,@ECHO_T@,$ECHO_T,;t t
3344 s,@LIBS@,$LIBS,;t t
3345 s,@CC@,$CC,;t t
3346 s,@CFLAGS@,$CFLAGS,;t t
3347 s,@LDFLAGS@,$LDFLAGS,;t t
3348 s,@CPPFLAGS@,$CPPFLAGS,;t t
3349 s,@ac_ct_CC@,$ac_ct_CC,;t t
3350 s,@EXEEXT@,$EXEEXT,;t t
3351 s,@OBJEXT@,$OBJEXT,;t t
3352 s,@postgresql_ldflags@,$postgresql_ldflags,;t t
3353 s,@postgresql_cflags@,$postgresql_cflags,;t t
3354 s,@targetname@,$targetname,;t t
3355 s,@LIBOBJS@,$LIBOBJS,;t t
3356 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
3357 CEOF
3358
3359 _ACEOF
3360
3361   cat >>$CONFIG_STATUS <<\_ACEOF
3362   # Split the substitutions into bite-sized pieces for seds with
3363   # small command number limits, like on Digital OSF/1 and HP-UX.
3364   ac_max_sed_lines=48
3365   ac_sed_frag=1 # Number of current file.
3366   ac_beg=1 # First line for current file.
3367   ac_end=$ac_max_sed_lines # Line after last line for current file.
3368   ac_more_lines=:
3369   ac_sed_cmds=
3370   while $ac_more_lines; do
3371     if test $ac_beg -gt 1; then
3372       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3373     else
3374       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3375     fi
3376     if test ! -s $tmp/subs.frag; then
3377       ac_more_lines=false
3378     else
3379       # The purpose of the label and of the branching condition is to
3380       # speed up the sed processing (if there are no `@' at all, there
3381       # is no need to browse any of the substitutions).
3382       # These are the two extra sed commands mentioned above.
3383       (echo ':t
3384   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
3385       if test -z "$ac_sed_cmds"; then
3386         ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
3387       else
3388         ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
3389       fi
3390       ac_sed_frag=`expr $ac_sed_frag + 1`
3391       ac_beg=$ac_end
3392       ac_end=`expr $ac_end + $ac_max_sed_lines`
3393     fi
3394   done
3395   if test -z "$ac_sed_cmds"; then
3396     ac_sed_cmds=cat
3397   fi
3398 fi # test -n "$CONFIG_FILES"
3399
3400 _ACEOF
3401 cat >>$CONFIG_STATUS <<\_ACEOF
3402 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
3403   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3404   case $ac_file in
3405   - | *:- | *:-:* ) # input from stdin
3406         cat >$tmp/stdin
3407         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3408         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3409   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3410         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3411   * )   ac_file_in=$ac_file.in ;;
3412   esac
3413
3414   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
3415   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
3416 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3417          X"$ac_file" : 'X\(//\)[^/]' \| \
3418          X"$ac_file" : 'X\(//\)$' \| \
3419          X"$ac_file" : 'X\(/\)' \| \
3420          .     : '\(.\)' 2>/dev/null ||
3421 echo X"$ac_file" |
3422     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3423           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3424           /^X\(\/\/\)$/{ s//\1/; q; }
3425           /^X\(\/\).*/{ s//\1/; q; }
3426           s/.*/./; q'`
3427   { if $as_mkdir_p; then
3428     mkdir -p "$ac_dir"
3429   else
3430     as_dir="$ac_dir"
3431     as_dirs=
3432     while test ! -d "$as_dir"; do
3433       as_dirs="$as_dir $as_dirs"
3434       as_dir=`(dirname "$as_dir") 2>/dev/null ||
3435 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3436          X"$as_dir" : 'X\(//\)[^/]' \| \
3437          X"$as_dir" : 'X\(//\)$' \| \
3438          X"$as_dir" : 'X\(/\)' \| \
3439          .     : '\(.\)' 2>/dev/null ||
3440 echo X"$as_dir" |
3441     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3442           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3443           /^X\(\/\/\)$/{ s//\1/; q; }
3444           /^X\(\/\).*/{ s//\1/; q; }
3445           s/.*/./; q'`
3446     done
3447     test ! -n "$as_dirs" || mkdir $as_dirs
3448   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
3449 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
3450    { (exit 1); exit 1; }; }; }
3451
3452   ac_builddir=.
3453
3454 if test "$ac_dir" != .; then
3455   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3456   # A "../" for each directory in $ac_dir_suffix.
3457   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
3458 else
3459   ac_dir_suffix= ac_top_builddir=
3460 fi
3461
3462 case $srcdir in
3463   .)  # No --srcdir option.  We are building in place.
3464     ac_srcdir=.
3465     if test -z "$ac_top_builddir"; then
3466        ac_top_srcdir=.
3467     else
3468        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
3469     fi ;;
3470   [\\/]* | ?:[\\/]* )  # Absolute path.
3471     ac_srcdir=$srcdir$ac_dir_suffix;
3472     ac_top_srcdir=$srcdir ;;
3473   *) # Relative path.
3474     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
3475     ac_top_srcdir=$ac_top_builddir$srcdir ;;
3476 esac
3477
3478 # Do not use `cd foo && pwd` to compute absolute paths, because
3479 # the directories may not exist.
3480 case `pwd` in
3481 .) ac_abs_builddir="$ac_dir";;
3482 *)
3483   case "$ac_dir" in
3484   .) ac_abs_builddir=`pwd`;;
3485   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
3486   *) ac_abs_builddir=`pwd`/"$ac_dir";;
3487   esac;;
3488 esac
3489 case $ac_abs_builddir in
3490 .) ac_abs_top_builddir=${ac_top_builddir}.;;
3491 *)
3492   case ${ac_top_builddir}. in
3493   .) ac_abs_top_builddir=$ac_abs_builddir;;
3494   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
3495   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
3496   esac;;
3497 esac
3498 case $ac_abs_builddir in
3499 .) ac_abs_srcdir=$ac_srcdir;;
3500 *)
3501   case $ac_srcdir in
3502   .) ac_abs_srcdir=$ac_abs_builddir;;
3503   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
3504   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3505   esac;;
3506 esac
3507 case $ac_abs_builddir in
3508 .) ac_abs_top_srcdir=$ac_top_srcdir;;
3509 *)
3510   case $ac_top_srcdir in
3511   .) ac_abs_top_srcdir=$ac_abs_builddir;;
3512   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
3513   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
3514   esac;;
3515 esac
3516
3517
3518
3519   # Let's still pretend it is `configure' which instantiates (i.e., don't
3520   # use $as_me), people would be surprised to read:
3521   #    /* config.h.  Generated by config.status.  */
3522   if test x"$ac_file" = x-; then
3523     configure_input=
3524   else
3525     configure_input="$ac_file.  "
3526   fi
3527   configure_input=$configure_input"Generated from `echo $ac_file_in |
3528                                      sed 's,.*/,,'` by configure."
3529
3530   # First look for the input files in the build tree, otherwise in the
3531   # src tree.
3532   ac_file_inputs=`IFS=:
3533     for f in $ac_file_in; do
3534       case $f in
3535       -) echo $tmp/stdin ;;
3536       [\\/$]*)
3537          # Absolute (can't be DOS-style, as IFS=:)
3538          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3539 echo "$as_me: error: cannot find input file: $f" >&2;}
3540    { (exit 1); exit 1; }; }
3541          echo "$f";;
3542       *) # Relative
3543          if test -f "$f"; then
3544            # Build tree
3545            echo "$f"
3546          elif test -f "$srcdir/$f"; then
3547            # Source tree
3548            echo "$srcdir/$f"
3549          else
3550            # /dev/null tree
3551            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3552 echo "$as_me: error: cannot find input file: $f" >&2;}
3553    { (exit 1); exit 1; }; }
3554          fi;;
3555       esac
3556     done` || { (exit 1); exit 1; }
3557
3558   if test x"$ac_file" != x-; then
3559     { echo "$as_me:$LINENO: creating $ac_file" >&5
3560 echo "$as_me: creating $ac_file" >&6;}
3561     rm -f "$ac_file"
3562   fi
3563 _ACEOF
3564 cat >>$CONFIG_STATUS <<_ACEOF
3565   sed "$ac_vpsub
3566 $extrasub
3567 _ACEOF
3568 cat >>$CONFIG_STATUS <<\_ACEOF
3569 :t
3570 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3571 s,@configure_input@,$configure_input,;t t
3572 s,@srcdir@,$ac_srcdir,;t t
3573 s,@abs_srcdir@,$ac_abs_srcdir,;t t
3574 s,@top_srcdir@,$ac_top_srcdir,;t t
3575 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
3576 s,@builddir@,$ac_builddir,;t t
3577 s,@abs_builddir@,$ac_abs_builddir,;t t
3578 s,@top_builddir@,$ac_top_builddir,;t t
3579 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
3580 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
3581   rm -f $tmp/stdin
3582   if test x"$ac_file" != x-; then
3583     mv $tmp/out $ac_file
3584   else
3585     cat $tmp/out
3586     rm -f $tmp/out
3587   fi
3588
3589 done
3590 _ACEOF
3591
3592 cat >>$CONFIG_STATUS <<\_ACEOF
3593
3594 { (exit 0); exit 0; }
3595 _ACEOF
3596 chmod +x $CONFIG_STATUS
3597 ac_clean_files=$ac_clean_files_save
3598
3599
3600 # configure is writing to config.log, and then calls config.status.
3601 # config.status does its own redirection, appending to config.log.
3602 # Unfortunately, on DOS this fails, as config.log is still kept open
3603 # by configure, so config.status won't be able to write to it; its
3604 # output is simply discarded.  So we exec the FD to /dev/null,
3605 # effectively closing config.log, so it can be properly (re)opened and
3606 # appended to by config.status.  When coming back to configure, we
3607 # need to make the FD available again.
3608 if test "$no_create" != yes; then
3609   ac_cs_success=:
3610   ac_config_status_args=
3611   test "$silent" = yes &&
3612     ac_config_status_args="$ac_config_status_args --quiet"
3613   exec 5>/dev/null
3614   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3615   exec 5>>config.log
3616   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3617   # would make configure fail if this is the last instruction.
3618   $ac_cs_success || { (exit 1); exit 1; }
3619 fi
3620