]> granicus.if.org Git - postgresql/blob - configure
Digging through previous discussion of this patch, I note where Peter E.
[postgresql] / configure
1 #! /bin/sh
2
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.13 
5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6 #
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9
10 # Defaults:
11 ac_help=
12 ac_default_prefix=/usr/local
13 # Any additions from configure.in:
14 ac_default_prefix=/usr/local/pgsql
15 ac_help="$ac_help
16   --with-includes=DIRS    look for additional header files in DIRS"
17 ac_help="$ac_help
18   --with-libraries=DIRS   look for additional libraries in DIRS"
19 ac_help="$ac_help
20   --with-libs=DIRS        alternative spelling of --with-libraries"
21 ac_help="$ac_help
22   --enable-locale         enable locale support"
23 ac_help="$ac_help
24   --enable-recode         enable character set recode support"
25 ac_help="$ac_help
26   --enable-multibyte      enable multibyte character support"
27 ac_help="$ac_help
28   --enable-unicode-conversion  enable unicode conversion support"
29 ac_help="$ac_help
30   --enable-nls[=LANGUAGES]     enable Native Language Support"
31 ac_help="$ac_help
32   --with-pgport=PORTNUM   change default port number [5432]"
33 ac_help="$ac_help
34   --with-maxbackends=N    set default maximum number of connections [32]"
35 ac_help="$ac_help
36   --disable-shared        do not build shared libraries"
37 ac_help="$ac_help
38   --disable-rpath         do not embed shared library search path in executables"
39 ac_help="$ac_help
40   --enable-debug          build with debugging symbols (-g)"
41 ac_help="$ac_help
42   --enable-depend         turn on automatic dependency tracking"
43 ac_help="$ac_help
44   --enable-cassert        enable assertion checks (for debugging)"
45 ac_help="$ac_help
46   --with-tcl              build Tcl and Tk interfaces"
47 ac_help="$ac_help
48   --without-tk            do not build Tk interfaces if Tcl is enabled"
49 ac_help="$ac_help
50   --with-tclconfig=DIR    tclConfig.sh and tkConfig.sh are in DIR"
51 ac_help="$ac_help
52   --with-tkconfig=DIR     tkConfig.sh is in DIR"
53 ac_help="$ac_help
54   --enable-pltcl-unknown  build PL/Tcl unknown support (if Tcl is enabled)"
55 ac_help="$ac_help
56   --with-perl             build Perl interface and PL/Perl"
57 ac_help="$ac_help
58   --with-python           build Python interface module"
59 ac_help="$ac_help
60   --with-java             build JDBC interface and Java tools"
61 ac_help="$ac_help
62   --with-krb4[=DIR]       build with Kerberos 4 support [/usr/athena]"
63 ac_help="$ac_help
64   --with-krb5[=DIR]       build with Kerberos 5 support [/usr/athena]"
65 ac_help="$ac_help
66   --with-krb-srvnam=NAME  name of the service principal in Kerberos [postgres]"
67 ac_help="$ac_help
68   --with-openssl[=DIR]    build with OpenSSL support [/usr/local/ssl]"
69 ac_help="$ac_help
70   --enable-odbc           build the ODBC driver package"
71 ac_help="$ac_help
72   --with-odbcinst=DIR     default directory for odbcinst.ini [sysconfdir]"
73 ac_help="$ac_help
74   --with-CXX              build C++ modules (libpq++)"
75 ac_help="$ac_help
76   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]"
77 ac_help="$ac_help
78   --enable-syslog         enable logging to syslog"
79
80 # Initialize some variables set by options.
81 # The variables have the same names as the options, with
82 # dashes changed to underlines.
83 build=NONE
84 cache_file=./config.cache
85 exec_prefix=NONE
86 host=NONE
87 no_create=
88 nonopt=NONE
89 no_recursion=
90 prefix=NONE
91 program_prefix=NONE
92 program_suffix=NONE
93 program_transform_name=s,x,x,
94 silent=
95 site=
96 srcdir=
97 target=NONE
98 verbose=
99 x_includes=NONE
100 x_libraries=NONE
101 bindir='${exec_prefix}/bin'
102 sbindir='${exec_prefix}/sbin'
103 libexecdir='${exec_prefix}/libexec'
104 datadir='${prefix}/share'
105 sysconfdir='${prefix}/etc'
106 sharedstatedir='${prefix}/com'
107 localstatedir='${prefix}/var'
108 libdir='${exec_prefix}/lib'
109 includedir='${prefix}/include'
110 oldincludedir='/usr/include'
111 docdir='${prefix}/doc'
112 mandir='${prefix}/man'
113
114 # Initialize some other variables.
115 subdirs=
116 MFLAGS= MAKEFLAGS=
117 SHELL=${CONFIG_SHELL-/bin/sh}
118 # Maximum number of lines to put in a shell here document.
119 ac_max_here_lines=12
120
121 ac_prev=
122 for ac_option
123 do
124
125   # If the previous option needs an argument, assign it.
126   if test -n "$ac_prev"; then
127     eval "$ac_prev=\$ac_option"
128     ac_prev=
129     continue
130   fi
131
132   case "$ac_option" in
133   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
134   *) ac_optarg= ;;
135   esac
136
137   # Accept the important Cygnus configure options, so we can diagnose typos.
138
139   case "$ac_option" in
140
141   -bindir | --bindir | --bindi | --bind | --bin | --bi)
142     ac_prev=bindir ;;
143   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
144     bindir="$ac_optarg" ;;
145
146   -build | --build | --buil | --bui | --bu)
147     ac_prev=build ;;
148   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
149     build="$ac_optarg" ;;
150
151   -cache-file | --cache-file | --cache-fil | --cache-fi \
152   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
153     ac_prev=cache_file ;;
154   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
155   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
156     cache_file="$ac_optarg" ;;
157
158   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
159     ac_prev=datadir ;;
160   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
161   | --da=*)
162     datadir="$ac_optarg" ;;
163
164   -disable-* | --disable-*)
165     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
166     # Reject names that are not valid shell variable names.
167     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
168       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
169     fi
170     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
171     eval "enable_${ac_feature}=no" ;;
172
173   -enable-* | --enable-*)
174     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
175     # Reject names that are not valid shell variable names.
176     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
177       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
178     fi
179     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
180     case "$ac_option" in
181       *=*) ;;
182       *) ac_optarg=yes ;;
183     esac
184     eval "enable_${ac_feature}='$ac_optarg'" ;;
185
186   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
187   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
188   | --exec | --exe | --ex)
189     ac_prev=exec_prefix ;;
190   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
191   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
192   | --exec=* | --exe=* | --ex=*)
193     exec_prefix="$ac_optarg" ;;
194
195   -gas | --gas | --ga | --g)
196     # Obsolete; use --with-gas.
197     with_gas=yes ;;
198
199   -help | --help | --hel | --he)
200     # Omit some internal or obsolete options to make the list less imposing.
201     # This message is too long to be a string in the A/UX 3.1 sh.
202     cat << EOF
203 Usage: configure [options] [host]
204 Options: [defaults in brackets after descriptions]
205 Configuration:
206   --cache-file=FILE       cache test results in FILE
207   --help                  print this message
208   --no-create             do not create output files
209   --quiet, --silent       do not print \`checking...' messages
210   --version               print the version of autoconf that created configure
211 Directory and file names:
212   --prefix=PREFIX         install architecture-independent files in PREFIX
213                           [$ac_default_prefix]
214   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
215                           [same as prefix]
216   --bindir=DIR            user executables in DIR [EPREFIX/bin]
217   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
218   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
219   --datadir=DIR           read-only architecture-independent data in DIR
220                           [PREFIX/share]
221   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
222   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
223                           [PREFIX/com]
224   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
225   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
226   --includedir=DIR        C header files in DIR [PREFIX/include]
227   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
228   --docdir=DIR           doc documentation in DIR [PREFIX/doc]
229   --mandir=DIR            man documentation in DIR [PREFIX/man]
230   --srcdir=DIR            find the sources in DIR [configure dir or ..]
231   --program-prefix=PREFIX prepend PREFIX to installed program names
232   --program-suffix=SUFFIX append SUFFIX to installed program names
233   --program-transform-name=PROGRAM
234                           run sed PROGRAM on installed program names
235 EOF
236     cat << EOF
237 Host type:
238   --build=BUILD           configure for building on BUILD [BUILD=HOST]
239   --host=HOST             configure for HOST [guessed]
240   --target=TARGET         configure for TARGET [TARGET=HOST]
241 Features and packages:
242   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
243   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
244   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
245   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
246   --x-includes=DIR        X include files are in DIR
247   --x-libraries=DIR       X library files are in DIR
248 EOF
249     if test -n "$ac_help"; then
250       echo "--enable and --with options recognized:$ac_help"
251     fi
252     exit 0 ;;
253
254   -host | --host | --hos | --ho)
255     ac_prev=host ;;
256   -host=* | --host=* | --hos=* | --ho=*)
257     host="$ac_optarg" ;;
258
259   -includedir | --includedir | --includedi | --included | --include \
260   | --includ | --inclu | --incl | --inc)
261     ac_prev=includedir ;;
262   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
263   | --includ=* | --inclu=* | --incl=* | --inc=*)
264     includedir="$ac_optarg" ;;
265
266   -docdir | --docdir | --infodi | --infod | --doc | --inf)
267     ac_prev=docdir ;;
268   -docdir=* | --docdir=* | --infodi=* | --infod=* | --doc=* | --inf=*)
269     docdir="$ac_optarg" ;;
270
271   -libdir | --libdir | --libdi | --libd)
272     ac_prev=libdir ;;
273   -libdir=* | --libdir=* | --libdi=* | --libd=*)
274     libdir="$ac_optarg" ;;
275
276   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
277   | --libexe | --libex | --libe)
278     ac_prev=libexecdir ;;
279   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
280   | --libexe=* | --libex=* | --libe=*)
281     libexecdir="$ac_optarg" ;;
282
283   -localstatedir | --localstatedir | --localstatedi | --localstated \
284   | --localstate | --localstat | --localsta | --localst \
285   | --locals | --local | --loca | --loc | --lo)
286     ac_prev=localstatedir ;;
287   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
288   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
289   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
290     localstatedir="$ac_optarg" ;;
291
292   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
293     ac_prev=mandir ;;
294   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
295     mandir="$ac_optarg" ;;
296
297   -nfp | --nfp | --nf)
298     # Obsolete; use --without-fp.
299     with_fp=no ;;
300
301   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
302   | --no-cr | --no-c)
303     no_create=yes ;;
304
305   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
306   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
307     no_recursion=yes ;;
308
309   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
310   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
311   | --oldin | --oldi | --old | --ol | --o)
312     ac_prev=oldincludedir ;;
313   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
314   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
315   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
316     oldincludedir="$ac_optarg" ;;
317
318   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
319     ac_prev=prefix ;;
320   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
321     prefix="$ac_optarg" ;;
322
323   -program-prefix | --program-prefix | --program-prefi | --program-pref \
324   | --program-pre | --program-pr | --program-p)
325     ac_prev=program_prefix ;;
326   -program-prefix=* | --program-prefix=* | --program-prefi=* \
327   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
328     program_prefix="$ac_optarg" ;;
329
330   -program-suffix | --program-suffix | --program-suffi | --program-suff \
331   | --program-suf | --program-su | --program-s)
332     ac_prev=program_suffix ;;
333   -program-suffix=* | --program-suffix=* | --program-suffi=* \
334   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
335     program_suffix="$ac_optarg" ;;
336
337   -program-transform-name | --program-transform-name \
338   | --program-transform-nam | --program-transform-na \
339   | --program-transform-n | --program-transform- \
340   | --program-transform | --program-transfor \
341   | --program-transfo | --program-transf \
342   | --program-trans | --program-tran \
343   | --progr-tra | --program-tr | --program-t)
344     ac_prev=program_transform_name ;;
345   -program-transform-name=* | --program-transform-name=* \
346   | --program-transform-nam=* | --program-transform-na=* \
347   | --program-transform-n=* | --program-transform-=* \
348   | --program-transform=* | --program-transfor=* \
349   | --program-transfo=* | --program-transf=* \
350   | --program-trans=* | --program-tran=* \
351   | --progr-tra=* | --program-tr=* | --program-t=*)
352     program_transform_name="$ac_optarg" ;;
353
354   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
355   | -silent | --silent | --silen | --sile | --sil)
356     silent=yes ;;
357
358   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
359     ac_prev=sbindir ;;
360   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
361   | --sbi=* | --sb=*)
362     sbindir="$ac_optarg" ;;
363
364   -sharedstatedir | --sharedstatedir | --sharedstatedi \
365   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
366   | --sharedst | --shareds | --shared | --share | --shar \
367   | --sha | --sh)
368     ac_prev=sharedstatedir ;;
369   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
370   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
371   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
372   | --sha=* | --sh=*)
373     sharedstatedir="$ac_optarg" ;;
374
375   -site | --site | --sit)
376     ac_prev=site ;;
377   -site=* | --site=* | --sit=*)
378     site="$ac_optarg" ;;
379
380   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
381     ac_prev=srcdir ;;
382   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
383     srcdir="$ac_optarg" ;;
384
385   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
386   | --syscon | --sysco | --sysc | --sys | --sy)
387     ac_prev=sysconfdir ;;
388   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
389   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
390     sysconfdir="$ac_optarg" ;;
391
392   -target | --target | --targe | --targ | --tar | --ta | --t)
393     ac_prev=target ;;
394   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
395     target="$ac_optarg" ;;
396
397   -v | -verbose | --verbose | --verbos | --verbo | --verb)
398     verbose=yes ;;
399
400   -version | --version | --versio | --versi | --vers)
401     echo "configure generated by autoconf version 2.13"
402     exit 0 ;;
403
404   -with-* | --with-*)
405     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
406     # Reject names that are not valid shell variable names.
407     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
408       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
409     fi
410     ac_package=`echo $ac_package| sed 's/-/_/g'`
411     case "$ac_option" in
412       *=*) ;;
413       *) ac_optarg=yes ;;
414     esac
415     eval "with_${ac_package}='$ac_optarg'" ;;
416
417   -without-* | --without-*)
418     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
419     # Reject names that are not valid shell variable names.
420     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
421       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
422     fi
423     ac_package=`echo $ac_package| sed 's/-/_/g'`
424     eval "with_${ac_package}=no" ;;
425
426   --x)
427     # Obsolete; use --with-x.
428     with_x=yes ;;
429
430   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
431   | --x-incl | --x-inc | --x-in | --x-i)
432     ac_prev=x_includes ;;
433   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
434   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
435     x_includes="$ac_optarg" ;;
436
437   -x-libraries | --x-libraries | --x-librarie | --x-librari \
438   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
439     ac_prev=x_libraries ;;
440   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
441   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
442     x_libraries="$ac_optarg" ;;
443
444   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
445     ;;
446
447   *)
448     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
449       echo "configure: warning: $ac_option: invalid host type" 1>&2
450     fi
451     if test "x$nonopt" != xNONE; then
452       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
453     fi
454     nonopt="$ac_option"
455     ;;
456
457   esac
458 done
459
460 if test -n "$ac_prev"; then
461   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
462 fi
463
464 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
465
466 # File descriptor usage:
467 # 0 standard input
468 # 1 file creation
469 # 2 errors and warnings
470 # 3 some systems may open it to /dev/tty
471 # 4 used on the Kubota Titan
472 # 6 checking for... messages and results
473 # 5 compiler messages saved in config.log
474 if test "$silent" = yes; then
475   exec 6>/dev/null
476 else
477   exec 6>&1
478 fi
479 exec 5>./config.log
480
481 echo "\
482 This file contains any messages produced by compilers while
483 running configure, to aid debugging if configure makes a mistake.
484 " 1>&5
485
486 # Strip out --no-create and --no-recursion so they do not pile up.
487 # Also quote any args containing shell metacharacters.
488 ac_configure_args=
489 for ac_arg
490 do
491   case "$ac_arg" in
492   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
493   | --no-cr | --no-c) ;;
494   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
495   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
496   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
497   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
498   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
499   esac
500 done
501
502 # NLS nuisances.
503 # Only set these to C if already set.  These must not be set unconditionally
504 # because not all systems understand e.g. LANG=C (notably SCO).
505 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
506 # Non-C LC_CTYPE values break the ctype check.
507 if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
508 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
509 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
510 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
511
512 # confdefs.h avoids OS command line length limits that DEFS can exceed.
513 rm -rf conftest* confdefs.h
514 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
515 echo > confdefs.h
516
517 # A filename unique to this package, relative to the directory that
518 # configure is in, which we can look for to find out if srcdir is correct.
519 ac_unique_file=src/backend/access/common/heaptuple.c
520
521 # Find the source files, if location was not specified.
522 if test -z "$srcdir"; then
523   ac_srcdir_defaulted=yes
524   # Try the directory containing this script, then its parent.
525   ac_prog=$0
526   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
527   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
528   srcdir=$ac_confdir
529   if test ! -r $srcdir/$ac_unique_file; then
530     srcdir=..
531   fi
532 else
533   ac_srcdir_defaulted=no
534 fi
535 if test ! -r $srcdir/$ac_unique_file; then
536   if test "$ac_srcdir_defaulted" = yes; then
537     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
538   else
539     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
540   fi
541 fi
542 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
543
544 # Prefer explicitly selected file to automatically selected ones.
545 if test -z "$CONFIG_SITE"; then
546   if test "x$prefix" != xNONE; then
547     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
548   else
549     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
550   fi
551 fi
552 for ac_site_file in $CONFIG_SITE; do
553   if test -r "$ac_site_file"; then
554     echo "loading site script $ac_site_file"
555     . "$ac_site_file"
556   fi
557 done
558
559 if test -r "$cache_file"; then
560   echo "loading cache $cache_file"
561   . $cache_file
562 else
563   echo "creating cache $cache_file"
564   > $cache_file
565 fi
566
567 ac_ext=c
568 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
569 ac_cpp='$CPP $CPPFLAGS'
570 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
571 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
572 cross_compiling=$ac_cv_prog_cc_cross
573
574 ac_exeext=
575 ac_objext=o
576 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
577   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
578   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
579     ac_n= ac_c='
580 ' ac_t='        '
581   else
582     ac_n=-n ac_c= ac_t=
583   fi
584 else
585   ac_n= ac_c='\c' ac_t=
586 fi
587
588
589
590
591
592
593
594
595
596 ac_aux_dir=
597 for ac_dir in config $srcdir/config; do
598   if test -f $ac_dir/install-sh; then
599     ac_aux_dir=$ac_dir
600     ac_install_sh="$ac_aux_dir/install-sh -c"
601     break
602   elif test -f $ac_dir/install.sh; then
603     ac_aux_dir=$ac_dir
604     ac_install_sh="$ac_aux_dir/install.sh -c"
605     break
606   fi
607 done
608 if test -z "$ac_aux_dir"; then
609   { echo "configure: error: can not find install-sh or install.sh in config $srcdir/config" 1>&2; exit 1; }
610 fi
611 ac_config_guess=$ac_aux_dir/config.guess
612 ac_config_sub=$ac_aux_dir/config.sub
613 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
614
615
616 VERSION='7.2devel'
617
618 cat >> confdefs.h <<EOF
619 #define PG_VERSION "$VERSION"
620 EOF
621
622
623 unset CDPATH
624
625
626 # Make sure we can run config.sub.
627 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
628 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
629 fi
630
631 echo $ac_n "checking host system type""... $ac_c" 1>&6
632 echo "configure:633: checking host system type" >&5
633
634 host_alias=$host
635 case "$host_alias" in
636 NONE)
637   case $nonopt in
638   NONE)
639     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
640     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
641     fi ;;
642   *) host_alias=$nonopt ;;
643   esac ;;
644 esac
645
646 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
647 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
648 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
649 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
650 echo "$ac_t""$host" 1>&6
651
652
653
654
655
656 template=
657 echo $ac_n "checking which template to use""... $ac_c" 1>&6
658 echo "configure:659: checking which template to use" >&5
659
660 # Check whether --with-template was given
661 if test x"${with_template+set}" = xset; then
662   case $with_template in
663     yes)
664       { echo "configure: error: argument required for --with-template option" 1>&2; exit 1; }
665       ;;
666     no)
667       { echo "configure: error: argument required for --with-template option" 1>&2; exit 1; }
668       ;;
669     *)
670       withval=$with_template
671       
672   case $withval in
673     list)   echo; ls "$srcdir/src/template"; exit;;
674     *)      if test -f "$srcdir/src/template/$with_template" ; then
675               template=$withval
676             else
677               { echo "configure: error: '$withval' is not a valid template name. Use 'list' for a list." 1>&2; exit 1; }
678             fi;;
679   esac
680
681       ;;
682   esac # $with_template
683 else
684   
685   # --with-template not given
686
687 case $host_os in
688      aix*) template=aix ;;
689     beos*) template=beos ;;
690     bsdi*) template=bsdi ;;
691   cygwin*) template=win ;;
692   darwin*) template=darwin ;;
693     dgux*) template=dgux ;;
694  freebsd*) template=freebsd ;;
695     hpux*) template=hpux ;;
696     irix*) template=irix5 ;;
697    linux*) template=linux ;;
698   netbsd*) template=netbsd ;;
699 nextstep*) template=nextstep ;;
700  openbsd*) template=openbsd ;;
701      osf*) template=osf ;;
702      qnx*) template=qnx4 ;;
703      sco*) template=sco ;;
704  solaris*) template=solaris ;;
705    sunos*) template=sunos4 ;;
706  sysv4.2*)
707         case $host_vendor in
708           univel) template=univel ;;
709         esac ;;
710    sysv4*) template=svr4 ;;
711  sysv5uw*) template=unixware ;;
712  sysv5*) template=unixware ;;
713   ultrix*) template=ultrix4 ;;
714 esac
715
716   if test x"$template" = x"" ; then
717     { echo "configure: error: 
718 *******************************************************************
719 PostgreSQL has apparently not been ported to your platform yet.
720 To try a manual configuration, look into the src/template directory
721 for a similar platform and use the '--with-template=' option.
722
723 Please also contact <pgsql-ports@postgresql.org> to see about
724 rectifying this.  Include the above 'checking host system type...'
725 line.
726 *******************************************************************
727 " 1>&2; exit 1; }
728   fi
729
730
731 fi
732
733 echo "$ac_t""$template" 1>&6
734
735 PORTNAME=$template
736
737
738
739
740
741
742
743 # Pick right test-and-set (TAS) code.  Most platforms have inline
744 # assembler code in src/include/storage/s_lock.h, so we just use
745 # a dummy file here.
746 case $host in
747   *-*-hpux*)        need_tas=yes; tas_file=hpux.s ;;
748   sparc-*-solaris*) need_tas=yes; tas_file=solaris_sparc.s ;;
749   i?86-*-solaris)   need_tas=yes; tas_file=solaris_i386.s ;;
750   *)                need_tas=no;  tas_file=dummy.s ;;
751 esac
752
753
754 if test "$need_tas" = yes ; then
755   TAS=tas.o
756 fi
757
758
759
760
761 ##
762 ## Command line options
763 ##
764
765
766 #
767 # Add non-standard directories to the include path
768 #
769 # Check whether --with-includes was given
770 if test x"${with_includes+set}" = xset; then
771   case $with_includes in
772     yes)
773       { echo "configure: error: argument required for --with-includes option" 1>&2; exit 1; }
774       ;;
775     no)
776       { echo "configure: error: argument required for --with-includes option" 1>&2; exit 1; }
777       ;;
778   esac # $with_includes
779 fi
780
781
782 #
783 # Add non-standard directories to the library search path
784 #
785 # Check whether --with-libraries was given
786 if test x"${with_libraries+set}" = xset; then
787   case $with_libraries in
788     yes)
789       { echo "configure: error: argument required for --with-libraries option" 1>&2; exit 1; }
790       ;;
791     no)
792       { echo "configure: error: argument required for --with-libraries option" 1>&2; exit 1; }
793       ;;
794     *)
795       withval=$with_libraries
796       LIBRARY_DIRS=$withval
797       ;;
798   esac # $with_libraries
799 fi
800
801 # Check whether --with-libs was given
802 if test x"${with_libs+set}" = xset; then
803   case $with_libs in
804     yes)
805       { echo "configure: error: argument required for --with-libs option" 1>&2; exit 1; }
806       ;;
807     no)
808       { echo "configure: error: argument required for --with-libs option" 1>&2; exit 1; }
809       ;;
810     *)
811       withval=$with_libs
812       LIBRARY_DIRS=$withval
813       ;;
814   esac # $with_libs
815 fi
816
817
818 #
819 # Locale (--enable-locale)
820 #
821 echo $ac_n "checking whether to build with locale support""... $ac_c" 1>&6
822 echo "configure:823: checking whether to build with locale support" >&5
823 # Check whether --enable-locale was given
824 if test x"${enable_locale+set}" = xset; then
825   case $enable_locale in
826     yes)
827       cat >> confdefs.h <<\EOF
828 #define USE_LOCALE 1
829 EOF
830
831       ;;
832     no)
833       :
834       ;;
835     *)
836       enableval=$enable_locale
837       { echo "configure: error: no argument expected for --enable-locale option" 1>&2; exit 1; }
838       ;;
839   esac # $enable_locale
840 else
841   enable_locale=no
842
843 fi
844 echo "$ac_t""$enable_locale" 1>&6
845
846
847 #
848 # Character set recode (--enable-recode)
849 #
850 echo $ac_n "checking whether to build with recode support""... $ac_c" 1>&6
851 echo "configure:852: checking whether to build with recode support" >&5
852 # Check whether --enable-recode was given
853 if test x"${enable_recode+set}" = xset; then
854   case $enable_recode in
855     yes)
856       cat >> confdefs.h <<\EOF
857 #define CYR_RECODE 1
858 EOF
859
860       ;;
861     no)
862       :
863       ;;
864     *)
865       enableval=$enable_recode
866       { echo "configure: error: no argument expected for --enable-recode option" 1>&2; exit 1; }
867       ;;
868   esac # $enable_recode
869 else
870   enable_recode=no
871
872 fi
873 echo "$ac_t""$enable_recode" 1>&6
874
875
876 #
877 # Multibyte support
878 #
879 MULTIBYTE=
880 echo $ac_n "checking whether to build with multibyte character support""... $ac_c" 1>&6
881 echo "configure:882: checking whether to build with multibyte character support" >&5
882
883 # Check whether --enable-multibyte was given
884 if test x"${enable_multibyte+set}" = xset; then
885   case $enable_multibyte in
886     yes)
887       MULTIBYTE=SQL_ASCII
888       ;;
889     no)
890       :
891       ;;
892     *)
893       enableval=$enable_multibyte
894       enable_multibyte=yes
895
896   case $enableval in
897     SQL_ASCII|EUC_JP|EUC_CN|EUC_KR|EUC_TW|UNICODE|MULE_INTERNAL|LATIN1|LATIN2|LATIN3|LATIN4|LATIN5|KOI8|WIN|ALT)
898       MULTIBYTE=$enableval;;
899     *)
900       { echo "configure: error: argument to --enable-multibyte must be one of:
901   SQL_ASCII, EUC_JP, EUC_CN, EUC_KR, EUC_TW,
902   UNICODE, MULE_INTERNAL,
903   LATIN1, LATIN2, LATIN3, LATIN4, LATIN5,
904   KOI8, WIN, ALT
905 Or do not specify an argument to the option to use the default." 1>&2; exit 1; };;
906   esac
907
908       ;;
909   esac # $enable_multibyte
910 else
911   enable_multibyte=no
912 fi
913
914 if test "$enable_multibyte" = yes; then
915   
916   cat >> confdefs.h <<\EOF
917 #define MULTIBYTE 1
918 EOF
919
920   echo "$ac_t""yes, default $MULTIBYTE" 1>&6
921
922 else
923   echo "$ac_t""no" 1>&6
924 fi
925
926
927
928
929 #
930 # Unicode conversion (--enable-unicode-conversion)
931 #
932 echo $ac_n "checking whether to build with Unicode conversion support""... $ac_c" 1>&6
933 echo "configure:934: checking whether to build with Unicode conversion support" >&5
934 # Check whether --enable-unicode-conversion was given
935 if test x"${enable_unicode_conversion+set}" = xset; then
936   case $enable_unicode_conversion in
937     yes)
938       if test -z "$MULTIBYTE"; then
939   { echo "configure: error: --enable-unicode-conversion only works with --enable-multibyte" 1>&2; exit 1; }
940 fi
941 cat >> confdefs.h <<\EOF
942 #define UNICODE_CONVERSION 1
943 EOF
944
945       ;;
946     no)
947       :
948       ;;
949     *)
950       enableval=$enable_unicode_conversion
951       { echo "configure: error: no argument expected for --enable-unicode-conversion option" 1>&2; exit 1; }
952       ;;
953   esac # $enable_unicode_conversion
954 else
955   enable_unicode_conversion=no
956
957 fi
958 echo "$ac_t""$enable_unicode_conversion" 1>&6
959
960 #
961 # NLS
962 #
963 echo $ac_n "checking whether NLS is wanted""... $ac_c" 1>&6
964 echo "configure:965: checking whether NLS is wanted" >&5
965 # Check whether --enable-nls was given
966 if test x"${enable_nls+set}" = xset; then
967   case $enable_nls in
968     yes)
969       :
970       ;;
971     no)
972       :
973       ;;
974     *)
975       enableval=$enable_nls
976       enable_nls=yes
977 WANTED_LANGUAGES=$enableval
978       ;;
979   esac # $enable_nls
980 else
981   enable_nls=no
982 fi
983
984 if test "$enable_nls" = yes; then
985   cat >> confdefs.h <<\EOF
986 #define ENABLE_NLS 1
987 EOF
988
989 fi
990
991 echo "$ac_t""$enable_nls" 1>&6
992
993
994
995 #
996 # Default port number (--with-pgport), default 5432
997 #
998 echo $ac_n "checking for default port number""... $ac_c" 1>&6
999 echo "configure:1000: checking for default port number" >&5
1000 # Check whether --with-pgport was given
1001 if test x"${with_pgport+set}" = xset; then
1002   case $with_pgport in
1003     yes)
1004       { echo "configure: error: argument required for --with-pgport option" 1>&2; exit 1; }
1005       ;;
1006     no)
1007       { echo "configure: error: argument required for --with-pgport option" 1>&2; exit 1; }
1008       ;;
1009     *)
1010       withval=$with_pgport
1011       default_port=$withval
1012       ;;
1013   esac # $with_pgport
1014 else
1015   default_port=5432
1016 fi
1017 echo "$ac_t""$default_port" 1>&6
1018 # Need both of these because some places want an integer and some a string
1019 cat >> confdefs.h <<EOF
1020 #define DEF_PGPORT ${default_port}
1021 EOF
1022
1023 cat >> confdefs.h <<EOF
1024 #define DEF_PGPORT_STR "${default_port}"
1025 EOF
1026
1027
1028
1029 #
1030 # Maximum number of allowed connections (--with-maxbackends), default 32
1031 #
1032 echo $ac_n "checking for default soft limit on number of connections""... $ac_c" 1>&6
1033 echo "configure:1034: checking for default soft limit on number of connections" >&5
1034 # Check whether --with-maxbackends was given
1035 if test x"${with_maxbackends+set}" = xset; then
1036   case $with_maxbackends in
1037     yes)
1038       { echo "configure: error: argument required for --with-maxbackends option" 1>&2; exit 1; }
1039       ;;
1040     no)
1041       { echo "configure: error: argument required for --with-maxbackends option" 1>&2; exit 1; }
1042       ;;
1043   esac # $with_maxbackends
1044 else
1045   with_maxbackends=32
1046 fi
1047 echo "$ac_t""$with_maxbackends" 1>&6
1048 cat >> confdefs.h <<EOF
1049 #define DEF_MAXBACKENDS $with_maxbackends
1050 EOF
1051
1052
1053
1054 #
1055 # Option to disable shared libraries
1056 #
1057 # Check whether --enable-shared was given
1058 if test x"${enable_shared+set}" = xset; then
1059   case $enable_shared in
1060     yes)
1061       :
1062       ;;
1063     no)
1064       :
1065       ;;
1066     *)
1067       enableval=$enable_shared
1068       { echo "configure: error: no argument expected for --enable-shared option" 1>&2; exit 1; }
1069       ;;
1070   esac # $enable_shared
1071 else
1072   enable_shared=yes
1073
1074 fi
1075
1076
1077 #
1078 # '-rpath'-like feature can be disabled
1079 #
1080 # Check whether --enable-rpath was given
1081 if test x"${enable_rpath+set}" = xset; then
1082   case $enable_rpath in
1083     yes)
1084       :
1085       ;;
1086     no)
1087       :
1088       ;;
1089     *)
1090       enableval=$enable_rpath
1091       { echo "configure: error: no argument expected for --enable-rpath option" 1>&2; exit 1; }
1092       ;;
1093   esac # $enable_rpath
1094 else
1095   enable_rpath=yes
1096
1097 fi
1098
1099
1100
1101 #
1102 # --enable-debug adds -g to compiler flags
1103 #
1104 # Check whether --enable-debug was given
1105 if test x"${enable_debug+set}" = xset; then
1106   case $enable_debug in
1107     yes)
1108       :
1109       ;;
1110     no)
1111       :
1112       ;;
1113     *)
1114       enableval=$enable_debug
1115       { echo "configure: error: no argument expected for --enable-debug option" 1>&2; exit 1; }
1116       ;;
1117   esac # $enable_debug
1118 else
1119   enable_debug=no
1120
1121 fi
1122
1123
1124 #
1125 # C compiler
1126 #
1127
1128 # For historical reasons you can also use --with-CC to specify the C compiler
1129 # to use, although the standard way to do this is to set the CC environment
1130 # variable.
1131 # Check whether --with-CC was given
1132 if test x"${with_CC+set}" = xset; then
1133   case $with_CC in
1134     yes)
1135       { echo "configure: error: argument required for --with-CC option" 1>&2; exit 1; }
1136       ;;
1137     no)
1138       { echo "configure: error: argument required for --with-CC option" 1>&2; exit 1; }
1139       ;;
1140     *)
1141       withval=$with_CC
1142       CC=$with_CC
1143       ;;
1144   esac # $with_CC
1145 fi
1146
1147 # On AIX, default compiler to xlc.
1148 if test "$template" = aix && test -z "$CC" ; then CC=xlc; fi
1149
1150 # Save CFLAGS from the environment
1151 has_environ_CFLAGS="${CFLAGS+yes}"
1152 save_CFLAGS=$CFLAGS
1153
1154 # Extract the first word of "gcc", so it can be a program name with args.
1155 set dummy gcc; ac_word=$2
1156 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1157 echo "configure:1158: checking for $ac_word" >&5
1158 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1159   echo $ac_n "(cached) $ac_c" 1>&6
1160 else
1161   if test -n "$CC"; then
1162   ac_cv_prog_CC="$CC" # Let the user override the test.
1163 else
1164   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1165   ac_dummy="$PATH"
1166   for ac_dir in $ac_dummy; do
1167     test -z "$ac_dir" && ac_dir=.
1168     if test -f $ac_dir/$ac_word; then
1169       ac_cv_prog_CC="gcc"
1170       break
1171     fi
1172   done
1173   IFS="$ac_save_ifs"
1174 fi
1175 fi
1176 CC="$ac_cv_prog_CC"
1177 if test -n "$CC"; then
1178   echo "$ac_t""$CC" 1>&6
1179 else
1180   echo "$ac_t""no" 1>&6
1181 fi
1182
1183 if test -z "$CC"; then
1184   # Extract the first word of "cc", so it can be a program name with args.
1185 set dummy cc; ac_word=$2
1186 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1187 echo "configure:1188: checking for $ac_word" >&5
1188 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1189   echo $ac_n "(cached) $ac_c" 1>&6
1190 else
1191   if test -n "$CC"; then
1192   ac_cv_prog_CC="$CC" # Let the user override the test.
1193 else
1194   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1195   ac_prog_rejected=no
1196   ac_dummy="$PATH"
1197   for ac_dir in $ac_dummy; do
1198     test -z "$ac_dir" && ac_dir=.
1199     if test -f $ac_dir/$ac_word; then
1200       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1201         ac_prog_rejected=yes
1202         continue
1203       fi
1204       ac_cv_prog_CC="cc"
1205       break
1206     fi
1207   done
1208   IFS="$ac_save_ifs"
1209 if test $ac_prog_rejected = yes; then
1210   # We found a bogon in the path, so make sure we never use it.
1211   set dummy $ac_cv_prog_CC
1212   shift
1213   if test $# -gt 0; then
1214     # We chose a different compiler from the bogus one.
1215     # However, it has the same basename, so the bogon will be chosen
1216     # first if we set CC to just the basename; use the full file name.
1217     shift
1218     set dummy "$ac_dir/$ac_word" "$@"
1219     shift
1220     ac_cv_prog_CC="$@"
1221   fi
1222 fi
1223 fi
1224 fi
1225 CC="$ac_cv_prog_CC"
1226 if test -n "$CC"; then
1227   echo "$ac_t""$CC" 1>&6
1228 else
1229   echo "$ac_t""no" 1>&6
1230 fi
1231
1232   if test -z "$CC"; then
1233     case "`uname -s`" in
1234     *win32* | *WIN32*)
1235       # Extract the first word of "cl", so it can be a program name with args.
1236 set dummy cl; ac_word=$2
1237 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1238 echo "configure:1239: checking for $ac_word" >&5
1239 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1240   echo $ac_n "(cached) $ac_c" 1>&6
1241 else
1242   if test -n "$CC"; then
1243   ac_cv_prog_CC="$CC" # Let the user override the test.
1244 else
1245   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1246   ac_dummy="$PATH"
1247   for ac_dir in $ac_dummy; do
1248     test -z "$ac_dir" && ac_dir=.
1249     if test -f $ac_dir/$ac_word; then
1250       ac_cv_prog_CC="cl"
1251       break
1252     fi
1253   done
1254   IFS="$ac_save_ifs"
1255 fi
1256 fi
1257 CC="$ac_cv_prog_CC"
1258 if test -n "$CC"; then
1259   echo "$ac_t""$CC" 1>&6
1260 else
1261   echo "$ac_t""no" 1>&6
1262 fi
1263  ;;
1264     esac
1265   fi
1266   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1267 fi
1268
1269 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1270 echo "configure:1271: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1271
1272 ac_ext=c
1273 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1274 ac_cpp='$CPP $CPPFLAGS'
1275 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1276 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1277 cross_compiling=$ac_cv_prog_cc_cross
1278
1279 cat > conftest.$ac_ext << EOF
1280
1281 #line 1282 "configure"
1282 #include "confdefs.h"
1283
1284 main(){return(0);}
1285 EOF
1286 if { (eval echo configure:1287: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1287   ac_cv_prog_cc_works=yes
1288   # If we can't run a trivial program, we are probably using a cross compiler.
1289   if (./conftest; exit) 2>/dev/null; then
1290     ac_cv_prog_cc_cross=no
1291   else
1292     ac_cv_prog_cc_cross=yes
1293   fi
1294 else
1295   echo "configure: failed program was:" >&5
1296   cat conftest.$ac_ext >&5
1297   ac_cv_prog_cc_works=no
1298 fi
1299 rm -fr conftest*
1300 ac_ext=c
1301 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1302 ac_cpp='$CPP $CPPFLAGS'
1303 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1304 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1305 cross_compiling=$ac_cv_prog_cc_cross
1306
1307 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
1308 if test $ac_cv_prog_cc_works = no; then
1309   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
1310 fi
1311 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1312 echo "configure:1313: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1313 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
1314 cross_compiling=$ac_cv_prog_cc_cross
1315
1316 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1317 echo "configure:1318: checking whether we are using GNU C" >&5
1318 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1319   echo $ac_n "(cached) $ac_c" 1>&6
1320 else
1321   cat > conftest.c <<EOF
1322 #ifdef __GNUC__
1323   yes;
1324 #endif
1325 EOF
1326 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1327: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1327   ac_cv_prog_gcc=yes
1328 else
1329   ac_cv_prog_gcc=no
1330 fi
1331 fi
1332
1333 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1334
1335 if test $ac_cv_prog_gcc = yes; then
1336   GCC=yes
1337 else
1338   GCC=
1339 fi
1340
1341 ac_test_CFLAGS="${CFLAGS+set}"
1342 ac_save_CFLAGS="$CFLAGS"
1343 CFLAGS=
1344 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1345 echo "configure:1346: checking whether ${CC-cc} accepts -g" >&5
1346 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1347   echo $ac_n "(cached) $ac_c" 1>&6
1348 else
1349   echo 'void f(){}' > conftest.c
1350 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1351   ac_cv_prog_cc_g=yes
1352 else
1353   ac_cv_prog_cc_g=no
1354 fi
1355 rm -f conftest*
1356
1357 fi
1358
1359 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1360 if test "$ac_test_CFLAGS" = set; then
1361   CFLAGS="$ac_save_CFLAGS"
1362 elif test $ac_cv_prog_cc_g = yes; then
1363   if test "$GCC" = yes; then
1364     CFLAGS="-g -O2"
1365   else
1366     CFLAGS="-g"
1367   fi
1368 else
1369   if test "$GCC" = yes; then
1370     CFLAGS="-O2"
1371   else
1372     CFLAGS=
1373   fi
1374 fi
1375
1376 # Read the template
1377 . "$srcdir/src/template/$template" || exit
1378
1379 if test "$has_environ_CFLAGS" = yes; then
1380   CFLAGS=$save_CFLAGS
1381 fi
1382 if test "$enable_debug" = yes && test "$ac_cv_prog_cc_g" = yes; then
1383   CFLAGS="$CFLAGS -g"
1384 fi
1385 echo "using CFLAGS=$CFLAGS"
1386 # Check if the compiler still works with the template settings
1387 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1388 echo "configure:1389: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1389
1390 ac_ext=c
1391 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1392 ac_cpp='$CPP $CPPFLAGS'
1393 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1394 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1395 cross_compiling=$ac_cv_prog_cc_cross
1396
1397 cat > conftest.$ac_ext << EOF
1398
1399 #line 1400 "configure"
1400 #include "confdefs.h"
1401
1402 main(){return(0);}
1403 EOF
1404 if { (eval echo configure:1405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1405   ac_cv_prog_cc_works=yes
1406   # If we can't run a trivial program, we are probably using a cross compiler.
1407   if (./conftest; exit) 2>/dev/null; then
1408     ac_cv_prog_cc_cross=no
1409   else
1410     ac_cv_prog_cc_cross=yes
1411   fi
1412 else
1413   echo "configure: failed program was:" >&5
1414   cat conftest.$ac_ext >&5
1415   ac_cv_prog_cc_works=no
1416 fi
1417 rm -fr conftest*
1418 ac_ext=c
1419 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1420 ac_cpp='$CPP $CPPFLAGS'
1421 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1422 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1423 cross_compiling=$ac_cv_prog_cc_cross
1424
1425 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
1426 if test $ac_cv_prog_cc_works = no; then
1427   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
1428 fi
1429 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1430 echo "configure:1431: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1431 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
1432 cross_compiling=$ac_cv_prog_cc_cross
1433
1434 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
1435 echo "configure:1436: checking for Cygwin environment" >&5
1436 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
1437   echo $ac_n "(cached) $ac_c" 1>&6
1438 else
1439   cat > conftest.$ac_ext <<EOF
1440 #line 1441 "configure"
1441 #include "confdefs.h"
1442
1443 int main() {
1444
1445 #ifndef __CYGWIN__
1446 #define __CYGWIN__ __CYGWIN32__
1447 #endif
1448 return __CYGWIN__;
1449 ; return 0; }
1450 EOF
1451 if { (eval echo configure:1452: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1452   rm -rf conftest*
1453   ac_cv_cygwin=yes
1454 else
1455   echo "configure: failed program was:" >&5
1456   cat conftest.$ac_ext >&5
1457   rm -rf conftest*
1458   ac_cv_cygwin=no
1459 fi
1460 rm -f conftest*
1461 rm -f conftest*
1462 fi
1463
1464 echo "$ac_t""$ac_cv_cygwin" 1>&6
1465 CYGWIN=
1466 test "$ac_cv_cygwin" = yes && CYGWIN=yes
1467 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
1468 echo "configure:1469: checking for mingw32 environment" >&5
1469 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
1470   echo $ac_n "(cached) $ac_c" 1>&6
1471 else
1472   cat > conftest.$ac_ext <<EOF
1473 #line 1474 "configure"
1474 #include "confdefs.h"
1475
1476 int main() {
1477 return __MINGW32__;
1478 ; return 0; }
1479 EOF
1480 if { (eval echo configure:1481: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1481   rm -rf conftest*
1482   ac_cv_mingw32=yes
1483 else
1484   echo "configure: failed program was:" >&5
1485   cat conftest.$ac_ext >&5
1486   rm -rf conftest*
1487   ac_cv_mingw32=no
1488 fi
1489 rm -f conftest*
1490 rm -f conftest*
1491 fi
1492
1493 echo "$ac_t""$ac_cv_mingw32" 1>&6
1494 MINGW32=
1495 test "$ac_cv_mingw32" = yes && MINGW32=yes
1496
1497
1498 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
1499 echo "configure:1500: checking for executable suffix" >&5
1500 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
1501   echo $ac_n "(cached) $ac_c" 1>&6
1502 else
1503   if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
1504   ac_cv_exeext=.exe
1505 else
1506   rm -f conftest*
1507   echo 'int main () { return 0; }' > conftest.$ac_ext
1508   ac_cv_exeext=
1509   if { (eval echo configure:1510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1510     for file in conftest.*; do
1511       case $file in
1512       *.c | *.o | *.obj) ;;
1513       *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
1514       esac
1515     done
1516   else
1517     { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
1518   fi
1519   rm -f conftest*
1520   test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
1521 fi
1522 fi
1523
1524 EXEEXT=""
1525 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
1526 echo "$ac_t""${ac_cv_exeext}" 1>&6
1527 ac_exeext=$EXEEXT
1528
1529 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
1530 echo "configure:1531: checking how to run the C preprocessor" >&5
1531 # On Suns, sometimes $CPP names a directory.
1532 if test -n "$CPP" && test -d "$CPP"; then
1533   CPP=
1534 fi
1535 if test -z "$CPP"; then
1536 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
1537   echo $ac_n "(cached) $ac_c" 1>&6
1538 else
1539     # This must be in double quotes, not single quotes, because CPP may get
1540   # substituted into the Makefile and "${CC-cc}" will confuse make.
1541   CPP="${CC-cc} -E"
1542   # On the NeXT, cc -E runs the code through the compiler's parser,
1543   # not just through cpp.
1544   cat > conftest.$ac_ext <<EOF
1545 #line 1546 "configure"
1546 #include "confdefs.h"
1547 #include <assert.h>
1548 Syntax Error
1549 EOF
1550 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1551 { (eval echo configure:1552: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1552 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1553 if test -z "$ac_err"; then
1554   :
1555 else
1556   echo "$ac_err" >&5
1557   echo "configure: failed program was:" >&5
1558   cat conftest.$ac_ext >&5
1559   rm -rf conftest*
1560   CPP="${CC-cc} -E -traditional-cpp"
1561   cat > conftest.$ac_ext <<EOF
1562 #line 1563 "configure"
1563 #include "confdefs.h"
1564 #include <assert.h>
1565 Syntax Error
1566 EOF
1567 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1568 { (eval echo configure:1569: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1569 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1570 if test -z "$ac_err"; then
1571   :
1572 else
1573   echo "$ac_err" >&5
1574   echo "configure: failed program was:" >&5
1575   cat conftest.$ac_ext >&5
1576   rm -rf conftest*
1577   CPP="${CC-cc} -nologo -E"
1578   cat > conftest.$ac_ext <<EOF
1579 #line 1580 "configure"
1580 #include "confdefs.h"
1581 #include <assert.h>
1582 Syntax Error
1583 EOF
1584 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1585 { (eval echo configure:1586: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1586 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1587 if test -z "$ac_err"; then
1588   :
1589 else
1590   echo "$ac_err" >&5
1591   echo "configure: failed program was:" >&5
1592   cat conftest.$ac_ext >&5
1593   rm -rf conftest*
1594   CPP=/lib/cpp
1595 fi
1596 rm -f conftest*
1597 fi
1598 rm -f conftest*
1599 fi
1600 rm -f conftest*
1601   ac_cv_prog_CPP="$CPP"
1602 fi
1603   CPP="$ac_cv_prog_CPP"
1604 else
1605   ac_cv_prog_CPP="$CPP"
1606 fi
1607 echo "$ac_t""$CPP" 1>&6
1608
1609 if test $ac_cv_prog_gcc = yes; then
1610     echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
1611 echo "configure:1612: checking whether ${CC-cc} needs -traditional" >&5
1612 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
1613   echo $ac_n "(cached) $ac_c" 1>&6
1614 else
1615     ac_pattern="Autoconf.*'x'"
1616   cat > conftest.$ac_ext <<EOF
1617 #line 1618 "configure"
1618 #include "confdefs.h"
1619 #include <sgtty.h>
1620 Autoconf TIOCGETP
1621 EOF
1622 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1623   egrep "$ac_pattern" >/dev/null 2>&1; then
1624   rm -rf conftest*
1625   ac_cv_prog_gcc_traditional=yes
1626 else
1627   rm -rf conftest*
1628   ac_cv_prog_gcc_traditional=no
1629 fi
1630 rm -f conftest*
1631
1632
1633   if test $ac_cv_prog_gcc_traditional = no; then
1634     cat > conftest.$ac_ext <<EOF
1635 #line 1636 "configure"
1636 #include "confdefs.h"
1637 #include <termio.h>
1638 Autoconf TCGETA
1639 EOF
1640 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1641   egrep "$ac_pattern" >/dev/null 2>&1; then
1642   rm -rf conftest*
1643   ac_cv_prog_gcc_traditional=yes
1644 fi
1645 rm -f conftest*
1646
1647   fi
1648 fi
1649
1650 echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
1651   if test $ac_cv_prog_gcc_traditional = yes; then
1652     CC="$CC -traditional"
1653   fi
1654 fi
1655
1656
1657
1658 # Create compiler version string
1659 if test x"$GCC" = x"yes" ; then
1660   cc_string="GCC `${CC} --version`"
1661 else
1662   cc_string=$CC
1663 fi
1664 cat >> confdefs.h <<EOF
1665 #define PG_VERSION_STR "PostgreSQL $VERSION on $host, compiled by $cc_string"
1666 EOF
1667
1668
1669
1670 #
1671 # Automatic dependency tracking
1672 #
1673 # Check whether --enable-depend was given
1674 if test x"${enable_depend+set}" = xset; then
1675   case $enable_depend in
1676     yes)
1677       autodepend=yes
1678       ;;
1679     no)
1680       :
1681       ;;
1682     *)
1683       enableval=$enable_depend
1684       { echo "configure: error: no argument expected for --enable-depend option" 1>&2; exit 1; }
1685       ;;
1686   esac # $enable_depend
1687 else
1688   enable_depend=no
1689
1690 fi
1691
1692
1693
1694 #
1695 # Enable assert checks
1696 #
1697 # Check whether --enable-cassert was given
1698 if test x"${enable_cassert+set}" = xset; then
1699   case $enable_cassert in
1700     yes)
1701       cat >> confdefs.h <<\EOF
1702 #define USE_ASSERT_CHECKING 1
1703 EOF
1704
1705       ;;
1706     no)
1707       :
1708       ;;
1709     *)
1710       enableval=$enable_cassert
1711       { echo "configure: error: no argument expected for --enable-cassert option" 1>&2; exit 1; }
1712       ;;
1713   esac # $enable_cassert
1714 else
1715   enable_cassert=no
1716
1717 fi
1718
1719
1720 #
1721 # Include directories
1722 #
1723 ac_save_IFS=$IFS
1724 IFS="${IFS}:"
1725 # SRCH_INC comes from the template file
1726 for dir in $with_includes $SRCH_INC; do
1727   if test -d "$dir"; then
1728     INCLUDES="$INCLUDES -I$dir"
1729   else
1730     echo "configure: warning: *** Include directory $dir does not exist." 1>&2
1731   fi
1732 done
1733 IFS=$ac_save_IFS
1734
1735
1736
1737 #
1738 # Library directories
1739 #
1740 ac_save_IFS=$IFS
1741 IFS="${IFS}:"
1742 # LIBRARY_DIRS comes from command line, SRCH_LIB from template file.
1743 for dir in $LIBRARY_DIRS $SRCH_LIB; do
1744   if test -d "$dir"; then
1745     LIBDIRS="$LIBDIRS -L$dir"
1746   else
1747     echo "configure: warning: *** Library directory $dir does not exist." 1>&2
1748   fi
1749 done
1750 IFS=$ac_save_IFS
1751
1752
1753 #
1754 # Tcl/Tk
1755 #
1756 echo $ac_n "checking whether to build with Tcl""... $ac_c" 1>&6
1757 echo "configure:1758: checking whether to build with Tcl" >&5
1758 # Check whether --with-tcl was given
1759 if test x"${with_tcl+set}" = xset; then
1760   case $with_tcl in
1761     yes)
1762       :
1763       ;;
1764     no)
1765       :
1766       ;;
1767     *)
1768       withval=$with_tcl
1769       { echo "configure: error: no argument expected for --with-tcl option" 1>&2; exit 1; }
1770       ;;
1771   esac # $with_tcl
1772 else
1773   with_tcl=no
1774
1775 fi
1776 echo "$ac_t""$with_tcl" 1>&6
1777
1778
1779 # If Tcl is enabled (above) then Tk is also, unless the user disables it using --without-tk
1780 echo $ac_n "checking whether to build with Tk""... $ac_c" 1>&6
1781 echo "configure:1782: checking whether to build with Tk" >&5
1782 if test "$with_tcl" = yes; then
1783   # Check whether --with-tk was given
1784 if test x"${with_tk+set}" = xset; then
1785   case $with_tk in
1786     yes)
1787       :
1788       ;;
1789     no)
1790       :
1791       ;;
1792     *)
1793       withval=$with_tk
1794       { echo "configure: error: no argument expected for --with-tk option" 1>&2; exit 1; }
1795       ;;
1796   esac # $with_tk
1797 else
1798   with_tk=yes
1799
1800 fi
1801 else
1802   with_tk=no
1803 fi
1804 echo "$ac_t""$with_tk" 1>&6
1805
1806
1807
1808 # We see if the path to the TCL/TK configuration scripts is specified.
1809 # This will override the use of tclsh to find the paths to search.
1810
1811 # Check whether --with-tclconfig was given
1812 if test x"${with_tclconfig+set}" = xset; then
1813   case $with_tclconfig in
1814     yes)
1815       { echo "configure: error: argument required for --with-tclconfig option" 1>&2; exit 1; }
1816       ;;
1817     no)
1818       { echo "configure: error: argument required for --with-tclconfig option" 1>&2; exit 1; }
1819       ;;
1820   esac # $with_tclconfig
1821 fi
1822
1823 # We see if the path to the TK configuration scripts is specified.
1824 # This will override the use of tclsh to find the paths to search.
1825
1826 # Check whether --with-tkconfig was given
1827 if test x"${with_tkconfig+set}" = xset; then
1828   case $with_tkconfig in
1829     yes)
1830       { echo "configure: error: argument required for --with-tkconfig option" 1>&2; exit 1; }
1831       ;;
1832     no)
1833       { echo "configure: error: argument required for --with-tkconfig option" 1>&2; exit 1; }
1834       ;;
1835   esac # $with_tkconfig
1836 fi
1837
1838
1839 #
1840 # If Tcl is enabled (above) then check for pltcl_unknown_support
1841 #
1842 echo $ac_n "checking whether to build with PL/Tcl unknown support""... $ac_c" 1>&6
1843 echo "configure:1844: checking whether to build with PL/Tcl unknown support" >&5
1844 if test "$with_tcl" = yes; then
1845   # Check whether --enable-pltcl-unknown was given
1846 if test x"${enable_pltcl_unknown+set}" = xset; then
1847   case $enable_pltcl_unknown in
1848     yes)
1849       cat >> confdefs.h <<\EOF
1850 #define ENABLE_PLTCL_UNKNOWN 1
1851 EOF
1852
1853       ;;
1854     no)
1855       :
1856       ;;
1857     *)
1858       enableval=$enable_pltcl_unknown
1859       { echo "configure: error: no argument expected for --enable-pltcl-unknown option" 1>&2; exit 1; }
1860       ;;
1861   esac # $enable_pltcl_unknown
1862 else
1863   enable_pltcl_unknown=no
1864
1865 fi
1866 else
1867   enable_pltcl_unknown=no
1868 fi
1869 echo "$ac_t""$enable_pltcl_unknown" 1>&6
1870
1871
1872
1873 #
1874 # Optionally build Perl modules (Pg.pm and PL/Perl)
1875 #
1876 echo $ac_n "checking whether to build Perl modules""... $ac_c" 1>&6
1877 echo "configure:1878: checking whether to build Perl modules" >&5
1878 # Check whether --with-perl was given
1879 if test x"${with_perl+set}" = xset; then
1880   case $with_perl in
1881     yes)
1882       :
1883       ;;
1884     no)
1885       :
1886       ;;
1887     *)
1888       withval=$with_perl
1889       { echo "configure: error: no argument expected for --with-perl option" 1>&2; exit 1; }
1890       ;;
1891   esac # $with_perl
1892 else
1893   with_perl=no
1894
1895 fi
1896 echo "$ac_t""$with_perl" 1>&6
1897
1898
1899
1900 #
1901 # Optionally build Python interface module
1902 #
1903 echo $ac_n "checking whether to build Python modules""... $ac_c" 1>&6
1904 echo "configure:1905: checking whether to build Python modules" >&5
1905 # Check whether --with-python was given
1906 if test x"${with_python+set}" = xset; then
1907   case $with_python in
1908     yes)
1909       :
1910       ;;
1911     no)
1912       :
1913       ;;
1914     *)
1915       withval=$with_python
1916       { echo "configure: error: no argument expected for --with-python option" 1>&2; exit 1; }
1917       ;;
1918   esac # $with_python
1919 else
1920   with_python=no
1921
1922 fi
1923 echo "$ac_t""$with_python" 1>&6
1924
1925
1926 #
1927 # Optionally build the Java/JDBC tools
1928 #
1929 echo $ac_n "checking whether to build Java/JDBC tools""... $ac_c" 1>&6
1930 echo "configure:1931: checking whether to build Java/JDBC tools" >&5
1931 # Check whether --with-java was given
1932 if test x"${with_java+set}" = xset; then
1933   case $with_java in
1934     yes)
1935       echo "$ac_t""yes" 1>&6
1936
1937   for ac_prog in jakarta-ant ant ant.sh ant.bat
1938 do
1939 # Extract the first word of "$ac_prog", so it can be a program name with args.
1940 set dummy $ac_prog; ac_word=$2
1941 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1942 echo "configure:1943: checking for $ac_word" >&5
1943 if eval "test \"`echo '$''{'ac_cv_path_ANT'+set}'`\" = set"; then
1944   echo $ac_n "(cached) $ac_c" 1>&6
1945 else
1946   case "$ANT" in
1947   /*)
1948   ac_cv_path_ANT="$ANT" # Let the user override the test with a path.
1949   ;;
1950   ?:/*)                  
1951   ac_cv_path_ANT="$ANT" # Let the user override the test with a dos path.
1952   ;;
1953   *)
1954   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1955   ac_dummy="$PATH"
1956   for ac_dir in $ac_dummy; do 
1957     test -z "$ac_dir" && ac_dir=.
1958     if test -f $ac_dir/$ac_word; then
1959       ac_cv_path_ANT="$ac_dir/$ac_word"
1960       break
1961     fi
1962   done
1963   IFS="$ac_save_ifs"
1964   ;;
1965 esac
1966 fi
1967 ANT="$ac_cv_path_ANT"
1968 if test -n "$ANT"; then
1969   echo "$ac_t""$ANT" 1>&6
1970 else
1971   echo "$ac_t""no" 1>&6
1972 fi
1973
1974 test -n "$ANT" && break
1975 done
1976
1977   
1978   echo $ac_n "checking whether $ANT works""... $ac_c" 1>&6
1979 echo "configure:1980: checking whether $ANT works" >&5
1980 if eval "test \"`echo '$''{'pgac_cv_prog_ant_works'+set}'`\" = set"; then
1981   echo $ac_n "(cached) $ac_c" 1>&6
1982 else
1983   
1984     cat > conftest.java << EOF
1985 public class conftest {
1986     int testmethod(int a, int b) {
1987         return a + b;
1988     }
1989 }
1990 EOF
1991
1992     cat > conftest.xml << EOF
1993 <project name="conftest" default="conftest">
1994  <target name="conftest">
1995   <javac srcdir="." includes="conftest.java">
1996   </javac>
1997  </target>
1998 </project>
1999 EOF
2000
2001     pgac_cmd='$ANT -buildfile conftest.xml 1>&2'
2002     { (eval echo configure:2003: \"$pgac_cmd\") 1>&5; (eval $pgac_cmd) 2>&5; }
2003     pgac_save_status=$?
2004     if test $? = 0 && test -f ./conftest.class ; then
2005       pgac_cv_prog_ant_works=yes
2006     else
2007       echo "configure: failed java program was:" >&5
2008       cat conftest.java >&5
2009       echo "configure: failed build file was:" >&5
2010       cat conftest.xml >&5
2011       pgac_cv_prog_ant_works=no
2012     fi
2013
2014     rm -f conftest* core core.* *.core
2015   
2016 fi
2017
2018 echo "$ac_t""$pgac_cv_prog_ant_works" 1>&6
2019
2020   if test "$pgac_cv_prog_ant_works" != yes; then
2021     { echo "configure: error: ant does not work" 1>&2; exit 1; }
2022   fi
2023
2024
2025 if test -z "$ANT"; then
2026   { echo "configure: error: Ant is required to build Java components" 1>&2; exit 1; }
2027 fi
2028       ;;
2029     no)
2030       echo "$ac_t""no" 1>&6
2031       ;;
2032     *)
2033       withval=$with_java
2034       { echo "configure: error: no argument expected for --with-java option" 1>&2; exit 1; }
2035       ;;
2036   esac # $with_java
2037 else
2038   with_java=no
2039 echo "$ac_t""no" 1>&6
2040 fi
2041
2042
2043
2044 #
2045 # Kerberos 4
2046 #
2047 # Check whether --with-krb4 was given
2048 if test x"${with_krb4+set}" = xset; then
2049   case $with_krb4 in
2050     yes)
2051       krb4_prefix=/usr/athena
2052       ;;
2053     no)
2054       :
2055       ;;
2056     *)
2057       withval=$with_krb4
2058       with_krb4=yes
2059 krb4_prefix=$withval
2060       ;;
2061   esac # $with_krb4
2062 else
2063   with_krb4=no
2064 fi
2065
2066 if test "$with_krb4" = yes; then
2067   
2068   echo "$ac_t""building with Kerberos 4 support" 1>&6
2069   cat >> confdefs.h <<\EOF
2070 #define KRB4 1
2071 EOF
2072
2073
2074   if test -d "$krb4_prefix/include"; then
2075     INCLUDES="$INCLUDES -I$krb4_prefix/include"
2076   fi
2077   if test -d "$krb4_prefix/lib"; then
2078     LIBDIRS="$LIBDIRS -L$krb4_prefix/lib"
2079   fi
2080
2081   krb_srvtab="/etc/srvtab"
2082
2083 fi
2084
2085
2086
2087
2088
2089 #
2090 # Kerberos 5
2091 #
2092 # Check whether --with-krb5 was given
2093 if test x"${with_krb5+set}" = xset; then
2094   case $with_krb5 in
2095     yes)
2096       krb5_prefix=/usr/athena
2097       ;;
2098     no)
2099       :
2100       ;;
2101     *)
2102       withval=$with_krb5
2103       with_krb5=yes
2104 krb5_prefix=$withval
2105       ;;
2106   esac # $with_krb5
2107 else
2108   with_krb5=no
2109 fi
2110
2111 if test "$with_krb5" = yes; then
2112   
2113   echo "$ac_t""building with Kerberos 5 support" 1>&6
2114   cat >> confdefs.h <<\EOF
2115 #define KRB5 1
2116 EOF
2117
2118
2119   if test -d "$krb5_prefix/include"; then
2120     INCLUDES="$INCLUDES -I$krb5_prefix/include"
2121   fi
2122   if test -d "$krb5_prefix/lib"; then
2123     LIBDIRS="$LIBDIRS -L$krb5_prefix/lib"
2124   fi
2125
2126   krb_srvtab="FILE:\$(sysconfdir)/krb5.keytab"
2127
2128 fi
2129
2130
2131
2132
2133
2134 # Using both Kerberos 4 and Kerberos 5 at the same time isn't going to work.
2135 if test "$with_krb4" = yes && test "$with_krb5" = yes ; then
2136   { echo "configure: error: Kerberos 4 and Kerberos 5 support cannot be combined" 1>&2; exit 1; }
2137 fi
2138
2139
2140
2141
2142 #
2143 # Kerberos configuration parameters
2144 #
2145 # Check whether --with-krb-srvnam was given
2146 if test x"${with_krb_srvnam+set}" = xset; then
2147   case $with_krb_srvnam in
2148     yes)
2149       { echo "configure: error: argument required for --with-krb-srvnam option" 1>&2; exit 1; }
2150       ;;
2151     no)
2152       { echo "configure: error: argument required for --with-krb-srvnam option" 1>&2; exit 1; }
2153       ;;
2154   esac # $with_krb_srvnam
2155 else
2156   with_krb_srvnam="postgres"
2157 fi
2158 cat >> confdefs.h <<EOF
2159 #define PG_KRB_SRVNAM "$with_krb_srvnam"
2160 EOF
2161
2162
2163
2164
2165 #
2166 # OpenSSL
2167 #
2168 # Check whether --with-openssl was given
2169 if test x"${with_openssl+set}" = xset; then
2170   case $with_openssl in
2171     yes)
2172       openssl_prefix=/usr/local/ssl
2173       ;;
2174     no)
2175       :
2176       ;;
2177     *)
2178       withval=$with_openssl
2179       with_openssl=yes
2180 openssl_prefix=$withval
2181       ;;
2182   esac # $with_openssl
2183 else
2184   with_openssl=no
2185 fi
2186
2187 if test "$with_openssl" = yes; then
2188   
2189   echo "$ac_t""building with OpenSSL support" 1>&6
2190   cat >> confdefs.h <<\EOF
2191 #define USE_SSL 1
2192 EOF
2193
2194
2195   if test -d "${openssl_prefix}/include" ; then
2196     INCLUDES="$INCLUDES -I${openssl_prefix}/include"
2197   fi
2198   if test -d "${openssl_prefix}/lib" ; then
2199     LIBDIRS="$LIBDIRS -L${openssl_prefix}/lib"
2200   fi
2201
2202 fi
2203
2204
2205
2206
2207
2208
2209 #
2210 # Optionally enable the building of the ODBC driver
2211 #
2212  
2213 # Old option name
2214 if test "${with_odbc+set}" = set && test "${enable_odbc+set}" != set; then
2215   enable_odbc=$with_odbc
2216 fi
2217  
2218 echo $ac_n "checking whether to build the ODBC driver""... $ac_c" 1>&6
2219 echo "configure:2220: checking whether to build the ODBC driver" >&5
2220 # Check whether --enable-odbc was given
2221 if test x"${enable_odbc+set}" = xset; then
2222   case $enable_odbc in
2223     yes)
2224       :
2225       ;;
2226     no)
2227       :
2228       ;;
2229     *)
2230       enableval=$enable_odbc
2231       { echo "configure: error: no argument expected for --enable-odbc option" 1>&2; exit 1; }
2232       ;;
2233   esac # $enable_odbc
2234 else
2235   enable_odbc=no
2236
2237 fi
2238 echo "$ac_t""$enable_odbc" 1>&6
2239
2240
2241
2242 # Allow for overriding the default location of the odbcinst.ini
2243 # file which is normally ${sysconfdir} (i.e., ${prefix}/etc).
2244 # Check whether --with-odbcinst was given
2245 if test x"${with_odbcinst+set}" = xset; then
2246   case $with_odbcinst in
2247     yes)
2248       { echo "configure: error: argument required for --with-odbcinst option" 1>&2; exit 1; }
2249       ;;
2250     no)
2251       { echo "configure: error: argument required for --with-odbcinst option" 1>&2; exit 1; }
2252       ;;
2253     *)
2254       withval=$with_odbcinst
2255       odbcinst_ini_dir=$withval
2256       ;;
2257   esac # $with_odbcinst
2258 else
2259   odbcinst_ini_dir="\${sysconfdir}"
2260 fi
2261
2262
2263
2264
2265 # Assume system is ELF if it predefines __ELF__ as 1,
2266 # otherwise believe host_os based default.
2267 case $host_os in
2268     freebsd1*|freebsd2*) elf=no;;
2269     freebsd3*|freebsd4*) elf=yes;;
2270 esac
2271
2272 cat > conftest.$ac_ext <<EOF
2273 #line 2274 "configure"
2274 #include "confdefs.h"
2275 #if __ELF__
2276   yes
2277 #endif
2278
2279 EOF
2280 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2281   egrep "yes" >/dev/null 2>&1; then
2282   rm -rf conftest*
2283   ELF_SYS=true
2284 else
2285   rm -rf conftest*
2286   if test "X$elf" = "Xyes" ; then
2287   ELF_SYS=true
2288 else
2289   ELF_SYS=
2290 fi
2291 fi
2292 rm -f conftest*
2293
2294
2295
2296
2297
2298 #
2299 # Optionally build C++ code (i.e., libpq++)
2300 #
2301 echo $ac_n "checking whether to build C++ modules""... $ac_c" 1>&6
2302 echo "configure:2303: checking whether to build C++ modules" >&5
2303 # Check whether --with-CXX was given
2304 if test x"${with_CXX+set}" = xset; then
2305   case $with_CXX in
2306     yes)
2307       :
2308       ;;
2309     no)
2310       :
2311       ;;
2312     *)
2313       withval=$with_CXX
2314       with_CXX=yes
2315 CXX=$withval
2316       ;;
2317   esac # $with_CXX
2318 else
2319   with_CXX=no
2320 fi
2321
2322 if test "$with_CXX" = yes; then
2323   
2324   echo "$ac_t""yes" 1>&6
2325
2326   # If the user has specified CXXFLAGS in the environment, leave it
2327   # alone, else use a default.
2328
2329   has_environ_CXXFLAGS="${CXXFLAGS+yes}"
2330   for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
2331 do
2332 # Extract the first word of "$ac_prog", so it can be a program name with args.
2333 set dummy $ac_prog; ac_word=$2
2334 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2335 echo "configure:2336: checking for $ac_word" >&5
2336 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
2337   echo $ac_n "(cached) $ac_c" 1>&6
2338 else
2339   if test -n "$CXX"; then
2340   ac_cv_prog_CXX="$CXX" # Let the user override the test.
2341 else
2342   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2343   ac_dummy="$PATH"
2344   for ac_dir in $ac_dummy; do
2345     test -z "$ac_dir" && ac_dir=.
2346     if test -f $ac_dir/$ac_word; then
2347       ac_cv_prog_CXX="$ac_prog"
2348       break
2349     fi
2350   done
2351   IFS="$ac_save_ifs"
2352 fi
2353 fi
2354 CXX="$ac_cv_prog_CXX"
2355 if test -n "$CXX"; then
2356   echo "$ac_t""$CXX" 1>&6
2357 else
2358   echo "$ac_t""no" 1>&6
2359 fi
2360
2361 test -n "$CXX" && break
2362 done
2363 test -n "$CXX" || CXX="gcc"
2364
2365
2366 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
2367 echo "configure:2368: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
2368
2369 ac_ext=C
2370 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2371 ac_cpp='$CXXCPP $CPPFLAGS'
2372 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2373 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2374 cross_compiling=$ac_cv_prog_cxx_cross
2375
2376 cat > conftest.$ac_ext << EOF
2377
2378 #line 2379 "configure"
2379 #include "confdefs.h"
2380
2381 int main(){return(0);}
2382 EOF
2383 if { (eval echo configure:2384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2384   ac_cv_prog_cxx_works=yes
2385   # If we can't run a trivial program, we are probably using a cross compiler.
2386   if (./conftest; exit) 2>/dev/null; then
2387     ac_cv_prog_cxx_cross=no
2388   else
2389     ac_cv_prog_cxx_cross=yes
2390   fi
2391 else
2392   echo "configure: failed program was:" >&5
2393   cat conftest.$ac_ext >&5
2394   ac_cv_prog_cxx_works=no
2395 fi
2396 rm -fr conftest*
2397 ac_ext=c
2398 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2399 ac_cpp='$CPP $CPPFLAGS'
2400 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2401 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2402 cross_compiling=$ac_cv_prog_cc_cross
2403
2404 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
2405 if test $ac_cv_prog_cxx_works = no; then
2406   { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
2407 fi
2408 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
2409 echo "configure:2410: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
2410 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
2411 cross_compiling=$ac_cv_prog_cxx_cross
2412
2413 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
2414 echo "configure:2415: checking whether we are using GNU C++" >&5
2415 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
2416   echo $ac_n "(cached) $ac_c" 1>&6
2417 else
2418   cat > conftest.C <<EOF
2419 #ifdef __GNUC__
2420   yes;
2421 #endif
2422 EOF
2423 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:2424: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
2424   ac_cv_prog_gxx=yes
2425 else
2426   ac_cv_prog_gxx=no
2427 fi
2428 fi
2429
2430 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
2431
2432 if test $ac_cv_prog_gxx = yes; then
2433   GXX=yes
2434 else
2435   GXX=
2436 fi
2437
2438 ac_test_CXXFLAGS="${CXXFLAGS+set}"
2439 ac_save_CXXFLAGS="$CXXFLAGS"
2440 CXXFLAGS=
2441 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
2442 echo "configure:2443: checking whether ${CXX-g++} accepts -g" >&5
2443 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
2444   echo $ac_n "(cached) $ac_c" 1>&6
2445 else
2446   echo 'void f(){}' > conftest.cc
2447 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
2448   ac_cv_prog_cxx_g=yes
2449 else
2450   ac_cv_prog_cxx_g=no
2451 fi
2452 rm -f conftest*
2453
2454 fi
2455
2456 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
2457 if test "$ac_test_CXXFLAGS" = set; then
2458   CXXFLAGS="$ac_save_CXXFLAGS"
2459 elif test $ac_cv_prog_cxx_g = yes; then
2460   if test "$GXX" = yes; then
2461     CXXFLAGS="-g -O2"
2462   else
2463     CXXFLAGS="-g"
2464   fi
2465 else
2466   if test "$GXX" = yes; then
2467     CXXFLAGS="-O2"
2468   else
2469     CXXFLAGS=
2470   fi
2471 fi
2472
2473   if test "$has_environ_CXXFLAGS" != yes; then
2474     if test "$GXX" = yes; then
2475       CXXFLAGS=-O2
2476     else
2477       case $template in
2478         osf)            CXXFLAGS='-O4 -Olimit 2000' ;;
2479         unixware)       CXXFLAGS='-O' ;;
2480         *)              CXXFLAGS= ;;
2481       esac
2482     fi
2483   fi
2484   if test "$enable_debug" = yes && test "$ac_cv_prog_cxx_g" = yes; then
2485     CXXFLAGS="$CXXFLAGS -g"
2486   fi
2487   echo "using CXXFLAGS=$CXXFLAGS"
2488
2489   echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
2490 echo "configure:2491: checking how to run the C++ preprocessor" >&5
2491 if test -z "$CXXCPP"; then
2492 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
2493   echo $ac_n "(cached) $ac_c" 1>&6
2494 else
2495   ac_ext=C
2496 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2497 ac_cpp='$CXXCPP $CPPFLAGS'
2498 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2499 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2500 cross_compiling=$ac_cv_prog_cxx_cross
2501   CXXCPP="${CXX-g++} -E"
2502   cat > conftest.$ac_ext <<EOF
2503 #line 2504 "configure"
2504 #include "confdefs.h"
2505 #include <stdlib.h>
2506 EOF
2507 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2508 { (eval echo configure:2509: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2509 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2510 if test -z "$ac_err"; then
2511   :
2512 else
2513   echo "$ac_err" >&5
2514   echo "configure: failed program was:" >&5
2515   cat conftest.$ac_ext >&5
2516   rm -rf conftest*
2517   CXXCPP=/lib/cpp
2518 fi
2519 rm -f conftest*
2520   ac_cv_prog_CXXCPP="$CXXCPP"
2521 ac_ext=c
2522 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2523 ac_cpp='$CPP $CPPFLAGS'
2524 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2525 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2526 cross_compiling=$ac_cv_prog_cc_cross
2527 fi
2528 fi
2529 CXXCPP="$ac_cv_prog_CXXCPP"
2530 echo "$ac_t""$CXXCPP" 1>&6
2531
2532   
2533   
2534 ac_ext=C
2535 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2536 ac_cpp='$CXXCPP $CPPFLAGS'
2537 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2538 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2539 cross_compiling=$ac_cv_prog_cxx_cross
2540
2541 ac_safe=`echo "string" | sed 'y%./+-%__p_%'`
2542 echo $ac_n "checking for string""... $ac_c" 1>&6
2543 echo "configure:2544: checking for string" >&5
2544 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2545   echo $ac_n "(cached) $ac_c" 1>&6
2546 else
2547   cat > conftest.$ac_ext <<EOF
2548 #line 2549 "configure"
2549 #include "confdefs.h"
2550 #include <string>
2551 EOF
2552 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2553 { (eval echo configure:2554: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2554 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2555 if test -z "$ac_err"; then
2556   rm -rf conftest*
2557   eval "ac_cv_header_$ac_safe=yes"
2558 else
2559   echo "$ac_err" >&5
2560   echo "configure: failed program was:" >&5
2561   cat conftest.$ac_ext >&5
2562   rm -rf conftest*
2563   eval "ac_cv_header_$ac_safe=no"
2564 fi
2565 rm -f conftest*
2566 fi
2567 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2568   echo "$ac_t""yes" 1>&6
2569   cat >> confdefs.h <<\EOF
2570 #define HAVE_CXX_STRING_HEADER 1
2571 EOF
2572
2573 else
2574   echo "$ac_t""no" 1>&6
2575 fi
2576
2577
2578 if test x"$ac_cv_header_string" != xyes ; then
2579   echo $ac_n "checking for class string in <string.h>""... $ac_c" 1>&6
2580 echo "configure:2581: checking for class string in <string.h>" >&5
2581 if eval "test \"`echo '$''{'pgac_cv_class_string_in_string_h'+set}'`\" = set"; then
2582   echo $ac_n "(cached) $ac_c" 1>&6
2583 else
2584   cat > conftest.$ac_ext <<EOF
2585 #line 2586 "configure"
2586 #include "confdefs.h"
2587 #include <stdio.h>
2588 #include <stdlib.h>
2589 #include <string.h>
2590
2591 int main() {
2592 string foo = "test"
2593 ; return 0; }
2594 EOF
2595 if { (eval echo configure:2596: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2596   rm -rf conftest*
2597   pgac_cv_class_string_in_string_h=yes
2598 else
2599   echo "configure: failed program was:" >&5
2600   cat conftest.$ac_ext >&5
2601   rm -rf conftest*
2602   pgac_cv_class_string_in_string_h=no
2603 fi
2604 rm -f conftest*
2605 fi
2606
2607 echo "$ac_t""$pgac_cv_class_string_in_string_h" 1>&6
2608
2609   if test x"$pgac_cv_class_string_in_string_h" != xyes ; then
2610     { echo "configure: error: neither <string> nor <string.h> seem to define the C++ class \`string\'" 1>&2; exit 1; }
2611   fi
2612 fi
2613 ac_ext=c
2614 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2615 ac_cpp='$CPP $CPPFLAGS'
2616 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2617 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2618 cross_compiling=$ac_cv_prog_cc_cross
2619
2620   
2621 echo $ac_n "checking for namespace std in C++""... $ac_c" 1>&6
2622 echo "configure:2623: checking for namespace std in C++" >&5
2623 if eval "test \"`echo '$''{'pgac_cv_cxx_namespace_std'+set}'`\" = set"; then
2624   echo $ac_n "(cached) $ac_c" 1>&6
2625 else
2626   
2627
2628 ac_ext=C
2629 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2630 ac_cpp='$CXXCPP $CPPFLAGS'
2631 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2632 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2633 cross_compiling=$ac_cv_prog_cxx_cross
2634
2635 cat > conftest.$ac_ext <<EOF
2636 #line 2637 "configure"
2637 #include "confdefs.h"
2638 #include <stdio.h>
2639 #include <stdlib.h>
2640 #ifdef HAVE_CXX_STRING_HEADER
2641 #include <string>
2642 #endif
2643 using namespace std;
2644
2645 int main() {
2646
2647 ; return 0; }
2648 EOF
2649 if { (eval echo configure:2650: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2650   rm -rf conftest*
2651   pgac_cv_cxx_namespace_std=yes
2652 else
2653   echo "configure: failed program was:" >&5
2654   cat conftest.$ac_ext >&5
2655   rm -rf conftest*
2656   pgac_cv_cxx_namespace_std=no
2657 fi
2658 rm -f conftest*
2659 ac_ext=c
2660 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2661 ac_cpp='$CPP $CPPFLAGS'
2662 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2663 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2664 cross_compiling=$ac_cv_prog_cc_cross
2665
2666 fi
2667
2668 echo "$ac_t""$pgac_cv_cxx_namespace_std" 1>&6
2669
2670 if test $pgac_cv_cxx_namespace_std = yes ; then
2671     cat >> confdefs.h <<\EOF
2672 #define HAVE_NAMESPACE_STD 1
2673 EOF
2674
2675 fi
2676
2677 else
2678   echo "$ac_t""no" 1>&6
2679 fi
2680
2681
2682
2683 CPPFLAGS="$CPPFLAGS $INCLUDES"
2684 LDFLAGS="$LDFLAGS $LIBDIRS"
2685
2686 echo "using CPPFLAGS=$CPPFLAGS"
2687 echo "using LDFLAGS=$LDFLAGS"
2688
2689
2690 for ac_prog in mawk gawk nawk awk
2691 do
2692 # Extract the first word of "$ac_prog", so it can be a program name with args.
2693 set dummy $ac_prog; ac_word=$2
2694 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2695 echo "configure:2696: checking for $ac_word" >&5
2696 if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
2697   echo $ac_n "(cached) $ac_c" 1>&6
2698 else
2699   if test -n "$AWK"; then
2700   ac_cv_prog_AWK="$AWK" # Let the user override the test.
2701 else
2702   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2703   ac_dummy="$PATH"
2704   for ac_dir in $ac_dummy; do
2705     test -z "$ac_dir" && ac_dir=.
2706     if test -f $ac_dir/$ac_word; then
2707       ac_cv_prog_AWK="$ac_prog"
2708       break
2709     fi
2710   done
2711   IFS="$ac_save_ifs"
2712 fi
2713 fi
2714 AWK="$ac_cv_prog_AWK"
2715 if test -n "$AWK"; then
2716   echo "$ac_t""$AWK" 1>&6
2717 else
2718   echo "$ac_t""no" 1>&6
2719 fi
2720
2721 test -n "$AWK" && break
2722 done
2723
2724 echo $ac_n "checking for flex""... $ac_c" 1>&6
2725 echo "configure:2726: checking for flex" >&5
2726 if eval "test \"`echo '$''{'pgac_cv_path_flex'+set}'`\" = set"; then
2727   echo $ac_n "(cached) $ac_c" 1>&6
2728 else
2729   # Let the user override the test
2730 if test -n "$FLEX"; then
2731   pgac_cv_path_flex=$FLEX
2732 else
2733   pgac_save_IFS=$IFS
2734   IFS=:
2735   for pgac_dir in $PATH; do
2736     if test -z "$pgac_dir" || test x"$pgac_dir" = x"."; then
2737       pgac_dir=`pwd`
2738     fi
2739     for pgac_prog in flex lex; do
2740       pgac_candidate="$pgac_dir/$pgac_prog"
2741       if test -f "$pgac_candidate" \
2742         && $pgac_candidate --version </dev/null >/dev/null 2>&1
2743       then
2744         echo '%%'  > conftest.l
2745         if $pgac_candidate -t conftest.l 2>/dev/null | grep FLEX_SCANNER >/dev/null 2>&1; then
2746           if $pgac_candidate --version | grep '2\.5\.3' >/dev/null 2>&1; then
2747             pgac_broken_flex=$pgac_candidate
2748             continue
2749           fi
2750
2751           pgac_cv_path_flex=$pgac_candidate
2752           break 2
2753         fi
2754       fi
2755     done
2756   done
2757   IFS=$pgac_save_IFS
2758   rm -f conftest.l
2759   : ${pgac_cv_path_flex=no}
2760 fi
2761
2762 fi
2763
2764 echo "$ac_t""$pgac_cv_path_flex" 1>&6
2765 if test x"$pgac_cv_path_flex" = x"no"; then
2766   if test -n "$pgac_broken_flex"; then
2767     echo "configure: warning: 
2768 *** The Flex version 2.5.3 you have at $pgac_broken_flex contains a bug. You
2769 *** should get version 2.5.4 or later." 1>&2
2770   fi
2771
2772   echo "configure: warning: 
2773 *** Without Flex you will not be able to build PostgreSQL from CVS or
2774 *** change any of the scanner definition files.  You can obtain Flex from
2775 *** a GNU mirror site.  (If you are using the official distribution of
2776 *** PostgreSQL then you do not need to worry about this because the Flex
2777 *** output is pre-generated.)" 1>&2
2778 fi
2779
2780 if test x"$pgac_cv_path_flex" = x"no"; then
2781   FLEX=
2782 else
2783   FLEX=$pgac_cv_path_flex
2784 fi
2785
2786
2787
2788
2789 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
2790 echo "configure:2791: checking whether ln -s works" >&5
2791 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
2792   echo $ac_n "(cached) $ac_c" 1>&6
2793 else
2794   rm -f conftestdata
2795 if ln -s X conftestdata 2>/dev/null
2796 then
2797   rm -f conftestdata
2798   ac_cv_prog_LN_S="ln -s"
2799 else
2800   ac_cv_prog_LN_S=ln
2801 fi
2802 fi
2803 LN_S="$ac_cv_prog_LN_S"
2804 if test "$ac_cv_prog_LN_S" = "ln -s"; then
2805   echo "$ac_t""yes" 1>&6
2806 else
2807   echo "$ac_t""no" 1>&6
2808 fi
2809
2810 # Check whether --with-gnu-ld or --without-gnu-ld was given.
2811 if test "${with_gnu_ld+set}" = set; then
2812   withval="$with_gnu_ld"
2813   test "$withval" = no || with_gnu_ld=yes
2814 else
2815   with_gnu_ld=no
2816 fi
2817
2818 ac_prog=ld
2819 if test "$ac_cv_prog_gcc" = yes; then
2820   # Check if gcc -print-prog-name=ld gives a path.
2821   echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
2822 echo "configure:2823: checking for ld used by GCC" >&5
2823   case $host in
2824   *-*-mingw*)
2825     # gcc leaves a trailing carriage return which upsets mingw
2826     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
2827   *)
2828     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
2829   esac
2830   case "$ac_prog" in
2831     # Accept absolute paths.
2832     [\\/]* | [A-Za-z]:[\\/]*)
2833       re_direlt='/[^/][^/]*/\.\./'
2834       # Canonicalize the path of ld
2835       ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
2836       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
2837         ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
2838       done
2839       test -z "$LD" && LD="$ac_prog"
2840       ;;
2841   "")
2842     # If it fails, then pretend we aren't using GCC.
2843     ac_prog=ld
2844     ;;
2845   *)
2846     # If it is relative, then search for the first ld in PATH.
2847     with_gnu_ld=unknown
2848     ;;
2849   esac
2850 elif test "$with_gnu_ld" = yes; then
2851   echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
2852 echo "configure:2853: checking for GNU ld" >&5
2853 else
2854   echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
2855 echo "configure:2856: checking for non-GNU ld" >&5
2856 fi
2857 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
2858   echo $ac_n "(cached) $ac_c" 1>&6
2859 else
2860   if test -z "$LD"; then
2861   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
2862   for ac_dir in $PATH; do
2863     test -z "$ac_dir" && ac_dir=.
2864     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
2865       ac_cv_path_LD="$ac_dir/$ac_prog"
2866       # Check to see if the program is GNU ld.  I'd rather use --version,
2867       # but apparently some GNU ld's only accept -v.
2868       # Break only if it was the GNU/non-GNU ld that we prefer.
2869       if "$ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
2870         test "$with_gnu_ld" != no && break
2871       else
2872         test "$with_gnu_ld" != yes && break
2873       fi
2874     fi
2875   done
2876   IFS="$ac_save_ifs"
2877 else
2878   ac_cv_path_LD="$LD" # Let the user override the test with a path.
2879 fi
2880 fi
2881
2882 LD="$ac_cv_path_LD"
2883 if test -n "$LD"; then
2884   echo "$ac_t""$LD" 1>&6
2885 else
2886   echo "$ac_t""no" 1>&6
2887 fi
2888 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
2889 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
2890 echo "configure:2891: checking if the linker ($LD) is GNU ld" >&5
2891 if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
2892   echo $ac_n "(cached) $ac_c" 1>&6
2893 else
2894   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
2895 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
2896   ac_cv_prog_gnu_ld=yes
2897 else
2898   ac_cv_prog_gnu_ld=no
2899 fi
2900 fi
2901
2902 echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
2903 with_gnu_ld=$ac_cv_prog_gnu_ld
2904
2905
2906
2907
2908 case $host_os in sysv5*)
2909   echo $ac_n "checking whether ld -R works""... $ac_c" 1>&6
2910 echo "configure:2911: checking whether ld -R works" >&5
2911 if eval "test \"`echo '$''{'pgac_cv_prog_ld_R'+set}'`\" = set"; then
2912   echo $ac_n "(cached) $ac_c" 1>&6
2913 else
2914   
2915     pgac_save_LDFLAGS=$LDFLAGS; LDFLAGS="$LDFLAGS -Wl,-R/usr/lib"
2916     cat > conftest.$ac_ext <<EOF
2917 #line 2918 "configure"
2918 #include "confdefs.h"
2919
2920 int main() {
2921
2922 ; return 0; }
2923 EOF
2924 if { (eval echo configure:2925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2925   rm -rf conftest*
2926   pgac_cv_prog_ld_R=yes
2927 else
2928   echo "configure: failed program was:" >&5
2929   cat conftest.$ac_ext >&5
2930   rm -rf conftest*
2931   pgac_cv_prog_ld_R=no
2932 fi
2933 rm -f conftest*
2934     LDFLAGS=$pgac_save_LDFLAGS
2935   
2936 fi
2937
2938 echo "$ac_t""$pgac_cv_prog_ld_R" 1>&6
2939   ld_R_works=$pgac_cv_prog_ld_R
2940   
2941 esac
2942 # Extract the first word of "ranlib", so it can be a program name with args.
2943 set dummy ranlib; ac_word=$2
2944 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2945 echo "configure:2946: checking for $ac_word" >&5
2946 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
2947   echo $ac_n "(cached) $ac_c" 1>&6
2948 else
2949   if test -n "$RANLIB"; then
2950   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2951 else
2952   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2953   ac_dummy="$PATH"
2954   for ac_dir in $ac_dummy; do
2955     test -z "$ac_dir" && ac_dir=.
2956     if test -f $ac_dir/$ac_word; then
2957       ac_cv_prog_RANLIB="ranlib"
2958       break
2959     fi
2960   done
2961   IFS="$ac_save_ifs"
2962   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
2963 fi
2964 fi
2965 RANLIB="$ac_cv_prog_RANLIB"
2966 if test -n "$RANLIB"; then
2967   echo "$ac_t""$RANLIB" 1>&6
2968 else
2969   echo "$ac_t""no" 1>&6
2970 fi
2971
2972 for ac_prog in lorder
2973 do
2974 # Extract the first word of "$ac_prog", so it can be a program name with args.
2975 set dummy $ac_prog; ac_word=$2
2976 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2977 echo "configure:2978: checking for $ac_word" >&5
2978 if eval "test \"`echo '$''{'ac_cv_prog_LORDER'+set}'`\" = set"; then
2979   echo $ac_n "(cached) $ac_c" 1>&6
2980 else
2981   if test -n "$LORDER"; then
2982   ac_cv_prog_LORDER="$LORDER" # Let the user override the test.
2983 else
2984   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2985   ac_dummy="$PATH"
2986   for ac_dir in $ac_dummy; do
2987     test -z "$ac_dir" && ac_dir=.
2988     if test -f $ac_dir/$ac_word; then
2989       ac_cv_prog_LORDER="$ac_prog"
2990       break
2991     fi
2992   done
2993   IFS="$ac_save_ifs"
2994 fi
2995 fi
2996 LORDER="$ac_cv_prog_LORDER"
2997 if test -n "$LORDER"; then
2998   echo "$ac_t""$LORDER" 1>&6
2999 else
3000   echo "$ac_t""no" 1>&6
3001 fi
3002
3003 test -n "$LORDER" && break
3004 done
3005
3006 # Extract the first word of "tar", so it can be a program name with args.
3007 set dummy tar; ac_word=$2
3008 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3009 echo "configure:3010: checking for $ac_word" >&5
3010 if eval "test \"`echo '$''{'ac_cv_path_TAR'+set}'`\" = set"; then
3011   echo $ac_n "(cached) $ac_c" 1>&6
3012 else
3013   case "$TAR" in
3014   /*)
3015   ac_cv_path_TAR="$TAR" # Let the user override the test with a path.
3016   ;;
3017   ?:/*)                  
3018   ac_cv_path_TAR="$TAR" # Let the user override the test with a dos path.
3019   ;;
3020   *)
3021   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3022   ac_dummy="$PATH"
3023   for ac_dir in $ac_dummy; do 
3024     test -z "$ac_dir" && ac_dir=.
3025     if test -f $ac_dir/$ac_word; then
3026       ac_cv_path_TAR="$ac_dir/$ac_word"
3027       break
3028     fi
3029   done
3030   IFS="$ac_save_ifs"
3031   ;;
3032 esac
3033 fi
3034 TAR="$ac_cv_path_TAR"
3035 if test -n "$TAR"; then
3036   echo "$ac_t""$TAR" 1>&6
3037 else
3038   echo "$ac_t""no" 1>&6
3039 fi
3040
3041 for ac_prog in perl
3042 do
3043 # Extract the first word of "$ac_prog", so it can be a program name with args.
3044 set dummy $ac_prog; ac_word=$2
3045 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3046 echo "configure:3047: checking for $ac_word" >&5
3047 if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
3048   echo $ac_n "(cached) $ac_c" 1>&6
3049 else
3050   if test -n "$PERL"; then
3051   ac_cv_prog_PERL="$PERL" # Let the user override the test.
3052 else
3053   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3054   ac_dummy="$PATH"
3055   for ac_dir in $ac_dummy; do
3056     test -z "$ac_dir" && ac_dir=.
3057     if test -f $ac_dir/$ac_word; then
3058       ac_cv_prog_PERL="$ac_prog"
3059       break
3060     fi
3061   done
3062   IFS="$ac_save_ifs"
3063 fi
3064 fi
3065 PERL="$ac_cv_prog_PERL"
3066 if test -n "$PERL"; then
3067   echo "$ac_t""$PERL" 1>&6
3068 else
3069   echo "$ac_t""no" 1>&6
3070 fi
3071
3072 test -n "$PERL" && break
3073 done
3074
3075
3076 for ac_prog in 'bison -y'
3077 do
3078 # Extract the first word of "$ac_prog", so it can be a program name with args.
3079 set dummy $ac_prog; ac_word=$2
3080 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3081 echo "configure:3082: checking for $ac_word" >&5
3082 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
3083   echo $ac_n "(cached) $ac_c" 1>&6
3084 else
3085   if test -n "$YACC"; then
3086   ac_cv_prog_YACC="$YACC" # Let the user override the test.
3087 else
3088   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3089   ac_dummy="$PATH"
3090   for ac_dir in $ac_dummy; do
3091     test -z "$ac_dir" && ac_dir=.
3092     if test -f $ac_dir/$ac_word; then
3093       ac_cv_prog_YACC="$ac_prog"
3094       break
3095     fi
3096   done
3097   IFS="$ac_save_ifs"
3098 fi
3099 fi
3100 YACC="$ac_cv_prog_YACC"
3101 if test -n "$YACC"; then
3102   echo "$ac_t""$YACC" 1>&6
3103 else
3104   echo "$ac_t""no" 1>&6
3105 fi
3106
3107 test -n "$YACC" && break
3108 done
3109
3110 if test -z "$YACC"; then
3111   echo "configure: warning: 
3112 *** Without Bison you will not be able to build PostgreSQL from CVS or
3113 *** change any of the parser definition files.  You can obtain Bison from
3114 *** a GNU mirror site.  (If you are using the official distribution of
3115 *** PostgreSQL then you do not need to worry about this because the Bison
3116 *** output is pre-generated.)  To use a different yacc program (possible,
3117 *** but not recommended), set the environment variable YACC before running
3118 *** 'configure'." 1>&2
3119 fi
3120
3121
3122 if test "$with_tk" = yes; then
3123     # Extract the first word of "wish", so it can be a program name with args.
3124 set dummy wish; ac_word=$2
3125 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3126 echo "configure:3127: checking for $ac_word" >&5
3127 if eval "test \"`echo '$''{'ac_cv_path_WISH'+set}'`\" = set"; then
3128   echo $ac_n "(cached) $ac_c" 1>&6
3129 else
3130   case "$WISH" in
3131   /*)
3132   ac_cv_path_WISH="$WISH" # Let the user override the test with a path.
3133   ;;
3134   ?:/*)                  
3135   ac_cv_path_WISH="$WISH" # Let the user override the test with a dos path.
3136   ;;
3137   *)
3138   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3139   ac_dummy="$PATH"
3140   for ac_dir in $ac_dummy; do 
3141     test -z "$ac_dir" && ac_dir=.
3142     if test -f $ac_dir/$ac_word; then
3143       ac_cv_path_WISH="$ac_dir/$ac_word"
3144       break
3145     fi
3146   done
3147   IFS="$ac_save_ifs"
3148   ;;
3149 esac
3150 fi
3151 WISH="$ac_cv_path_WISH"
3152 if test -n "$WISH"; then
3153   echo "$ac_t""$WISH" 1>&6
3154 else
3155   echo "$ac_t""no" 1>&6
3156 fi
3157
3158     test -z "$WISH" && { echo "configure: error: 'wish' is required for Tk support" 1>&2; exit 1; }
3159 fi
3160
3161 if test "$with_python" = yes; then
3162   # Extract the first word of "python", so it can be a program name with args.
3163 set dummy python; ac_word=$2
3164 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3165 echo "configure:3166: checking for $ac_word" >&5
3166 if eval "test \"`echo '$''{'ac_cv_path_PYTHON'+set}'`\" = set"; then
3167   echo $ac_n "(cached) $ac_c" 1>&6
3168 else
3169   case "$PYTHON" in
3170   /*)
3171   ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
3172   ;;
3173   ?:/*)                  
3174   ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a dos path.
3175   ;;
3176   *)
3177   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3178   ac_dummy="$PATH"
3179   for ac_dir in $ac_dummy; do 
3180     test -z "$ac_dir" && ac_dir=.
3181     if test -f $ac_dir/$ac_word; then
3182       ac_cv_path_PYTHON="$ac_dir/$ac_word"
3183       break
3184     fi
3185   done
3186   IFS="$ac_save_ifs"
3187   ;;
3188 esac
3189 fi
3190 PYTHON="$ac_cv_path_PYTHON"
3191 if test -n "$PYTHON"; then
3192   echo "$ac_t""$PYTHON" 1>&6
3193 else
3194   echo "$ac_t""no" 1>&6
3195 fi
3196
3197 if test x"$PYTHON" = x""; then
3198   { echo "configure: error: Python not found" 1>&2; exit 1; }
3199 fi
3200
3201   
3202 echo $ac_n "checking Python installation directories""... $ac_c" 1>&6
3203 echo "configure:3204: checking Python installation directories" >&5
3204 python_version=`${PYTHON} -c "import sys; print sys.version[:3]"`
3205 python_prefix=`${PYTHON} -c "import sys; print sys.prefix"`
3206 python_execprefix=`${PYTHON} -c "import sys; print sys.exec_prefix"`
3207 python_configdir="${python_execprefix}/lib/python${python_version}/config"
3208 python_moduledir="${python_prefix}/lib/python${python_version}/site-packages"
3209 python_moduleexecdir="${python_execprefix}/lib/python${python_version}/site-packages"
3210 python_includespec="-I${python_prefix}/include/python${python_version}"
3211 if test "$python_prefix" != "$python_execprefix"; then
3212   python_includespec="-I${python_execprefix}/include/python${python_version} $python_includespec"
3213 fi
3214
3215 # This should be enough of a message.
3216 if test "$python_prefix" != "$python_execprefix"; then
3217   echo "$ac_t""$python_prefix/lib/python${python_version} and $python_execprefix/lib/python${python_version}" 1>&6
3218 else
3219   echo "$ac_t""$python_prefix/lib/python${python_version}" 1>&6
3220 fi
3221
3222
3223   
3224
3225   
3226 echo $ac_n "checking how to link an embedded Python application""... $ac_c" 1>&6
3227 echo "configure:3228: checking how to link an embedded Python application" >&5
3228
3229 _python_libs=`grep '^LIBS=' $python_configdir/Makefile | sed 's/^.*=//'`
3230 _python_libc=`grep '^LIBC=' $python_configdir/Makefile | sed 's/^.*=//'`
3231 _python_libm=`grep '^LIBM=' $python_configdir/Makefile | sed 's/^.*=//'`
3232 _python_liblocalmod=`grep '^LOCALMODLIBS=' $python_configdir/Makefile | sed 's/^.*=//'`
3233 _python_libbasemod=`grep '^BASEMODLIBS=' $python_configdir/Makefile | sed 's/^.*=//'`
3234
3235 pgac_tab="      " # tab character
3236 python_libspec=`echo X"-L$python_configdir $_python_libs $_python_libc $_python_libm -lpython$python_version $_python_liblocalmod $_python_libbasemod" | sed -e 's/^X//' -e "s/[ $pgac_tab][ $pgac_tab]*/ /g"`
3237
3238 echo "$ac_t""${python_libspec}" 1>&6
3239
3240
3241 fi
3242
3243
3244 ##
3245 ## Libraries
3246 ##
3247
3248 echo $ac_n "checking for readline""... $ac_c" 1>&6
3249 echo "configure:3250: checking for readline" >&5
3250
3251 if eval "test \"`echo '$''{'pgac_cv_check_readline'+set}'`\" = set"; then
3252   echo $ac_n "(cached) $ac_c" 1>&6
3253 else
3254   pgac_cv_check_readline=no
3255 for pgac_lib in "" " -ltermcap" " -lncurses" " -lcurses" ; do
3256   for pgac_rllib in -lreadline -ledit ; do
3257     pgac_save_LIBS=$LIBS
3258     LIBS="${pgac_rllib}${pgac_lib} $LIBS"
3259     cat > conftest.$ac_ext <<EOF
3260 #line 3261 "configure"
3261 #include "confdefs.h"
3262 /* Override any gcc2 internal prototype to avoid an error.  */
3263 /* We use char because int might match the return type of a gcc2
3264     builtin and then its argument prototype would still apply.  */
3265 char readline();
3266
3267 int main() {
3268 readline()
3269 ; return 0; }
3270 EOF
3271 if { (eval echo configure:3272: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3272   rm -rf conftest*
3273   pgac_cv_check_readline="${pgac_rllib}${pgac_lib}"; break 2
3274 else
3275   echo "configure: failed program was:" >&5
3276   cat conftest.$ac_ext >&5
3277 fi
3278 rm -f conftest*
3279     LIBS=$pgac_save_LIBS
3280   done
3281 done
3282 LIBS=$pgac_save_LIBS
3283
3284 fi
3285
3286 if test "$pgac_cv_check_readline" != no ; then
3287   cat >> confdefs.h <<\EOF
3288 #define HAVE_LIBREADLINE 1
3289 EOF
3290
3291   LIBS="$pgac_cv_check_readline $LIBS"
3292   echo "$ac_t""yes ($pgac_cv_check_readline)" 1>&6
3293 else
3294   echo "$ac_t""no" 1>&6
3295 fi
3296
3297 echo $ac_n "checking for library containing using_history""... $ac_c" 1>&6
3298 echo "configure:3299: checking for library containing using_history" >&5
3299 if eval "test \"`echo '$''{'ac_cv_search_using_history'+set}'`\" = set"; then
3300   echo $ac_n "(cached) $ac_c" 1>&6
3301 else
3302   ac_func_search_save_LIBS="$LIBS"
3303 ac_cv_search_using_history="no"
3304 cat > conftest.$ac_ext <<EOF
3305 #line 3306 "configure"
3306 #include "confdefs.h"
3307 /* Override any gcc2 internal prototype to avoid an error.  */
3308 /* We use char because int might match the return type of a gcc2
3309     builtin and then its argument prototype would still apply.  */
3310 char using_history();
3311
3312 int main() {
3313 using_history()
3314 ; return 0; }
3315 EOF
3316 if { (eval echo configure:3317: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3317   rm -rf conftest*
3318   ac_cv_search_using_history="none required"
3319 else
3320   echo "configure: failed program was:" >&5
3321   cat conftest.$ac_ext >&5
3322 fi
3323 rm -f conftest*
3324 test "$ac_cv_search_using_history" = "no" && for i in history; do
3325 LIBS="-l$i  $ac_func_search_save_LIBS"
3326 cat > conftest.$ac_ext <<EOF
3327 #line 3328 "configure"
3328 #include "confdefs.h"
3329 /* Override any gcc2 internal prototype to avoid an error.  */
3330 /* We use char because int might match the return type of a gcc2
3331     builtin and then its argument prototype would still apply.  */
3332 char using_history();
3333
3334 int main() {
3335 using_history()
3336 ; return 0; }
3337 EOF
3338 if { (eval echo configure:3339: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3339   rm -rf conftest*
3340   ac_cv_search_using_history="-l$i"
3341 break
3342 else
3343   echo "configure: failed program was:" >&5
3344   cat conftest.$ac_ext >&5
3345 fi
3346 rm -f conftest*
3347 done
3348 LIBS="$ac_func_search_save_LIBS"
3349 fi
3350
3351 echo "$ac_t""$ac_cv_search_using_history" 1>&6
3352 if test "$ac_cv_search_using_history" != "no"; then
3353   test "$ac_cv_search_using_history" = "none required" || LIBS="$ac_cv_search_using_history $LIBS"
3354   cat >> confdefs.h <<\EOF
3355 #define HAVE_HISTORY_FUNCTIONS 1
3356 EOF
3357
3358 else :
3359   
3360 fi
3361
3362 if test "$PORTNAME" != "aix" -a "$PORTNAME" != "alpha"
3363 then
3364         echo $ac_n "checking for main in -lbsd""... $ac_c" 1>&6
3365 echo "configure:3366: checking for main in -lbsd" >&5
3366 ac_lib_var=`echo bsd'_'main | sed 'y%./+-%__p_%'`
3367 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3368   echo $ac_n "(cached) $ac_c" 1>&6
3369 else
3370   ac_save_LIBS="$LIBS"
3371 LIBS="-lbsd  $LIBS"
3372 cat > conftest.$ac_ext <<EOF
3373 #line 3374 "configure"
3374 #include "confdefs.h"
3375
3376 int main() {
3377 main()
3378 ; return 0; }
3379 EOF
3380 if { (eval echo configure:3381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3381   rm -rf conftest*
3382   eval "ac_cv_lib_$ac_lib_var=yes"
3383 else
3384   echo "configure: failed program was:" >&5
3385   cat conftest.$ac_ext >&5
3386   rm -rf conftest*
3387   eval "ac_cv_lib_$ac_lib_var=no"
3388 fi
3389 rm -f conftest*
3390 LIBS="$ac_save_LIBS"
3391
3392 fi
3393 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3394   echo "$ac_t""yes" 1>&6
3395     ac_tr_lib=HAVE_LIB`echo bsd | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3396     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3397   cat >> confdefs.h <<EOF
3398 #define $ac_tr_lib 1
3399 EOF
3400
3401   LIBS="-lbsd $LIBS"
3402
3403 else
3404   echo "$ac_t""no" 1>&6
3405 fi
3406
3407 fi
3408 echo $ac_n "checking for setproctitle in -lutil""... $ac_c" 1>&6
3409 echo "configure:3410: checking for setproctitle in -lutil" >&5
3410 ac_lib_var=`echo util'_'setproctitle | sed 'y%./+-%__p_%'`
3411 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3412   echo $ac_n "(cached) $ac_c" 1>&6
3413 else
3414   ac_save_LIBS="$LIBS"
3415 LIBS="-lutil  $LIBS"
3416 cat > conftest.$ac_ext <<EOF
3417 #line 3418 "configure"
3418 #include "confdefs.h"
3419 /* Override any gcc2 internal prototype to avoid an error.  */
3420 /* We use char because int might match the return type of a gcc2
3421     builtin and then its argument prototype would still apply.  */
3422 char setproctitle();
3423
3424 int main() {
3425 setproctitle()
3426 ; return 0; }
3427 EOF
3428 if { (eval echo configure:3429: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3429   rm -rf conftest*
3430   eval "ac_cv_lib_$ac_lib_var=yes"
3431 else
3432   echo "configure: failed program was:" >&5
3433   cat conftest.$ac_ext >&5
3434   rm -rf conftest*
3435   eval "ac_cv_lib_$ac_lib_var=no"
3436 fi
3437 rm -f conftest*
3438 LIBS="$ac_save_LIBS"
3439
3440 fi
3441 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3442   echo "$ac_t""yes" 1>&6
3443     ac_tr_lib=HAVE_LIB`echo util | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3444     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3445   cat >> confdefs.h <<EOF
3446 #define $ac_tr_lib 1
3447 EOF
3448
3449   LIBS="-lutil $LIBS"
3450
3451 else
3452   echo "$ac_t""no" 1>&6
3453 fi
3454
3455 echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
3456 echo "configure:3457: checking for main in -lm" >&5
3457 ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
3458 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3459   echo $ac_n "(cached) $ac_c" 1>&6
3460 else
3461   ac_save_LIBS="$LIBS"
3462 LIBS="-lm  $LIBS"
3463 cat > conftest.$ac_ext <<EOF
3464 #line 3465 "configure"
3465 #include "confdefs.h"
3466
3467 int main() {
3468 main()
3469 ; return 0; }
3470 EOF
3471 if { (eval echo configure:3472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3472   rm -rf conftest*
3473   eval "ac_cv_lib_$ac_lib_var=yes"
3474 else
3475   echo "configure: failed program was:" >&5
3476   cat conftest.$ac_ext >&5
3477   rm -rf conftest*
3478   eval "ac_cv_lib_$ac_lib_var=no"
3479 fi
3480 rm -f conftest*
3481 LIBS="$ac_save_LIBS"
3482
3483 fi
3484 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3485   echo "$ac_t""yes" 1>&6
3486     ac_tr_lib=HAVE_LIB`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3487     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3488   cat >> confdefs.h <<EOF
3489 #define $ac_tr_lib 1
3490 EOF
3491
3492   LIBS="-lm $LIBS"
3493
3494 else
3495   echo "$ac_t""no" 1>&6
3496 fi
3497
3498 echo $ac_n "checking for main in -ldl""... $ac_c" 1>&6
3499 echo "configure:3500: checking for main in -ldl" >&5
3500 ac_lib_var=`echo dl'_'main | sed 'y%./+-%__p_%'`
3501 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3502   echo $ac_n "(cached) $ac_c" 1>&6
3503 else
3504   ac_save_LIBS="$LIBS"
3505 LIBS="-ldl  $LIBS"
3506 cat > conftest.$ac_ext <<EOF
3507 #line 3508 "configure"
3508 #include "confdefs.h"
3509
3510 int main() {
3511 main()
3512 ; return 0; }
3513 EOF
3514 if { (eval echo configure:3515: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3515   rm -rf conftest*
3516   eval "ac_cv_lib_$ac_lib_var=yes"
3517 else
3518   echo "configure: failed program was:" >&5
3519   cat conftest.$ac_ext >&5
3520   rm -rf conftest*
3521   eval "ac_cv_lib_$ac_lib_var=no"
3522 fi
3523 rm -f conftest*
3524 LIBS="$ac_save_LIBS"
3525
3526 fi
3527 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3528   echo "$ac_t""yes" 1>&6
3529     ac_tr_lib=HAVE_LIB`echo dl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3530     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3531   cat >> confdefs.h <<EOF
3532 #define $ac_tr_lib 1
3533 EOF
3534
3535   LIBS="-ldl $LIBS"
3536
3537 else
3538   echo "$ac_t""no" 1>&6
3539 fi
3540
3541 echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6
3542 echo "configure:3543: checking for main in -lsocket" >&5
3543 ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`
3544 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3545   echo $ac_n "(cached) $ac_c" 1>&6
3546 else
3547   ac_save_LIBS="$LIBS"
3548 LIBS="-lsocket  $LIBS"
3549 cat > conftest.$ac_ext <<EOF
3550 #line 3551 "configure"
3551 #include "confdefs.h"
3552
3553 int main() {
3554 main()
3555 ; return 0; }
3556 EOF
3557 if { (eval echo configure:3558: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3558   rm -rf conftest*
3559   eval "ac_cv_lib_$ac_lib_var=yes"
3560 else
3561   echo "configure: failed program was:" >&5
3562   cat conftest.$ac_ext >&5
3563   rm -rf conftest*
3564   eval "ac_cv_lib_$ac_lib_var=no"
3565 fi
3566 rm -f conftest*
3567 LIBS="$ac_save_LIBS"
3568
3569 fi
3570 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3571   echo "$ac_t""yes" 1>&6
3572     ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3573     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3574   cat >> confdefs.h <<EOF
3575 #define $ac_tr_lib 1
3576 EOF
3577
3578   LIBS="-lsocket $LIBS"
3579
3580 else
3581   echo "$ac_t""no" 1>&6
3582 fi
3583
3584 echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6
3585 echo "configure:3586: checking for main in -lnsl" >&5
3586 ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`
3587 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3588   echo $ac_n "(cached) $ac_c" 1>&6
3589 else
3590   ac_save_LIBS="$LIBS"
3591 LIBS="-lnsl  $LIBS"
3592 cat > conftest.$ac_ext <<EOF
3593 #line 3594 "configure"
3594 #include "confdefs.h"
3595
3596 int main() {
3597 main()
3598 ; return 0; }
3599 EOF
3600 if { (eval echo configure:3601: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3601   rm -rf conftest*
3602   eval "ac_cv_lib_$ac_lib_var=yes"
3603 else
3604   echo "configure: failed program was:" >&5
3605   cat conftest.$ac_ext >&5
3606   rm -rf conftest*
3607   eval "ac_cv_lib_$ac_lib_var=no"
3608 fi
3609 rm -f conftest*
3610 LIBS="$ac_save_LIBS"
3611
3612 fi
3613 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3614   echo "$ac_t""yes" 1>&6
3615     ac_tr_lib=HAVE_LIB`echo nsl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3616     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3617   cat >> confdefs.h <<EOF
3618 #define $ac_tr_lib 1
3619 EOF
3620
3621   LIBS="-lnsl $LIBS"
3622
3623 else
3624   echo "$ac_t""no" 1>&6
3625 fi
3626
3627 echo $ac_n "checking for main in -lipc""... $ac_c" 1>&6
3628 echo "configure:3629: checking for main in -lipc" >&5
3629 ac_lib_var=`echo ipc'_'main | sed 'y%./+-%__p_%'`
3630 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3631   echo $ac_n "(cached) $ac_c" 1>&6
3632 else
3633   ac_save_LIBS="$LIBS"
3634 LIBS="-lipc  $LIBS"
3635 cat > conftest.$ac_ext <<EOF
3636 #line 3637 "configure"
3637 #include "confdefs.h"
3638
3639 int main() {
3640 main()
3641 ; return 0; }
3642 EOF
3643 if { (eval echo configure:3644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3644   rm -rf conftest*
3645   eval "ac_cv_lib_$ac_lib_var=yes"
3646 else
3647   echo "configure: failed program was:" >&5
3648   cat conftest.$ac_ext >&5
3649   rm -rf conftest*
3650   eval "ac_cv_lib_$ac_lib_var=no"
3651 fi
3652 rm -f conftest*
3653 LIBS="$ac_save_LIBS"
3654
3655 fi
3656 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3657   echo "$ac_t""yes" 1>&6
3658     ac_tr_lib=HAVE_LIB`echo ipc | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3659     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3660   cat >> confdefs.h <<EOF
3661 #define $ac_tr_lib 1
3662 EOF
3663
3664   LIBS="-lipc $LIBS"
3665
3666 else
3667   echo "$ac_t""no" 1>&6
3668 fi
3669
3670 echo $ac_n "checking for main in -lIPC""... $ac_c" 1>&6
3671 echo "configure:3672: checking for main in -lIPC" >&5
3672 ac_lib_var=`echo IPC'_'main | sed 'y%./+-%__p_%'`
3673 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3674   echo $ac_n "(cached) $ac_c" 1>&6
3675 else
3676   ac_save_LIBS="$LIBS"
3677 LIBS="-lIPC  $LIBS"
3678 cat > conftest.$ac_ext <<EOF
3679 #line 3680 "configure"
3680 #include "confdefs.h"
3681
3682 int main() {
3683 main()
3684 ; return 0; }
3685 EOF
3686 if { (eval echo configure:3687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3687   rm -rf conftest*
3688   eval "ac_cv_lib_$ac_lib_var=yes"
3689 else
3690   echo "configure: failed program was:" >&5
3691   cat conftest.$ac_ext >&5
3692   rm -rf conftest*
3693   eval "ac_cv_lib_$ac_lib_var=no"
3694 fi
3695 rm -f conftest*
3696 LIBS="$ac_save_LIBS"
3697
3698 fi
3699 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3700   echo "$ac_t""yes" 1>&6
3701     ac_tr_lib=HAVE_LIB`echo IPC | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3702     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3703   cat >> confdefs.h <<EOF
3704 #define $ac_tr_lib 1
3705 EOF
3706
3707   LIBS="-lIPC $LIBS"
3708
3709 else
3710   echo "$ac_t""no" 1>&6
3711 fi
3712
3713 echo $ac_n "checking for main in -llc""... $ac_c" 1>&6
3714 echo "configure:3715: checking for main in -llc" >&5
3715 ac_lib_var=`echo lc'_'main | sed 'y%./+-%__p_%'`
3716 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3717   echo $ac_n "(cached) $ac_c" 1>&6
3718 else
3719   ac_save_LIBS="$LIBS"
3720 LIBS="-llc  $LIBS"
3721 cat > conftest.$ac_ext <<EOF
3722 #line 3723 "configure"
3723 #include "confdefs.h"
3724
3725 int main() {
3726 main()
3727 ; return 0; }
3728 EOF
3729 if { (eval echo configure:3730: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3730   rm -rf conftest*
3731   eval "ac_cv_lib_$ac_lib_var=yes"
3732 else
3733   echo "configure: failed program was:" >&5
3734   cat conftest.$ac_ext >&5
3735   rm -rf conftest*
3736   eval "ac_cv_lib_$ac_lib_var=no"
3737 fi
3738 rm -f conftest*
3739 LIBS="$ac_save_LIBS"
3740
3741 fi
3742 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3743   echo "$ac_t""yes" 1>&6
3744     ac_tr_lib=HAVE_LIB`echo lc | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3745     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3746   cat >> confdefs.h <<EOF
3747 #define $ac_tr_lib 1
3748 EOF
3749
3750   LIBS="-llc $LIBS"
3751
3752 else
3753   echo "$ac_t""no" 1>&6
3754 fi
3755
3756 echo $ac_n "checking for main in -ldld""... $ac_c" 1>&6
3757 echo "configure:3758: checking for main in -ldld" >&5
3758 ac_lib_var=`echo dld'_'main | sed 'y%./+-%__p_%'`
3759 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3760   echo $ac_n "(cached) $ac_c" 1>&6
3761 else
3762   ac_save_LIBS="$LIBS"
3763 LIBS="-ldld  $LIBS"
3764 cat > conftest.$ac_ext <<EOF
3765 #line 3766 "configure"
3766 #include "confdefs.h"
3767
3768 int main() {
3769 main()
3770 ; return 0; }
3771 EOF
3772 if { (eval echo configure:3773: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3773   rm -rf conftest*
3774   eval "ac_cv_lib_$ac_lib_var=yes"
3775 else
3776   echo "configure: failed program was:" >&5
3777   cat conftest.$ac_ext >&5
3778   rm -rf conftest*
3779   eval "ac_cv_lib_$ac_lib_var=no"
3780 fi
3781 rm -f conftest*
3782 LIBS="$ac_save_LIBS"
3783
3784 fi
3785 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3786   echo "$ac_t""yes" 1>&6
3787     ac_tr_lib=HAVE_LIB`echo dld | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3788     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3789   cat >> confdefs.h <<EOF
3790 #define $ac_tr_lib 1
3791 EOF
3792
3793   LIBS="-ldld $LIBS"
3794
3795 else
3796   echo "$ac_t""no" 1>&6
3797 fi
3798
3799 echo $ac_n "checking for main in -lld""... $ac_c" 1>&6
3800 echo "configure:3801: checking for main in -lld" >&5
3801 ac_lib_var=`echo ld'_'main | sed 'y%./+-%__p_%'`
3802 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3803   echo $ac_n "(cached) $ac_c" 1>&6
3804 else
3805   ac_save_LIBS="$LIBS"
3806 LIBS="-lld  $LIBS"
3807 cat > conftest.$ac_ext <<EOF
3808 #line 3809 "configure"
3809 #include "confdefs.h"
3810
3811 int main() {
3812 main()
3813 ; return 0; }
3814 EOF
3815 if { (eval echo configure:3816: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3816   rm -rf conftest*
3817   eval "ac_cv_lib_$ac_lib_var=yes"
3818 else
3819   echo "configure: failed program was:" >&5
3820   cat conftest.$ac_ext >&5
3821   rm -rf conftest*
3822   eval "ac_cv_lib_$ac_lib_var=no"
3823 fi
3824 rm -f conftest*
3825 LIBS="$ac_save_LIBS"
3826
3827 fi
3828 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3829   echo "$ac_t""yes" 1>&6
3830     ac_tr_lib=HAVE_LIB`echo ld | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3831     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3832   cat >> confdefs.h <<EOF
3833 #define $ac_tr_lib 1
3834 EOF
3835
3836   LIBS="-lld $LIBS"
3837
3838 else
3839   echo "$ac_t""no" 1>&6
3840 fi
3841
3842 echo $ac_n "checking for main in -lcompat""... $ac_c" 1>&6
3843 echo "configure:3844: checking for main in -lcompat" >&5
3844 ac_lib_var=`echo compat'_'main | sed 'y%./+-%__p_%'`
3845 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3846   echo $ac_n "(cached) $ac_c" 1>&6
3847 else
3848   ac_save_LIBS="$LIBS"
3849 LIBS="-lcompat  $LIBS"
3850 cat > conftest.$ac_ext <<EOF
3851 #line 3852 "configure"
3852 #include "confdefs.h"
3853
3854 int main() {
3855 main()
3856 ; return 0; }
3857 EOF
3858 if { (eval echo configure:3859: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3859   rm -rf conftest*
3860   eval "ac_cv_lib_$ac_lib_var=yes"
3861 else
3862   echo "configure: failed program was:" >&5
3863   cat conftest.$ac_ext >&5
3864   rm -rf conftest*
3865   eval "ac_cv_lib_$ac_lib_var=no"
3866 fi
3867 rm -f conftest*
3868 LIBS="$ac_save_LIBS"
3869
3870 fi
3871 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3872   echo "$ac_t""yes" 1>&6
3873     ac_tr_lib=HAVE_LIB`echo compat | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3874     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3875   cat >> confdefs.h <<EOF
3876 #define $ac_tr_lib 1
3877 EOF
3878
3879   LIBS="-lcompat $LIBS"
3880
3881 else
3882   echo "$ac_t""no" 1>&6
3883 fi
3884
3885 echo $ac_n "checking for main in -lBSD""... $ac_c" 1>&6
3886 echo "configure:3887: checking for main in -lBSD" >&5
3887 ac_lib_var=`echo BSD'_'main | sed 'y%./+-%__p_%'`
3888 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3889   echo $ac_n "(cached) $ac_c" 1>&6
3890 else
3891   ac_save_LIBS="$LIBS"
3892 LIBS="-lBSD  $LIBS"
3893 cat > conftest.$ac_ext <<EOF
3894 #line 3895 "configure"
3895 #include "confdefs.h"
3896
3897 int main() {
3898 main()
3899 ; return 0; }
3900 EOF
3901 if { (eval echo configure:3902: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3902   rm -rf conftest*
3903   eval "ac_cv_lib_$ac_lib_var=yes"
3904 else
3905   echo "configure: failed program was:" >&5
3906   cat conftest.$ac_ext >&5
3907   rm -rf conftest*
3908   eval "ac_cv_lib_$ac_lib_var=no"
3909 fi
3910 rm -f conftest*
3911 LIBS="$ac_save_LIBS"
3912
3913 fi
3914 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3915   echo "$ac_t""yes" 1>&6
3916     ac_tr_lib=HAVE_LIB`echo BSD | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3917     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3918   cat >> confdefs.h <<EOF
3919 #define $ac_tr_lib 1
3920 EOF
3921
3922   LIBS="-lBSD $LIBS"
3923
3924 else
3925   echo "$ac_t""no" 1>&6
3926 fi
3927
3928 echo $ac_n "checking for main in -lgen""... $ac_c" 1>&6
3929 echo "configure:3930: checking for main in -lgen" >&5
3930 ac_lib_var=`echo gen'_'main | sed 'y%./+-%__p_%'`
3931 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3932   echo $ac_n "(cached) $ac_c" 1>&6
3933 else
3934   ac_save_LIBS="$LIBS"
3935 LIBS="-lgen  $LIBS"
3936 cat > conftest.$ac_ext <<EOF
3937 #line 3938 "configure"
3938 #include "confdefs.h"
3939
3940 int main() {
3941 main()
3942 ; return 0; }
3943 EOF
3944 if { (eval echo configure:3945: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3945   rm -rf conftest*
3946   eval "ac_cv_lib_$ac_lib_var=yes"
3947 else
3948   echo "configure: failed program was:" >&5
3949   cat conftest.$ac_ext >&5
3950   rm -rf conftest*
3951   eval "ac_cv_lib_$ac_lib_var=no"
3952 fi
3953 rm -f conftest*
3954 LIBS="$ac_save_LIBS"
3955
3956 fi
3957 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3958   echo "$ac_t""yes" 1>&6
3959     ac_tr_lib=HAVE_LIB`echo gen | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3960     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3961   cat >> confdefs.h <<EOF
3962 #define $ac_tr_lib 1
3963 EOF
3964
3965   LIBS="-lgen $LIBS"
3966
3967 else
3968   echo "$ac_t""no" 1>&6
3969 fi
3970
3971 echo $ac_n "checking for main in -lPW""... $ac_c" 1>&6
3972 echo "configure:3973: checking for main in -lPW" >&5
3973 ac_lib_var=`echo PW'_'main | sed 'y%./+-%__p_%'`
3974 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3975   echo $ac_n "(cached) $ac_c" 1>&6
3976 else
3977   ac_save_LIBS="$LIBS"
3978 LIBS="-lPW  $LIBS"
3979 cat > conftest.$ac_ext <<EOF
3980 #line 3981 "configure"
3981 #include "confdefs.h"
3982
3983 int main() {
3984 main()
3985 ; return 0; }
3986 EOF
3987 if { (eval echo configure:3988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3988   rm -rf conftest*
3989   eval "ac_cv_lib_$ac_lib_var=yes"
3990 else
3991   echo "configure: failed program was:" >&5
3992   cat conftest.$ac_ext >&5
3993   rm -rf conftest*
3994   eval "ac_cv_lib_$ac_lib_var=no"
3995 fi
3996 rm -f conftest*
3997 LIBS="$ac_save_LIBS"
3998
3999 fi
4000 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4001   echo "$ac_t""yes" 1>&6
4002     ac_tr_lib=HAVE_LIB`echo PW | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4003     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
4004   cat >> confdefs.h <<EOF
4005 #define $ac_tr_lib 1
4006 EOF
4007
4008   LIBS="-lPW $LIBS"
4009
4010 else
4011   echo "$ac_t""no" 1>&6
4012 fi
4013
4014 echo $ac_n "checking for main in -lresolv""... $ac_c" 1>&6
4015 echo "configure:4016: checking for main in -lresolv" >&5
4016 ac_lib_var=`echo resolv'_'main | sed 'y%./+-%__p_%'`
4017 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4018   echo $ac_n "(cached) $ac_c" 1>&6
4019 else
4020   ac_save_LIBS="$LIBS"
4021 LIBS="-lresolv  $LIBS"
4022 cat > conftest.$ac_ext <<EOF
4023 #line 4024 "configure"
4024 #include "confdefs.h"
4025
4026 int main() {
4027 main()
4028 ; return 0; }
4029 EOF
4030 if { (eval echo configure:4031: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4031   rm -rf conftest*
4032   eval "ac_cv_lib_$ac_lib_var=yes"
4033 else
4034   echo "configure: failed program was:" >&5
4035   cat conftest.$ac_ext >&5
4036   rm -rf conftest*
4037   eval "ac_cv_lib_$ac_lib_var=no"
4038 fi
4039 rm -f conftest*
4040 LIBS="$ac_save_LIBS"
4041
4042 fi
4043 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4044   echo "$ac_t""yes" 1>&6
4045     ac_tr_lib=HAVE_LIB`echo resolv | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4046     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
4047   cat >> confdefs.h <<EOF
4048 #define $ac_tr_lib 1
4049 EOF
4050
4051   LIBS="-lresolv $LIBS"
4052
4053 else
4054   echo "$ac_t""no" 1>&6
4055 fi
4056
4057 echo $ac_n "checking for main in -lunix""... $ac_c" 1>&6
4058 echo "configure:4059: checking for main in -lunix" >&5
4059 ac_lib_var=`echo unix'_'main | sed 'y%./+-%__p_%'`
4060 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4061   echo $ac_n "(cached) $ac_c" 1>&6
4062 else
4063   ac_save_LIBS="$LIBS"
4064 LIBS="-lunix  $LIBS"
4065 cat > conftest.$ac_ext <<EOF
4066 #line 4067 "configure"
4067 #include "confdefs.h"
4068
4069 int main() {
4070 main()
4071 ; return 0; }
4072 EOF
4073 if { (eval echo configure:4074: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4074   rm -rf conftest*
4075   eval "ac_cv_lib_$ac_lib_var=yes"
4076 else
4077   echo "configure: failed program was:" >&5
4078   cat conftest.$ac_ext >&5
4079   rm -rf conftest*
4080   eval "ac_cv_lib_$ac_lib_var=no"
4081 fi
4082 rm -f conftest*
4083 LIBS="$ac_save_LIBS"
4084
4085 fi
4086 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4087   echo "$ac_t""yes" 1>&6
4088     ac_tr_lib=HAVE_LIB`echo [unix] | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4089     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
4090   cat >> confdefs.h <<EOF
4091 #define $ac_tr_lib 1
4092 EOF
4093
4094   LIBS="-lunix $LIBS"
4095
4096 else
4097   echo "$ac_t""no" 1>&6
4098 fi
4099
4100
4101 echo $ac_n "checking for library containing crypt""... $ac_c" 1>&6
4102 echo "configure:4103: checking for library containing crypt" >&5
4103 if eval "test \"`echo '$''{'ac_cv_search_crypt'+set}'`\" = set"; then
4104   echo $ac_n "(cached) $ac_c" 1>&6
4105 else
4106   ac_func_search_save_LIBS="$LIBS"
4107 ac_cv_search_crypt="no"
4108 cat > conftest.$ac_ext <<EOF
4109 #line 4110 "configure"
4110 #include "confdefs.h"
4111 /* Override any gcc2 internal prototype to avoid an error.  */
4112 /* We use char because int might match the return type of a gcc2
4113     builtin and then its argument prototype would still apply.  */
4114 char crypt();
4115
4116 int main() {
4117 crypt()
4118 ; return 0; }
4119 EOF
4120 if { (eval echo configure:4121: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4121   rm -rf conftest*
4122   ac_cv_search_crypt="none required"
4123 else
4124   echo "configure: failed program was:" >&5
4125   cat conftest.$ac_ext >&5
4126 fi
4127 rm -f conftest*
4128 test "$ac_cv_search_crypt" = "no" && for i in crypt; do
4129 LIBS="-l$i  $ac_func_search_save_LIBS"
4130 cat > conftest.$ac_ext <<EOF
4131 #line 4132 "configure"
4132 #include "confdefs.h"
4133 /* Override any gcc2 internal prototype to avoid an error.  */
4134 /* We use char because int might match the return type of a gcc2
4135     builtin and then its argument prototype would still apply.  */
4136 char crypt();
4137
4138 int main() {
4139 crypt()
4140 ; return 0; }
4141 EOF
4142 if { (eval echo configure:4143: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4143   rm -rf conftest*
4144   ac_cv_search_crypt="-l$i"
4145 break
4146 else
4147   echo "configure: failed program was:" >&5
4148   cat conftest.$ac_ext >&5
4149 fi
4150 rm -f conftest*
4151 done
4152 LIBS="$ac_func_search_save_LIBS"
4153 fi
4154
4155 echo "$ac_t""$ac_cv_search_crypt" 1>&6
4156 if test "$ac_cv_search_crypt" != "no"; then
4157   test "$ac_cv_search_crypt" = "none required" || LIBS="$ac_cv_search_crypt $LIBS"
4158   
4159 else :
4160   
4161 fi
4162 echo $ac_n "checking for __inet_ntoa in -lbind""... $ac_c" 1>&6
4163 echo "configure:4164: checking for __inet_ntoa in -lbind" >&5
4164 ac_lib_var=`echo bind'_'__inet_ntoa | sed 'y%./+-%__p_%'`
4165 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4166   echo $ac_n "(cached) $ac_c" 1>&6
4167 else
4168   ac_save_LIBS="$LIBS"
4169 LIBS="-lbind  $LIBS"
4170 cat > conftest.$ac_ext <<EOF
4171 #line 4172 "configure"
4172 #include "confdefs.h"
4173 /* Override any gcc2 internal prototype to avoid an error.  */
4174 /* We use char because int might match the return type of a gcc2
4175     builtin and then its argument prototype would still apply.  */
4176 char __inet_ntoa();
4177
4178 int main() {
4179 __inet_ntoa()
4180 ; return 0; }
4181 EOF
4182 if { (eval echo configure:4183: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4183   rm -rf conftest*
4184   eval "ac_cv_lib_$ac_lib_var=yes"
4185 else
4186   echo "configure: failed program was:" >&5
4187   cat conftest.$ac_ext >&5
4188   rm -rf conftest*
4189   eval "ac_cv_lib_$ac_lib_var=no"
4190 fi
4191 rm -f conftest*
4192 LIBS="$ac_save_LIBS"
4193
4194 fi
4195 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4196   echo "$ac_t""yes" 1>&6
4197     ac_tr_lib=HAVE_LIB`echo bind | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4198     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
4199   cat >> confdefs.h <<EOF
4200 #define $ac_tr_lib 1
4201 EOF
4202
4203   LIBS="-lbind $LIBS"
4204
4205 else
4206   echo "$ac_t""no" 1>&6
4207 fi
4208
4209 cat > conftest.$ac_ext <<EOF
4210 #line 4211 "configure"
4211 #include "confdefs.h"
4212 #include <zlib.h>
4213 EOF
4214 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4215   egrep "z_streamp" >/dev/null 2>&1; then
4216   rm -rf conftest*
4217   
4218 echo $ac_n "checking for inflate in -lz""... $ac_c" 1>&6
4219 echo "configure:4220: checking for inflate in -lz" >&5
4220 ac_lib_var=`echo z'_'inflate | sed 'y%./+-%__p_%'`
4221 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4222   echo $ac_n "(cached) $ac_c" 1>&6
4223 else
4224   ac_save_LIBS="$LIBS"
4225 LIBS="-lz  $LIBS"
4226 cat > conftest.$ac_ext <<EOF
4227 #line 4228 "configure"
4228 #include "confdefs.h"
4229 /* Override any gcc2 internal prototype to avoid an error.  */
4230 /* We use char because int might match the return type of a gcc2
4231     builtin and then its argument prototype would still apply.  */
4232 char inflate();
4233
4234 int main() {
4235 inflate()
4236 ; return 0; }
4237 EOF
4238 if { (eval echo configure:4239: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4239   rm -rf conftest*
4240   eval "ac_cv_lib_$ac_lib_var=yes"
4241 else
4242   echo "configure: failed program was:" >&5
4243   cat conftest.$ac_ext >&5
4244   rm -rf conftest*
4245   eval "ac_cv_lib_$ac_lib_var=no"
4246 fi
4247 rm -f conftest*
4248 LIBS="$ac_save_LIBS"
4249
4250 fi
4251 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4252   echo "$ac_t""yes" 1>&6
4253     ac_tr_lib=HAVE_LIB`echo z | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4254     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
4255   cat >> confdefs.h <<EOF
4256 #define $ac_tr_lib 1
4257 EOF
4258
4259   LIBS="-lz $LIBS"
4260
4261 else
4262   echo "$ac_t""no" 1>&6
4263 fi
4264
4265
4266 fi
4267 rm -f conftest*
4268
4269
4270
4271 if test "$with_krb4" = yes ; then
4272   echo $ac_n "checking for des_encrypt in -ldes""... $ac_c" 1>&6
4273 echo "configure:4274: checking for des_encrypt in -ldes" >&5
4274 ac_lib_var=`echo des'_'des_encrypt | sed 'y%./+-%__p_%'`
4275 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4276   echo $ac_n "(cached) $ac_c" 1>&6
4277 else
4278   ac_save_LIBS="$LIBS"
4279 LIBS="-ldes  $LIBS"
4280 cat > conftest.$ac_ext <<EOF
4281 #line 4282 "configure"
4282 #include "confdefs.h"
4283 /* Override any gcc2 internal prototype to avoid an error.  */
4284 /* We use char because int might match the return type of a gcc2
4285     builtin and then its argument prototype would still apply.  */
4286 char des_encrypt();
4287
4288 int main() {
4289 des_encrypt()
4290 ; return 0; }
4291 EOF
4292 if { (eval echo configure:4293: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4293   rm -rf conftest*
4294   eval "ac_cv_lib_$ac_lib_var=yes"
4295 else
4296   echo "configure: failed program was:" >&5
4297   cat conftest.$ac_ext >&5
4298   rm -rf conftest*
4299   eval "ac_cv_lib_$ac_lib_var=no"
4300 fi
4301 rm -f conftest*
4302 LIBS="$ac_save_LIBS"
4303
4304 fi
4305 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4306   echo "$ac_t""yes" 1>&6
4307     ac_tr_lib=HAVE_LIB`echo des | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4308     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
4309   cat >> confdefs.h <<EOF
4310 #define $ac_tr_lib 1
4311 EOF
4312
4313   LIBS="-ldes $LIBS"
4314
4315 else
4316   echo "$ac_t""no" 1>&6
4317 { echo "configure: error: library 'des' is required for Kerberos 4" 1>&2; exit 1; }
4318 fi
4319
4320   echo $ac_n "checking for krb_sendauth in -lkrb""... $ac_c" 1>&6
4321 echo "configure:4322: checking for krb_sendauth in -lkrb" >&5
4322 ac_lib_var=`echo krb'_'krb_sendauth | sed 'y%./+-%__p_%'`
4323 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4324   echo $ac_n "(cached) $ac_c" 1>&6
4325 else
4326   ac_save_LIBS="$LIBS"
4327 LIBS="-lkrb  $LIBS"
4328 cat > conftest.$ac_ext <<EOF
4329 #line 4330 "configure"
4330 #include "confdefs.h"
4331 /* Override any gcc2 internal prototype to avoid an error.  */
4332 /* We use char because int might match the return type of a gcc2
4333     builtin and then its argument prototype would still apply.  */
4334 char krb_sendauth();
4335
4336 int main() {
4337 krb_sendauth()
4338 ; return 0; }
4339 EOF
4340 if { (eval echo configure:4341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4341   rm -rf conftest*
4342   eval "ac_cv_lib_$ac_lib_var=yes"
4343 else
4344   echo "configure: failed program was:" >&5
4345   cat conftest.$ac_ext >&5
4346   rm -rf conftest*
4347   eval "ac_cv_lib_$ac_lib_var=no"
4348 fi
4349 rm -f conftest*
4350 LIBS="$ac_save_LIBS"
4351
4352 fi
4353 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4354   echo "$ac_t""yes" 1>&6
4355     ac_tr_lib=HAVE_LIB`echo krb | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4356     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
4357   cat >> confdefs.h <<EOF
4358 #define $ac_tr_lib 1
4359 EOF
4360
4361   LIBS="-lkrb $LIBS"
4362
4363 else
4364   echo "$ac_t""no" 1>&6
4365 { echo "configure: error: library 'krb' is required for Kerberos 4" 1>&2; exit 1; }
4366 fi
4367
4368 fi
4369
4370 if test "$with_krb5" = yes ; then
4371   echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6
4372 echo "configure:4373: checking for com_err in -lcom_err" >&5
4373 ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'`
4374 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4375   echo $ac_n "(cached) $ac_c" 1>&6
4376 else
4377   ac_save_LIBS="$LIBS"
4378 LIBS="-lcom_err  $LIBS"
4379 cat > conftest.$ac_ext <<EOF
4380 #line 4381 "configure"
4381 #include "confdefs.h"
4382 /* Override any gcc2 internal prototype to avoid an error.  */
4383 /* We use char because int might match the return type of a gcc2
4384     builtin and then its argument prototype would still apply.  */
4385 char com_err();
4386
4387 int main() {
4388 com_err()
4389 ; return 0; }
4390 EOF
4391 if { (eval echo configure:4392: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4392   rm -rf conftest*
4393   eval "ac_cv_lib_$ac_lib_var=yes"
4394 else
4395   echo "configure: failed program was:" >&5
4396   cat conftest.$ac_ext >&5
4397   rm -rf conftest*
4398   eval "ac_cv_lib_$ac_lib_var=no"
4399 fi
4400 rm -f conftest*
4401 LIBS="$ac_save_LIBS"
4402
4403 fi
4404 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4405   echo "$ac_t""yes" 1>&6
4406     ac_tr_lib=HAVE_LIB`echo com_err | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4407     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
4408   cat >> confdefs.h <<EOF
4409 #define $ac_tr_lib 1
4410 EOF
4411
4412   LIBS="-lcom_err $LIBS"
4413
4414 else
4415   echo "$ac_t""no" 1>&6
4416 { echo "configure: error: library 'com_err' is required for Kerberos 5" 1>&2; exit 1; }
4417 fi
4418
4419   echo $ac_n "checking for krb5_encrypt in -lcrypto""... $ac_c" 1>&6
4420 echo "configure:4421: checking for krb5_encrypt in -lcrypto" >&5
4421 ac_lib_var=`echo crypto'_'krb5_encrypt | sed 'y%./+-%__p_%'`
4422 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4423   echo $ac_n "(cached) $ac_c" 1>&6
4424 else
4425   ac_save_LIBS="$LIBS"
4426 LIBS="-lcrypto  $LIBS"
4427 cat > conftest.$ac_ext <<EOF
4428 #line 4429 "configure"
4429 #include "confdefs.h"
4430 /* Override any gcc2 internal prototype to avoid an error.  */
4431 /* We use char because int might match the return type of a gcc2
4432     builtin and then its argument prototype would still apply.  */
4433 char krb5_encrypt();
4434
4435 int main() {
4436 krb5_encrypt()
4437 ; return 0; }
4438 EOF
4439 if { (eval echo configure:4440: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4440   rm -rf conftest*
4441   eval "ac_cv_lib_$ac_lib_var=yes"
4442 else
4443   echo "configure: failed program was:" >&5
4444   cat conftest.$ac_ext >&5
4445   rm -rf conftest*
4446   eval "ac_cv_lib_$ac_lib_var=no"
4447 fi
4448 rm -f conftest*
4449 LIBS="$ac_save_LIBS"
4450
4451 fi
4452 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4453   echo "$ac_t""yes" 1>&6
4454     ac_tr_lib=HAVE_LIB`echo crypto | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4455     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
4456   cat >> confdefs.h <<EOF
4457 #define $ac_tr_lib 1
4458 EOF
4459
4460   LIBS="-lcrypto $LIBS"
4461
4462 else
4463   echo "$ac_t""no" 1>&6
4464 echo $ac_n "checking for krb5_encrypt in -lk5crypto""... $ac_c" 1>&6
4465 echo "configure:4466: checking for krb5_encrypt in -lk5crypto" >&5
4466 ac_lib_var=`echo k5crypto'_'krb5_encrypt | sed 'y%./+-%__p_%'`
4467 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4468   echo $ac_n "(cached) $ac_c" 1>&6
4469 else
4470   ac_save_LIBS="$LIBS"
4471 LIBS="-lk5crypto  $LIBS"
4472 cat > conftest.$ac_ext <<EOF
4473 #line 4474 "configure"
4474 #include "confdefs.h"
4475 /* Override any gcc2 internal prototype to avoid an error.  */
4476 /* We use char because int might match the return type of a gcc2
4477     builtin and then its argument prototype would still apply.  */
4478 char krb5_encrypt();
4479
4480 int main() {
4481 krb5_encrypt()
4482 ; return 0; }
4483 EOF
4484 if { (eval echo configure:4485: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4485   rm -rf conftest*
4486   eval "ac_cv_lib_$ac_lib_var=yes"
4487 else
4488   echo "configure: failed program was:" >&5
4489   cat conftest.$ac_ext >&5
4490   rm -rf conftest*
4491   eval "ac_cv_lib_$ac_lib_var=no"
4492 fi
4493 rm -f conftest*
4494 LIBS="$ac_save_LIBS"
4495
4496 fi
4497 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4498   echo "$ac_t""yes" 1>&6
4499     ac_tr_lib=HAVE_LIB`echo k5crypto | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4500     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
4501   cat >> confdefs.h <<EOF
4502 #define $ac_tr_lib 1
4503 EOF
4504
4505   LIBS="-lk5crypto $LIBS"
4506
4507 else
4508   echo "$ac_t""no" 1>&6
4509 { echo "configure: error: library 'crypto' or 'k5crypto' is required for Kerberos 5" 1>&2; exit 1; }
4510 fi
4511
4512 fi
4513
4514   echo $ac_n "checking for krb5_sendauth in -lkrb5""... $ac_c" 1>&6
4515 echo "configure:4516: checking for krb5_sendauth in -lkrb5" >&5
4516 ac_lib_var=`echo krb5'_'krb5_sendauth | sed 'y%./+-%__p_%'`
4517 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4518   echo $ac_n "(cached) $ac_c" 1>&6
4519 else
4520   ac_save_LIBS="$LIBS"
4521 LIBS="-lkrb5  $LIBS"
4522 cat > conftest.$ac_ext <<EOF
4523 #line 4524 "configure"
4524 #include "confdefs.h"
4525 /* Override any gcc2 internal prototype to avoid an error.  */
4526 /* We use char because int might match the return type of a gcc2
4527     builtin and then its argument prototype would still apply.  */
4528 char krb5_sendauth();
4529
4530 int main() {
4531 krb5_sendauth()
4532 ; return 0; }
4533 EOF
4534 if { (eval echo configure:4535: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4535   rm -rf conftest*
4536   eval "ac_cv_lib_$ac_lib_var=yes"
4537 else
4538   echo "configure: failed program was:" >&5
4539   cat conftest.$ac_ext >&5
4540   rm -rf conftest*
4541   eval "ac_cv_lib_$ac_lib_var=no"
4542 fi
4543 rm -f conftest*
4544 LIBS="$ac_save_LIBS"
4545
4546 fi
4547 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4548   echo "$ac_t""yes" 1>&6
4549     ac_tr_lib=HAVE_LIB`echo krb5 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4550     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
4551   cat >> confdefs.h <<EOF
4552 #define $ac_tr_lib 1
4553 EOF
4554
4555   LIBS="-lkrb5 $LIBS"
4556
4557 else
4558   echo "$ac_t""no" 1>&6
4559 { echo "configure: error: library 'krb5' is required for Kerberos 5" 1>&2; exit 1; }
4560 fi
4561
4562 fi
4563
4564 if test "$with_openssl" = yes ; then
4565     echo $ac_n "checking for CRYPTO_new_ex_data in -lcrypto""... $ac_c" 1>&6
4566 echo "configure:4567: checking for CRYPTO_new_ex_data in -lcrypto" >&5
4567 ac_lib_var=`echo crypto'_'CRYPTO_new_ex_data | sed 'y%./+-%__p_%'`
4568 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4569   echo $ac_n "(cached) $ac_c" 1>&6
4570 else
4571   ac_save_LIBS="$LIBS"
4572 LIBS="-lcrypto  $LIBS"
4573 cat > conftest.$ac_ext <<EOF
4574 #line 4575 "configure"
4575 #include "confdefs.h"
4576 /* Override any gcc2 internal prototype to avoid an error.  */
4577 /* We use char because int might match the return type of a gcc2
4578     builtin and then its argument prototype would still apply.  */
4579 char CRYPTO_new_ex_data();
4580
4581 int main() {
4582 CRYPTO_new_ex_data()
4583 ; return 0; }
4584 EOF
4585 if { (eval echo configure:4586: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4586   rm -rf conftest*
4587   eval "ac_cv_lib_$ac_lib_var=yes"
4588 else
4589   echo "configure: failed program was:" >&5
4590   cat conftest.$ac_ext >&5
4591   rm -rf conftest*
4592   eval "ac_cv_lib_$ac_lib_var=no"
4593 fi
4594 rm -f conftest*
4595 LIBS="$ac_save_LIBS"
4596
4597 fi
4598 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4599   echo "$ac_t""yes" 1>&6
4600     ac_tr_lib=HAVE_LIB`echo crypto | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4601     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
4602   cat >> confdefs.h <<EOF
4603 #define $ac_tr_lib 1
4604 EOF
4605
4606   LIBS="-lcrypto $LIBS"
4607
4608 else
4609   echo "$ac_t""no" 1>&6
4610 { echo "configure: error: library 'crypto' is required for OpenSSL" 1>&2; exit 1; }
4611 fi
4612
4613   echo $ac_n "checking for SSL_library_init in -lssl""... $ac_c" 1>&6
4614 echo "configure:4615: checking for SSL_library_init in -lssl" >&5
4615 ac_lib_var=`echo ssl'_'SSL_library_init | sed 'y%./+-%__p_%'`
4616 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4617   echo $ac_n "(cached) $ac_c" 1>&6
4618 else
4619   ac_save_LIBS="$LIBS"
4620 LIBS="-lssl  $LIBS"
4621 cat > conftest.$ac_ext <<EOF
4622 #line 4623 "configure"
4623 #include "confdefs.h"
4624 /* Override any gcc2 internal prototype to avoid an error.  */
4625 /* We use char because int might match the return type of a gcc2
4626     builtin and then its argument prototype would still apply.  */
4627 char SSL_library_init();
4628
4629 int main() {
4630 SSL_library_init()
4631 ; return 0; }
4632 EOF
4633 if { (eval echo configure:4634: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4634   rm -rf conftest*
4635   eval "ac_cv_lib_$ac_lib_var=yes"
4636 else
4637   echo "configure: failed program was:" >&5
4638   cat conftest.$ac_ext >&5
4639   rm -rf conftest*
4640   eval "ac_cv_lib_$ac_lib_var=no"
4641 fi
4642 rm -f conftest*
4643 LIBS="$ac_save_LIBS"
4644
4645 fi
4646 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4647   echo "$ac_t""yes" 1>&6
4648     ac_tr_lib=HAVE_LIB`echo ssl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4649     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
4650   cat >> confdefs.h <<EOF
4651 #define $ac_tr_lib 1
4652 EOF
4653
4654   LIBS="-lssl $LIBS"
4655
4656 else
4657   echo "$ac_t""no" 1>&6
4658 { echo "configure: error: library 'ssl' is required for OpenSSL" 1>&2; exit 1; }
4659 fi
4660
4661 fi
4662
4663 if test "$enable_nls" = yes ; then
4664   
4665   
4666 echo $ac_n "checking for library containing gettext""... $ac_c" 1>&6
4667 echo "configure:4668: checking for library containing gettext" >&5
4668 if eval "test \"`echo '$''{'ac_cv_search_gettext'+set}'`\" = set"; then
4669   echo $ac_n "(cached) $ac_c" 1>&6
4670 else
4671   ac_func_search_save_LIBS="$LIBS"
4672 ac_cv_search_gettext="no"
4673 cat > conftest.$ac_ext <<EOF
4674 #line 4675 "configure"
4675 #include "confdefs.h"
4676 /* Override any gcc2 internal prototype to avoid an error.  */
4677 /* We use char because int might match the return type of a gcc2
4678     builtin and then its argument prototype would still apply.  */
4679 char gettext();
4680
4681 int main() {
4682 gettext()
4683 ; return 0; }
4684 EOF
4685 if { (eval echo configure:4686: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4686   rm -rf conftest*
4687   ac_cv_search_gettext="none required"
4688 else
4689   echo "configure: failed program was:" >&5
4690   cat conftest.$ac_ext >&5
4691 fi
4692 rm -f conftest*
4693 test "$ac_cv_search_gettext" = "no" && for i in intl; do
4694 LIBS="-l$i  $ac_func_search_save_LIBS"
4695 cat > conftest.$ac_ext <<EOF
4696 #line 4697 "configure"
4697 #include "confdefs.h"
4698 /* Override any gcc2 internal prototype to avoid an error.  */
4699 /* We use char because int might match the return type of a gcc2
4700     builtin and then its argument prototype would still apply.  */
4701 char gettext();
4702
4703 int main() {
4704 gettext()
4705 ; return 0; }
4706 EOF
4707 if { (eval echo configure:4708: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4708   rm -rf conftest*
4709   ac_cv_search_gettext="-l$i"
4710 break
4711 else
4712   echo "configure: failed program was:" >&5
4713   cat conftest.$ac_ext >&5
4714 fi
4715 rm -f conftest*
4716 done
4717 LIBS="$ac_func_search_save_LIBS"
4718 fi
4719
4720 echo "$ac_t""$ac_cv_search_gettext" 1>&6
4721 if test "$ac_cv_search_gettext" != "no"; then
4722   test "$ac_cv_search_gettext" = "none required" || LIBS="$ac_cv_search_gettext $LIBS"
4723   
4724 else :
4725   { echo "configure: error: a gettext implementation is required for NLS" 1>&2; exit 1; }
4726 fi
4727   ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
4728 echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
4729 echo "configure:4730: checking for libintl.h" >&5
4730 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4731   echo $ac_n "(cached) $ac_c" 1>&6
4732 else
4733   cat > conftest.$ac_ext <<EOF
4734 #line 4735 "configure"
4735 #include "confdefs.h"
4736 #include <libintl.h>
4737 EOF
4738 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4739 { (eval echo configure:4740: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4740 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4741 if test -z "$ac_err"; then
4742   rm -rf conftest*
4743   eval "ac_cv_header_$ac_safe=yes"
4744 else
4745   echo "$ac_err" >&5
4746   echo "configure: failed program was:" >&5
4747   cat conftest.$ac_ext >&5
4748   rm -rf conftest*
4749   eval "ac_cv_header_$ac_safe=no"
4750 fi
4751 rm -f conftest*
4752 fi
4753 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4754   echo "$ac_t""yes" 1>&6
4755   :
4756 else
4757   echo "$ac_t""no" 1>&6
4758 { echo "configure: error: header file <libintl.h> is required for NLS" 1>&2; exit 1; }
4759 fi
4760
4761   for ac_prog in msgfmt
4762 do
4763 # Extract the first word of "$ac_prog", so it can be a program name with args.
4764 set dummy $ac_prog; ac_word=$2
4765 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4766 echo "configure:4767: checking for $ac_word" >&5
4767 if eval "test \"`echo '$''{'ac_cv_prog_MSGFMT'+set}'`\" = set"; then
4768   echo $ac_n "(cached) $ac_c" 1>&6
4769 else
4770   if test -n "$MSGFMT"; then
4771   ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
4772 else
4773   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
4774   ac_dummy="$PATH"
4775   for ac_dir in $ac_dummy; do
4776     test -z "$ac_dir" && ac_dir=.
4777     if test -f $ac_dir/$ac_word; then
4778       ac_cv_prog_MSGFMT="$ac_prog"
4779       break
4780     fi
4781   done
4782   IFS="$ac_save_ifs"
4783 fi
4784 fi
4785 MSGFMT="$ac_cv_prog_MSGFMT"
4786 if test -n "$MSGFMT"; then
4787   echo "$ac_t""$MSGFMT" 1>&6
4788 else
4789   echo "$ac_t""no" 1>&6
4790 fi
4791
4792 test -n "$MSGFMT" && break
4793 done
4794
4795   if test -z "$MSGFMT"; then
4796     { echo "configure: error: msgfmt is required for NLS" 1>&2; exit 1; }
4797   fi
4798   for ac_prog in msgmerge
4799 do
4800 # Extract the first word of "$ac_prog", so it can be a program name with args.
4801 set dummy $ac_prog; ac_word=$2
4802 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4803 echo "configure:4804: checking for $ac_word" >&5
4804 if eval "test \"`echo '$''{'ac_cv_prog_MSGMERGE'+set}'`\" = set"; then
4805   echo $ac_n "(cached) $ac_c" 1>&6
4806 else
4807   if test -n "$MSGMERGE"; then
4808   ac_cv_prog_MSGMERGE="$MSGMERGE" # Let the user override the test.
4809 else
4810   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
4811   ac_dummy="$PATH"
4812   for ac_dir in $ac_dummy; do
4813     test -z "$ac_dir" && ac_dir=.
4814     if test -f $ac_dir/$ac_word; then
4815       ac_cv_prog_MSGMERGE="$ac_prog"
4816       break
4817     fi
4818   done
4819   IFS="$ac_save_ifs"
4820 fi
4821 fi
4822 MSGMERGE="$ac_cv_prog_MSGMERGE"
4823 if test -n "$MSGMERGE"; then
4824   echo "$ac_t""$MSGMERGE" 1>&6
4825 else
4826   echo "$ac_t""no" 1>&6
4827 fi
4828
4829 test -n "$MSGMERGE" && break
4830 done
4831
4832   for ac_prog in xgettext
4833 do
4834 # Extract the first word of "$ac_prog", so it can be a program name with args.
4835 set dummy $ac_prog; ac_word=$2
4836 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4837 echo "configure:4838: checking for $ac_word" >&5
4838 if eval "test \"`echo '$''{'ac_cv_prog_XGETTEXT'+set}'`\" = set"; then
4839   echo $ac_n "(cached) $ac_c" 1>&6
4840 else
4841   if test -n "$XGETTEXT"; then
4842   ac_cv_prog_XGETTEXT="$XGETTEXT" # Let the user override the test.
4843 else
4844   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
4845   ac_dummy="$PATH"
4846   for ac_dir in $ac_dummy; do
4847     test -z "$ac_dir" && ac_dir=.
4848     if test -f $ac_dir/$ac_word; then
4849       ac_cv_prog_XGETTEXT="$ac_prog"
4850       break
4851     fi
4852   done
4853   IFS="$ac_save_ifs"
4854 fi
4855 fi
4856 XGETTEXT="$ac_cv_prog_XGETTEXT"
4857 if test -n "$XGETTEXT"; then
4858   echo "$ac_t""$XGETTEXT" 1>&6
4859 else
4860   echo "$ac_t""no" 1>&6
4861 fi
4862
4863 test -n "$XGETTEXT" && break
4864 done
4865
4866
4867   # Note: share/locale is always the default, independent of $datadir
4868   if test x"$prefix" = x"NONE"; then
4869     localedir="$ac_default_prefix/share/locale"
4870   else
4871     localedir="$prefix/share/locale"
4872   fi
4873
4874   
4875   cat >> confdefs.h <<EOF
4876 #define LOCALEDIR "$localedir"
4877 EOF
4878
4879
4880 fi
4881
4882
4883 ##
4884 ## Header files
4885 ##
4886 for ac_hdr in crypt.h dld.h endian.h fp_class.h getopt.h ieeefp.h pwd.h sys/ipc.h sys/pstat.h sys/select.h sys/sem.h sys/socket.h sys/shm.h sys/types.h sys/un.h termios.h kernel/OS.h kernel/image.h SupportDefs.h
4887 do
4888 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4889 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4890 echo "configure:4891: checking for $ac_hdr" >&5
4891 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4892   echo $ac_n "(cached) $ac_c" 1>&6
4893 else
4894   cat > conftest.$ac_ext <<EOF
4895 #line 4896 "configure"
4896 #include "confdefs.h"
4897 #include <$ac_hdr>
4898 EOF
4899 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4900 { (eval echo configure:4901: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4901 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4902 if test -z "$ac_err"; then
4903   rm -rf conftest*
4904   eval "ac_cv_header_$ac_safe=yes"
4905 else
4906   echo "$ac_err" >&5
4907   echo "configure: failed program was:" >&5
4908   cat conftest.$ac_ext >&5
4909   rm -rf conftest*
4910   eval "ac_cv_header_$ac_safe=no"
4911 fi
4912 rm -f conftest*
4913 fi
4914 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4915   echo "$ac_t""yes" 1>&6
4916     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4917   cat >> confdefs.h <<EOF
4918 #define $ac_tr_hdr 1
4919 EOF
4920  
4921 else
4922   echo "$ac_t""no" 1>&6
4923 fi
4924 done
4925
4926
4927 for ac_hdr in netinet/in.h
4928 do
4929 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4930 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4931 echo "configure:4932: checking for $ac_hdr" >&5
4932 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4933   echo $ac_n "(cached) $ac_c" 1>&6
4934 else
4935   cat > conftest.$ac_ext <<EOF
4936 #line 4937 "configure"
4937 #include "confdefs.h"
4938 #include <$ac_hdr>
4939 EOF
4940 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4941 { (eval echo configure:4942: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4942 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4943 if test -z "$ac_err"; then
4944   rm -rf conftest*
4945   eval "ac_cv_header_$ac_safe=yes"
4946 else
4947   echo "$ac_err" >&5
4948   echo "configure: failed program was:" >&5
4949   cat conftest.$ac_ext >&5
4950   rm -rf conftest*
4951   eval "ac_cv_header_$ac_safe=no"
4952 fi
4953 rm -f conftest*
4954 fi
4955 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4956   echo "$ac_t""yes" 1>&6
4957     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4958   cat >> confdefs.h <<EOF
4959 #define $ac_tr_hdr 1
4960 EOF
4961  
4962 else
4963   echo "$ac_t""no" 1>&6
4964 fi
4965 done
4966
4967 echo $ac_n "checking for netinet/tcp.h""... $ac_c" 1>&6
4968 echo "configure:4969: checking for netinet/tcp.h" >&5
4969 cat > conftest.$ac_ext <<EOF
4970 #line 4971 "configure"
4971 #include "confdefs.h"
4972
4973 #ifdef HAVE_NETINET_IN_H
4974 #include <netinet/in.h>
4975 #endif
4976 #include <netinet/tcp.h>
4977
4978 EOF
4979 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4980 { (eval echo configure:4981: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4981 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4982 if test -z "$ac_err"; then
4983   rm -rf conftest*
4984   cat >> confdefs.h <<\EOF
4985 #define HAVE_NETINET_TCP_H 1
4986 EOF
4987  echo "$ac_t""yes" 1>&6
4988 else
4989   echo "$ac_err" >&5
4990   echo "configure: failed program was:" >&5
4991   cat conftest.$ac_ext >&5
4992   rm -rf conftest*
4993   echo "$ac_t""no" 1>&6
4994 fi
4995 rm -f conftest*
4996
4997 echo $ac_n "checking whether string.h and strings.h may both be included""... $ac_c" 1>&6
4998 echo "configure:4999: checking whether string.h and strings.h may both be included" >&5
4999 if eval "test \"`echo '$''{'pgac_cv_header_strings_both'+set}'`\" = set"; then
5000   echo $ac_n "(cached) $ac_c" 1>&6
5001 else
5002   cat > conftest.$ac_ext <<EOF
5003 #line 5004 "configure"
5004 #include "confdefs.h"
5005 #include <string.h>
5006 #include <strings.h>
5007
5008 EOF
5009 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5010 { (eval echo configure:5011: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5011 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5012 if test -z "$ac_err"; then
5013   rm -rf conftest*
5014   cat > conftest.$ac_ext <<EOF
5015 #line 5016 "configure"
5016 #include "confdefs.h"
5017 #include <string.h>
5018 #include <strings.h>
5019
5020 int main() {
5021 int n = strcasecmp("a", "b");
5022 ; return 0; }
5023 EOF
5024 if { (eval echo configure:5025: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5025   rm -rf conftest*
5026   pgac_cv_header_strings_both=yes
5027 else
5028   echo "configure: failed program was:" >&5
5029   cat conftest.$ac_ext >&5
5030   rm -rf conftest*
5031   pgac_cv_header_strings_both=no
5032 fi
5033 rm -f conftest*
5034 else
5035   echo "$ac_err" >&5
5036   echo "configure: failed program was:" >&5
5037   cat conftest.$ac_ext >&5
5038   rm -rf conftest*
5039   pgac_cv_header_strings_both=no
5040 fi
5041 rm -f conftest*
5042 fi
5043
5044 echo "$ac_t""$pgac_cv_header_strings_both" 1>&6
5045 if test x"$pgac_cv_header_strings_both" = x"yes"; then
5046   cat >> confdefs.h <<\EOF
5047 #define STRING_H_WITH_STRINGS_H 1
5048 EOF
5049
5050 fi
5051
5052 for ac_hdr in readline/readline.h readline.h
5053 do
5054 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5055 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5056 echo "configure:5057: checking for $ac_hdr" >&5
5057 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5058   echo $ac_n "(cached) $ac_c" 1>&6
5059 else
5060   cat > conftest.$ac_ext <<EOF
5061 #line 5062 "configure"
5062 #include "confdefs.h"
5063 #include <$ac_hdr>
5064 EOF
5065 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5066 { (eval echo configure:5067: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5067 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5068 if test -z "$ac_err"; then
5069   rm -rf conftest*
5070   eval "ac_cv_header_$ac_safe=yes"
5071 else
5072   echo "$ac_err" >&5
5073   echo "configure: failed program was:" >&5
5074   cat conftest.$ac_ext >&5
5075   rm -rf conftest*
5076   eval "ac_cv_header_$ac_safe=no"
5077 fi
5078 rm -f conftest*
5079 fi
5080 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5081   echo "$ac_t""yes" 1>&6
5082     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5083   cat >> confdefs.h <<EOF
5084 #define $ac_tr_hdr 1
5085 EOF
5086  break
5087 else
5088   echo "$ac_t""no" 1>&6
5089 fi
5090 done
5091
5092 for ac_hdr in readline/history.h history.h
5093 do
5094 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5095 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5096 echo "configure:5097: checking for $ac_hdr" >&5
5097 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5098   echo $ac_n "(cached) $ac_c" 1>&6
5099 else
5100   cat > conftest.$ac_ext <<EOF
5101 #line 5102 "configure"
5102 #include "confdefs.h"
5103 #include <$ac_hdr>
5104 EOF
5105 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5106 { (eval echo configure:5107: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5107 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5108 if test -z "$ac_err"; then
5109   rm -rf conftest*
5110   eval "ac_cv_header_$ac_safe=yes"
5111 else
5112   echo "$ac_err" >&5
5113   echo "configure: failed program was:" >&5
5114   cat conftest.$ac_ext >&5
5115   rm -rf conftest*
5116   eval "ac_cv_header_$ac_safe=no"
5117 fi
5118 rm -f conftest*
5119 fi
5120 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5121   echo "$ac_t""yes" 1>&6
5122     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5123   cat >> confdefs.h <<EOF
5124 #define $ac_tr_hdr 1
5125 EOF
5126  break
5127 else
5128   echo "$ac_t""no" 1>&6
5129 fi
5130 done
5131
5132
5133 if test "$with_krb4" = yes ; then
5134   ac_safe=`echo "krb.h" | sed 'y%./+-%__p_%'`
5135 echo $ac_n "checking for krb.h""... $ac_c" 1>&6
5136 echo "configure:5137: checking for krb.h" >&5
5137 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5138   echo $ac_n "(cached) $ac_c" 1>&6
5139 else
5140   cat > conftest.$ac_ext <<EOF
5141 #line 5142 "configure"
5142 #include "confdefs.h"
5143 #include <krb.h>
5144 EOF
5145 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5146 { (eval echo configure:5147: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5147 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5148 if test -z "$ac_err"; then
5149   rm -rf conftest*
5150   eval "ac_cv_header_$ac_safe=yes"
5151 else
5152   echo "$ac_err" >&5
5153   echo "configure: failed program was:" >&5
5154   cat conftest.$ac_ext >&5
5155   rm -rf conftest*
5156   eval "ac_cv_header_$ac_safe=no"
5157 fi
5158 rm -f conftest*
5159 fi
5160 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5161   echo "$ac_t""yes" 1>&6
5162   :
5163 else
5164   echo "$ac_t""no" 1>&6
5165 { echo "configure: error: header file <krb.h> is required for Kerberos 4" 1>&2; exit 1; }
5166 fi
5167
5168 fi
5169
5170 if test "$with_krb5" = yes ; then
5171   ac_safe=`echo "krb5.h" | sed 'y%./+-%__p_%'`
5172 echo $ac_n "checking for krb5.h""... $ac_c" 1>&6
5173 echo "configure:5174: checking for krb5.h" >&5
5174 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5175   echo $ac_n "(cached) $ac_c" 1>&6
5176 else
5177   cat > conftest.$ac_ext <<EOF
5178 #line 5179 "configure"
5179 #include "confdefs.h"
5180 #include <krb5.h>
5181 EOF
5182 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5183 { (eval echo configure:5184: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5184 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5185 if test -z "$ac_err"; then
5186   rm -rf conftest*
5187   eval "ac_cv_header_$ac_safe=yes"
5188 else
5189   echo "$ac_err" >&5
5190   echo "configure: failed program was:" >&5
5191   cat conftest.$ac_ext >&5
5192   rm -rf conftest*
5193   eval "ac_cv_header_$ac_safe=no"
5194 fi
5195 rm -f conftest*
5196 fi
5197 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5198   echo "$ac_t""yes" 1>&6
5199   :
5200 else
5201   echo "$ac_t""no" 1>&6
5202 { echo "configure: error: header file <krb5.h> is required for Kerberos 5" 1>&2; exit 1; }
5203 fi
5204
5205   ac_safe=`echo "com_err.h" | sed 'y%./+-%__p_%'`
5206 echo $ac_n "checking for com_err.h""... $ac_c" 1>&6
5207 echo "configure:5208: checking for com_err.h" >&5
5208 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5209   echo $ac_n "(cached) $ac_c" 1>&6
5210 else
5211   cat > conftest.$ac_ext <<EOF
5212 #line 5213 "configure"
5213 #include "confdefs.h"
5214 #include <com_err.h>
5215 EOF
5216 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5217 { (eval echo configure:5218: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5218 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5219 if test -z "$ac_err"; then
5220   rm -rf conftest*
5221   eval "ac_cv_header_$ac_safe=yes"
5222 else
5223   echo "$ac_err" >&5
5224   echo "configure: failed program was:" >&5
5225   cat conftest.$ac_ext >&5
5226   rm -rf conftest*
5227   eval "ac_cv_header_$ac_safe=no"
5228 fi
5229 rm -f conftest*
5230 fi
5231 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5232   echo "$ac_t""yes" 1>&6
5233   :
5234 else
5235   echo "$ac_t""no" 1>&6
5236 { echo "configure: error: header file <com_err.h> is required for Kerberos 5" 1>&2; exit 1; }
5237 fi
5238
5239 fi
5240
5241 if test "$with_openssl" = yes ; then
5242   ac_safe=`echo "openssl/ssl.h" | sed 'y%./+-%__p_%'`
5243 echo $ac_n "checking for openssl/ssl.h""... $ac_c" 1>&6
5244 echo "configure:5245: checking for openssl/ssl.h" >&5
5245 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5246   echo $ac_n "(cached) $ac_c" 1>&6
5247 else
5248   cat > conftest.$ac_ext <<EOF
5249 #line 5250 "configure"
5250 #include "confdefs.h"
5251 #include <openssl/ssl.h>
5252 EOF
5253 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5254 { (eval echo configure:5255: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5255 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5256 if test -z "$ac_err"; then
5257   rm -rf conftest*
5258   eval "ac_cv_header_$ac_safe=yes"
5259 else
5260   echo "$ac_err" >&5
5261   echo "configure: failed program was:" >&5
5262   cat conftest.$ac_ext >&5
5263   rm -rf conftest*
5264   eval "ac_cv_header_$ac_safe=no"
5265 fi
5266 rm -f conftest*
5267 fi
5268 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5269   echo "$ac_t""yes" 1>&6
5270   :
5271 else
5272   echo "$ac_t""no" 1>&6
5273 { echo "configure: error: header file <openssl/ssl.h> is required for OpenSSL" 1>&2; exit 1; }
5274 fi
5275
5276   ac_safe=`echo "openssl/err.h" | sed 'y%./+-%__p_%'`
5277 echo $ac_n "checking for openssl/err.h""... $ac_c" 1>&6
5278 echo "configure:5279: checking for openssl/err.h" >&5
5279 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5280   echo $ac_n "(cached) $ac_c" 1>&6
5281 else
5282   cat > conftest.$ac_ext <<EOF
5283 #line 5284 "configure"
5284 #include "confdefs.h"
5285 #include <openssl/err.h>
5286 EOF
5287 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5288 { (eval echo configure:5289: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5289 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5290 if test -z "$ac_err"; then
5291   rm -rf conftest*
5292   eval "ac_cv_header_$ac_safe=yes"
5293 else
5294   echo "$ac_err" >&5
5295   echo "configure: failed program was:" >&5
5296   cat conftest.$ac_ext >&5
5297   rm -rf conftest*
5298   eval "ac_cv_header_$ac_safe=no"
5299 fi
5300 rm -f conftest*
5301 fi
5302 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5303   echo "$ac_t""yes" 1>&6
5304   :
5305 else
5306   echo "$ac_t""no" 1>&6
5307 { echo "configure: error: header file <openssl/err.h> is required for OpenSSL" 1>&2; exit 1; }
5308 fi
5309
5310 fi
5311
5312
5313 ##
5314 ## Types, structures, compiler characteristics
5315 ##
5316 echo $ac_n "checking for working const""... $ac_c" 1>&6
5317 echo "configure:5318: checking for working const" >&5
5318 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
5319   echo $ac_n "(cached) $ac_c" 1>&6
5320 else
5321   cat > conftest.$ac_ext <<EOF
5322 #line 5323 "configure"
5323 #include "confdefs.h"
5324
5325 int main() {
5326
5327 /* Ultrix mips cc rejects this.  */
5328 typedef int charset[2]; const charset x;
5329 /* SunOS 4.1.1 cc rejects this.  */
5330 char const *const *ccp;
5331 char **p;
5332 /* NEC SVR4.0.2 mips cc rejects this.  */
5333 struct point {int x, y;};
5334 static struct point const zero = {0,0};
5335 /* AIX XL C 1.02.0.0 rejects this.
5336    It does not let you subtract one const X* pointer from another in an arm
5337    of an if-expression whose if-part is not a constant expression */
5338 const char *g = "string";
5339 ccp = &g + (g ? g-g : 0);
5340 /* HPUX 7.0 cc rejects these. */
5341 ++ccp;
5342 p = (char**) ccp;
5343 ccp = (char const *const *) p;
5344 { /* SCO 3.2v4 cc rejects this.  */
5345   char *t;
5346   char const *s = 0 ? (char *) 0 : (char const *) 0;
5347
5348   *t++ = 0;
5349 }
5350 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
5351   int x[] = {25, 17};
5352   const int *foo = &x[0];
5353   ++foo;
5354 }
5355 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
5356   typedef const int *iptr;
5357   iptr p = 0;
5358   ++p;
5359 }
5360 { /* AIX XL C 1.02.0.0 rejects this saying
5361      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
5362   struct s { int j; const int *ap[3]; };
5363   struct s *b; b->j = 5;
5364 }
5365 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
5366   const int foo = 10;
5367 }
5368
5369 ; return 0; }
5370 EOF
5371 if { (eval echo configure:5372: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5372   rm -rf conftest*
5373   ac_cv_c_const=yes
5374 else
5375   echo "configure: failed program was:" >&5
5376   cat conftest.$ac_ext >&5
5377   rm -rf conftest*
5378   ac_cv_c_const=no
5379 fi
5380 rm -f conftest*
5381 fi
5382
5383 echo "$ac_t""$ac_cv_c_const" 1>&6
5384 if test $ac_cv_c_const = no; then
5385   cat >> confdefs.h <<\EOF
5386 #define const 
5387 EOF
5388
5389 fi
5390
5391 echo $ac_n "checking for inline""... $ac_c" 1>&6
5392 echo "configure:5393: checking for inline" >&5
5393 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
5394   echo $ac_n "(cached) $ac_c" 1>&6
5395 else
5396   ac_cv_c_inline=no
5397 for ac_kw in inline __inline__ __inline; do
5398   cat > conftest.$ac_ext <<EOF
5399 #line 5400 "configure"
5400 #include "confdefs.h"
5401
5402 int main() {
5403 } $ac_kw foo() {
5404 ; return 0; }
5405 EOF
5406 if { (eval echo configure:5407: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5407   rm -rf conftest*
5408   ac_cv_c_inline=$ac_kw; break
5409 else
5410   echo "configure: failed program was:" >&5
5411   cat conftest.$ac_ext >&5
5412 fi
5413 rm -f conftest*
5414 done
5415
5416 fi
5417
5418 echo "$ac_t""$ac_cv_c_inline" 1>&6
5419 case "$ac_cv_c_inline" in
5420   inline | yes) ;;
5421   no) cat >> confdefs.h <<\EOF
5422 #define inline 
5423 EOF
5424  ;;
5425   *)  cat >> confdefs.h <<EOF
5426 #define inline $ac_cv_c_inline
5427 EOF
5428  ;;
5429 esac
5430
5431
5432
5433 echo $ac_n "checking for preprocessor stringizing operator""... $ac_c" 1>&6
5434 echo "configure:5435: checking for preprocessor stringizing operator" >&5
5435 if eval "test \"`echo '$''{'ac_cv_c_stringize'+set}'`\" = set"; then
5436   echo $ac_n "(cached) $ac_c" 1>&6
5437 else
5438   cat > conftest.$ac_ext <<EOF
5439 #line 5440 "configure"
5440 #include "confdefs.h"
5441
5442 #define x(y) #y
5443
5444 char *s = x(teststring);
5445
5446 EOF
5447 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5448   egrep "#teststring" >/dev/null 2>&1; then
5449   rm -rf conftest*
5450   ac_cv_c_stringize=no
5451 else
5452   rm -rf conftest*
5453   ac_cv_c_stringize=yes
5454 fi
5455 rm -f conftest*
5456
5457 fi
5458
5459 if test "${ac_cv_c_stringize}" = yes
5460 then
5461         cat >> confdefs.h <<\EOF
5462 #define HAVE_STRINGIZE 1
5463 EOF
5464
5465 fi
5466 echo "$ac_t""${ac_cv_c_stringize}" 1>&6
5467
5468 echo $ac_n "checking for signed types""... $ac_c" 1>&6
5469 echo "configure:5470: checking for signed types" >&5
5470 if eval "test \"`echo '$''{'pgac_cv_c_signed'+set}'`\" = set"; then
5471   echo $ac_n "(cached) $ac_c" 1>&6
5472 else
5473   cat > conftest.$ac_ext <<EOF
5474 #line 5475 "configure"
5475 #include "confdefs.h"
5476
5477 int main() {
5478 signed char c; signed short s; signed int i;
5479 ; return 0; }
5480 EOF
5481 if { (eval echo configure:5482: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5482   rm -rf conftest*
5483   pgac_cv_c_signed=yes
5484 else
5485   echo "configure: failed program was:" >&5
5486   cat conftest.$ac_ext >&5
5487   rm -rf conftest*
5488   pgac_cv_c_signed=no
5489 fi
5490 rm -f conftest*
5491 fi
5492
5493 echo "$ac_t""$pgac_cv_c_signed" 1>&6
5494 if test x"$pgac_cv_c_signed" = xno ; then
5495   cat >> confdefs.h <<\EOF
5496 #define signed 
5497 EOF
5498
5499 fi
5500 echo $ac_n "checking for volatile""... $ac_c" 1>&6
5501 echo "configure:5502: checking for volatile" >&5
5502 if eval "test \"`echo '$''{'pgac_cv_c_volatile'+set}'`\" = set"; then
5503   echo $ac_n "(cached) $ac_c" 1>&6
5504 else
5505   cat > conftest.$ac_ext <<EOF
5506 #line 5507 "configure"
5507 #include "confdefs.h"
5508
5509 int main() {
5510 extern volatile int i;
5511 ; return 0; }
5512 EOF
5513 if { (eval echo configure:5514: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5514   rm -rf conftest*
5515   pgac_cv_c_volatile=yes
5516 else
5517   echo "configure: failed program was:" >&5
5518   cat conftest.$ac_ext >&5
5519   rm -rf conftest*
5520   pgac_cv_c_volatile=no
5521 fi
5522 rm -f conftest*
5523 fi
5524
5525 echo "$ac_t""$pgac_cv_c_volatile" 1>&6
5526 if test x"$pgac_cv_c_volatile" = xno ; then
5527   cat >> confdefs.h <<\EOF
5528 #define volatile 
5529 EOF
5530
5531 fi
5532 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
5533 echo "configure:5534: checking whether struct tm is in sys/time.h or time.h" >&5
5534 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
5535   echo $ac_n "(cached) $ac_c" 1>&6
5536 else
5537   cat > conftest.$ac_ext <<EOF
5538 #line 5539 "configure"
5539 #include "confdefs.h"
5540 #include <sys/types.h>
5541 #include <time.h>
5542 int main() {
5543 struct tm *tp; tp->tm_sec;
5544 ; return 0; }
5545 EOF
5546 if { (eval echo configure:5547: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5547   rm -rf conftest*
5548   ac_cv_struct_tm=time.h
5549 else
5550   echo "configure: failed program was:" >&5
5551   cat conftest.$ac_ext >&5
5552   rm -rf conftest*
5553   ac_cv_struct_tm=sys/time.h
5554 fi
5555 rm -f conftest*
5556 fi
5557
5558 echo "$ac_t""$ac_cv_struct_tm" 1>&6
5559 if test $ac_cv_struct_tm = sys/time.h; then
5560   cat >> confdefs.h <<\EOF
5561 #define TM_IN_SYS_TIME 1
5562 EOF
5563
5564 fi
5565
5566 echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6
5567 echo "configure:5568: checking for tm_zone in struct tm" >&5
5568 if eval "test \"`echo '$''{'ac_cv_struct_tm_zone'+set}'`\" = set"; then
5569   echo $ac_n "(cached) $ac_c" 1>&6
5570 else
5571   cat > conftest.$ac_ext <<EOF
5572 #line 5573 "configure"
5573 #include "confdefs.h"
5574 #include <sys/types.h>
5575 #include <$ac_cv_struct_tm>
5576 int main() {
5577 struct tm tm; tm.tm_zone;
5578 ; return 0; }
5579 EOF
5580 if { (eval echo configure:5581: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5581   rm -rf conftest*
5582   ac_cv_struct_tm_zone=yes
5583 else
5584   echo "configure: failed program was:" >&5
5585   cat conftest.$ac_ext >&5
5586   rm -rf conftest*
5587   ac_cv_struct_tm_zone=no
5588 fi
5589 rm -f conftest*
5590 fi
5591
5592 echo "$ac_t""$ac_cv_struct_tm_zone" 1>&6
5593 if test "$ac_cv_struct_tm_zone" = yes; then
5594   cat >> confdefs.h <<\EOF
5595 #define HAVE_TM_ZONE 1
5596 EOF
5597
5598 else
5599   echo $ac_n "checking for tzname""... $ac_c" 1>&6
5600 echo "configure:5601: checking for tzname" >&5
5601 if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then
5602   echo $ac_n "(cached) $ac_c" 1>&6
5603 else
5604   cat > conftest.$ac_ext <<EOF
5605 #line 5606 "configure"
5606 #include "confdefs.h"
5607 #include <time.h>
5608 #ifndef tzname /* For SGI.  */
5609 extern char *tzname[]; /* RS6000 and others reject char **tzname.  */
5610 #endif
5611 int main() {
5612 atoi(*tzname);
5613 ; return 0; }
5614 EOF
5615 if { (eval echo configure:5616: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5616   rm -rf conftest*
5617   ac_cv_var_tzname=yes
5618 else
5619   echo "configure: failed program was:" >&5
5620   cat conftest.$ac_ext >&5
5621   rm -rf conftest*
5622   ac_cv_var_tzname=no
5623 fi
5624 rm -f conftest*
5625 fi
5626
5627 echo "$ac_t""$ac_cv_var_tzname" 1>&6
5628   if test $ac_cv_var_tzname = yes; then
5629     cat >> confdefs.h <<\EOF
5630 #define HAVE_TZNAME 1
5631 EOF
5632
5633   fi
5634 fi
5635
5636 echo $ac_n "checking for union semun""... $ac_c" 1>&6
5637 echo "configure:5638: checking for union semun" >&5
5638 if eval "test \"`echo '$''{'pgac_cv_union_semun'+set}'`\" = set"; then
5639   echo $ac_n "(cached) $ac_c" 1>&6
5640 else
5641   cat > conftest.$ac_ext <<EOF
5642 #line 5643 "configure"
5643 #include "confdefs.h"
5644 #include <sys/types.h>
5645 #include <sys/ipc.h>
5646 #include <sys/sem.h>
5647 int main() {
5648 union semun semun;
5649 ; return 0; }
5650 EOF
5651 if { (eval echo configure:5652: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5652   rm -rf conftest*
5653   pgac_cv_union_semun=yes
5654 else
5655   echo "configure: failed program was:" >&5
5656   cat conftest.$ac_ext >&5
5657   rm -rf conftest*
5658   pgac_cv_union_semun=no
5659 fi
5660 rm -f conftest*
5661 fi
5662
5663 echo "$ac_t""$pgac_cv_union_semun" 1>&6
5664 if test x"$pgac_cv_union_semun" = xyes ; then
5665   cat >> confdefs.h <<\EOF
5666 #define HAVE_UNION_SEMUN 1
5667 EOF
5668
5669 fi
5670 echo $ac_n "checking for struct sockaddr_un""... $ac_c" 1>&6
5671 echo "configure:5672: checking for struct sockaddr_un" >&5
5672 if eval "test \"`echo '$''{'pgac_cv_struct_sockaddr_un'+set}'`\" = set"; then
5673   echo $ac_n "(cached) $ac_c" 1>&6
5674 else
5675   cat > conftest.$ac_ext <<EOF
5676 #line 5677 "configure"
5677 #include "confdefs.h"
5678 #include <sys/types.h>
5679 #ifdef HAVE_SYS_UN_H
5680 #include <sys/un.h>
5681 #endif
5682 int main() {
5683 struct sockaddr_un un;
5684 ; return 0; }
5685 EOF
5686 if { (eval echo configure:5687: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5687   rm -rf conftest*
5688   pgac_cv_struct_sockaddr_un=yes
5689 else
5690   echo "configure: failed program was:" >&5
5691   cat conftest.$ac_ext >&5
5692   rm -rf conftest*
5693   pgac_cv_struct_sockaddr_un=no
5694 fi
5695 rm -f conftest*
5696 fi
5697
5698 echo "$ac_t""$pgac_cv_struct_sockaddr_un" 1>&6
5699 if test x"$pgac_cv_struct_sockaddr_un" = xyes; then
5700   cat >> confdefs.h <<\EOF
5701 #define HAVE_STRUCT_SOCKADDR_UN 1
5702 EOF
5703
5704 fi
5705
5706 ##
5707 ## Functions, global variables
5708 ##
5709 echo $ac_n "checking for int timezone""... $ac_c" 1>&6
5710 echo "configure:5711: checking for int timezone" >&5
5711 if eval "test \"`echo '$''{'pgac_cv_var_int_timezone'+set}'`\" = set"; then
5712   echo $ac_n "(cached) $ac_c" 1>&6
5713 else
5714   cat > conftest.$ac_ext <<EOF
5715 #line 5716 "configure"
5716 #include "confdefs.h"
5717 #include <time.h>
5718 int res;
5719 int main() {
5720 res = timezone / 60;
5721 ; return 0; }
5722 EOF
5723 if { (eval echo configure:5724: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5724   rm -rf conftest*
5725   pgac_cv_var_int_timezone=yes
5726 else
5727   echo "configure: failed program was:" >&5
5728   cat conftest.$ac_ext >&5
5729   rm -rf conftest*
5730   pgac_cv_var_int_timezone=no
5731 fi
5732 rm -f conftest*
5733 fi
5734
5735 echo "$ac_t""$pgac_cv_var_int_timezone" 1>&6
5736 if test x"$pgac_cv_var_int_timezone" = xyes ; then
5737   cat >> confdefs.h <<\EOF
5738 #define HAVE_INT_TIMEZONE 
5739 EOF
5740
5741 fi
5742 echo $ac_n "checking types of arguments for accept()""... $ac_c" 1>&6
5743 echo "configure:5744: checking types of arguments for accept()" >&5
5744  if eval "test \"`echo '$''{'ac_cv_func_accept_arg1'+set}'`\" = set"; then
5745   echo $ac_n "(cached) $ac_c" 1>&6
5746 else
5747    if eval "test \"`echo '$''{'ac_cv_func_accept_arg2'+set}'`\" = set"; then
5748   echo $ac_n "(cached) $ac_c" 1>&6
5749 else
5750     if eval "test \"`echo '$''{'ac_cv_func_accept_arg3'+set}'`\" = set"; then
5751   echo $ac_n "(cached) $ac_c" 1>&6
5752 else
5753      for ac_cv_func_accept_arg1 in 'int' 'unsigned int'; do
5754      for ac_cv_func_accept_arg2 in 'struct sockaddr *' 'const struct sockaddr *' 'void *'; do
5755       for ac_cv_func_accept_arg3 in 'int' 'size_t' 'socklen_t' 'unsigned int' 'void'; do
5756        cat > conftest.$ac_ext <<EOF
5757 #line 5758 "configure"
5758 #include "confdefs.h"
5759 #ifdef HAVE_SYS_TYPES_H
5760 #include <sys/types.h>
5761 #endif
5762 #ifdef HAVE_SYS_SOCKET_H
5763 #include <sys/socket.h>
5764 #endif
5765 extern int accept ($ac_cv_func_accept_arg1, $ac_cv_func_accept_arg2, $ac_cv_func_accept_arg3 *);
5766 int main() {
5767
5768 ; return 0; }
5769 EOF
5770 if { (eval echo configure:5771: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5771   rm -rf conftest*
5772   ac_not_found=no; break 3
5773 else
5774   echo "configure: failed program was:" >&5
5775   cat conftest.$ac_ext >&5
5776   rm -rf conftest*
5777   ac_not_found=yes
5778 fi
5779 rm -f conftest*
5780       done
5781      done
5782     done
5783     if test "$ac_not_found" = yes; then
5784       { echo "configure: error: could not determine argument types" 1>&2; exit 1; }
5785     fi
5786     if test "$ac_cv_func_accept_arg3" = "void"; then
5787       ac_cv_func_accept_arg3=int
5788     fi
5789    
5790 fi
5791   
5792 fi
5793  
5794 fi
5795  echo "$ac_t""$ac_cv_func_accept_arg1, $ac_cv_func_accept_arg2, $ac_cv_func_accept_arg3 *" 1>&6
5796  cat >> confdefs.h <<EOF
5797 #define ACCEPT_TYPE_ARG1 $ac_cv_func_accept_arg1
5798 EOF
5799
5800  cat >> confdefs.h <<EOF
5801 #define ACCEPT_TYPE_ARG2 $ac_cv_func_accept_arg2
5802 EOF
5803
5804  cat >> confdefs.h <<EOF
5805 #define ACCEPT_TYPE_ARG3 $ac_cv_func_accept_arg3
5806 EOF
5807
5808
5809 echo $ac_n "checking whether gettimeofday takes only one argument""... $ac_c" 1>&6
5810 echo "configure:5811: checking whether gettimeofday takes only one argument" >&5
5811 if eval "test \"`echo '$''{'pgac_cv_func_gettimeofday_1arg'+set}'`\" = set"; then
5812   echo $ac_n "(cached) $ac_c" 1>&6
5813 else
5814   cat > conftest.$ac_ext <<EOF
5815 #line 5816 "configure"
5816 #include "confdefs.h"
5817 #include <sys/time.h>
5818 int main() {
5819 struct timeval *tp;
5820 struct timezone *tzp;
5821 gettimeofday(tp,tzp);
5822 ; return 0; }
5823 EOF
5824 if { (eval echo configure:5825: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5825   rm -rf conftest*
5826   pgac_cv_func_gettimeofday_1arg=no
5827 else
5828   echo "configure: failed program was:" >&5
5829   cat conftest.$ac_ext >&5
5830   rm -rf conftest*
5831   pgac_cv_func_gettimeofday_1arg=yes
5832 fi
5833 rm -f conftest*
5834 fi
5835
5836 echo "$ac_t""$pgac_cv_func_gettimeofday_1arg" 1>&6
5837 if test x"$pgac_cv_func_gettimeofday_1arg" = xyes ; then
5838   cat >> confdefs.h <<\EOF
5839 #define GETTIMEOFDAY_1ARG 
5840 EOF
5841
5842 fi
5843
5844 for ac_func in fcvt getopt_long memmove pstat setproctitle setsid sigprocmask sysconf waitpid dlopen fdatasync
5845 do
5846 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5847 echo "configure:5848: checking for $ac_func" >&5
5848 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5849   echo $ac_n "(cached) $ac_c" 1>&6
5850 else
5851   cat > conftest.$ac_ext <<EOF
5852 #line 5853 "configure"
5853 #include "confdefs.h"
5854 /* System header to define __stub macros and hopefully few prototypes,
5855     which can conflict with char $ac_func(); below.  */
5856 #include <assert.h>
5857 /* Override any gcc2 internal prototype to avoid an error.  */
5858 /* We use char because int might match the return type of a gcc2
5859     builtin and then its argument prototype would still apply.  */
5860 char $ac_func();
5861
5862 int main() {
5863
5864 /* The GNU C library defines this for functions which it implements
5865     to always fail with ENOSYS.  Some functions are actually named
5866     something starting with __ and the normal name is an alias.  */
5867 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5868 choke me
5869 #else
5870 $ac_func();
5871 #endif
5872
5873 ; return 0; }
5874 EOF
5875 if { (eval echo configure:5876: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5876   rm -rf conftest*
5877   eval "ac_cv_func_$ac_func=yes"
5878 else
5879   echo "configure: failed program was:" >&5
5880   cat conftest.$ac_ext >&5
5881   rm -rf conftest*
5882   eval "ac_cv_func_$ac_func=no"
5883 fi
5884 rm -f conftest*
5885 fi
5886
5887 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5888   echo "$ac_t""yes" 1>&6
5889     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5890   cat >> confdefs.h <<EOF
5891 #define $ac_tr_func 1
5892 EOF
5893  
5894 else
5895   echo "$ac_t""no" 1>&6
5896 fi
5897 done
5898
5899
5900 cat > conftest.$ac_ext <<EOF
5901 #line 5902 "configure"
5902 #include "confdefs.h"
5903 #include <unistd.h>
5904 EOF
5905 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5906   egrep "fdatasync" >/dev/null 2>&1; then
5907   rm -rf conftest*
5908   cat >> confdefs.h <<\EOF
5909 #define HAVE_FDATASYNC_DECL 1
5910 EOF
5911
5912 fi
5913 rm -f conftest*
5914
5915
5916 echo $ac_n "checking for PS_STRINGS""... $ac_c" 1>&6
5917 echo "configure:5918: checking for PS_STRINGS" >&5
5918 if eval "test \"`echo '$''{'pgac_cv_var_PS_STRINGS'+set}'`\" = set"; then
5919   echo $ac_n "(cached) $ac_c" 1>&6
5920 else
5921   cat > conftest.$ac_ext <<EOF
5922 #line 5923 "configure"
5923 #include "confdefs.h"
5924 #include <machine/vmparam.h>
5925 #include <sys/exec.h>
5926
5927 int main() {
5928 PS_STRINGS->ps_nargvstr = 1;
5929 PS_STRINGS->ps_argvstr = "foo";
5930 ; return 0; }
5931 EOF
5932 if { (eval echo configure:5933: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5933   rm -rf conftest*
5934   pgac_cv_var_PS_STRINGS=yes
5935 else
5936   echo "configure: failed program was:" >&5
5937   cat conftest.$ac_ext >&5
5938   rm -rf conftest*
5939   pgac_cv_var_PS_STRINGS=no
5940 fi
5941 rm -f conftest*
5942 fi
5943
5944 echo "$ac_t""$pgac_cv_var_PS_STRINGS" 1>&6
5945 if test "$pgac_cv_var_PS_STRINGS" = yes ; then
5946   cat >> confdefs.h <<\EOF
5947 #define HAVE_PS_STRINGS 
5948 EOF
5949
5950 fi
5951
5952 SNPRINTF=''
5953 echo $ac_n "checking for snprintf""... $ac_c" 1>&6
5954 echo "configure:5955: checking for snprintf" >&5
5955 if eval "test \"`echo '$''{'ac_cv_func_snprintf'+set}'`\" = set"; then
5956   echo $ac_n "(cached) $ac_c" 1>&6
5957 else
5958   cat > conftest.$ac_ext <<EOF
5959 #line 5960 "configure"
5960 #include "confdefs.h"
5961 /* System header to define __stub macros and hopefully few prototypes,
5962     which can conflict with char snprintf(); below.  */
5963 #include <assert.h>
5964 /* Override any gcc2 internal prototype to avoid an error.  */
5965 /* We use char because int might match the return type of a gcc2
5966     builtin and then its argument prototype would still apply.  */
5967 char snprintf();
5968
5969 int main() {
5970
5971 /* The GNU C library defines this for functions which it implements
5972     to always fail with ENOSYS.  Some functions are actually named
5973     something starting with __ and the normal name is an alias.  */
5974 #if defined (__stub_snprintf) || defined (__stub___snprintf)
5975 choke me
5976 #else
5977 snprintf();
5978 #endif
5979
5980 ; return 0; }
5981 EOF
5982 if { (eval echo configure:5983: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5983   rm -rf conftest*
5984   eval "ac_cv_func_snprintf=yes"
5985 else
5986   echo "configure: failed program was:" >&5
5987   cat conftest.$ac_ext >&5
5988   rm -rf conftest*
5989   eval "ac_cv_func_snprintf=no"
5990 fi
5991 rm -f conftest*
5992 fi
5993
5994 if eval "test \"`echo '$ac_cv_func_'snprintf`\" = yes"; then
5995   echo "$ac_t""yes" 1>&6
5996   cat >> confdefs.h <<\EOF
5997 #define HAVE_SNPRINTF 1
5998 EOF
5999
6000 else
6001   echo "$ac_t""no" 1>&6
6002 SNPRINTF='snprintf.o'
6003 fi
6004
6005 echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6
6006 echo "configure:6007: checking for vsnprintf" >&5
6007 if eval "test \"`echo '$''{'ac_cv_func_vsnprintf'+set}'`\" = set"; then
6008   echo $ac_n "(cached) $ac_c" 1>&6
6009 else
6010   cat > conftest.$ac_ext <<EOF
6011 #line 6012 "configure"
6012 #include "confdefs.h"
6013 /* System header to define __stub macros and hopefully few prototypes,
6014     which can conflict with char vsnprintf(); below.  */
6015 #include <assert.h>
6016 /* Override any gcc2 internal prototype to avoid an error.  */
6017 /* We use char because int might match the return type of a gcc2
6018     builtin and then its argument prototype would still apply.  */
6019 char vsnprintf();
6020
6021 int main() {
6022
6023 /* The GNU C library defines this for functions which it implements
6024     to always fail with ENOSYS.  Some functions are actually named
6025     something starting with __ and the normal name is an alias.  */
6026 #if defined (__stub_vsnprintf) || defined (__stub___vsnprintf)
6027 choke me
6028 #else
6029 vsnprintf();
6030 #endif
6031
6032 ; return 0; }
6033 EOF
6034 if { (eval echo configure:6035: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6035   rm -rf conftest*
6036   eval "ac_cv_func_vsnprintf=yes"
6037 else
6038   echo "configure: failed program was:" >&5
6039   cat conftest.$ac_ext >&5
6040   rm -rf conftest*
6041   eval "ac_cv_func_vsnprintf=no"
6042 fi
6043 rm -f conftest*
6044 fi
6045
6046 if eval "test \"`echo '$ac_cv_func_'vsnprintf`\" = yes"; then
6047   echo "$ac_t""yes" 1>&6
6048   cat >> confdefs.h <<\EOF
6049 #define HAVE_VSNPRINTF 1
6050 EOF
6051
6052 else
6053   echo "$ac_t""no" 1>&6
6054 SNPRINTF='snprintf.o'
6055 fi
6056
6057
6058 cat > conftest.$ac_ext <<EOF
6059 #line 6060 "configure"
6060 #include "confdefs.h"
6061 #include <stdio.h>
6062 EOF
6063 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6064   egrep "snprintf" >/dev/null 2>&1; then
6065   rm -rf conftest*
6066   cat >> confdefs.h <<\EOF
6067 #define HAVE_SNPRINTF_DECL 1
6068 EOF
6069
6070 fi
6071 rm -f conftest*
6072
6073 cat > conftest.$ac_ext <<EOF
6074 #line 6075 "configure"
6075 #include "confdefs.h"
6076 #include <stdio.h>
6077 EOF
6078 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6079   egrep "vsnprintf" >/dev/null 2>&1; then
6080   rm -rf conftest*
6081   cat >> confdefs.h <<\EOF
6082 #define HAVE_VSNPRINTF_DECL 1
6083 EOF
6084
6085 fi
6086 rm -f conftest*
6087
6088
6089 # do this one the hard way in case isinf() is a macro
6090 echo $ac_n "checking for isinf""... $ac_c" 1>&6
6091 echo "configure:6092: checking for isinf" >&5
6092 if eval "test \"`echo '$''{'ac_cv_func_isinf'+set}'`\" = set"; then
6093   echo $ac_n "(cached) $ac_c" 1>&6
6094 else
6095   cat > conftest.$ac_ext <<EOF
6096 #line 6097 "configure"
6097 #include "confdefs.h"
6098 #include <math.h>
6099
6100 int main() {
6101 double x = 0.0; int res = isinf(x);
6102 ; return 0; }
6103 EOF
6104 if { (eval echo configure:6105: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6105   rm -rf conftest*
6106   ac_cv_func_isinf=yes
6107 else
6108   echo "configure: failed program was:" >&5
6109   cat conftest.$ac_ext >&5
6110   rm -rf conftest*
6111   ac_cv_func_isinf=no
6112 fi
6113 rm -f conftest*
6114 fi
6115
6116 echo "$ac_t""$ac_cv_func_isinf" 1>&6
6117
6118 if test $ac_cv_func_isinf = yes ; then
6119   cat >> confdefs.h <<\EOF
6120 #define HAVE_ISINF 1
6121 EOF
6122
6123   ISINF=
6124 else
6125   ISINF='isinf.o'
6126   # Look for a way to implement a substitute for isinf()
6127   for ac_func in fpclass fp_class fp_class_d class
6128 do
6129 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6130 echo "configure:6131: checking for $ac_func" >&5
6131 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6132   echo $ac_n "(cached) $ac_c" 1>&6
6133 else
6134   cat > conftest.$ac_ext <<EOF
6135 #line 6136 "configure"
6136 #include "confdefs.h"
6137 /* System header to define __stub macros and hopefully few prototypes,
6138     which can conflict with char $ac_func(); below.  */
6139 #include <assert.h>
6140 /* Override any gcc2 internal prototype to avoid an error.  */
6141 /* We use char because int might match the return type of a gcc2
6142     builtin and then its argument prototype would still apply.  */
6143 char $ac_func();
6144
6145 int main() {
6146
6147 /* The GNU C library defines this for functions which it implements
6148     to always fail with ENOSYS.  Some functions are actually named
6149     something starting with __ and the normal name is an alias.  */
6150 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6151 choke me
6152 #else
6153 $ac_func();
6154 #endif
6155
6156 ; return 0; }
6157 EOF
6158 if { (eval echo configure:6159: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6159   rm -rf conftest*
6160   eval "ac_cv_func_$ac_func=yes"
6161 else
6162   echo "configure: failed program was:" >&5
6163   cat conftest.$ac_ext >&5
6164   rm -rf conftest*
6165   eval "ac_cv_func_$ac_func=no"
6166 fi
6167 rm -f conftest*
6168 fi
6169
6170 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
6171   echo "$ac_t""yes" 1>&6
6172     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6173   cat >> confdefs.h <<EOF
6174 #define $ac_tr_func 1
6175 EOF
6176  break
6177 else
6178   echo "$ac_t""no" 1>&6
6179 fi
6180 done
6181
6182 fi
6183
6184
6185 echo $ac_n "checking for getrusage""... $ac_c" 1>&6
6186 echo "configure:6187: checking for getrusage" >&5
6187 if eval "test \"`echo '$''{'ac_cv_func_getrusage'+set}'`\" = set"; then
6188   echo $ac_n "(cached) $ac_c" 1>&6
6189 else
6190   cat > conftest.$ac_ext <<EOF
6191 #line 6192 "configure"
6192 #include "confdefs.h"
6193 /* System header to define __stub macros and hopefully few prototypes,
6194     which can conflict with char getrusage(); below.  */
6195 #include <assert.h>
6196 /* Override any gcc2 internal prototype to avoid an error.  */
6197 /* We use char because int might match the return type of a gcc2
6198     builtin and then its argument prototype would still apply.  */
6199 char getrusage();
6200
6201 int main() {
6202
6203 /* The GNU C library defines this for functions which it implements
6204     to always fail with ENOSYS.  Some functions are actually named
6205     something starting with __ and the normal name is an alias.  */
6206 #if defined (__stub_getrusage) || defined (__stub___getrusage)
6207 choke me
6208 #else
6209 getrusage();
6210 #endif
6211
6212 ; return 0; }
6213 EOF
6214 if { (eval echo configure:6215: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6215   rm -rf conftest*
6216   eval "ac_cv_func_getrusage=yes"
6217 else
6218   echo "configure: failed program was:" >&5
6219   cat conftest.$ac_ext >&5
6220   rm -rf conftest*
6221   eval "ac_cv_func_getrusage=no"
6222 fi
6223 rm -f conftest*
6224 fi
6225
6226 if eval "test \"`echo '$ac_cv_func_'getrusage`\" = yes"; then
6227   echo "$ac_t""yes" 1>&6
6228   cat >> confdefs.h <<\EOF
6229 #define HAVE_GETRUSAGE 1
6230 EOF
6231
6232 else
6233   echo "$ac_t""no" 1>&6
6234 GETRUSAGE='getrusage.o'
6235 fi
6236
6237
6238 echo $ac_n "checking for srandom""... $ac_c" 1>&6
6239 echo "configure:6240: checking for srandom" >&5
6240 if eval "test \"`echo '$''{'ac_cv_func_srandom'+set}'`\" = set"; then
6241   echo $ac_n "(cached) $ac_c" 1>&6
6242 else
6243   cat > conftest.$ac_ext <<EOF
6244 #line 6245 "configure"
6245 #include "confdefs.h"
6246 /* System header to define __stub macros and hopefully few prototypes,
6247     which can conflict with char srandom(); below.  */
6248 #include <assert.h>
6249 /* Override any gcc2 internal prototype to avoid an error.  */
6250 /* We use char because int might match the return type of a gcc2
6251     builtin and then its argument prototype would still apply.  */
6252 char srandom();
6253
6254 int main() {
6255
6256 /* The GNU C library defines this for functions which it implements
6257     to always fail with ENOSYS.  Some functions are actually named
6258     something starting with __ and the normal name is an alias.  */
6259 #if defined (__stub_srandom) || defined (__stub___srandom)
6260 choke me
6261 #else
6262 srandom();
6263 #endif
6264
6265 ; return 0; }
6266 EOF
6267 if { (eval echo configure:6268: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6268   rm -rf conftest*
6269   eval "ac_cv_func_srandom=yes"
6270 else
6271   echo "configure: failed program was:" >&5
6272   cat conftest.$ac_ext >&5
6273   rm -rf conftest*
6274   eval "ac_cv_func_srandom=no"
6275 fi
6276 rm -f conftest*
6277 fi
6278
6279 if eval "test \"`echo '$ac_cv_func_'srandom`\" = yes"; then
6280   echo "$ac_t""yes" 1>&6
6281   cat >> confdefs.h <<\EOF
6282 #define HAVE_SRANDOM 1
6283 EOF
6284
6285 else
6286   echo "$ac_t""no" 1>&6
6287 SRANDOM='srandom.o'
6288 fi
6289
6290
6291 echo $ac_n "checking for gethostname""... $ac_c" 1>&6
6292 echo "configure:6293: checking for gethostname" >&5
6293 if eval "test \"`echo '$''{'ac_cv_func_gethostname'+set}'`\" = set"; then
6294   echo $ac_n "(cached) $ac_c" 1>&6
6295 else
6296   cat > conftest.$ac_ext <<EOF
6297 #line 6298 "configure"
6298 #include "confdefs.h"
6299 /* System header to define __stub macros and hopefully few prototypes,
6300     which can conflict with char gethostname(); below.  */
6301 #include <assert.h>
6302 /* Override any gcc2 internal prototype to avoid an error.  */
6303 /* We use char because int might match the return type of a gcc2
6304     builtin and then its argument prototype would still apply.  */
6305 char gethostname();
6306
6307 int main() {
6308
6309 /* The GNU C library defines this for functions which it implements
6310     to always fail with ENOSYS.  Some functions are actually named
6311     something starting with __ and the normal name is an alias.  */
6312 #if defined (__stub_gethostname) || defined (__stub___gethostname)
6313 choke me
6314 #else
6315 gethostname();
6316 #endif
6317
6318 ; return 0; }
6319 EOF
6320 if { (eval echo configure:6321: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6321   rm -rf conftest*
6322   eval "ac_cv_func_gethostname=yes"
6323 else
6324   echo "configure: failed program was:" >&5
6325   cat conftest.$ac_ext >&5
6326   rm -rf conftest*
6327   eval "ac_cv_func_gethostname=no"
6328 fi
6329 rm -f conftest*
6330 fi
6331
6332 if eval "test \"`echo '$ac_cv_func_'gethostname`\" = yes"; then
6333   echo "$ac_t""yes" 1>&6
6334   cat >> confdefs.h <<\EOF
6335 #define HAVE_GETHOSTNAME 1
6336 EOF
6337
6338 else
6339   echo "$ac_t""no" 1>&6
6340 GETHOSTNAME='gethostname.o'
6341 fi
6342
6343
6344 echo $ac_n "checking for random""... $ac_c" 1>&6
6345 echo "configure:6346: checking for random" >&5
6346 if eval "test \"`echo '$''{'ac_cv_func_random'+set}'`\" = set"; then
6347   echo $ac_n "(cached) $ac_c" 1>&6
6348 else
6349   cat > conftest.$ac_ext <<EOF
6350 #line 6351 "configure"
6351 #include "confdefs.h"
6352 /* System header to define __stub macros and hopefully few prototypes,
6353     which can conflict with char random(); below.  */
6354 #include <assert.h>
6355 /* Override any gcc2 internal prototype to avoid an error.  */
6356 /* We use char because int might match the return type of a gcc2
6357     builtin and then its argument prototype would still apply.  */
6358 char random();
6359
6360 int main() {
6361
6362 /* The GNU C library defines this for functions which it implements
6363     to always fail with ENOSYS.  Some functions are actually named
6364     something starting with __ and the normal name is an alias.  */
6365 #if defined (__stub_random) || defined (__stub___random)
6366 choke me
6367 #else
6368 random();
6369 #endif
6370
6371 ; return 0; }
6372 EOF
6373 if { (eval echo configure:6374: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6374   rm -rf conftest*
6375   eval "ac_cv_func_random=yes"
6376 else
6377   echo "configure: failed program was:" >&5
6378   cat conftest.$ac_ext >&5
6379   rm -rf conftest*
6380   eval "ac_cv_func_random=no"
6381 fi
6382 rm -f conftest*
6383 fi
6384
6385 if eval "test \"`echo '$ac_cv_func_'random`\" = yes"; then
6386   echo "$ac_t""yes" 1>&6
6387   cat >> confdefs.h <<\EOF
6388 #define HAVE_RANDOM 1
6389 EOF
6390
6391 else
6392   echo "$ac_t""no" 1>&6
6393 MISSING_RANDOM='random.o'
6394 fi
6395
6396
6397 echo $ac_n "checking for inet_aton""... $ac_c" 1>&6
6398 echo "configure:6399: checking for inet_aton" >&5
6399 if eval "test \"`echo '$''{'ac_cv_func_inet_aton'+set}'`\" = set"; then
6400   echo $ac_n "(cached) $ac_c" 1>&6
6401 else
6402   cat > conftest.$ac_ext <<EOF
6403 #line 6404 "configure"
6404 #include "confdefs.h"
6405 /* System header to define __stub macros and hopefully few prototypes,
6406     which can conflict with char inet_aton(); below.  */
6407 #include <assert.h>
6408 /* Override any gcc2 internal prototype to avoid an error.  */
6409 /* We use char because int might match the return type of a gcc2
6410     builtin and then its argument prototype would still apply.  */
6411 char inet_aton();
6412
6413 int main() {
6414
6415 /* The GNU C library defines this for functions which it implements
6416     to always fail with ENOSYS.  Some functions are actually named
6417     something starting with __ and the normal name is an alias.  */
6418 #if defined (__stub_inet_aton) || defined (__stub___inet_aton)
6419 choke me
6420 #else
6421 inet_aton();
6422 #endif
6423
6424 ; return 0; }
6425 EOF
6426 if { (eval echo configure:6427: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6427   rm -rf conftest*
6428   eval "ac_cv_func_inet_aton=yes"
6429 else
6430   echo "configure: failed program was:" >&5
6431   cat conftest.$ac_ext >&5
6432   rm -rf conftest*
6433   eval "ac_cv_func_inet_aton=no"
6434 fi
6435 rm -f conftest*
6436 fi
6437
6438 if eval "test \"`echo '$ac_cv_func_'inet_aton`\" = yes"; then
6439   echo "$ac_t""yes" 1>&6
6440   cat >> confdefs.h <<\EOF
6441 #define HAVE_INET_ATON 1
6442 EOF
6443
6444 else
6445   echo "$ac_t""no" 1>&6
6446 INET_ATON='inet_aton.o'
6447 fi
6448
6449
6450 echo $ac_n "checking for strerror""... $ac_c" 1>&6
6451 echo "configure:6452: checking for strerror" >&5
6452 if eval "test \"`echo '$''{'ac_cv_func_strerror'+set}'`\" = set"; then
6453   echo $ac_n "(cached) $ac_c" 1>&6
6454 else
6455   cat > conftest.$ac_ext <<EOF
6456 #line 6457 "configure"
6457 #include "confdefs.h"
6458 /* System header to define __stub macros and hopefully few prototypes,
6459     which can conflict with char strerror(); below.  */
6460 #include <assert.h>
6461 /* Override any gcc2 internal prototype to avoid an error.  */
6462 /* We use char because int might match the return type of a gcc2
6463     builtin and then its argument prototype would still apply.  */
6464 char strerror();
6465
6466 int main() {
6467
6468 /* The GNU C library defines this for functions which it implements
6469     to always fail with ENOSYS.  Some functions are actually named
6470     something starting with __ and the normal name is an alias.  */
6471 #if defined (__stub_strerror) || defined (__stub___strerror)
6472 choke me
6473 #else
6474 strerror();
6475 #endif
6476
6477 ; return 0; }
6478 EOF
6479 if { (eval echo configure:6480: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6480   rm -rf conftest*
6481   eval "ac_cv_func_strerror=yes"
6482 else
6483   echo "configure: failed program was:" >&5
6484   cat conftest.$ac_ext >&5
6485   rm -rf conftest*
6486   eval "ac_cv_func_strerror=no"
6487 fi
6488 rm -f conftest*
6489 fi
6490
6491 if eval "test \"`echo '$ac_cv_func_'strerror`\" = yes"; then
6492   echo "$ac_t""yes" 1>&6
6493   cat >> confdefs.h <<\EOF
6494 #define HAVE_STRERROR 1
6495 EOF
6496
6497 else
6498   echo "$ac_t""no" 1>&6
6499 STRERROR='strerror.o'
6500 fi
6501
6502
6503 echo $ac_n "checking for strdup""... $ac_c" 1>&6
6504 echo "configure:6505: checking for strdup" >&5
6505 if eval "test \"`echo '$''{'ac_cv_func_strdup'+set}'`\" = set"; then
6506   echo $ac_n "(cached) $ac_c" 1>&6
6507 else
6508   cat > conftest.$ac_ext <<EOF
6509 #line 6510 "configure"
6510 #include "confdefs.h"
6511 /* System header to define __stub macros and hopefully few prototypes,
6512     which can conflict with char strdup(); below.  */
6513 #include <assert.h>
6514 /* Override any gcc2 internal prototype to avoid an error.  */
6515 /* We use char because int might match the return type of a gcc2
6516     builtin and then its argument prototype would still apply.  */
6517 char strdup();
6518
6519 int main() {
6520
6521 /* The GNU C library defines this for functions which it implements
6522     to always fail with ENOSYS.  Some functions are actually named
6523     something starting with __ and the normal name is an alias.  */
6524 #if defined (__stub_strdup) || defined (__stub___strdup)
6525 choke me
6526 #else
6527 strdup();
6528 #endif
6529
6530 ; return 0; }
6531 EOF
6532 if { (eval echo configure:6533: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6533   rm -rf conftest*
6534   eval "ac_cv_func_strdup=yes"
6535 else
6536   echo "configure: failed program was:" >&5
6537   cat conftest.$ac_ext >&5
6538   rm -rf conftest*
6539   eval "ac_cv_func_strdup=no"
6540 fi
6541 rm -f conftest*
6542 fi
6543
6544 if eval "test \"`echo '$ac_cv_func_'strdup`\" = yes"; then
6545   echo "$ac_t""yes" 1>&6
6546   cat >> confdefs.h <<\EOF
6547 #define HAVE_STRDUP 1
6548 EOF
6549
6550 else
6551   echo "$ac_t""no" 1>&6
6552 STRDUP='../../utils/strdup.o'
6553 fi
6554
6555
6556 echo $ac_n "checking for strtol""... $ac_c" 1>&6
6557 echo "configure:6558: checking for strtol" >&5
6558 if eval "test \"`echo '$''{'ac_cv_func_strtol'+set}'`\" = set"; then
6559   echo $ac_n "(cached) $ac_c" 1>&6
6560 else
6561   cat > conftest.$ac_ext <<EOF
6562 #line 6563 "configure"
6563 #include "confdefs.h"
6564 /* System header to define __stub macros and hopefully few prototypes,
6565     which can conflict with char strtol(); below.  */
6566 #include <assert.h>
6567 /* Override any gcc2 internal prototype to avoid an error.  */
6568 /* We use char because int might match the return type of a gcc2
6569     builtin and then its argument prototype would still apply.  */
6570 char strtol();
6571
6572 int main() {
6573
6574 /* The GNU C library defines this for functions which it implements
6575     to always fail with ENOSYS.  Some functions are actually named
6576     something starting with __ and the normal name is an alias.  */
6577 #if defined (__stub_strtol) || defined (__stub___strtol)
6578 choke me
6579 #else
6580 strtol();
6581 #endif
6582
6583 ; return 0; }
6584 EOF
6585 if { (eval echo configure:6586: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6586   rm -rf conftest*
6587   eval "ac_cv_func_strtol=yes"
6588 else
6589   echo "configure: failed program was:" >&5
6590   cat conftest.$ac_ext >&5
6591   rm -rf conftest*
6592   eval "ac_cv_func_strtol=no"
6593 fi
6594 rm -f conftest*
6595 fi
6596
6597 if eval "test \"`echo '$ac_cv_func_'strtol`\" = yes"; then
6598   echo "$ac_t""yes" 1>&6
6599   cat >> confdefs.h <<\EOF
6600 #define HAVE_STRTOL 1
6601 EOF
6602
6603 else
6604   echo "$ac_t""no" 1>&6
6605 STRTOL='strtol.o'
6606 fi
6607
6608
6609 echo $ac_n "checking for strtoul""... $ac_c" 1>&6
6610 echo "configure:6611: checking for strtoul" >&5
6611 if eval "test \"`echo '$''{'ac_cv_func_strtoul'+set}'`\" = set"; then
6612   echo $ac_n "(cached) $ac_c" 1>&6
6613 else
6614   cat > conftest.$ac_ext <<EOF
6615 #line 6616 "configure"
6616 #include "confdefs.h"
6617 /* System header to define __stub macros and hopefully few prototypes,
6618     which can conflict with char strtoul(); below.  */
6619 #include <assert.h>
6620 /* Override any gcc2 internal prototype to avoid an error.  */
6621 /* We use char because int might match the return type of a gcc2
6622     builtin and then its argument prototype would still apply.  */
6623 char strtoul();
6624
6625 int main() {
6626
6627 /* The GNU C library defines this for functions which it implements
6628     to always fail with ENOSYS.  Some functions are actually named
6629     something starting with __ and the normal name is an alias.  */
6630 #if defined (__stub_strtoul) || defined (__stub___strtoul)
6631 choke me
6632 #else
6633 strtoul();
6634 #endif
6635
6636 ; return 0; }
6637 EOF
6638 if { (eval echo configure:6639: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6639   rm -rf conftest*
6640   eval "ac_cv_func_strtoul=yes"
6641 else
6642   echo "configure: failed program was:" >&5
6643   cat conftest.$ac_ext >&5
6644   rm -rf conftest*
6645   eval "ac_cv_func_strtoul=no"
6646 fi
6647 rm -f conftest*
6648 fi
6649
6650 if eval "test \"`echo '$ac_cv_func_'strtoul`\" = yes"; then
6651   echo "$ac_t""yes" 1>&6
6652   cat >> confdefs.h <<\EOF
6653 #define HAVE_STRTOUL 1
6654 EOF
6655
6656 else
6657   echo "$ac_t""no" 1>&6
6658 STRTOUL='strtoul.o'
6659 fi
6660
6661
6662 echo $ac_n "checking for strcasecmp""... $ac_c" 1>&6
6663 echo "configure:6664: checking for strcasecmp" >&5
6664 if eval "test \"`echo '$''{'ac_cv_func_strcasecmp'+set}'`\" = set"; then
6665   echo $ac_n "(cached) $ac_c" 1>&6
6666 else
6667   cat > conftest.$ac_ext <<EOF
6668 #line 6669 "configure"
6669 #include "confdefs.h"
6670 /* System header to define __stub macros and hopefully few prototypes,
6671     which can conflict with char strcasecmp(); below.  */
6672 #include <assert.h>
6673 /* Override any gcc2 internal prototype to avoid an error.  */
6674 /* We use char because int might match the return type of a gcc2
6675     builtin and then its argument prototype would still apply.  */
6676 char strcasecmp();
6677
6678 int main() {
6679
6680 /* The GNU C library defines this for functions which it implements
6681     to always fail with ENOSYS.  Some functions are actually named
6682     something starting with __ and the normal name is an alias.  */
6683 #if defined (__stub_strcasecmp) || defined (__stub___strcasecmp)
6684 choke me
6685 #else
6686 strcasecmp();
6687 #endif
6688
6689 ; return 0; }
6690 EOF
6691 if { (eval echo configure:6692: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6692   rm -rf conftest*
6693   eval "ac_cv_func_strcasecmp=yes"
6694 else
6695   echo "configure: failed program was:" >&5
6696   cat conftest.$ac_ext >&5
6697   rm -rf conftest*
6698   eval "ac_cv_func_strcasecmp=no"
6699 fi
6700 rm -f conftest*
6701 fi
6702
6703 if eval "test \"`echo '$ac_cv_func_'strcasecmp`\" = yes"; then
6704   echo "$ac_t""yes" 1>&6
6705   cat >> confdefs.h <<\EOF
6706 #define HAVE_STRCASECMP 1
6707 EOF
6708
6709 else
6710   echo "$ac_t""no" 1>&6
6711 STRCASECMP='strcasecmp.o'
6712 fi
6713
6714
6715 echo $ac_n "checking for cbrt""... $ac_c" 1>&6
6716 echo "configure:6717: checking for cbrt" >&5
6717 if eval "test \"`echo '$''{'ac_cv_func_cbrt'+set}'`\" = set"; then
6718   echo $ac_n "(cached) $ac_c" 1>&6
6719 else
6720   cat > conftest.$ac_ext <<EOF
6721 #line 6722 "configure"
6722 #include "confdefs.h"
6723 /* System header to define __stub macros and hopefully few prototypes,
6724     which can conflict with char cbrt(); below.  */
6725 #include <assert.h>
6726 /* Override any gcc2 internal prototype to avoid an error.  */
6727 /* We use char because int might match the return type of a gcc2
6728     builtin and then its argument prototype would still apply.  */
6729 char cbrt();
6730
6731 int main() {
6732
6733 /* The GNU C library defines this for functions which it implements
6734     to always fail with ENOSYS.  Some functions are actually named
6735     something starting with __ and the normal name is an alias.  */
6736 #if defined (__stub_cbrt) || defined (__stub___cbrt)
6737 choke me
6738 #else
6739 cbrt();
6740 #endif
6741
6742 ; return 0; }
6743 EOF
6744 if { (eval echo configure:6745: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6745   rm -rf conftest*
6746   eval "ac_cv_func_cbrt=yes"
6747 else
6748   echo "configure: failed program was:" >&5
6749   cat conftest.$ac_ext >&5
6750   rm -rf conftest*
6751   eval "ac_cv_func_cbrt=no"
6752 fi
6753 rm -f conftest*
6754 fi
6755
6756 if eval "test \"`echo '$ac_cv_func_'cbrt`\" = yes"; then
6757   echo "$ac_t""yes" 1>&6
6758   cat >> confdefs.h <<\EOF
6759 #define HAVE_CBRT 1
6760 EOF
6761
6762 else
6763   echo "$ac_t""no" 1>&6
6764 echo $ac_n "checking for cbrt in -lm""... $ac_c" 1>&6
6765 echo "configure:6766: checking for cbrt in -lm" >&5
6766 ac_lib_var=`echo m'_'cbrt | sed 'y%./+-%__p_%'`
6767 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6768   echo $ac_n "(cached) $ac_c" 1>&6
6769 else
6770   ac_save_LIBS="$LIBS"
6771 LIBS="-lm  $LIBS"
6772 cat > conftest.$ac_ext <<EOF
6773 #line 6774 "configure"
6774 #include "confdefs.h"
6775 /* Override any gcc2 internal prototype to avoid an error.  */
6776 /* We use char because int might match the return type of a gcc2
6777     builtin and then its argument prototype would still apply.  */
6778 char cbrt();
6779
6780 int main() {
6781 cbrt()
6782 ; return 0; }
6783 EOF
6784 if { (eval echo configure:6785: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6785   rm -rf conftest*
6786   eval "ac_cv_lib_$ac_lib_var=yes"
6787 else
6788   echo "configure: failed program was:" >&5
6789   cat conftest.$ac_ext >&5
6790   rm -rf conftest*
6791   eval "ac_cv_lib_$ac_lib_var=no"
6792 fi
6793 rm -f conftest*
6794 LIBS="$ac_save_LIBS"
6795
6796 fi
6797 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6798   echo "$ac_t""yes" 1>&6
6799   cat >> confdefs.h <<\EOF
6800 #define HAVE_CBRT 1
6801 EOF
6802
6803 else
6804   echo "$ac_t""no" 1>&6
6805 fi
6806
6807 fi
6808
6809
6810 # On HPUX 9, rint() is not in regular libm.a but in /lib/pa1.1/libm.a;
6811 # this hackery with HPUXMATHLIB allows us to cope.
6812 HPUXMATHLIB=""
6813 case $host_cpu in
6814   hppa1.1) 
6815         if [ -r /lib/pa1.1/libm.a ] ; then
6816             HPUXMATHLIB="-L /lib/pa1.1 -lm"
6817         fi ;;
6818 esac
6819
6820
6821 echo $ac_n "checking for rint""... $ac_c" 1>&6
6822 echo "configure:6823: checking for rint" >&5
6823 if eval "test \"`echo '$''{'ac_cv_func_rint'+set}'`\" = set"; then
6824   echo $ac_n "(cached) $ac_c" 1>&6
6825 else
6826   cat > conftest.$ac_ext <<EOF
6827 #line 6828 "configure"
6828 #include "confdefs.h"
6829 /* System header to define __stub macros and hopefully few prototypes,
6830     which can conflict with char rint(); below.  */
6831 #include <assert.h>
6832 /* Override any gcc2 internal prototype to avoid an error.  */
6833 /* We use char because int might match the return type of a gcc2
6834     builtin and then its argument prototype would still apply.  */
6835 char rint();
6836
6837 int main() {
6838
6839 /* The GNU C library defines this for functions which it implements
6840     to always fail with ENOSYS.  Some functions are actually named
6841     something starting with __ and the normal name is an alias.  */
6842 #if defined (__stub_rint) || defined (__stub___rint)
6843 choke me
6844 #else
6845 rint();
6846 #endif
6847
6848 ; return 0; }
6849 EOF
6850 if { (eval echo configure:6851: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6851   rm -rf conftest*
6852   eval "ac_cv_func_rint=yes"
6853 else
6854   echo "configure: failed program was:" >&5
6855   cat conftest.$ac_ext >&5
6856   rm -rf conftest*
6857   eval "ac_cv_func_rint=no"
6858 fi
6859 rm -f conftest*
6860 fi
6861
6862 if eval "test \"`echo '$ac_cv_func_'rint`\" = yes"; then
6863   echo "$ac_t""yes" 1>&6
6864   cat >> confdefs.h <<\EOF
6865 #define HAVE_RINT 1
6866 EOF
6867
6868 else
6869   echo "$ac_t""no" 1>&6
6870 echo $ac_n "checking for rint in -lm""... $ac_c" 1>&6
6871 echo "configure:6872: checking for rint in -lm" >&5
6872 ac_lib_var=`echo m'_'rint | sed 'y%./+-%__p_%'`
6873 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6874   echo $ac_n "(cached) $ac_c" 1>&6
6875 else
6876   ac_save_LIBS="$LIBS"
6877 LIBS="-lm $HPUXMATHLIB $LIBS"
6878 cat > conftest.$ac_ext <<EOF
6879 #line 6880 "configure"
6880 #include "confdefs.h"
6881 /* Override any gcc2 internal prototype to avoid an error.  */
6882 /* We use char because int might match the return type of a gcc2
6883     builtin and then its argument prototype would still apply.  */
6884 char rint();
6885
6886 int main() {
6887 rint()
6888 ; return 0; }
6889 EOF
6890 if { (eval echo configure:6891: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6891   rm -rf conftest*
6892   eval "ac_cv_lib_$ac_lib_var=yes"
6893 else
6894   echo "configure: failed program was:" >&5
6895   cat conftest.$ac_ext >&5
6896   rm -rf conftest*
6897   eval "ac_cv_lib_$ac_lib_var=no"
6898 fi
6899 rm -f conftest*
6900 LIBS="$ac_save_LIBS"
6901
6902 fi
6903 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6904   echo "$ac_t""yes" 1>&6
6905   cat >> confdefs.h <<\EOF
6906 #define HAVE_RINT 1
6907 EOF
6908
6909 else
6910   echo "$ac_t""no" 1>&6
6911 fi
6912
6913 fi
6914
6915
6916
6917 # Readline versions < 2.1 don't have rl_completion_append_character
6918 echo $ac_n "checking for rl_completion_append_character""... $ac_c" 1>&6
6919 echo "configure:6920: checking for rl_completion_append_character" >&5
6920 cat > conftest.$ac_ext <<EOF
6921 #line 6922 "configure"
6922 #include "confdefs.h"
6923 #include <stdio.h>
6924 #ifdef HAVE_READLINE_READLINE_H
6925 # include <readline/readline.h>
6926 #elif defined(HAVE_READLINE_H)
6927 # include <readline.h>
6928 #endif
6929
6930 int main() {
6931 rl_completion_append_character = 'x';
6932 ; return 0; }
6933 EOF
6934 if { (eval echo configure:6935: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6935   rm -rf conftest*
6936   echo "$ac_t""yes" 1>&6
6937 cat >> confdefs.h <<\EOF
6938 #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
6939 EOF
6940
6941 else
6942   echo "configure: failed program was:" >&5
6943   cat conftest.$ac_ext >&5
6944   rm -rf conftest*
6945   echo "$ac_t""no" 1>&6
6946 fi
6947 rm -f conftest*
6948
6949 for ac_func in rl_completion_matches rl_filename_completion_function
6950 do
6951 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6952 echo "configure:6953: checking for $ac_func" >&5
6953 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6954   echo $ac_n "(cached) $ac_c" 1>&6
6955 else
6956   cat > conftest.$ac_ext <<EOF
6957 #line 6958 "configure"
6958 #include "confdefs.h"
6959 /* System header to define __stub macros and hopefully few prototypes,
6960     which can conflict with char $ac_func(); below.  */
6961 #include <assert.h>
6962 /* Override any gcc2 internal prototype to avoid an error.  */
6963 /* We use char because int might match the return type of a gcc2
6964     builtin and then its argument prototype would still apply.  */
6965 char $ac_func();
6966
6967 int main() {
6968
6969 /* The GNU C library defines this for functions which it implements
6970     to always fail with ENOSYS.  Some functions are actually named
6971     something starting with __ and the normal name is an alias.  */
6972 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6973 choke me
6974 #else
6975 $ac_func();
6976 #endif
6977
6978 ; return 0; }
6979 EOF
6980 if { (eval echo configure:6981: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6981   rm -rf conftest*
6982   eval "ac_cv_func_$ac_func=yes"
6983 else
6984   echo "configure: failed program was:" >&5
6985   cat conftest.$ac_ext >&5
6986   rm -rf conftest*
6987   eval "ac_cv_func_$ac_func=no"
6988 fi
6989 rm -f conftest*
6990 fi
6991
6992 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
6993   echo "$ac_t""yes" 1>&6
6994     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6995   cat >> confdefs.h <<EOF
6996 #define $ac_tr_func 1
6997 EOF
6998  
6999 else
7000   echo "$ac_t""no" 1>&6
7001 fi
7002 done
7003
7004
7005
7006 echo $ac_n "checking for finite""... $ac_c" 1>&6
7007 echo "configure:7008: checking for finite" >&5
7008 cat > conftest.$ac_ext <<EOF
7009 #line 7010 "configure"
7010 #include "confdefs.h"
7011 #include <math.h>
7012 int main() {
7013 int dummy=finite(1.0);
7014 ; return 0; }
7015 EOF
7016 if { (eval echo configure:7017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7017   rm -rf conftest*
7018   cat >> confdefs.h <<\EOF
7019 #define HAVE_FINITE 1
7020 EOF
7021  echo "$ac_t""yes" 1>&6
7022 else
7023   echo "configure: failed program was:" >&5
7024   cat conftest.$ac_ext >&5
7025   rm -rf conftest*
7026   echo "$ac_t""no" 1>&6
7027 fi
7028 rm -f conftest*
7029
7030 echo $ac_n "checking for sigsetjmp""... $ac_c" 1>&6
7031 echo "configure:7032: checking for sigsetjmp" >&5
7032 cat > conftest.$ac_ext <<EOF
7033 #line 7034 "configure"
7034 #include "confdefs.h"
7035 #include <setjmp.h>
7036 int main() {
7037 sigjmp_buf x; sigsetjmp(x, 1);
7038 ; return 0; }
7039 EOF
7040 if { (eval echo configure:7041: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7041   rm -rf conftest*
7042   cat >> confdefs.h <<\EOF
7043 #define HAVE_SIGSETJMP 1
7044 EOF
7045  echo "$ac_t""yes" 1>&6
7046 else
7047   echo "configure: failed program was:" >&5
7048   cat conftest.$ac_ext >&5
7049   rm -rf conftest*
7050   echo "$ac_t""no" 1>&6
7051 fi
7052 rm -f conftest*
7053
7054
7055 # Check whether --enable-syslog was given
7056 if test x"${enable_syslog+set}" = xset; then
7057   case $enable_syslog in
7058     yes)
7059       echo $ac_n "checking for syslog""... $ac_c" 1>&6
7060 echo "configure:7061: checking for syslog" >&5
7061 if eval "test \"`echo '$''{'ac_cv_func_syslog'+set}'`\" = set"; then
7062   echo $ac_n "(cached) $ac_c" 1>&6
7063 else
7064   cat > conftest.$ac_ext <<EOF
7065 #line 7066 "configure"
7066 #include "confdefs.h"
7067 /* System header to define __stub macros and hopefully few prototypes,
7068     which can conflict with char syslog(); below.  */
7069 #include <assert.h>
7070 /* Override any gcc2 internal prototype to avoid an error.  */
7071 /* We use char because int might match the return type of a gcc2
7072     builtin and then its argument prototype would still apply.  */
7073 char syslog();
7074
7075 int main() {
7076
7077 /* The GNU C library defines this for functions which it implements
7078     to always fail with ENOSYS.  Some functions are actually named
7079     something starting with __ and the normal name is an alias.  */
7080 #if defined (__stub_syslog) || defined (__stub___syslog)
7081 choke me
7082 #else
7083 syslog();
7084 #endif
7085
7086 ; return 0; }
7087 EOF
7088 if { (eval echo configure:7089: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7089   rm -rf conftest*
7090   eval "ac_cv_func_syslog=yes"
7091 else
7092   echo "configure: failed program was:" >&5
7093   cat conftest.$ac_ext >&5
7094   rm -rf conftest*
7095   eval "ac_cv_func_syslog=no"
7096 fi
7097 rm -f conftest*
7098 fi
7099
7100 if eval "test \"`echo '$ac_cv_func_'syslog`\" = yes"; then
7101   echo "$ac_t""yes" 1>&6
7102   cat >> confdefs.h <<\EOF
7103 #define ENABLE_SYSLOG 1
7104 EOF
7105
7106 else
7107   echo "$ac_t""no" 1>&6
7108 { echo "configure: error: no syslog interface found" 1>&2; exit 1; }
7109 fi
7110
7111       ;;
7112     no)
7113       :
7114       ;;
7115     *)
7116       enableval=$enable_syslog
7117       { echo "configure: error: no argument expected for --enable-syslog option" 1>&2; exit 1; }
7118       ;;
7119   esac # $enable_syslog
7120 else
7121   enable_syslog=no
7122
7123 fi
7124
7125
7126 echo $ac_n "checking for optreset""... $ac_c" 1>&6
7127 echo "configure:7128: checking for optreset" >&5
7128 if eval "test \"`echo '$''{'pgac_cv_var_int_optreset'+set}'`\" = set"; then
7129   echo $ac_n "(cached) $ac_c" 1>&6
7130 else
7131   cat > conftest.$ac_ext <<EOF
7132 #line 7133 "configure"
7133 #include "confdefs.h"
7134 #include <unistd.h>
7135 int main() {
7136 extern int optreset; optreset = 1;
7137 ; return 0; }
7138 EOF
7139 if { (eval echo configure:7140: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7140   rm -rf conftest*
7141   pgac_cv_var_int_optreset=yes
7142 else
7143   echo "configure: failed program was:" >&5
7144   cat conftest.$ac_ext >&5
7145   rm -rf conftest*
7146   pgac_cv_var_int_optreset=no
7147 fi
7148 rm -f conftest*
7149 fi
7150
7151 echo "$ac_t""$pgac_cv_var_int_optreset" 1>&6
7152 if test x"$pgac_cv_var_int_optreset" = x"yes"; then
7153   cat >> confdefs.h <<\EOF
7154 #define HAVE_INT_OPTRESET 1
7155 EOF
7156
7157 fi
7158
7159
7160 # This test makes sure that run tests work at all.  Sometimes a shared
7161 # library is found by the linker, but the runtime linker can't find it.
7162 # This check should come after all modifications of compiler or linker
7163 # variables, and before any other run tests.
7164 echo $ac_n "checking test program""... $ac_c" 1>&6
7165 echo "configure:7166: checking test program" >&5
7166 if test "$cross_compiling" = yes; then
7167   echo "$ac_t""cross-compiling" 1>&6
7168 else
7169   cat > conftest.$ac_ext <<EOF
7170 #line 7171 "configure"
7171 #include "confdefs.h"
7172 int main() { return 0; }
7173 EOF
7174 if { (eval echo configure:7175: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7175 then
7176   echo "$ac_t""ok" 1>&6
7177 else
7178   echo "configure: failed program was:" >&5
7179   cat conftest.$ac_ext >&5
7180   rm -fr conftest*
7181   echo "$ac_t""failed" 1>&6
7182 { echo "configure: error: 
7183 *** Could not execute a simple test program.  This may be a problem
7184 *** related to locating shared libraries.  Check the file 'config.log'
7185 *** for the exact reason." 1>&2; exit 1; }
7186 fi
7187 rm -fr conftest*
7188 fi
7189
7190
7191
7192
7193 echo $ac_n "checking whether long int is 64 bits""... $ac_c" 1>&6
7194 echo "configure:7195: checking whether long int is 64 bits" >&5
7195 if eval "test \"`echo '$''{'pgac_cv_type_long_int_64'+set}'`\" = set"; then
7196   echo $ac_n "(cached) $ac_c" 1>&6
7197 else
7198   if test "$cross_compiling" = yes; then
7199   pgac_cv_type_long_int_64=no
7200 echo "configure: warning: 64 bit arithmetic disabled when cross-compiling" 1>&2
7201 else
7202   cat > conftest.$ac_ext <<EOF
7203 #line 7204 "configure"
7204 #include "confdefs.h"
7205 typedef long int int64;
7206
7207 /*
7208  * These are globals to discourage the compiler from folding all the
7209  * arithmetic tests down to compile-time constants.
7210  */
7211 int64 a = 20000001;
7212 int64 b = 40000005;
7213
7214 int does_int64_work()
7215 {
7216   int64 c,d;
7217
7218   if (sizeof(int64) != 8)
7219     return 0;                   /* definitely not the right size */
7220
7221   /* Do perfunctory checks to see if 64-bit arithmetic seems to work */
7222   c = a * b;
7223   d = (c + b) / b;
7224   if (d != a+1)
7225     return 0;
7226   return 1;
7227 }
7228 main() {
7229   exit(! does_int64_work());
7230 }
7231 EOF
7232 if { (eval echo configure:7233: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7233 then
7234   pgac_cv_type_long_int_64=yes
7235 else
7236   echo "configure: failed program was:" >&5
7237   cat conftest.$ac_ext >&5
7238   rm -fr conftest*
7239   pgac_cv_type_long_int_64=no
7240 fi
7241 rm -fr conftest*
7242 fi
7243
7244 fi
7245
7246 echo "$ac_t""$pgac_cv_type_long_int_64" 1>&6
7247
7248 HAVE_LONG_INT_64=$pgac_cv_type_long_int_64
7249 if test x"$pgac_cv_type_long_int_64" = xyes ; then
7250   cat >> confdefs.h <<\EOF
7251 #define HAVE_LONG_INT_64 
7252 EOF
7253
7254 fi
7255
7256
7257 if test x"$HAVE_LONG_INT_64" = x"no" ; then
7258   echo $ac_n "checking whether long long int is 64 bits""... $ac_c" 1>&6
7259 echo "configure:7260: checking whether long long int is 64 bits" >&5
7260 if eval "test \"`echo '$''{'pgac_cv_type_long_long_int_64'+set}'`\" = set"; then
7261   echo $ac_n "(cached) $ac_c" 1>&6
7262 else
7263   if test "$cross_compiling" = yes; then
7264   pgac_cv_type_long_long_int_64=no
7265 echo "configure: warning: 64 bit arithmetic disabled when cross-compiling" 1>&2
7266 else
7267   cat > conftest.$ac_ext <<EOF
7268 #line 7269 "configure"
7269 #include "confdefs.h"
7270 typedef long long int int64;
7271
7272 /*
7273  * These are globals to discourage the compiler from folding all the
7274  * arithmetic tests down to compile-time constants.
7275  */
7276 int64 a = 20000001;
7277 int64 b = 40000005;
7278
7279 int does_int64_work()
7280 {
7281   int64 c,d;
7282
7283   if (sizeof(int64) != 8)
7284     return 0;                   /* definitely not the right size */
7285
7286   /* Do perfunctory checks to see if 64-bit arithmetic seems to work */
7287   c = a * b;
7288   d = (c + b) / b;
7289   if (d != a+1)
7290     return 0;
7291   return 1;
7292 }
7293 main() {
7294   exit(! does_int64_work());
7295 }
7296 EOF
7297 if { (eval echo configure:7298: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7298 then
7299   pgac_cv_type_long_long_int_64=yes
7300 else
7301   echo "configure: failed program was:" >&5
7302   cat conftest.$ac_ext >&5
7303   rm -fr conftest*
7304   pgac_cv_type_long_long_int_64=no
7305 fi
7306 rm -fr conftest*
7307 fi
7308
7309 fi
7310
7311 echo "$ac_t""$pgac_cv_type_long_long_int_64" 1>&6
7312
7313 HAVE_LONG_LONG_INT_64=$pgac_cv_type_long_long_int_64
7314 if test x"$pgac_cv_type_long_long_int_64" = xyes ; then
7315   cat >> confdefs.h <<\EOF
7316 #define HAVE_LONG_LONG_INT_64 
7317 EOF
7318
7319 fi
7320
7321 fi
7322
7323
7324
7325 if [ x"$HAVE_LONG_LONG_INT_64" = xyes ] ; then
7326   cat > conftest.$ac_ext <<EOF
7327 #line 7328 "configure"
7328 #include "confdefs.h"
7329
7330 #define INT64CONST(x)  x##LL
7331 long long int foo = INT64CONST(0x1234567890123456);
7332
7333 int main() {
7334
7335 ; return 0; }
7336 EOF
7337 if { (eval echo configure:7338: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7338   rm -rf conftest*
7339   cat >> confdefs.h <<\EOF
7340 #define HAVE_LL_CONSTANTS 1
7341 EOF
7342
7343 else
7344   echo "configure: failed program was:" >&5
7345   cat conftest.$ac_ext >&5
7346 fi
7347 rm -f conftest*
7348 fi
7349
7350
7351
7352 if [ x"$HAVE_LONG_LONG_INT_64" = xyes ] ; then
7353   if [ x$SNPRINTF = x ] ; then
7354     echo $ac_n "checking whether snprintf handles 'long long int' as %lld""... $ac_c" 1>&6
7355 echo "configure:7356: checking whether snprintf handles 'long long int' as %lld" >&5
7356     if test "$cross_compiling" = yes; then
7357    echo "$ac_t""assuming not on target machine" 1>&6
7358         # Force usage of our own snprintf, since we cannot test foreign snprintf
7359         SNPRINTF='snprintf.o'
7360         INT64_FORMAT='"%lld"'
7361   
7362 else
7363   cat > conftest.$ac_ext <<EOF
7364 #line 7365 "configure"
7365 #include "confdefs.h"
7366 #include <stdio.h>
7367 typedef long long int int64;
7368 #define INT64_FORMAT "%lld"
7369
7370 int64 a = 20000001;
7371 int64 b = 40000005;
7372
7373 int does_int64_snprintf_work()
7374 {
7375   int64 c;
7376   char buf[100];
7377
7378   if (sizeof(int64) != 8)
7379     return 0;                   /* doesn't look like the right size */
7380
7381   c = a * b;
7382   snprintf(buf, 100, INT64_FORMAT, c);
7383   if (strcmp(buf, "800000140000005") != 0)
7384     return 0;                   /* either multiply or snprintf is busted */
7385   return 1;
7386 }
7387 main() {
7388   exit(! does_int64_snprintf_work());
7389 }
7390 EOF
7391 if { (eval echo configure:7392: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7392 then
7393    echo "$ac_t""yes" 1>&6
7394           INT64_FORMAT='"%lld"'
7395         
7396 else
7397   echo "configure: failed program was:" >&5
7398   cat conftest.$ac_ext >&5
7399   rm -fr conftest*
7400    echo "$ac_t""no" 1>&6
7401     echo $ac_n "checking whether snprintf handles 'long long int' as %qd""... $ac_c" 1>&6
7402 echo "configure:7403: checking whether snprintf handles 'long long int' as %qd" >&5 
7403     if test "$cross_compiling" = yes; then
7404    echo "$ac_t""assuming not on target machine" 1>&6
7405         # Force usage of our own snprintf, since we cannot test foreign snprintf
7406         SNPRINTF='snprintf.o'
7407         INT64_FORMAT='"%lld"'
7408   
7409 else
7410   cat > conftest.$ac_ext <<EOF
7411 #line 7412 "configure"
7412 #include "confdefs.h"
7413 #include <stdio.h>
7414 typedef long long int int64;
7415 #define INT64_FORMAT "%qd"
7416    
7417 int64 a = 20000001;
7418 int64 b = 40000005;
7419    
7420 int does_int64_snprintf_work()
7421 {  
7422   int64 c;
7423   char buf[100];
7424
7425   if (sizeof(int64) != 8)
7426     return 0;     /* doesn't look like the right size */
7427
7428   c = a * b;
7429   snprintf(buf, 100, INT64_FORMAT, c);
7430   if (strcmp(buf, "800000140000005") != 0)
7431     return 0;     /* either multiply or snprintf is busted */
7432   return 1;
7433 }
7434 main() {
7435   exit(! does_int64_snprintf_work());
7436 }
7437 EOF
7438 if { (eval echo configure:7439: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7439 then
7440    echo "$ac_t""yes" 1>&6
7441     INT64_FORMAT='"%qd"'
7442   
7443 else
7444   echo "configure: failed program was:" >&5
7445   cat conftest.$ac_ext >&5
7446   rm -fr conftest*
7447    echo "$ac_t""no" 1>&6
7448         # Force usage of our own snprintf, since system snprintf is broken
7449         SNPRINTF='snprintf.o'
7450         INT64_FORMAT='"%lld"'
7451   
7452 fi
7453 rm -fr conftest*
7454 fi
7455  
7456 fi
7457 rm -fr conftest*
7458 fi
7459
7460   else
7461     # here if we previously decided we needed to use our own snprintf
7462     INT64_FORMAT='"%lld"'
7463   fi
7464 else
7465   # Here if we are not using 'long long int' at all
7466   INT64_FORMAT='"%ld"'
7467 fi
7468
7469 cat >> confdefs.h <<EOF
7470 #define INT64_FORMAT $INT64_FORMAT
7471 EOF
7472
7473
7474
7475 for ac_func in strtoll strtoq
7476 do
7477 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7478 echo "configure:7479: checking for $ac_func" >&5
7479 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7480   echo $ac_n "(cached) $ac_c" 1>&6
7481 else
7482   cat > conftest.$ac_ext <<EOF
7483 #line 7484 "configure"
7484 #include "confdefs.h"
7485 /* System header to define __stub macros and hopefully few prototypes,
7486     which can conflict with char $ac_func(); below.  */
7487 #include <assert.h>
7488 /* Override any gcc2 internal prototype to avoid an error.  */
7489 /* We use char because int might match the return type of a gcc2
7490     builtin and then its argument prototype would still apply.  */
7491 char $ac_func();
7492
7493 int main() {
7494
7495 /* The GNU C library defines this for functions which it implements
7496     to always fail with ENOSYS.  Some functions are actually named
7497     something starting with __ and the normal name is an alias.  */
7498 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7499 choke me
7500 #else
7501 $ac_func();
7502 #endif
7503
7504 ; return 0; }
7505 EOF
7506 if { (eval echo configure:7507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7507   rm -rf conftest*
7508   eval "ac_cv_func_$ac_func=yes"
7509 else
7510   echo "configure: failed program was:" >&5
7511   cat conftest.$ac_ext >&5
7512   rm -rf conftest*
7513   eval "ac_cv_func_$ac_func=no"
7514 fi
7515 rm -f conftest*
7516 fi
7517
7518 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
7519   echo "$ac_t""yes" 1>&6
7520     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
7521   cat >> confdefs.h <<EOF
7522 #define $ac_tr_func 1
7523 EOF
7524  break
7525 else
7526   echo "$ac_t""no" 1>&6
7527 fi
7528 done
7529
7530 for ac_func in strtoull strtouq
7531 do
7532 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7533 echo "configure:7534: checking for $ac_func" >&5
7534 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7535   echo $ac_n "(cached) $ac_c" 1>&6
7536 else
7537   cat > conftest.$ac_ext <<EOF
7538 #line 7539 "configure"
7539 #include "confdefs.h"
7540 /* System header to define __stub macros and hopefully few prototypes,
7541     which can conflict with char $ac_func(); below.  */
7542 #include <assert.h>
7543 /* Override any gcc2 internal prototype to avoid an error.  */
7544 /* We use char because int might match the return type of a gcc2
7545     builtin and then its argument prototype would still apply.  */
7546 char $ac_func();
7547
7548 int main() {
7549
7550 /* The GNU C library defines this for functions which it implements
7551     to always fail with ENOSYS.  Some functions are actually named
7552     something starting with __ and the normal name is an alias.  */
7553 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7554 choke me
7555 #else
7556 $ac_func();
7557 #endif
7558
7559 ; return 0; }
7560 EOF
7561 if { (eval echo configure:7562: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7562   rm -rf conftest*
7563   eval "ac_cv_func_$ac_func=yes"
7564 else
7565   echo "configure: failed program was:" >&5
7566   cat conftest.$ac_ext >&5
7567   rm -rf conftest*
7568   eval "ac_cv_func_$ac_func=no"
7569 fi
7570 rm -f conftest*
7571 fi
7572
7573 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
7574   echo "$ac_t""yes" 1>&6
7575     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
7576   cat >> confdefs.h <<EOF
7577 #define $ac_tr_func 1
7578 EOF
7579  break
7580 else
7581   echo "$ac_t""no" 1>&6
7582 fi
7583 done
7584
7585
7586 echo $ac_n "checking for atexit""... $ac_c" 1>&6
7587 echo "configure:7588: checking for atexit" >&5
7588 if eval "test \"`echo '$''{'ac_cv_func_atexit'+set}'`\" = set"; then
7589   echo $ac_n "(cached) $ac_c" 1>&6
7590 else
7591   cat > conftest.$ac_ext <<EOF
7592 #line 7593 "configure"
7593 #include "confdefs.h"
7594 /* System header to define __stub macros and hopefully few prototypes,
7595     which can conflict with char atexit(); below.  */
7596 #include <assert.h>
7597 /* Override any gcc2 internal prototype to avoid an error.  */
7598 /* We use char because int might match the return type of a gcc2
7599     builtin and then its argument prototype would still apply.  */
7600 char atexit();
7601
7602 int main() {
7603
7604 /* The GNU C library defines this for functions which it implements
7605     to always fail with ENOSYS.  Some functions are actually named
7606     something starting with __ and the normal name is an alias.  */
7607 #if defined (__stub_atexit) || defined (__stub___atexit)
7608 choke me
7609 #else
7610 atexit();
7611 #endif
7612
7613 ; return 0; }
7614 EOF
7615 if { (eval echo configure:7616: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7616   rm -rf conftest*
7617   eval "ac_cv_func_atexit=yes"
7618 else
7619   echo "configure: failed program was:" >&5
7620   cat conftest.$ac_ext >&5
7621   rm -rf conftest*
7622   eval "ac_cv_func_atexit=no"
7623 fi
7624 rm -f conftest*
7625 fi
7626
7627 if eval "test \"`echo '$ac_cv_func_'atexit`\" = yes"; then
7628   echo "$ac_t""yes" 1>&6
7629   cat >> confdefs.h <<\EOF
7630 #define HAVE_ATEXIT 1
7631 EOF
7632
7633 else
7634   echo "$ac_t""no" 1>&6
7635 for ac_func in on_exit
7636 do
7637 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7638 echo "configure:7639: checking for $ac_func" >&5
7639 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7640   echo $ac_n "(cached) $ac_c" 1>&6
7641 else
7642   cat > conftest.$ac_ext <<EOF
7643 #line 7644 "configure"
7644 #include "confdefs.h"
7645 /* System header to define __stub macros and hopefully few prototypes,
7646     which can conflict with char $ac_func(); below.  */
7647 #include <assert.h>
7648 /* Override any gcc2 internal prototype to avoid an error.  */
7649 /* We use char because int might match the return type of a gcc2
7650     builtin and then its argument prototype would still apply.  */
7651 char $ac_func();
7652
7653 int main() {
7654
7655 /* The GNU C library defines this for functions which it implements
7656     to always fail with ENOSYS.  Some functions are actually named
7657     something starting with __ and the normal name is an alias.  */
7658 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7659 choke me
7660 #else
7661 $ac_func();
7662 #endif
7663
7664 ; return 0; }
7665 EOF
7666 if { (eval echo configure:7667: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7667   rm -rf conftest*
7668   eval "ac_cv_func_$ac_func=yes"
7669 else
7670   echo "configure: failed program was:" >&5
7671   cat conftest.$ac_ext >&5
7672   rm -rf conftest*
7673   eval "ac_cv_func_$ac_func=no"
7674 fi
7675 rm -f conftest*
7676 fi
7677
7678 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
7679   echo "$ac_t""yes" 1>&6
7680     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
7681   cat >> confdefs.h <<EOF
7682 #define $ac_tr_func 1
7683 EOF
7684  cat >> confdefs.h <<\EOF
7685 #define HAVE_ON_EXIT 1
7686 EOF
7687
7688 else
7689   echo "$ac_t""no" 1>&6
7690 { echo "configure: error: atexi() nor on_exit() found" 1>&2; exit 1; }
7691 fi
7692 done
7693
7694 fi
7695
7696
7697
7698 echo $ac_n "checking size of unsigned long""... $ac_c" 1>&6
7699 echo "configure:7700: checking size of unsigned long" >&5
7700 if eval "test \"`echo '$''{'ac_cv_sizeof_unsigned_long'+set}'`\" = set"; then
7701   echo $ac_n "(cached) $ac_c" 1>&6
7702 else
7703   if test "$cross_compiling" = yes; then
7704   ac_cv_sizeof_unsigned_long=4
7705 else
7706   cat > conftest.$ac_ext <<EOF
7707 #line 7708 "configure"
7708 #include "confdefs.h"
7709 #include <stdio.h>
7710 main()
7711 {
7712   FILE *f=fopen("conftestval", "w");
7713   if (!f) exit(1);
7714   fprintf(f, "%d\n", sizeof(unsigned long));
7715   exit(0);
7716 }
7717 EOF
7718 if { (eval echo configure:7719: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7719 then
7720   ac_cv_sizeof_unsigned_long=`cat conftestval`
7721 else
7722   echo "configure: failed program was:" >&5
7723   cat conftest.$ac_ext >&5
7724   rm -fr conftest*
7725   ac_cv_sizeof_unsigned_long=0
7726 fi
7727 rm -fr conftest*
7728 fi
7729
7730 fi
7731 echo "$ac_t""$ac_cv_sizeof_unsigned_long" 1>&6
7732 cat >> confdefs.h <<EOF
7733 #define SIZEOF_UNSIGNED_LONG $ac_cv_sizeof_unsigned_long
7734 EOF
7735
7736
7737 cat >> confdefs.h <<EOF
7738 #define SIZEOF_DATUM $ac_cv_sizeof_unsigned_long
7739 EOF
7740
7741
7742
7743 echo $ac_n "checking alignment of short""... $ac_c" 1>&6
7744 echo "configure:7745: checking alignment of short" >&5
7745 if eval "test \"`echo '$''{'pgac_cv_alignof_short'+set}'`\" = set"; then
7746   echo $ac_n "(cached) $ac_c" 1>&6
7747 else
7748   if test "$cross_compiling" = yes; then
7749   pgac_cv_alignof_short='sizeof(short)'
7750 else
7751   cat > conftest.$ac_ext <<EOF
7752 #line 7753 "configure"
7753 #include "confdefs.h"
7754 #include <stdio.h>
7755 struct { char filler; short field; } mystruct;
7756 main()
7757 {
7758   FILE *f=fopen("conftestval", "w");
7759   if (!f) exit(1);
7760   fprintf(f, "%d\n", ((char*) & mystruct.field) - ((char*) & mystruct));
7761   exit(0);
7762 }
7763 EOF
7764 if { (eval echo configure:7765: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7765 then
7766   pgac_cv_alignof_short=`cat conftestval`
7767 else
7768   echo "configure: failed program was:" >&5
7769   cat conftest.$ac_ext >&5
7770   rm -fr conftest*
7771   pgac_cv_alignof_short='sizeof(short)'
7772 fi
7773 rm -fr conftest*
7774 fi
7775
7776 fi
7777 echo "$ac_t""$pgac_cv_alignof_short" 1>&6
7778 cat >> confdefs.h <<EOF
7779 #define ALIGNOF_SHORT $pgac_cv_alignof_short
7780 EOF
7781
7782
7783 echo $ac_n "checking alignment of int""... $ac_c" 1>&6
7784 echo "configure:7785: checking alignment of int" >&5
7785 if eval "test \"`echo '$''{'pgac_cv_alignof_int'+set}'`\" = set"; then
7786   echo $ac_n "(cached) $ac_c" 1>&6
7787 else
7788   if test "$cross_compiling" = yes; then
7789   pgac_cv_alignof_int='sizeof(int)'
7790 else
7791   cat > conftest.$ac_ext <<EOF
7792 #line 7793 "configure"
7793 #include "confdefs.h"
7794 #include <stdio.h>
7795 struct { char filler; int field; } mystruct;
7796 main()
7797 {
7798   FILE *f=fopen("conftestval", "w");
7799   if (!f) exit(1);
7800   fprintf(f, "%d\n", ((char*) & mystruct.field) - ((char*) & mystruct));
7801   exit(0);
7802 }
7803 EOF
7804 if { (eval echo configure:7805: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7805 then
7806   pgac_cv_alignof_int=`cat conftestval`
7807 else
7808   echo "configure: failed program was:" >&5
7809   cat conftest.$ac_ext >&5
7810   rm -fr conftest*
7811   pgac_cv_alignof_int='sizeof(int)'
7812 fi
7813 rm -fr conftest*
7814 fi
7815
7816 fi
7817 echo "$ac_t""$pgac_cv_alignof_int" 1>&6
7818 cat >> confdefs.h <<EOF
7819 #define ALIGNOF_INT $pgac_cv_alignof_int
7820 EOF
7821
7822
7823 echo $ac_n "checking alignment of long""... $ac_c" 1>&6
7824 echo "configure:7825: checking alignment of long" >&5
7825 if eval "test \"`echo '$''{'pgac_cv_alignof_long'+set}'`\" = set"; then
7826   echo $ac_n "(cached) $ac_c" 1>&6
7827 else
7828   if test "$cross_compiling" = yes; then
7829   pgac_cv_alignof_long='sizeof(long)'
7830 else
7831   cat > conftest.$ac_ext <<EOF
7832 #line 7833 "configure"
7833 #include "confdefs.h"
7834 #include <stdio.h>
7835 struct { char filler; long field; } mystruct;
7836 main()
7837 {
7838   FILE *f=fopen("conftestval", "w");
7839   if (!f) exit(1);
7840   fprintf(f, "%d\n", ((char*) & mystruct.field) - ((char*) & mystruct));
7841   exit(0);
7842 }
7843 EOF
7844 if { (eval echo configure:7845: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7845 then
7846   pgac_cv_alignof_long=`cat conftestval`
7847 else
7848   echo "configure: failed program was:" >&5
7849   cat conftest.$ac_ext >&5
7850   rm -fr conftest*
7851   pgac_cv_alignof_long='sizeof(long)'
7852 fi
7853 rm -fr conftest*
7854 fi
7855
7856 fi
7857 echo "$ac_t""$pgac_cv_alignof_long" 1>&6
7858 cat >> confdefs.h <<EOF
7859 #define ALIGNOF_LONG $pgac_cv_alignof_long
7860 EOF
7861
7862
7863 if [ x"$HAVE_LONG_LONG_INT_64" = xyes ] ; then
7864   echo $ac_n "checking alignment of long long int""... $ac_c" 1>&6
7865 echo "configure:7866: checking alignment of long long int" >&5
7866 if eval "test \"`echo '$''{'pgac_cv_alignof_long_long_int'+set}'`\" = set"; then
7867   echo $ac_n "(cached) $ac_c" 1>&6
7868 else
7869   if test "$cross_compiling" = yes; then
7870   pgac_cv_alignof_long_long_int='sizeof(long long int)'
7871 else
7872   cat > conftest.$ac_ext <<EOF
7873 #line 7874 "configure"
7874 #include "confdefs.h"
7875 #include <stdio.h>
7876 struct { char filler; long long int field; } mystruct;
7877 main()
7878 {
7879   FILE *f=fopen("conftestval", "w");
7880   if (!f) exit(1);
7881   fprintf(f, "%d\n", ((char*) & mystruct.field) - ((char*) & mystruct));
7882   exit(0);
7883 }
7884 EOF
7885 if { (eval echo configure:7886: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7886 then
7887   pgac_cv_alignof_long_long_int=`cat conftestval`
7888 else
7889   echo "configure: failed program was:" >&5
7890   cat conftest.$ac_ext >&5
7891   rm -fr conftest*
7892   pgac_cv_alignof_long_long_int='sizeof(long long int)'
7893 fi
7894 rm -fr conftest*
7895 fi
7896
7897 fi
7898 echo "$ac_t""$pgac_cv_alignof_long_long_int" 1>&6
7899 cat >> confdefs.h <<EOF
7900 #define ALIGNOF_LONG_LONG_INT $pgac_cv_alignof_long_long_int
7901 EOF
7902
7903
7904 fi
7905 echo $ac_n "checking alignment of double""... $ac_c" 1>&6
7906 echo "configure:7907: checking alignment of double" >&5
7907 if eval "test \"`echo '$''{'pgac_cv_alignof_double'+set}'`\" = set"; then
7908   echo $ac_n "(cached) $ac_c" 1>&6
7909 else
7910   if test "$cross_compiling" = yes; then
7911   pgac_cv_alignof_double='sizeof(double)'
7912 else
7913   cat > conftest.$ac_ext <<EOF
7914 #line 7915 "configure"
7915 #include "confdefs.h"
7916 #include <stdio.h>
7917 struct { char filler; double field; } mystruct;
7918 main()
7919 {
7920   FILE *f=fopen("conftestval", "w");
7921   if (!f) exit(1);
7922   fprintf(f, "%d\n", ((char*) & mystruct.field) - ((char*) & mystruct));
7923   exit(0);
7924 }
7925 EOF
7926 if { (eval echo configure:7927: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7927 then
7928   pgac_cv_alignof_double=`cat conftestval`
7929 else
7930   echo "configure: failed program was:" >&5
7931   cat conftest.$ac_ext >&5
7932   rm -fr conftest*
7933   pgac_cv_alignof_double='sizeof(double)'
7934 fi
7935 rm -fr conftest*
7936 fi
7937
7938 fi
7939 echo "$ac_t""$pgac_cv_alignof_double" 1>&6
7940 cat >> confdefs.h <<EOF
7941 #define ALIGNOF_DOUBLE $pgac_cv_alignof_double
7942 EOF
7943
7944
7945
7946
7947 if test $pgac_cv_alignof_double != 'sizeof(double)' ; then
7948   MAX_ALIGNOF=$pgac_cv_alignof_long
7949   if test $MAX_ALIGNOF -lt $pgac_cv_alignof_double ; then
7950     MAX_ALIGNOF=$pgac_cv_alignof_double
7951   fi
7952   if test x"$HAVE_LONG_LONG_INT_64" = xyes && test $MAX_ALIGNOF -lt $pgac_cv_alignof_long_long_int ; then
7953     MAX_ALIGNOF="$pgac_cv_alignof_long_long_int"
7954   fi
7955 else
7956     MAX_ALIGNOF="$pgac_cv_alignof_double"
7957 fi
7958 cat >> confdefs.h <<EOF
7959 #define MAXIMUM_ALIGNOF $MAX_ALIGNOF
7960 EOF
7961
7962
7963 echo $ac_n "checking for POSIX signal interface""... $ac_c" 1>&6
7964 echo "configure:7965: checking for POSIX signal interface" >&5
7965 if eval "test \"`echo '$''{'pgac_cv_func_posix_signals'+set}'`\" = set"; then
7966   echo $ac_n "(cached) $ac_c" 1>&6
7967 else
7968   cat > conftest.$ac_ext <<EOF
7969 #line 7970 "configure"
7970 #include "confdefs.h"
7971 #include <signal.h>
7972
7973 int main() {
7974 struct sigaction act, oact;
7975 sigemptyset(&act.sa_mask);
7976 act.sa_flags = SA_RESTART;
7977 sigaction(0, &act, &oact);
7978 ; return 0; }
7979 EOF
7980 if { (eval echo configure:7981: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7981   rm -rf conftest*
7982   pgac_cv_func_posix_signals=yes
7983 else
7984   echo "configure: failed program was:" >&5
7985   cat conftest.$ac_ext >&5
7986   rm -rf conftest*
7987   pgac_cv_func_posix_signals=no
7988 fi
7989 rm -f conftest*
7990 fi
7991
7992 echo "$ac_t""$pgac_cv_func_posix_signals" 1>&6
7993 if test x"$pgac_cv_func_posix_signals" = xyes ; then
7994   cat >> confdefs.h <<\EOF
7995 #define HAVE_POSIX_SIGNALS 
7996 EOF
7997
7998 fi
7999 HAVE_POSIX_SIGNALS=$pgac_cv_func_posix_signals
8000
8001
8002
8003 # Check for Tcl configuration script tclConfig.sh
8004 if test "$with_tcl" = yes; then
8005     for ac_prog in tclsh tcl
8006 do
8007 # Extract the first word of "$ac_prog", so it can be a program name with args.
8008 set dummy $ac_prog; ac_word=$2
8009 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8010 echo "configure:8011: checking for $ac_word" >&5
8011 if eval "test \"`echo '$''{'ac_cv_path_TCLSH'+set}'`\" = set"; then
8012   echo $ac_n "(cached) $ac_c" 1>&6
8013 else
8014   case "$TCLSH" in
8015   /*)
8016   ac_cv_path_TCLSH="$TCLSH" # Let the user override the test with a path.
8017   ;;
8018   ?:/*)                  
8019   ac_cv_path_TCLSH="$TCLSH" # Let the user override the test with a dos path.
8020   ;;
8021   *)
8022   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
8023   ac_dummy="$PATH"
8024   for ac_dir in $ac_dummy; do 
8025     test -z "$ac_dir" && ac_dir=.
8026     if test -f $ac_dir/$ac_word; then
8027       ac_cv_path_TCLSH="$ac_dir/$ac_word"
8028       break
8029     fi
8030   done
8031   IFS="$ac_save_ifs"
8032   ;;
8033 esac
8034 fi
8035 TCLSH="$ac_cv_path_TCLSH"
8036 if test -n "$TCLSH"; then
8037   echo "$ac_t""$TCLSH" 1>&6
8038 else
8039   echo "$ac_t""no" 1>&6
8040 fi
8041
8042 test -n "$TCLSH" && break
8043 done
8044
8045 echo $ac_n "checking for tclConfig.sh""... $ac_c" 1>&6
8046 echo "configure:8047: checking for tclConfig.sh" >&5
8047 # Let user override test
8048 if test -z "$TCL_CONFIG_SH"; then
8049     pgac_test_dirs="$with_tclconfig"
8050
8051     set X $pgac_test_dirs; shift
8052     if test $# -eq 0; then
8053         test -z "$TCLSH" && { echo "configure: error: unable to locate tclConfig.sh because no Tcl shell was found" 1>&2; exit 1; }
8054         set X `echo 'puts $auto_path' | $TCLSH`; shift
8055     fi
8056
8057     for pgac_dir do
8058         if test -r "$pgac_dir/tclConfig.sh"; then
8059             TCL_CONFIG_SH=$pgac_dir/tclConfig.sh
8060             break
8061         fi
8062     done
8063 fi
8064
8065 if test -z "$TCL_CONFIG_SH"; then
8066     echo "$ac_t""no" 1>&6
8067     { echo "configure: error: file \`tclConfig.sh' is required for Tcl" 1>&2; exit 1; }
8068 else
8069     echo "$ac_t""$TCL_CONFIG_SH" 1>&6
8070 fi
8071
8072
8073
8074 fi
8075
8076 # Check for Tk configuration script tkConfig.sh
8077 if test "$with_tk" = yes; then
8078     echo $ac_n "checking for tkConfig.sh""... $ac_c" 1>&6
8079 echo "configure:8080: checking for tkConfig.sh" >&5
8080 # Let user override test
8081 if test -z "$TK_CONFIG_SH"; then
8082     pgac_test_dirs="$with_tkconfig $with_tclconfig"
8083
8084     set X $pgac_test_dirs; shift
8085     if test $# -eq 0; then
8086         test -z "$TCLSH" && { echo "configure: error: unable to locate tkConfig.sh because no Tcl shell was found" 1>&2; exit 1; }
8087         set X `echo 'puts $auto_path' | $TCLSH`; shift
8088     fi
8089
8090     for pgac_dir do
8091         if test -r "$pgac_dir/tkConfig.sh"; then
8092             TK_CONFIG_SH=$pgac_dir/tkConfig.sh
8093             break
8094         fi
8095     done
8096 fi
8097
8098 if test -z "$TK_CONFIG_SH"; then
8099     echo "$ac_t""no" 1>&6
8100     { echo "configure: error: file \`tkConfig.sh' is required for Tk" 1>&2; exit 1; }
8101 else
8102     echo "$ac_t""$TK_CONFIG_SH" 1>&6
8103 fi
8104
8105
8106
8107 fi
8108
8109
8110 #
8111 # Check for DocBook and tools
8112 #
8113 for ac_prog in onsgmls nsgmls
8114 do
8115 # Extract the first word of "$ac_prog", so it can be a program name with args.
8116 set dummy $ac_prog; ac_word=$2
8117 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8118 echo "configure:8119: checking for $ac_word" >&5
8119 if eval "test \"`echo '$''{'ac_cv_prog_NSGMLS'+set}'`\" = set"; then
8120   echo $ac_n "(cached) $ac_c" 1>&6
8121 else
8122   if test -n "$NSGMLS"; then
8123   ac_cv_prog_NSGMLS="$NSGMLS" # Let the user override the test.
8124 else
8125   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
8126   ac_dummy="$PATH"
8127   for ac_dir in $ac_dummy; do
8128     test -z "$ac_dir" && ac_dir=.
8129     if test -f $ac_dir/$ac_word; then
8130       ac_cv_prog_NSGMLS="$ac_prog"
8131       break
8132     fi
8133   done
8134   IFS="$ac_save_ifs"
8135 fi
8136 fi
8137 NSGMLS="$ac_cv_prog_NSGMLS"
8138 if test -n "$NSGMLS"; then
8139   echo "$ac_t""$NSGMLS" 1>&6
8140 else
8141   echo "$ac_t""no" 1>&6
8142 fi
8143
8144 test -n "$NSGMLS" && break
8145 done
8146
8147 # If you don't have nsgmls you won't get very far, so save the cycles.
8148 if test -n "$NSGMLS"; then
8149   for ac_prog in openjade jade
8150 do
8151 # Extract the first word of "$ac_prog", so it can be a program name with args.
8152 set dummy $ac_prog; ac_word=$2
8153 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8154 echo "configure:8155: checking for $ac_word" >&5
8155 if eval "test \"`echo '$''{'ac_cv_prog_JADE'+set}'`\" = set"; then
8156   echo $ac_n "(cached) $ac_c" 1>&6
8157 else
8158   if test -n "$JADE"; then
8159   ac_cv_prog_JADE="$JADE" # Let the user override the test.
8160 else
8161   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
8162   ac_dummy="$PATH"
8163   for ac_dir in $ac_dummy; do
8164     test -z "$ac_dir" && ac_dir=.
8165     if test -f $ac_dir/$ac_word; then
8166       ac_cv_prog_JADE="$ac_prog"
8167       break
8168     fi
8169   done
8170   IFS="$ac_save_ifs"
8171 fi
8172 fi
8173 JADE="$ac_cv_prog_JADE"
8174 if test -n "$JADE"; then
8175   echo "$ac_t""$JADE" 1>&6
8176 else
8177   echo "$ac_t""no" 1>&6
8178 fi
8179
8180 test -n "$JADE" && break
8181 done
8182
8183   
8184 echo $ac_n "checking for DocBook V3.1""... $ac_c" 1>&6
8185 echo "configure:8186: checking for DocBook V3.1" >&5
8186 if eval "test \"`echo '$''{'pgac_cv_check_docbook'+set}'`\" = set"; then
8187   echo $ac_n "(cached) $ac_c" 1>&6
8188 else
8189   cat >conftest.sgml <<EOF
8190 <!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
8191 <book>
8192  <title>test</title>
8193  <chapter>
8194   <title>random</title>
8195    <sect1>
8196     <title>testsect</title>
8197     <para>text</para>
8198   </sect1>
8199  </chapter>
8200 </book>
8201 EOF
8202
8203 ${NSGMLS-false} -s conftest.sgml 1>&5 2>&1
8204 if test $? -eq 0; then
8205   pgac_cv_check_docbook=yes
8206 else
8207   pgac_cv_check_docbook=no
8208 fi
8209 rm -f conftest.sgml
8210 fi
8211
8212 echo "$ac_t""$pgac_cv_check_docbook" 1>&6
8213
8214 have_docbook=$pgac_cv_check_docbook
8215
8216
8217   echo $ac_n "checking for DocBook stylesheets""... $ac_c" 1>&6
8218 echo "configure:8219: checking for DocBook stylesheets" >&5
8219 if eval "test \"`echo '$''{'pgac_cv_path_stylesheets'+set}'`\" = set"; then
8220   echo $ac_n "(cached) $ac_c" 1>&6
8221 else
8222   if test -n "$DOCBOOKSTYLE"; then
8223   pgac_cv_path_stylesheets=$DOCBOOKSTYLE
8224 else
8225   for pgac_prefix in /usr /usr/local /opt; do
8226     for pgac_infix in share lib; do
8227       for pgac_postfix in \
8228         sgml/stylesheets/nwalsh-modular \
8229         sgml/stylesheets/docbook \
8230         sgml/docbook/dsssl/modular
8231       do
8232         pgac_candidate=$pgac_prefix/$pgac_infix/$pgac_postfix
8233         if test -r "$pgac_candidate/html/docbook.dsl" \
8234            && test -r "$pgac_candidate/print/docbook.dsl"
8235         then
8236           pgac_cv_path_stylesheets=$pgac_candidate
8237           break 3
8238         fi
8239       done
8240     done
8241   done
8242 fi
8243 fi
8244
8245 DOCBOOKSTYLE=$pgac_cv_path_stylesheets
8246
8247 if test -n "$DOCBOOKSTYLE"; then
8248   echo "$ac_t""$DOCBOOKSTYLE" 1>&6
8249 else
8250   echo "$ac_t""no" 1>&6
8251 fi
8252   for ac_prog in sgmlspl
8253 do
8254 # Extract the first word of "$ac_prog", so it can be a program name with args.
8255 set dummy $ac_prog; ac_word=$2
8256 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8257 echo "configure:8258: checking for $ac_word" >&5
8258 if eval "test \"`echo '$''{'ac_cv_prog_SGMLSPL'+set}'`\" = set"; then
8259   echo $ac_n "(cached) $ac_c" 1>&6
8260 else
8261   if test -n "$SGMLSPL"; then
8262   ac_cv_prog_SGMLSPL="$SGMLSPL" # Let the user override the test.
8263 else
8264   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
8265   ac_dummy="$PATH"
8266   for ac_dir in $ac_dummy; do
8267     test -z "$ac_dir" && ac_dir=.
8268     if test -f $ac_dir/$ac_word; then
8269       ac_cv_prog_SGMLSPL="$ac_prog"
8270       break
8271     fi
8272   done
8273   IFS="$ac_save_ifs"
8274 fi
8275 fi
8276 SGMLSPL="$ac_cv_prog_SGMLSPL"
8277 if test -n "$SGMLSPL"; then
8278   echo "$ac_t""$SGMLSPL" 1>&6
8279 else
8280   echo "$ac_t""no" 1>&6
8281 fi
8282
8283 test -n "$SGMLSPL" && break
8284 done
8285
8286 fi
8287
8288 # check whether 'test -ef' works
8289 if (test "$srcdir" -ef "$srcdir") >/dev/null 2>&1 ; then
8290   test_ef_works=yes
8291 else
8292   test_ef_works=no
8293 fi
8294
8295 abs_top_srcdir=
8296
8297
8298 if test "$test_ef_works" = yes ; then
8299 # prepare build tree if outside source tree
8300   if test "$srcdir" -ef . ; then : ; else
8301     abs_top_srcdir=`cd $srcdir && pwd`
8302     echo $ac_n "preparing build tree... $ac_c" 1>&6
8303     /bin/sh "$srcdir/config/prep_buildtree" "$abs_top_srcdir" "." \
8304       || { echo "configure: error: failed" 1>&2; exit 1; }
8305     echo "$ac_t""done" 1>&6
8306   fi
8307 fi
8308
8309 trap '' 1 2 15
8310 cat > confcache <<\EOF
8311 # This file is a shell script that caches the results of configure
8312 # tests run on this system so they can be shared between configure
8313 # scripts and configure runs.  It is not useful on other systems.
8314 # If it contains results you don't want to keep, you may remove or edit it.
8315 #
8316 # By default, configure uses ./config.cache as the cache file,
8317 # creating it if it does not exist already.  You can give configure
8318 # the --cache-file=FILE option to use a different cache file; that is
8319 # what configure does when it calls configure scripts in
8320 # subdirectories, so they share the cache.
8321 # Giving --cache-file=/dev/null disables caching, for debugging configure.
8322 # config.status only pays attention to the cache file if you give it the
8323 # --recheck option to rerun configure.
8324 #
8325 EOF
8326 # The following way of writing the cache mishandles newlines in values,
8327 # but we know of no workaround that is simple, portable, and efficient.
8328 # So, don't put newlines in cache variables' values.
8329 # Ultrix sh set writes to stderr and can't be redirected directly,
8330 # and sets the high bit in the cache file unless we assign to the vars.
8331 (set) 2>&1 |
8332   case `(ac_space=' '; set | grep ac_space) 2>&1` in
8333   *ac_space=\ *)
8334     # `set' does not quote correctly, so add quotes (double-quote substitution
8335     # turns \\\\ into \\, and sed turns \\ into \).
8336     sed -n \
8337       -e "s/'/'\\\\''/g" \
8338       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
8339     ;;
8340   *)
8341     # `set' quotes correctly as required by POSIX, so do not add quotes.
8342     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
8343     ;;
8344   esac >> confcache
8345 if cmp -s $cache_file confcache; then
8346   :
8347 else
8348   if test -w $cache_file; then
8349     echo "updating cache $cache_file"
8350     cat confcache > $cache_file
8351   else
8352     echo "not updating unwritable cache $cache_file"
8353   fi
8354 fi
8355 rm -f confcache
8356
8357 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
8358
8359 test "x$prefix" = xNONE && prefix=$ac_default_prefix
8360 # Let make expand exec_prefix.
8361 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
8362
8363 # Any assignment to VPATH causes Sun make to only execute
8364 # the first set of double-colon rules, so remove it if not needed.
8365 # If there is a colon in the path, we need to keep it.
8366 if test "x$srcdir" = x.; then
8367   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
8368 fi
8369
8370 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
8371
8372 DEFS=-DHAVE_CONFIG_H
8373
8374 # Without the "./", some shells look in PATH for config.status.
8375 : ${CONFIG_STATUS=./config.status}
8376
8377 echo creating $CONFIG_STATUS
8378 rm -f $CONFIG_STATUS
8379 cat > $CONFIG_STATUS <<EOF
8380 #! /bin/sh
8381 # Generated automatically by configure.
8382 # Run this file to recreate the current configuration.
8383 # This directory was configured as follows,
8384 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
8385 #
8386 # $0 $ac_configure_args
8387 #
8388 # Compiler output produced by configure, useful for debugging
8389 # configure, is in ./config.log if it exists.
8390
8391 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
8392 for ac_option
8393 do
8394   case "\$ac_option" in
8395   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
8396     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
8397     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
8398   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
8399     echo "$CONFIG_STATUS generated by autoconf version 2.13"
8400     exit 0 ;;
8401   -help | --help | --hel | --he | --h)
8402     echo "\$ac_cs_usage"; exit 0 ;;
8403   *) echo "\$ac_cs_usage"; exit 1 ;;
8404   esac
8405 done
8406
8407 ac_given_srcdir=$srcdir
8408
8409 trap 'rm -fr `echo "
8410   GNUmakefile
8411   src/GNUmakefile
8412   src/Makefile.global
8413   src/backend/port/Makefile
8414  src/include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
8415 EOF
8416 cat >> $CONFIG_STATUS <<EOF
8417
8418 # Protect against being on the right side of a sed subst in config.status.
8419 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
8420  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
8421 $ac_vpsub
8422 $extrasub
8423 s%@SHELL@%$SHELL%g
8424 s%@CFLAGS@%$CFLAGS%g
8425 s%@CPPFLAGS@%$CPPFLAGS%g
8426 s%@CXXFLAGS@%$CXXFLAGS%g
8427 s%@FFLAGS@%$FFLAGS%g
8428 s%@DEFS@%$DEFS%g
8429 s%@LDFLAGS@%$LDFLAGS%g
8430 s%@LIBS@%$LIBS%g
8431 s%@exec_prefix@%$exec_prefix%g
8432 s%@prefix@%$prefix%g
8433 s%@program_transform_name@%$program_transform_name%g
8434 s%@bindir@%$bindir%g
8435 s%@sbindir@%$sbindir%g
8436 s%@libexecdir@%$libexecdir%g
8437 s%@datadir@%$datadir%g
8438 s%@sysconfdir@%$sysconfdir%g
8439 s%@sharedstatedir@%$sharedstatedir%g
8440 s%@localstatedir@%$localstatedir%g
8441 s%@libdir@%$libdir%g
8442 s%@includedir@%$includedir%g
8443 s%@oldincludedir@%$oldincludedir%g
8444 s%@docdir@%$docdir%g
8445 s%@mandir@%$mandir%g
8446 s%@VERSION@%$VERSION%g
8447 s%@host@%$host%g
8448 s%@host_alias@%$host_alias%g
8449 s%@host_cpu@%$host_cpu%g
8450 s%@host_vendor@%$host_vendor%g
8451 s%@host_os@%$host_os%g
8452 s%@PORTNAME@%$PORTNAME%g
8453 s%@TAS@%$TAS%g
8454 s%@MULTIBYTE@%$MULTIBYTE%g
8455 s%@enable_nls@%$enable_nls%g
8456 s%@WANTED_LANGUAGES@%$WANTED_LANGUAGES%g
8457 s%@default_port@%$default_port%g
8458 s%@enable_shared@%$enable_shared%g
8459 s%@enable_rpath@%$enable_rpath%g
8460 s%@CC@%$CC%g
8461 s%@EXEEXT@%$EXEEXT%g
8462 s%@CPP@%$CPP%g
8463 s%@GCC@%$GCC%g
8464 s%@autodepend@%$autodepend%g
8465 s%@INCLUDES@%$INCLUDES%g
8466 s%@with_tcl@%$with_tcl%g
8467 s%@with_tk@%$with_tk%g
8468 s%@enable_pltcl_unknown@%$enable_pltcl_unknown%g
8469 s%@with_perl@%$with_perl%g
8470 s%@with_python@%$with_python%g
8471 s%@ANT@%$ANT%g
8472 s%@with_java@%$with_java%g
8473 s%@with_krb4@%$with_krb4%g
8474 s%@with_krb5@%$with_krb5%g
8475 s%@krb_srvtab@%$krb_srvtab%g
8476 s%@with_openssl@%$with_openssl%g
8477 s%@enable_odbc@%$enable_odbc%g
8478 s%@odbcinst_ini_dir@%$odbcinst_ini_dir%g
8479 s%@ELF_SYS@%$ELF_SYS%g
8480 s%@CXX@%$CXX%g
8481 s%@CXXCPP@%$CXXCPP%g
8482 s%@GXX@%$GXX%g
8483 s%@with_CXX@%$with_CXX%g
8484 s%@AWK@%$AWK%g
8485 s%@FLEX@%$FLEX%g
8486 s%@FLEXFLAGS@%$FLEXFLAGS%g
8487 s%@LN_S@%$LN_S%g
8488 s%@LD@%$LD%g
8489 s%@with_gnu_ld@%$with_gnu_ld%g
8490 s%@ld_R_works@%$ld_R_works%g
8491 s%@RANLIB@%$RANLIB%g
8492 s%@LORDER@%$LORDER%g
8493 s%@TAR@%$TAR%g
8494 s%@PERL@%$PERL%g
8495 s%@YACC@%$YACC%g
8496 s%@YFLAGS@%$YFLAGS%g
8497 s%@WISH@%$WISH%g
8498 s%@PYTHON@%$PYTHON%g
8499 s%@python_version@%$python_version%g
8500 s%@python_prefix@%$python_prefix%g
8501 s%@python_execprefix@%$python_execprefix%g
8502 s%@python_configdir@%$python_configdir%g
8503 s%@python_moduledir@%$python_moduledir%g
8504 s%@python_moduleexecdir@%$python_moduleexecdir%g
8505 s%@python_includespec@%$python_includespec%g
8506 s%@python_libspec@%$python_libspec%g
8507 s%@MSGFMT@%$MSGFMT%g
8508 s%@MSGMERGE@%$MSGMERGE%g
8509 s%@XGETTEXT@%$XGETTEXT%g
8510 s%@localedir@%$localedir%g
8511 s%@SNPRINTF@%$SNPRINTF%g
8512 s%@ISINF@%$ISINF%g
8513 s%@GETRUSAGE@%$GETRUSAGE%g
8514 s%@SRANDOM@%$SRANDOM%g
8515 s%@GETHOSTNAME@%$GETHOSTNAME%g
8516 s%@MISSING_RANDOM@%$MISSING_RANDOM%g
8517 s%@INET_ATON@%$INET_ATON%g
8518 s%@STRERROR@%$STRERROR%g
8519 s%@STRDUP@%$STRDUP%g
8520 s%@STRTOL@%$STRTOL%g
8521 s%@STRTOUL@%$STRTOUL%g
8522 s%@STRCASECMP@%$STRCASECMP%g
8523 s%@HPUXMATHLIB@%$HPUXMATHLIB%g
8524 s%@HAVE_POSIX_SIGNALS@%$HAVE_POSIX_SIGNALS%g
8525 s%@TCLSH@%$TCLSH%g
8526 s%@TCL_CONFIG_SH@%$TCL_CONFIG_SH%g
8527 s%@TK_CONFIG_SH@%$TK_CONFIG_SH%g
8528 s%@NSGMLS@%$NSGMLS%g
8529 s%@JADE@%$JADE%g
8530 s%@have_docbook@%$have_docbook%g
8531 s%@DOCBOOKSTYLE@%$DOCBOOKSTYLE%g
8532 s%@SGMLSPL@%$SGMLSPL%g
8533 s%@abs_top_srcdir@%$abs_top_srcdir%g
8534
8535 CEOF
8536 EOF
8537
8538 cat >> $CONFIG_STATUS <<\EOF
8539
8540 # Split the substitutions into bite-sized pieces for seds with
8541 # small command number limits, like on Digital OSF/1 and HP-UX.
8542 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
8543 ac_file=1 # Number of current file.
8544 ac_beg=1 # First line for current file.
8545 ac_end=$ac_max_sed_cmds # Line after last line for current file.
8546 ac_more_lines=:
8547 ac_sed_cmds=""
8548 while $ac_more_lines; do
8549   if test $ac_beg -gt 1; then
8550     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
8551   else
8552     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
8553   fi
8554   if test ! -s conftest.s$ac_file; then
8555     ac_more_lines=false
8556     rm -f conftest.s$ac_file
8557   else
8558     if test -z "$ac_sed_cmds"; then
8559       ac_sed_cmds="sed -f conftest.s$ac_file"
8560     else
8561       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
8562     fi
8563     ac_file=`expr $ac_file + 1`
8564     ac_beg=$ac_end
8565     ac_end=`expr $ac_end + $ac_max_sed_cmds`
8566   fi
8567 done
8568 if test -z "$ac_sed_cmds"; then
8569   ac_sed_cmds=cat
8570 fi
8571 EOF
8572
8573 cat >> $CONFIG_STATUS <<EOF
8574
8575 CONFIG_FILES=\${CONFIG_FILES-"GNUmakefile
8576   src/GNUmakefile
8577   src/Makefile.global
8578   src/backend/port/Makefile
8579 "}
8580 EOF
8581 cat >> $CONFIG_STATUS <<\EOF
8582 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
8583   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8584   case "$ac_file" in
8585   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
8586        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
8587   *) ac_file_in="${ac_file}.in" ;;
8588   esac
8589
8590   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
8591
8592   # Remove last slash and all that follows it.  Not all systems have dirname.
8593   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
8594   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
8595     # The file is in a subdirectory.
8596     test ! -d "$ac_dir" && mkdir "$ac_dir"
8597     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
8598     # A "../" for each directory in $ac_dir_suffix.
8599     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
8600   else
8601     ac_dir_suffix= ac_dots=
8602   fi
8603
8604   case "$ac_given_srcdir" in
8605   .)  srcdir=.
8606       if test -z "$ac_dots"; then top_srcdir=.
8607       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
8608   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
8609   *) # Relative path.
8610     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
8611     top_srcdir="$ac_dots$ac_given_srcdir" ;;
8612   esac
8613
8614
8615   echo creating "$ac_file"
8616   rm -f "$ac_file"
8617   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
8618   case "$ac_file" in
8619   *Makefile*) ac_comsub="1i\\
8620 # $configure_input" ;;
8621   *) ac_comsub= ;;
8622   esac
8623
8624   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
8625   sed -e "$ac_comsub
8626 s%@configure_input@%$configure_input%g
8627 s%@srcdir@%$srcdir%g
8628 s%@top_srcdir@%$top_srcdir%g
8629 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
8630 fi; done
8631 rm -f conftest.s*
8632
8633 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
8634 # NAME is the cpp macro being defined and VALUE is the value it is being given.
8635 #
8636 # ac_d sets the value in "#define NAME VALUE" lines.
8637 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
8638 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
8639 ac_dC='\3'
8640 ac_dD='%g'
8641 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
8642 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
8643 ac_uB='\([      ]\)%\1#\2define\3'
8644 ac_uC=' '
8645 ac_uD='\4%g'
8646 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
8647 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
8648 ac_eB='$%\1#\2define\3'
8649 ac_eC=' '
8650 ac_eD='%g'
8651
8652 if test "${CONFIG_HEADERS+set}" != set; then
8653 EOF
8654 cat >> $CONFIG_STATUS <<EOF
8655   CONFIG_HEADERS="src/include/config.h"
8656 EOF
8657 cat >> $CONFIG_STATUS <<\EOF
8658 fi
8659 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
8660   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8661   case "$ac_file" in
8662   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
8663        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
8664   *) ac_file_in="${ac_file}.in" ;;
8665   esac
8666
8667   echo creating $ac_file
8668
8669   rm -f conftest.frag conftest.in conftest.out
8670   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
8671   cat $ac_file_inputs > conftest.in
8672
8673 EOF
8674
8675 # Transform confdefs.h into a sed script conftest.vals that substitutes
8676 # the proper values into config.h.in to produce config.h.  And first:
8677 # Protect against being on the right side of a sed subst in config.status.
8678 # Protect against being in an unquoted here document in config.status.
8679 rm -f conftest.vals
8680 cat > conftest.hdr <<\EOF
8681 s/[\\&%]/\\&/g
8682 s%[\\$`]%\\&%g
8683 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
8684 s%ac_d%ac_u%gp
8685 s%ac_u%ac_e%gp
8686 EOF
8687 sed -n -f conftest.hdr confdefs.h > conftest.vals
8688 rm -f conftest.hdr
8689
8690 # This sed command replaces #undef with comments.  This is necessary, for
8691 # example, in the case of _POSIX_SOURCE, which is predefined and required
8692 # on some systems where configure will not decide to define it.
8693 cat >> conftest.vals <<\EOF
8694 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
8695 EOF
8696
8697 # Break up conftest.vals because some shells have a limit on
8698 # the size of here documents, and old seds have small limits too.
8699
8700 rm -f conftest.tail
8701 while :
8702 do
8703   ac_lines=`grep -c . conftest.vals`
8704   # grep -c gives empty output for an empty file on some AIX systems.
8705   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
8706   # Write a limited-size here document to conftest.frag.
8707   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
8708   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
8709   echo 'CEOF
8710   sed -f conftest.frag conftest.in > conftest.out
8711   rm -f conftest.in
8712   mv conftest.out conftest.in
8713 ' >> $CONFIG_STATUS
8714   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
8715   rm -f conftest.vals
8716   mv conftest.tail conftest.vals
8717 done
8718 rm -f conftest.vals
8719
8720 cat >> $CONFIG_STATUS <<\EOF
8721   rm -f conftest.frag conftest.h
8722   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
8723   cat conftest.in >> conftest.h
8724   rm -f conftest.in
8725   if cmp -s $ac_file conftest.h 2>/dev/null; then
8726     echo "$ac_file is unchanged"
8727     rm -f conftest.h
8728   else
8729     # Remove last slash and all that follows it.  Not all systems have dirname.
8730       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
8731       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
8732       # The file is in a subdirectory.
8733       test ! -d "$ac_dir" && mkdir "$ac_dir"
8734     fi
8735     rm -f $ac_file
8736     mv conftest.h $ac_file
8737   fi
8738 fi; done
8739
8740 EOF
8741
8742 cat >> $CONFIG_STATUS <<EOF
8743 ac_sources="src/backend/port/dynloader/${template}.c src/backend/port/dynloader/${template}.h src/include/port/${template}.h src/makefiles/Makefile.${template} src/backend/port/tas/${tas_file}"
8744 ac_dests="src/backend/port/dynloader.c src/include/dynloader.h src/include/os.h src/Makefile.port src/backend/port/tas.s"
8745 EOF
8746
8747 cat >> $CONFIG_STATUS <<\EOF
8748 srcdir=$ac_given_srcdir
8749 while test -n "$ac_sources"; do
8750   set $ac_dests; ac_dest=$1; shift; ac_dests=$*
8751   set $ac_sources; ac_source=$1; shift; ac_sources=$*
8752
8753   echo "linking $srcdir/$ac_source to $ac_dest"
8754
8755   if test ! -r $srcdir/$ac_source; then
8756     { echo "configure: error: $srcdir/$ac_source: File not found" 1>&2; exit 1; }
8757   fi
8758   rm -f $ac_dest
8759
8760   # Make relative symlinks.
8761   # Remove last slash and all that follows it.  Not all systems have dirname.
8762   ac_dest_dir=`echo $ac_dest|sed 's%/[^/][^/]*$%%'`
8763   if test "$ac_dest_dir" != "$ac_dest" && test "$ac_dest_dir" != .; then
8764     # The dest file is in a subdirectory.
8765     test ! -d "$ac_dest_dir" && mkdir "$ac_dest_dir"
8766     ac_dest_dir_suffix="/`echo $ac_dest_dir|sed 's%^\./%%'`"
8767     # A "../" for each directory in $ac_dest_dir_suffix.
8768     ac_dots=`echo $ac_dest_dir_suffix|sed 's%/[^/]*%../%g'`
8769   else
8770     ac_dest_dir_suffix= ac_dots=
8771   fi
8772
8773   case "$srcdir" in
8774   [/$]*) ac_rel_source="$srcdir/$ac_source" ;;
8775   *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;;
8776   esac
8777
8778   # Make a symlink if possible; otherwise try a hard link.
8779   if ln -s $ac_rel_source $ac_dest 2>/dev/null ||
8780     ln $srcdir/$ac_source $ac_dest; then :
8781   else
8782     { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; }
8783   fi
8784 done
8785 EOF
8786 cat >> $CONFIG_STATUS <<EOF
8787
8788 EOF
8789 cat >> $CONFIG_STATUS <<\EOF
8790
8791 # Update timestamp for config.h (see Makefile.global)
8792 test x"$CONFIG_HEADERS" != x"" && echo >src/include/stamp-h
8793
8794 exit 0
8795 EOF
8796 chmod +x $CONFIG_STATUS
8797 rm -fr confdefs* $ac_clean_files
8798 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
8799