configure 244.0 KB
Newer Older
1
#! /bin/sh
B
Bruce Momjian 已提交
2

3
# Guess values for system-dependent variables and create Makefiles.
4
# Generated automatically using autoconf version 2.13 
5 6 7 8 9 10 11 12 13
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
#
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.

# Defaults:
ac_help=
ac_default_prefix=/usr/local
# 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"
M
Marc G. Fournier 已提交
25
ac_help="$ac_help
26
  --enable-multibyte      enable multibyte character support"
P
Peter Eisentraut 已提交
27 28
ac_help="$ac_help
  --enable-nls[=LANGUAGES]     enable Native Language Support"
29
ac_help="$ac_help
30
  --with-pgport=PORTNUM   change default port number [5432]"
31
ac_help="$ac_help
32
  --with-maxbackends=N    set default maximum number of connections [32]"
33
ac_help="$ac_help
34
  --disable-shared        do not build shared libraries"
35 36
ac_help="$ac_help
  --disable-rpath         do not embed shared library search path in executables"
37 38
ac_help="$ac_help
  --enable-debug          build with debugging symbols (-g)"
39 40
ac_help="$ac_help
  --enable-depend         turn on automatic dependency tracking"
41
ac_help="$ac_help
42 43
  --enable-cassert        enable assertion checks (for debugging)"
ac_help="$ac_help
44 45 46
  --with-tcl              build Tcl and Tk interfaces"
ac_help="$ac_help
  --without-tk            do not build Tk interfaces if Tcl is enabled"
B
Bruce Momjian 已提交
47 48
ac_help="$ac_help
  --with-tclconfig=DIR    tclConfig.sh and tkConfig.sh are in DIR"
B
Bruce Momjian 已提交
49 50
ac_help="$ac_help
  --with-tkconfig=DIR     tkConfig.sh is in DIR"
51 52
ac_help="$ac_help
  --enable-pltcl-unknown  build PL/Tcl unknown support (if Tcl is enabled)"
53
ac_help="$ac_help
54
  --with-perl             build Perl interface and PL/Perl"
55 56
ac_help="$ac_help
  --with-python           build Python interface module"
P
 
Peter Mount 已提交
57
ac_help="$ac_help
58
  --with-java             build JDBC interface and Java tools"
59
ac_help="$ac_help
60
  --with-krb4[=DIR]       build with Kerberos 4 support [/usr/athena]"
61
ac_help="$ac_help
62
  --with-krb5[=DIR]       build with Kerberos 5 support [/usr/athena]"
63
ac_help="$ac_help
64
  --with-krb-srvnam=NAME  name of the service principal in Kerberos [postgres]"
65 66
ac_help="$ac_help
  --with-pam[=DIR]        build with PAM support [/usr]"
67 68
ac_help="$ac_help
  --with-openssl[=DIR]    build with OpenSSL support [/usr/local/ssl]"
69
ac_help="$ac_help
70
  --enable-odbc           build the ODBC driver package"
71 72 73 74
ac_help="$ac_help
  --with-unixodbc         build ODBC driver for unixODBC"
ac_help="$ac_help
  --with-iodbc            build ODBC driver for iODBC"
B
Bruce Momjian 已提交
75
ac_help="$ac_help
76
  --with-odbcinst=DIR     default directory for odbcinst.ini [sysconfdir]"
B
Bruce Momjian 已提交
77
ac_help="$ac_help
78
  --with-CXX              build C++ modules (libpq++)"
79 80
ac_help="$ac_help
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]"
81 82
ac_help="$ac_help
  --enable-syslog         enable logging to syslog"
83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114

# Initialize some variables set by options.
# The variables have the same names as the options, with
# dashes changed to underlines.
build=NONE
cache_file=./config.cache
exec_prefix=NONE
host=NONE
no_create=
nonopt=NONE
no_recursion=
prefix=NONE
program_prefix=NONE
program_suffix=NONE
program_transform_name=s,x,x,
silent=
site=
srcdir=
target=NONE
verbose=
x_includes=NONE
x_libraries=NONE
bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin'
libexecdir='${exec_prefix}/libexec'
datadir='${prefix}/share'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
libdir='${exec_prefix}/lib'
includedir='${prefix}/include'
oldincludedir='/usr/include'
P
Peter Eisentraut 已提交
115
docdir='${prefix}/doc'
116 117 118 119 120
mandir='${prefix}/man'

# Initialize some other variables.
subdirs=
MFLAGS= MAKEFLAGS=
121
SHELL=${CONFIG_SHELL-/bin/sh}
122 123
# Maximum number of lines to put in a shell here document.
ac_max_here_lines=12
124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231

ac_prev=
for ac_option
do

  # If the previous option needs an argument, assign it.
  if test -n "$ac_prev"; then
    eval "$ac_prev=\$ac_option"
    ac_prev=
    continue
  fi

  case "$ac_option" in
  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  *) ac_optarg= ;;
  esac

  # Accept the important Cygnus configure options, so we can diagnose typos.

  case "$ac_option" in

  -bindir | --bindir | --bindi | --bind | --bin | --bi)
    ac_prev=bindir ;;
  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
    bindir="$ac_optarg" ;;

  -build | --build | --buil | --bui | --bu)
    ac_prev=build ;;
  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
    build="$ac_optarg" ;;

  -cache-file | --cache-file | --cache-fil | --cache-fi \
  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
    ac_prev=cache_file ;;
  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
    cache_file="$ac_optarg" ;;

  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
    ac_prev=datadir ;;
  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  | --da=*)
    datadir="$ac_optarg" ;;

  -disable-* | --disable-*)
    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
    # Reject names that are not valid shell variable names.
    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
    fi
    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
    eval "enable_${ac_feature}=no" ;;

  -enable-* | --enable-*)
    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
    # Reject names that are not valid shell variable names.
    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
    fi
    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
    case "$ac_option" in
      *=*) ;;
      *) ac_optarg=yes ;;
    esac
    eval "enable_${ac_feature}='$ac_optarg'" ;;

  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  | --exec | --exe | --ex)
    ac_prev=exec_prefix ;;
  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  | --exec=* | --exe=* | --ex=*)
    exec_prefix="$ac_optarg" ;;

  -gas | --gas | --ga | --g)
    # Obsolete; use --with-gas.
    with_gas=yes ;;

  -help | --help | --hel | --he)
    # Omit some internal or obsolete options to make the list less imposing.
    # This message is too long to be a string in the A/UX 3.1 sh.
    cat << EOF
Usage: configure [options] [host]
Options: [defaults in brackets after descriptions]
Configuration:
  --cache-file=FILE       cache test results in FILE
  --help                  print this message
  --no-create             do not create output files
  --quiet, --silent       do not print \`checking...' messages
  --version               print the version of autoconf that created configure
Directory and file names:
  --prefix=PREFIX         install architecture-independent files in PREFIX
                          [$ac_default_prefix]
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                          [same as prefix]
  --bindir=DIR            user executables in DIR [EPREFIX/bin]
  --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  --datadir=DIR           read-only architecture-independent data in DIR
                          [PREFIX/share]
  --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  --sharedstatedir=DIR    modifiable architecture-independent data in DIR
                          [PREFIX/com]
  --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  --includedir=DIR        C header files in DIR [PREFIX/include]
  --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
P
Peter Eisentraut 已提交
232
  --docdir=DIR           doc documentation in DIR [PREFIX/doc]
233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269
  --mandir=DIR            man documentation in DIR [PREFIX/man]
  --srcdir=DIR            find the sources in DIR [configure dir or ..]
  --program-prefix=PREFIX prepend PREFIX to installed program names
  --program-suffix=SUFFIX append SUFFIX to installed program names
  --program-transform-name=PROGRAM
                          run sed PROGRAM on installed program names
EOF
    cat << EOF
Host type:
  --build=BUILD           configure for building on BUILD [BUILD=HOST]
  --host=HOST             configure for HOST [guessed]
  --target=TARGET         configure for TARGET [TARGET=HOST]
Features and packages:
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --x-includes=DIR        X include files are in DIR
  --x-libraries=DIR       X library files are in DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and --with options recognized:$ac_help"
    fi
    exit 0 ;;

  -host | --host | --hos | --ho)
    ac_prev=host ;;
  -host=* | --host=* | --hos=* | --ho=*)
    host="$ac_optarg" ;;

  -includedir | --includedir | --includedi | --included | --include \
  | --includ | --inclu | --incl | --inc)
    ac_prev=includedir ;;
  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  | --includ=* | --inclu=* | --incl=* | --inc=*)
    includedir="$ac_optarg" ;;

P
Peter Eisentraut 已提交
270 271 272 273
  -docdir | --docdir | --infodi | --infod | --doc | --inf)
    ac_prev=docdir ;;
  -docdir=* | --docdir=* | --infodi=* | --infod=* | --doc=* | --inf=*)
    docdir="$ac_optarg" ;;
274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404

  -libdir | --libdir | --libdi | --libd)
    ac_prev=libdir ;;
  -libdir=* | --libdir=* | --libdi=* | --libd=*)
    libdir="$ac_optarg" ;;

  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  | --libexe | --libex | --libe)
    ac_prev=libexecdir ;;
  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  | --libexe=* | --libex=* | --libe=*)
    libexecdir="$ac_optarg" ;;

  -localstatedir | --localstatedir | --localstatedi | --localstated \
  | --localstate | --localstat | --localsta | --localst \
  | --locals | --local | --loca | --loc | --lo)
    ac_prev=localstatedir ;;
  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
    localstatedir="$ac_optarg" ;;

  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
    ac_prev=mandir ;;
  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
    mandir="$ac_optarg" ;;

  -nfp | --nfp | --nf)
    # Obsolete; use --without-fp.
    with_fp=no ;;

  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  | --no-cr | --no-c)
    no_create=yes ;;

  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
    no_recursion=yes ;;

  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  | --oldin | --oldi | --old | --ol | --o)
    ac_prev=oldincludedir ;;
  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
    oldincludedir="$ac_optarg" ;;

  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
    ac_prev=prefix ;;
  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
    prefix="$ac_optarg" ;;

  -program-prefix | --program-prefix | --program-prefi | --program-pref \
  | --program-pre | --program-pr | --program-p)
    ac_prev=program_prefix ;;
  -program-prefix=* | --program-prefix=* | --program-prefi=* \
  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
    program_prefix="$ac_optarg" ;;

  -program-suffix | --program-suffix | --program-suffi | --program-suff \
  | --program-suf | --program-su | --program-s)
    ac_prev=program_suffix ;;
  -program-suffix=* | --program-suffix=* | --program-suffi=* \
  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
    program_suffix="$ac_optarg" ;;

  -program-transform-name | --program-transform-name \
  | --program-transform-nam | --program-transform-na \
  | --program-transform-n | --program-transform- \
  | --program-transform | --program-transfor \
  | --program-transfo | --program-transf \
  | --program-trans | --program-tran \
  | --progr-tra | --program-tr | --program-t)
    ac_prev=program_transform_name ;;
  -program-transform-name=* | --program-transform-name=* \
  | --program-transform-nam=* | --program-transform-na=* \
  | --program-transform-n=* | --program-transform-=* \
  | --program-transform=* | --program-transfor=* \
  | --program-transfo=* | --program-transf=* \
  | --program-trans=* | --program-tran=* \
  | --progr-tra=* | --program-tr=* | --program-t=*)
    program_transform_name="$ac_optarg" ;;

  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  | -silent | --silent | --silen | --sile | --sil)
    silent=yes ;;

  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
    ac_prev=sbindir ;;
  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  | --sbi=* | --sb=*)
    sbindir="$ac_optarg" ;;

  -sharedstatedir | --sharedstatedir | --sharedstatedi \
  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  | --sharedst | --shareds | --shared | --share | --shar \
  | --sha | --sh)
    ac_prev=sharedstatedir ;;
  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  | --sha=* | --sh=*)
    sharedstatedir="$ac_optarg" ;;

  -site | --site | --sit)
    ac_prev=site ;;
  -site=* | --site=* | --sit=*)
    site="$ac_optarg" ;;

  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
    ac_prev=srcdir ;;
  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
    srcdir="$ac_optarg" ;;

  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  | --syscon | --sysco | --sysc | --sys | --sy)
    ac_prev=sysconfdir ;;
  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
    sysconfdir="$ac_optarg" ;;

  -target | --target | --targe | --targ | --tar | --ta | --t)
    ac_prev=target ;;
  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
    target="$ac_optarg" ;;

  -v | -verbose | --verbose | --verbos | --verbo | --verb)
    verbose=yes ;;

  -version | --version | --versio | --versi | --vers)
405
    echo "configure generated by autoconf version 2.13"
406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506
    exit 0 ;;

  -with-* | --with-*)
    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
    # Reject names that are not valid shell variable names.
    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
    fi
    ac_package=`echo $ac_package| sed 's/-/_/g'`
    case "$ac_option" in
      *=*) ;;
      *) ac_optarg=yes ;;
    esac
    eval "with_${ac_package}='$ac_optarg'" ;;

  -without-* | --without-*)
    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
    # Reject names that are not valid shell variable names.
    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
    fi
    ac_package=`echo $ac_package| sed 's/-/_/g'`
    eval "with_${ac_package}=no" ;;

  --x)
    # Obsolete; use --with-x.
    with_x=yes ;;

  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  | --x-incl | --x-inc | --x-in | --x-i)
    ac_prev=x_includes ;;
  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
    x_includes="$ac_optarg" ;;

  -x-libraries | --x-libraries | --x-librarie | --x-librari \
  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
    ac_prev=x_libraries ;;
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
    x_libraries="$ac_optarg" ;;

  -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
    ;;

  *)
    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
      echo "configure: warning: $ac_option: invalid host type" 1>&2
    fi
    if test "x$nonopt" != xNONE; then
      { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
    fi
    nonopt="$ac_option"
    ;;

  esac
done

if test -n "$ac_prev"; then
  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
fi

trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15

# File descriptor usage:
# 0 standard input
# 1 file creation
# 2 errors and warnings
# 3 some systems may open it to /dev/tty
# 4 used on the Kubota Titan
# 6 checking for... messages and results
# 5 compiler messages saved in config.log
if test "$silent" = yes; then
  exec 6>/dev/null
else
  exec 6>&1
fi
exec 5>./config.log

echo "\
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
" 1>&5

# Strip out --no-create and --no-recursion so they do not pile up.
# Also quote any args containing shell metacharacters.
ac_configure_args=
for ac_arg
do
  case "$ac_arg" in
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  | --no-cr | --no-c) ;;
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
  ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  esac
done

# NLS nuisances.
507 508 509 510
# Only set these to C if already set.  These must not be set unconditionally
# because not all systems understand e.g. LANG=C (notably SCO).
# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
# Non-C LC_CTYPE values break the ctype check.
M
Marc G. Fournier 已提交
511
if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
512 513 514
if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
515 516 517 518 519 520 521 522

# confdefs.h avoids OS command line length limits that DEFS can exceed.
rm -rf conftest* confdefs.h
# AIX cpp loses on an empty file, so make sure it contains at least a newline.
echo > confdefs.h

# A filename unique to this package, relative to the directory that
# configure is in, which we can look for to find out if srcdir is correct.
523
ac_unique_file=src/backend/access/common/heaptuple.c
524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574

# Find the source files, if location was not specified.
if test -z "$srcdir"; then
  ac_srcdir_defaulted=yes
  # Try the directory containing this script, then its parent.
  ac_prog=$0
  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  srcdir=$ac_confdir
  if test ! -r $srcdir/$ac_unique_file; then
    srcdir=..
  fi
else
  ac_srcdir_defaulted=no
fi
if test ! -r $srcdir/$ac_unique_file; then
  if test "$ac_srcdir_defaulted" = yes; then
    { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  else
    { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  fi
fi
srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`

# Prefer explicitly selected file to automatically selected ones.
if test -z "$CONFIG_SITE"; then
  if test "x$prefix" != xNONE; then
    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  else
    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  fi
fi
for ac_site_file in $CONFIG_SITE; do
  if test -r "$ac_site_file"; then
    echo "loading site script $ac_site_file"
    . "$ac_site_file"
  fi
done

if test -r "$cache_file"; then
  echo "loading cache $cache_file"
  . $cache_file
else
  echo "creating cache $cache_file"
  > $cache_file
fi

ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
575
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
576
cross_compiling=$ac_cv_prog_cc_cross
577

578 579
ac_exeext=
ac_objext=o
580 581 582 583 584 585 586 587 588 589 590 591 592
if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
    ac_n= ac_c='
' ac_t='	'
  else
    ac_n=-n ac_c= ac_t=
  fi
else
  ac_n= ac_c='\c' ac_t=
fi


593 594


T
Tom Lane 已提交
595

596

P
Peter Eisentraut 已提交
597 598 599



600
ac_aux_dir=
601
for ac_dir in config $srcdir/config; do
602 603 604 605 606 607 608 609 610 611 612
  if test -f $ac_dir/install-sh; then
    ac_aux_dir=$ac_dir
    ac_install_sh="$ac_aux_dir/install-sh -c"
    break
  elif test -f $ac_dir/install.sh; then
    ac_aux_dir=$ac_dir
    ac_install_sh="$ac_aux_dir/install.sh -c"
    break
  fi
done
if test -z "$ac_aux_dir"; then
613
  { echo "configure: error: can not find install-sh or install.sh in config $srcdir/config" 1>&2; exit 1; }
614 615 616 617 618 619
fi
ac_config_guess=$ac_aux_dir/config.guess
ac_config_sub=$ac_aux_dir/config.sub
ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.


620
VERSION='7.2devel'
621 622 623 624 625 626

cat >> confdefs.h <<EOF
#define PG_VERSION "$VERSION"
EOF


627
unset CDPATH
628

629

630
# Make sure we can run config.sub.
631
if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
632 633 634 635
else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
fi

echo $ac_n "checking host system type""... $ac_c" 1>&6
B
Bruce Momjian 已提交
636
echo "configure:637: checking host system type" >&5
637 638 639 640 641 642

host_alias=$host
case "$host_alias" in
NONE)
  case $nonopt in
  NONE)
643
    if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
644 645 646 647 648 649
    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
    fi ;;
  *) host_alias=$nonopt ;;
  esac ;;
esac

650
host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
651 652 653
host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
654 655
echo "$ac_t""$host" 1>&6

656

657 658 659



660 661
template=
echo $ac_n "checking which template to use""... $ac_c" 1>&6
B
Bruce Momjian 已提交
662
echo "configure:663: checking which template to use" >&5
663

664 665
# Check whether --with-template was given
if test x"${with_template+set}" = xset; then
666
  case $with_template in
667 668 669 670 671 672 673 674 675 676
    yes)
      { echo "configure: error: argument required for --with-template option" 1>&2; exit 1; }
      ;;
    no)
      { echo "configure: error: argument required for --with-template option" 1>&2; exit 1; }
      ;;
    *)
      withval=$with_template
      
  case $withval in
677 678
    list)   echo; ls "$srcdir/src/template"; exit;;
    *)      if test -f "$srcdir/src/template/$with_template" ; then
679
              template=$withval
680
            else
681
              { echo "configure: error: '$withval' is not a valid template name. Use 'list' for a list." 1>&2; exit 1; }
682 683 684
            fi;;
  esac

685 686 687 688 689
      ;;
  esac # $with_template
else
  
  # --with-template not given
690 691 692

case $host_os in
     aix*) template=aix ;;
B
Bruce Momjian 已提交
693
    beos*) template=beos ;;
694 695
    bsdi*) template=bsdi ;;
  cygwin*) template=win ;;
696
  darwin*) template=darwin ;;
697 698 699 700 701 702 703 704 705 706 707
    dgux*) template=dgux ;;
 freebsd*) template=freebsd ;;
    hpux*) template=hpux ;;
    irix*) template=irix5 ;;
   linux*) template=linux ;;
  netbsd*) template=netbsd ;;
nextstep*) template=nextstep ;;
 openbsd*) template=openbsd ;;
     osf*) template=osf ;;
     qnx*) template=qnx4 ;;
     sco*) template=sco ;;
708
 solaris*) template=solaris ;;
709
   sunos*) template=sunos4 ;;
B
Bruce Momjian 已提交
710
 sysv4.2*)
711 712 713 714
        case $host_vendor in
          univel) template=univel ;;
        esac ;;
   sysv4*) template=svr4 ;;
715
   sysv5*) template=unixware ;;
716
  ultrix*) template=ultrix4 ;;
717 718
esac

719 720 721 722
  if test x"$template" = x"" ; then
    { echo "configure: error: 
*******************************************************************
PostgreSQL has apparently not been ported to your platform yet.
P
Peter Eisentraut 已提交
723
To try a manual configuration, look into the src/template directory
724
for a similar platform and use the '--with-template=' option.
725 726

Please also contact <pgsql-ports@postgresql.org> to see about
727
rectifying this.  Include the above 'checking host system type...'
728 729 730 731
line.
*******************************************************************
" 1>&2; exit 1; }
  fi
732

733 734

fi
735

736
echo "$ac_t""$template" 1>&6
737

738
PORTNAME=$template
M
 
Marc G. Fournier 已提交
739

740

741

B
Bruce Momjian 已提交
742

743

744

745

746 747 748 749 750 751 752
# Pick right test-and-set (TAS) code.  Most platforms have inline
# assembler code in src/include/storage/s_lock.h, so we just use
# a dummy file here.
case $host in
  *-*-hpux*)        need_tas=yes; tas_file=hpux.s ;;
  sparc-*-solaris*) need_tas=yes; tas_file=solaris_sparc.s ;;
  i?86-*-solaris)   need_tas=yes; tas_file=solaris_i386.s ;;
753
  *)                need_tas=no;  tas_file=dummy.s ;;
754 755
esac

756

757 758
if test "$need_tas" = yes ; then
  TAS=tas.o
759 760
fi

761 762


763 764 765 766

##
## Command line options
##
767

768

769 770 771
#
# Add non-standard directories to the include path
#
772 773 774 775 776 777 778 779 780 781
# Check whether --with-includes was given
if test x"${with_includes+set}" = xset; then
  case $with_includes in
    yes)
      { echo "configure: error: argument required for --with-includes option" 1>&2; exit 1; }
      ;;
    no)
      { echo "configure: error: argument required for --with-includes option" 1>&2; exit 1; }
      ;;
  esac # $with_includes
782
fi
783 784


785 786 787
#
# Add non-standard directories to the library search path
#
788 789 790 791 792 793 794 795 796 797 798 799 800 801
# Check whether --with-libraries was given
if test x"${with_libraries+set}" = xset; then
  case $with_libraries in
    yes)
      { echo "configure: error: argument required for --with-libraries option" 1>&2; exit 1; }
      ;;
    no)
      { echo "configure: error: argument required for --with-libraries option" 1>&2; exit 1; }
      ;;
    *)
      withval=$with_libraries
      LIBRARY_DIRS=$withval
      ;;
  esac # $with_libraries
802 803
fi

804 805 806 807 808 809 810 811 812 813 814 815 816 817
# Check whether --with-libs was given
if test x"${with_libs+set}" = xset; then
  case $with_libs in
    yes)
      { echo "configure: error: argument required for --with-libs option" 1>&2; exit 1; }
      ;;
    no)
      { echo "configure: error: argument required for --with-libs option" 1>&2; exit 1; }
      ;;
    *)
      withval=$with_libs
      LIBRARY_DIRS=$withval
      ;;
  esac # $with_libs
818 819
fi

820 821 822 823 824

#
# Locale (--enable-locale)
#
echo $ac_n "checking whether to build with locale support""... $ac_c" 1>&6
B
Bruce Momjian 已提交
825
echo "configure:826: checking whether to build with locale support" >&5
826 827 828 829 830
# Check whether --enable-locale was given
if test x"${enable_locale+set}" = xset; then
  case $enable_locale in
    yes)
      cat >> confdefs.h <<\EOF
831
#define USE_LOCALE 1
832 833
EOF

834 835 836 837 838 839 840 841 842
      ;;
    no)
      :
      ;;
    *)
      enableval=$enable_locale
      { echo "configure: error: no argument expected for --enable-locale option" 1>&2; exit 1; }
      ;;
  esac # $enable_locale
843 844 845
else
  enable_locale=no

846
fi
847
echo "$ac_t""$enable_locale" 1>&6
848

849

850
#
851
# Character set recode (--enable-recode)
852
#
853
echo $ac_n "checking whether to build with recode support""... $ac_c" 1>&6
B
Bruce Momjian 已提交
854
echo "configure:855: checking whether to build with recode support" >&5
855 856 857 858 859
# Check whether --enable-recode was given
if test x"${enable_recode+set}" = xset; then
  case $enable_recode in
    yes)
      cat >> confdefs.h <<\EOF
860
#define CYR_RECODE 1
861 862
EOF

863 864 865 866 867 868 869 870 871
      ;;
    no)
      :
      ;;
    *)
      enableval=$enable_recode
      { echo "configure: error: no argument expected for --enable-recode option" 1>&2; exit 1; }
      ;;
  esac # $enable_recode
872 873
else
  enable_recode=no
874

875
fi
876
echo "$ac_t""$enable_recode" 1>&6
877

P
Peter Eisentraut 已提交
878

879 880 881 882 883
#
# Multibyte support
#
MULTIBYTE=
echo $ac_n "checking whether to build with multibyte character support""... $ac_c" 1>&6
B
Bruce Momjian 已提交
884
echo "configure:885: checking whether to build with multibyte character support" >&5
885 886 887 888 889 890 891 892 893 894 895 896 897 898

# Check whether --enable-multibyte was given
if test x"${enable_multibyte+set}" = xset; then
  case $enable_multibyte in
    yes)
      MULTIBYTE=SQL_ASCII
      ;;
    no)
      :
      ;;
    *)
      enableval=$enable_multibyte
      enable_multibyte=yes

899 900
  case $enableval in
    SQL_ASCII|EUC_JP|EUC_CN|EUC_KR|EUC_TW|UNICODE|MULE_INTERNAL|LATIN1|LATIN2|LATIN3|LATIN4|LATIN5|KOI8|WIN|ALT)
901 902 903
      MULTIBYTE=$enableval;;
    *)
      { echo "configure: error: argument to --enable-multibyte must be one of:
P
Peter Eisentraut 已提交
904 905 906
  SQL_ASCII, EUC_JP, EUC_CN, EUC_KR, EUC_TW,
  UNICODE, MULE_INTERNAL,
  LATIN1, LATIN2, LATIN3, LATIN4, LATIN5,
907
  KOI8, WIN, ALT
908
Or do not specify an argument to the option to use the default." 1>&2; exit 1; };;
909
  esac
P
Peter Eisentraut 已提交
910

911 912
      ;;
  esac # $enable_multibyte
M
Marc G. Fournier 已提交
913
else
914
  enable_multibyte=no
M
Marc G. Fournier 已提交
915 916
fi

917 918
if test "$enable_multibyte" = yes; then
  
919
  cat >> confdefs.h <<\EOF
920
#define MULTIBYTE 1
921 922 923
EOF

  echo "$ac_t""yes, default $MULTIBYTE" 1>&6
924

925 926
else
  echo "$ac_t""no" 1>&6
927
fi
T
Tatsuo Ishii 已提交
928

P
Peter Eisentraut 已提交
929

930 931


P
Peter Eisentraut 已提交
932 933 934 935
#
# NLS
#
echo $ac_n "checking whether NLS is wanted""... $ac_c" 1>&6
B
Bruce Momjian 已提交
936
echo "configure:937: checking whether NLS is wanted" >&5
P
Peter Eisentraut 已提交
937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966
# Check whether --enable-nls was given
if test x"${enable_nls+set}" = xset; then
  case $enable_nls in
    yes)
      :
      ;;
    no)
      :
      ;;
    *)
      enableval=$enable_nls
      enable_nls=yes
WANTED_LANGUAGES=$enableval
      ;;
  esac # $enable_nls
else
  enable_nls=no
fi

if test "$enable_nls" = yes; then
  cat >> confdefs.h <<\EOF
#define ENABLE_NLS 1
EOF

fi

echo "$ac_t""$enable_nls" 1>&6



967 968 969 970
#
# Default port number (--with-pgport), default 5432
#
echo $ac_n "checking for default port number""... $ac_c" 1>&6
B
Bruce Momjian 已提交
971
echo "configure:972: checking for default port number" >&5
972 973 974 975 976 977 978 979 980 981 982 983 984 985
# Check whether --with-pgport was given
if test x"${with_pgport+set}" = xset; then
  case $with_pgport in
    yes)
      { echo "configure: error: argument required for --with-pgport option" 1>&2; exit 1; }
      ;;
    no)
      { echo "configure: error: argument required for --with-pgport option" 1>&2; exit 1; }
      ;;
    *)
      withval=$with_pgport
      default_port=$withval
      ;;
  esac # $with_pgport
986
else
987
  default_port=5432
988
fi
989 990
echo "$ac_t""$default_port" 1>&6
# Need both of these because some places want an integer and some a string
991 992 993 994 995 996 997 998 999
cat >> confdefs.h <<EOF
#define DEF_PGPORT ${default_port}
EOF

cat >> confdefs.h <<EOF
#define DEF_PGPORT_STR "${default_port}"
EOF


1000

1001 1002 1003 1004
#
# Maximum number of allowed connections (--with-maxbackends), default 32
#
echo $ac_n "checking for default soft limit on number of connections""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1005
echo "configure:1006: checking for default soft limit on number of connections" >&5
1006 1007 1008 1009 1010 1011 1012 1013 1014 1015
# Check whether --with-maxbackends was given
if test x"${with_maxbackends+set}" = xset; then
  case $with_maxbackends in
    yes)
      { echo "configure: error: argument required for --with-maxbackends option" 1>&2; exit 1; }
      ;;
    no)
      { echo "configure: error: argument required for --with-maxbackends option" 1>&2; exit 1; }
      ;;
  esac # $with_maxbackends
1016
else
1017
  with_maxbackends=32
1018
fi
1019 1020 1021 1022 1023
echo "$ac_t""$with_maxbackends" 1>&6
cat >> confdefs.h <<EOF
#define DEF_MAXBACKENDS $with_maxbackends
EOF

1024

1025

1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048
#
# Option to disable shared libraries
#
# Check whether --enable-shared was given
if test x"${enable_shared+set}" = xset; then
  case $enable_shared in
    yes)
      :
      ;;
    no)
      :
      ;;
    *)
      enableval=$enable_shared
      { echo "configure: error: no argument expected for --enable-shared option" 1>&2; exit 1; }
      ;;
  esac # $enable_shared
else
  enable_shared=yes

fi


1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071
#
# '-rpath'-like feature can be disabled
#
# Check whether --enable-rpath was given
if test x"${enable_rpath+set}" = xset; then
  case $enable_rpath in
    yes)
      :
      ;;
    no)
      :
      ;;
    *)
      enableval=$enable_rpath
      { echo "configure: error: no argument expected for --enable-rpath option" 1>&2; exit 1; }
      ;;
  esac # $enable_rpath
else
  enable_rpath=yes

fi


1072

1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095
#
# --enable-debug adds -g to compiler flags
#
# Check whether --enable-debug was given
if test x"${enable_debug+set}" = xset; then
  case $enable_debug in
    yes)
      :
      ;;
    no)
      :
      ;;
    *)
      enableval=$enable_debug
      { echo "configure: error: no argument expected for --enable-debug option" 1>&2; exit 1; }
      ;;
  esac # $enable_debug
else
  enable_debug=no

fi


1096
#
1097 1098 1099
# C compiler
#

1100 1101 1102
# For historical reasons you can also use --with-CC to specify the C compiler
# to use, although the standard way to do this is to set the CC environment
# variable.
1103 1104
# Check whether --with-CC was given
if test x"${with_CC+set}" = xset; then
1105
  case $with_CC in
1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116
    yes)
      { echo "configure: error: argument required for --with-CC option" 1>&2; exit 1; }
      ;;
    no)
      { echo "configure: error: argument required for --with-CC option" 1>&2; exit 1; }
      ;;
    *)
      withval=$with_CC
      CC=$with_CC
      ;;
  esac # $with_CC
1117 1118
fi

1119 1120
# On AIX, default compiler to xlc.
if test "$template" = aix && test -z "$CC" ; then CC=xlc; fi
1121

1122 1123 1124 1125
# Save CFLAGS from the environment
has_environ_CFLAGS="${CFLAGS+yes}"
save_CFLAGS=$CFLAGS

1126
# Extract the first word of "gcc", so it can be a program name with args.
1127 1128
set dummy gcc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1129
echo "configure:1130: checking for $ac_word" >&5
1130 1131 1132 1133 1134 1135
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
1136 1137 1138
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_CC="gcc"
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
fi
CC="$ac_cv_prog_CC"
if test -n "$CC"; then
  echo "$ac_t""$CC" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

if test -z "$CC"; then
  # Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1159
echo "configure:1160: checking for $ac_word" >&5
1160 1161 1162 1163 1164 1165
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
1166
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
1167
  ac_prog_rejected=no
1168 1169
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
        ac_prog_rejected=yes
	continue
      fi
      ac_cv_prog_CC="cc"
      break
    fi
  done
  IFS="$ac_save_ifs"
if test $ac_prog_rejected = yes; then
  # We found a bogon in the path, so make sure we never use it.
  set dummy $ac_cv_prog_CC
  shift
  if test $# -gt 0; then
    # We chose a different compiler from the bogus one.
    # However, it has the same basename, so the bogon will be chosen
    # first if we set CC to just the basename; use the full file name.
    shift
    set dummy "$ac_dir/$ac_word" "$@"
    shift
    ac_cv_prog_CC="$@"
  fi
fi
fi
fi
CC="$ac_cv_prog_CC"
if test -n "$CC"; then
  echo "$ac_t""$CC" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

1204 1205 1206 1207 1208 1209
  if test -z "$CC"; then
    case "`uname -s`" in
    *win32* | *WIN32*)
      # Extract the first word of "cl", so it can be a program name with args.
set dummy cl; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1210
echo "configure:1211: checking for $ac_word" >&5
1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_CC="cl"
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
fi
CC="$ac_cv_prog_CC"
if test -n "$CC"; then
  echo "$ac_t""$CC" 1>&6
else
  echo "$ac_t""no" 1>&6
fi
 ;;
    esac
  fi
1238 1239 1240
  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
fi

1241
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1242
echo "configure:1243: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1243 1244 1245 1246 1247

ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1248
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1249 1250
cross_compiling=$ac_cv_prog_cc_cross

1251 1252
cat > conftest.$ac_ext << EOF

B
Bruce Momjian 已提交
1253
#line 1254 "configure"
1254
#include "confdefs.h"
1255

1256 1257
main(){return(0);}
EOF
B
Bruce Momjian 已提交
1258
if { (eval echo configure:1259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271
  ac_cv_prog_cc_works=yes
  # If we can't run a trivial program, we are probably using a cross compiler.
  if (./conftest; exit) 2>/dev/null; then
    ac_cv_prog_cc_cross=no
  else
    ac_cv_prog_cc_cross=yes
  fi
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  ac_cv_prog_cc_works=no
fi
rm -fr conftest*
1272 1273 1274 1275 1276 1277
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling=$ac_cv_prog_cc_cross
1278 1279 1280 1281 1282 1283

echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
if test $ac_cv_prog_cc_works = no; then
  { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
fi
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1284
echo "configure:1285: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1285 1286 1287
echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
cross_compiling=$ac_cv_prog_cc_cross

1288
echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1289
echo "configure:1290: checking whether we are using GNU C" >&5
1290 1291 1292 1293 1294 1295 1296 1297
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.c <<EOF
#ifdef __GNUC__
  yes;
#endif
EOF
B
Bruce Momjian 已提交
1298
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1299: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1299 1300 1301 1302 1303 1304 1305
  ac_cv_prog_gcc=yes
else
  ac_cv_prog_gcc=no
fi
fi

echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1306

1307
if test $ac_cv_prog_gcc = yes; then
1308
  GCC=yes
1309 1310 1311 1312 1313 1314 1315 1316
else
  GCC=
fi

ac_test_CFLAGS="${CFLAGS+set}"
ac_save_CFLAGS="$CFLAGS"
CFLAGS=
echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1317
echo "configure:1318: checking whether ${CC-cc} accepts -g" >&5
1318
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1319 1320 1321 1322
  echo $ac_n "(cached) $ac_c" 1>&6
else
  echo 'void f(){}' > conftest.c
if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1323
  ac_cv_prog_cc_g=yes
1324
else
1325
  ac_cv_prog_cc_g=no
1326 1327 1328 1329 1330
fi
rm -f conftest*

fi

1331
echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1332 1333 1334 1335
if test "$ac_test_CFLAGS" = set; then
  CFLAGS="$ac_save_CFLAGS"
elif test $ac_cv_prog_cc_g = yes; then
  if test "$GCC" = yes; then
1336 1337
    CFLAGS="-g -O2"
  else
1338
    CFLAGS="-g"
M
 
Marc G. Fournier 已提交
1339
  fi
1340
else
1341 1342 1343 1344 1345
  if test "$GCC" = yes; then
    CFLAGS="-O2"
  else
    CFLAGS=
  fi
1346 1347
fi

1348 1349
# Read the template
. "$srcdir/src/template/$template" || exit
1350 1351 1352 1353 1354 1355 1356

if test "$has_environ_CFLAGS" = yes; then
  CFLAGS=$save_CFLAGS
fi
if test "$enable_debug" = yes && test "$ac_cv_prog_cc_g" = yes; then
  CFLAGS="$CFLAGS -g"
fi
1357 1358 1359
echo "using CFLAGS=$CFLAGS"
# Check if the compiler still works with the template settings
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1360
echo "configure:1361: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1361 1362 1363 1364 1365 1366 1367 1368 1369 1370

ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling=$ac_cv_prog_cc_cross

cat > conftest.$ac_ext << EOF

B
Bruce Momjian 已提交
1371
#line 1372 "configure"
1372 1373 1374 1375
#include "confdefs.h"

main(){return(0);}
EOF
B
Bruce Momjian 已提交
1376
if { (eval echo configure:1377: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401
  ac_cv_prog_cc_works=yes
  # If we can't run a trivial program, we are probably using a cross compiler.
  if (./conftest; exit) 2>/dev/null; then
    ac_cv_prog_cc_cross=no
  else
    ac_cv_prog_cc_cross=yes
  fi
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  ac_cv_prog_cc_works=no
fi
rm -fr conftest*
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling=$ac_cv_prog_cc_cross

echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
if test $ac_cv_prog_cc_works = no; then
  { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
fi
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1402
echo "configure:1403: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1403 1404 1405
echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
cross_compiling=$ac_cv_prog_cc_cross

1406
echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1407
echo "configure:1408: checking for Cygwin environment" >&5
1408 1409 1410 1411
if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
1412
#line 1413 "configure"
1413 1414 1415 1416 1417 1418 1419 1420 1421 1422
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
EOF
B
Bruce Momjian 已提交
1423
if { (eval echo configure:1424: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439
  rm -rf conftest*
  ac_cv_cygwin=yes
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  ac_cv_cygwin=no
fi
rm -f conftest*
rm -f conftest*
fi

echo "$ac_t""$ac_cv_cygwin" 1>&6
CYGWIN=
test "$ac_cv_cygwin" = yes && CYGWIN=yes
echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1440
echo "configure:1441: checking for mingw32 environment" >&5
1441 1442 1443 1444
if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
1445
#line 1446 "configure"
1446 1447 1448 1449 1450 1451
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
EOF
B
Bruce Momjian 已提交
1452
if { (eval echo configure:1453: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470
  rm -rf conftest*
  ac_cv_mingw32=yes
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  ac_cv_mingw32=no
fi
rm -f conftest*
rm -f conftest*
fi

echo "$ac_t""$ac_cv_mingw32" 1>&6
MINGW32=
test "$ac_cv_mingw32" = yes && MINGW32=yes


echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1471
echo "configure:1472: checking for executable suffix" >&5
1472 1473 1474 1475 1476 1477 1478 1479 1480
if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
  ac_cv_exeext=.exe
else
  rm -f conftest*
  echo 'int main () { return 0; }' > conftest.$ac_ext
  ac_cv_exeext=
B
Bruce Momjian 已提交
1481
  if { (eval echo configure:1482: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500
    for file in conftest.*; do
      case $file in
      *.c | *.o | *.obj) ;;
      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
      esac
    done
  else
    { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
  fi
  rm -f conftest*
  test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
fi
fi

EXEEXT=""
test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
echo "$ac_t""${ac_cv_exeext}" 1>&6
ac_exeext=$EXEEXT

1501
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1502
echo "configure:1503: checking how to run the C preprocessor" >&5
1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
  CPP=
fi
if test -z "$CPP"; then
if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
    # This must be in double quotes, not single quotes, because CPP may get
  # substituted into the Makefile and "${CC-cc}" will confuse make.
  CPP="${CC-cc} -E"
  # On the NeXT, cc -E runs the code through the compiler's parser,
  # not just through cpp.
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
1517
#line 1518 "configure"
1518 1519 1520 1521 1522
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
B
Bruce Momjian 已提交
1523
{ (eval echo configure:1524: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1524
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1525 1526 1527 1528 1529 1530 1531 1532 1533
if test -z "$ac_err"; then
  :
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  CPP="${CC-cc} -E -traditional-cpp"
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
1534
#line 1535 "configure"
M
 
Marc G. Fournier 已提交
1535 1536 1537 1538 1539
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
B
Bruce Momjian 已提交
1540
{ (eval echo configure:1541: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1541 1542 1543 1544 1545 1546 1547 1548 1549 1550
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
  :
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  CPP="${CC-cc} -nologo -E"
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
1551
#line 1552 "configure"
1552 1553 1554 1555 1556
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
B
Bruce Momjian 已提交
1557
{ (eval echo configure:1558: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1558
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569
if test -z "$ac_err"; then
  :
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  CPP=/lib/cpp
fi
rm -f conftest*
fi
1570 1571
rm -f conftest*
fi
1572 1573 1574 1575 1576 1577 1578 1579 1580 1581
rm -f conftest*
  ac_cv_prog_CPP="$CPP"
fi
  CPP="$ac_cv_prog_CPP"
else
  ac_cv_prog_CPP="$CPP"
fi
echo "$ac_t""$CPP" 1>&6

if test $ac_cv_prog_gcc = yes; then
T
Tom Lane 已提交
1582
    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1583
echo "configure:1584: checking whether ${CC-cc} needs -traditional" >&5
T
Tom Lane 已提交
1584 1585 1586 1587 1588
if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
    ac_pattern="Autoconf.*'x'"
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
1589
#line 1590 "configure"
T
Tom Lane 已提交
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606
#include "confdefs.h"
#include <sgtty.h>
Autoconf TIOCGETP
EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "$ac_pattern" >/dev/null 2>&1; then
  rm -rf conftest*
  ac_cv_prog_gcc_traditional=yes
else
  rm -rf conftest*
  ac_cv_prog_gcc_traditional=no
fi
rm -f conftest*


  if test $ac_cv_prog_gcc_traditional = no; then
    cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
1607
#line 1608 "configure"
T
Tom Lane 已提交
1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628
#include "confdefs.h"
#include <termio.h>
Autoconf TCGETA
EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "$ac_pattern" >/dev/null 2>&1; then
  rm -rf conftest*
  ac_cv_prog_gcc_traditional=yes
fi
rm -f conftest*

  fi
fi

echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
  if test $ac_cv_prog_gcc_traditional = yes; then
    CC="$CC -traditional"
  fi
fi


1629

1630
# Create compiler version string
1631 1632
if test x"$GCC" = x"yes" ; then
  cc_string="GCC `${CC} --version`"
1633
else
1634
  cc_string=$CC
1635
fi
1636 1637 1638 1639
cat >> confdefs.h <<EOF
#define PG_VERSION_STR "PostgreSQL $VERSION on $host, compiled by $cc_string"
EOF

1640 1641


P
Peter Eisentraut 已提交
1642 1643 1644
#
# Automatic dependency tracking
#
1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660
# Check whether --enable-depend was given
if test x"${enable_depend+set}" = xset; then
  case $enable_depend in
    yes)
      autodepend=yes
      ;;
    no)
      :
      ;;
    *)
      enableval=$enable_depend
      { echo "configure: error: no argument expected for --enable-depend option" 1>&2; exit 1; }
      ;;
  esac # $enable_depend
else
  enable_depend=no
P
Peter Eisentraut 已提交
1661 1662 1663 1664 1665

fi



1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690
#
# Enable assert checks
#
# Check whether --enable-cassert was given
if test x"${enable_cassert+set}" = xset; then
  case $enable_cassert in
    yes)
      cat >> confdefs.h <<\EOF
#define USE_ASSERT_CHECKING 1
EOF

      ;;
    no)
      :
      ;;
    *)
      enableval=$enable_cassert
      { echo "configure: error: no argument expected for --enable-cassert option" 1>&2; exit 1; }
      ;;
  esac # $enable_cassert
else
  enable_cassert=no

fi

1691 1692 1693 1694 1695

#
# Include directories
#
ac_save_IFS=$IFS
1696
IFS="${IFS}:"
1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712
# SRCH_INC comes from the template file
for dir in $with_includes $SRCH_INC; do
  if test -d "$dir"; then
    INCLUDES="$INCLUDES -I$dir"
  else
    echo "configure: warning: *** Include directory $dir does not exist." 1>&2
  fi
done
IFS=$ac_save_IFS



#
# Library directories
#
ac_save_IFS=$IFS
1713
IFS="${IFS}:"
1714 1715 1716
# LIBRARY_DIRS comes from command line, SRCH_LIB from template file.
for dir in $LIBRARY_DIRS $SRCH_LIB; do
  if test -d "$dir"; then
1717
    LIBDIRS="$LIBDIRS -L$dir"
1718 1719 1720 1721 1722 1723 1724
  else
    echo "configure: warning: *** Library directory $dir does not exist." 1>&2
  fi
done
IFS=$ac_save_IFS


1725 1726 1727 1728
#
# Tcl/Tk
#
echo $ac_n "checking whether to build with Tcl""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1729
echo "configure:1730: checking whether to build with Tcl" >&5
1730 1731 1732 1733
# Check whether --with-tcl was given
if test x"${with_tcl+set}" = xset; then
  case $with_tcl in
    yes)
1734
      :
1735 1736
      ;;
    no)
1737
      :
1738 1739 1740 1741 1742 1743
      ;;
    *)
      withval=$with_tcl
      { echo "configure: error: no argument expected for --with-tcl option" 1>&2; exit 1; }
      ;;
  esac # $with_tcl
1744
else
1745
  with_tcl=no
1746

1747
fi
1748 1749 1750 1751 1752
echo "$ac_t""$with_tcl" 1>&6


# If Tcl is enabled (above) then Tk is also, unless the user disables it using --without-tk
echo $ac_n "checking whether to build with Tk""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1753
echo "configure:1754: checking whether to build with Tk" >&5
1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770
if test "$with_tcl" = yes; then
  # Check whether --with-tk was given
if test x"${with_tk+set}" = xset; then
  case $with_tk in
    yes)
      :
      ;;
    no)
      :
      ;;
    *)
      withval=$with_tk
      { echo "configure: error: no argument expected for --with-tk option" 1>&2; exit 1; }
      ;;
  esac # $with_tk
else
  with_tk=yes
1771

1772 1773 1774 1775 1776
fi
else
  with_tk=no
fi
echo "$ac_t""$with_tk" 1>&6
1777

1778 1779


1780 1781
# We see if the path to the TCL/TK configuration scripts is specified.
# This will override the use of tclsh to find the paths to search.
1782

1783 1784 1785 1786 1787 1788 1789 1790 1791 1792
# Check whether --with-tclconfig was given
if test x"${with_tclconfig+set}" = xset; then
  case $with_tclconfig in
    yes)
      { echo "configure: error: argument required for --with-tclconfig option" 1>&2; exit 1; }
      ;;
    no)
      { echo "configure: error: argument required for --with-tclconfig option" 1>&2; exit 1; }
      ;;
  esac # $with_tclconfig
1793 1794
fi

1795 1796
# We see if the path to the TK configuration scripts is specified.
# This will override the use of tclsh to find the paths to search.
1797

1798 1799 1800 1801 1802 1803 1804 1805 1806 1807
# Check whether --with-tkconfig was given
if test x"${with_tkconfig+set}" = xset; then
  case $with_tkconfig in
    yes)
      { echo "configure: error: argument required for --with-tkconfig option" 1>&2; exit 1; }
      ;;
    no)
      { echo "configure: error: argument required for --with-tkconfig option" 1>&2; exit 1; }
      ;;
  esac # $with_tkconfig
1808 1809 1810
fi


1811 1812 1813 1814
#
# If Tcl is enabled (above) then check for pltcl_unknown_support
#
echo $ac_n "checking whether to build with PL/Tcl unknown support""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1815
echo "configure:1816: checking whether to build with PL/Tcl unknown support" >&5
1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844
if test "$with_tcl" = yes; then
  # Check whether --enable-pltcl-unknown was given
if test x"${enable_pltcl_unknown+set}" = xset; then
  case $enable_pltcl_unknown in
    yes)
      cat >> confdefs.h <<\EOF
#define ENABLE_PLTCL_UNKNOWN 1
EOF

      ;;
    no)
      :
      ;;
    *)
      enableval=$enable_pltcl_unknown
      { echo "configure: error: no argument expected for --enable-pltcl-unknown option" 1>&2; exit 1; }
      ;;
  esac # $enable_pltcl_unknown
else
  enable_pltcl_unknown=no

fi
else
  enable_pltcl_unknown=no
fi
echo "$ac_t""$enable_pltcl_unknown" 1>&6



1845 1846 1847
#
# Optionally build Perl modules (Pg.pm and PL/Perl)
#
1848
echo $ac_n "checking whether to build Perl modules""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1849
echo "configure:1850: checking whether to build Perl modules" >&5
1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863
# Check whether --with-perl was given
if test x"${with_perl+set}" = xset; then
  case $with_perl in
    yes)
      :
      ;;
    no)
      :
      ;;
    *)
      withval=$with_perl
      { echo "configure: error: no argument expected for --with-perl option" 1>&2; exit 1; }
      ;;
  esac # $with_perl
1864
else
1865
  with_perl=no
1866

1867 1868
fi
echo "$ac_t""$with_perl" 1>&6
1869 1870


1871 1872 1873
#
# Optionally build Python interface module
#
1874
echo $ac_n "checking whether to build Python modules""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1875
echo "configure:1876: checking whether to build Python modules" >&5
1876 1877 1878 1879
# Check whether --with-python was given
if test x"${with_python+set}" = xset; then
  case $with_python in
    yes)
1880
      :
1881 1882
      ;;
    no)
1883
      :
1884 1885 1886 1887 1888 1889
      ;;
    *)
      withval=$with_python
      { echo "configure: error: no argument expected for --with-python option" 1>&2; exit 1; }
      ;;
  esac # $with_python
1890
else
1891
  with_python=no
1892

1893
fi
1894
echo "$ac_t""$with_python" 1>&6
1895 1896


P
 
Peter Mount 已提交
1897 1898 1899 1900
#
# Optionally build the Java/JDBC tools
#
echo $ac_n "checking whether to build Java/JDBC tools""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1901
echo "configure:1902: checking whether to build Java/JDBC tools" >&5
P
 
Peter Mount 已提交
1902 1903 1904 1905 1906
# Check whether --with-java was given
if test x"${with_java+set}" = xset; then
  case $with_java in
    yes)
      echo "$ac_t""yes" 1>&6
1907 1908

  for ac_prog in jakarta-ant ant ant.sh ant.bat
P
 
Peter Mount 已提交
1909 1910 1911 1912
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1913
echo "configure:1914: checking for $ac_word" >&5
P
 
Peter Mount 已提交
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947
if eval "test \"`echo '$''{'ac_cv_path_ANT'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$ANT" in
  /*)
  ac_cv_path_ANT="$ANT" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_ANT="$ANT" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_ANT="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
ANT="$ac_cv_path_ANT"
if test -n "$ANT"; then
  echo "$ac_t""$ANT" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

test -n "$ANT" && break
done

1948 1949
  
  echo $ac_n "checking whether $ANT works""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1950
echo "configure:1951: checking whether $ANT works" >&5
1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972
if eval "test \"`echo '$''{'pgac_cv_prog_ant_works'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  
    cat > conftest.java << EOF
public class conftest {
    int testmethod(int a, int b) {
        return a + b;
    }
}
EOF

    cat > conftest.xml << EOF
<project name="conftest" default="conftest">
 <target name="conftest">
  <javac srcdir="." includes="conftest.java">
  </javac>
 </target>
</project>
EOF

    pgac_cmd='$ANT -buildfile conftest.xml 1>&2'
B
Bruce Momjian 已提交
1973
    { (eval echo configure:1974: \"$pgac_cmd\") 1>&5; (eval $pgac_cmd) 2>&5; }
1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995
    pgac_save_status=$?
    if test $? = 0 && test -f ./conftest.class ; then
      pgac_cv_prog_ant_works=yes
    else
      echo "configure: failed java program was:" >&5
      cat conftest.java >&5
      echo "configure: failed build file was:" >&5
      cat conftest.xml >&5
      pgac_cv_prog_ant_works=no
    fi

    rm -f conftest* core core.* *.core
  
fi

echo "$ac_t""$pgac_cv_prog_ant_works" 1>&6

  if test "$pgac_cv_prog_ant_works" != yes; then
    { echo "configure: error: ant does not work" 1>&2; exit 1; }
  fi


1996 1997 1998
if test -z "$ANT"; then
  { echo "configure: error: Ant is required to build Java components" 1>&2; exit 1; }
fi
P
 
Peter Mount 已提交
1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012
      ;;
    no)
      echo "$ac_t""no" 1>&6
      ;;
    *)
      withval=$with_java
      { echo "configure: error: no argument expected for --with-java option" 1>&2; exit 1; }
      ;;
  esac # $with_java
else
  with_java=no
echo "$ac_t""no" 1>&6
fi

2013

2014

2015 2016 2017
#
# Kerberos 4
#
2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032
# Check whether --with-krb4 was given
if test x"${with_krb4+set}" = xset; then
  case $with_krb4 in
    yes)
      krb4_prefix=/usr/athena
      ;;
    no)
      :
      ;;
    *)
      withval=$with_krb4
      with_krb4=yes
krb4_prefix=$withval
      ;;
  esac # $with_krb4
2033
else
2034
  with_krb4=no
2035 2036
fi

2037 2038
if test "$with_krb4" = yes; then
  
2039
  echo "$ac_t""building with Kerberos 4 support" 1>&6
2040
  cat >> confdefs.h <<\EOF
2041
#define KRB4 1
2042 2043 2044
EOF


2045 2046 2047 2048 2049
  if test -d "$krb4_prefix/include"; then
    INCLUDES="$INCLUDES -I$krb4_prefix/include"
  fi
  if test -d "$krb4_prefix/lib"; then
    LIBDIRS="$LIBDIRS -L$krb4_prefix/lib"
2050
  fi
2051 2052

  krb_srvtab="/etc/srvtab"
2053

2054
fi
2055 2056


2057 2058 2059



2060 2061 2062
#
# Kerberos 5
#
2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077
# Check whether --with-krb5 was given
if test x"${with_krb5+set}" = xset; then
  case $with_krb5 in
    yes)
      krb5_prefix=/usr/athena
      ;;
    no)
      :
      ;;
    *)
      withval=$with_krb5
      with_krb5=yes
krb5_prefix=$withval
      ;;
  esac # $with_krb5
2078
else
2079
  with_krb5=no
2080 2081
fi

2082 2083
if test "$with_krb5" = yes; then
  
2084 2085
  echo "$ac_t""building with Kerberos 5 support" 1>&6
  cat >> confdefs.h <<\EOF
2086
#define KRB5 1
2087 2088 2089
EOF


2090 2091 2092 2093 2094
  if test -d "$krb5_prefix/include"; then
    INCLUDES="$INCLUDES -I$krb5_prefix/include"
  fi
  if test -d "$krb5_prefix/lib"; then
    LIBDIRS="$LIBDIRS -L$krb5_prefix/lib"
2095
  fi
2096 2097

  krb_srvtab="FILE:\$(sysconfdir)/krb5.keytab"
2098

2099 2100 2101
fi


2102 2103 2104



2105 2106 2107
# Using both Kerberos 4 and Kerberos 5 at the same time isn't going to work.
if test "$with_krb4" = yes && test "$with_krb5" = yes ; then
  { echo "configure: error: Kerberos 4 and Kerberos 5 support cannot be combined" 1>&2; exit 1; }
2108 2109 2110 2111 2112
fi




2113 2114 2115
#
# Kerberos configuration parameters
#
2116 2117 2118 2119 2120 2121 2122 2123 2124 2125
# Check whether --with-krb-srvnam was given
if test x"${with_krb_srvnam+set}" = xset; then
  case $with_krb_srvnam in
    yes)
      { echo "configure: error: argument required for --with-krb-srvnam option" 1>&2; exit 1; }
      ;;
    no)
      { echo "configure: error: argument required for --with-krb-srvnam option" 1>&2; exit 1; }
      ;;
  esac # $with_krb_srvnam
2126
else
2127
  with_krb_srvnam="postgres"
2128 2129
fi
cat >> confdefs.h <<EOF
2130
#define PG_KRB_SRVNAM "$with_krb_srvnam"
2131 2132 2133
EOF


2134

2135 2136 2137 2138
#
# PAM
#
echo $ac_n "checking whether to build with PAM support""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2139
echo "configure:2140: checking whether to build with PAM support" >&5
2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174
# Check whether --with-pam was given
if test x"${with_pam+set}" = xset; then
  case $with_pam in
    yes)
      pam_prefix=/usr
      ;;
    no)
      :
      ;;
    *)
      withval=$with_pam
      with_pam=yes
pam_prefix=$withval
      ;;
  esac # $with_pam
else
  with_pam=no
fi

if test "$with_pam" = yes; then
  
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define USE_PAM 1
EOF



else
  echo "$ac_t""no" 1>&6
fi




2175 2176 2177 2178

#
# OpenSSL
#
2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193
# Check whether --with-openssl was given
if test x"${with_openssl+set}" = xset; then
  case $with_openssl in
    yes)
      openssl_prefix=/usr/local/ssl
      ;;
    no)
      :
      ;;
    *)
      withval=$with_openssl
      with_openssl=yes
openssl_prefix=$withval
      ;;
  esac # $with_openssl
2194 2195 2196 2197
else
  with_openssl=no
fi

2198 2199
if test "$with_openssl" = yes; then
  
2200 2201
  echo "$ac_t""building with OpenSSL support" 1>&6
  cat >> confdefs.h <<\EOF
2202
#define USE_SSL 1
2203 2204 2205
EOF


2206 2207 2208 2209
  if test -d "${openssl_prefix}/include" ; then
    INCLUDES="$INCLUDES -I${openssl_prefix}/include"
  fi
  if test -d "${openssl_prefix}/lib" ; then
2210
    LIBDIRS="$LIBDIRS -L${openssl_prefix}/lib"
2211
  fi
2212

2213 2214 2215
fi


2216 2217 2218



2219

2220 2221 2222
#
# Optionally enable the building of the ODBC driver
#
2223
 
2224 2225
# Old option name
if test "${with_odbc+set}" = set && test "${enable_odbc+set}" != set; then
2226
  enable_odbc=$with_odbc
2227
fi
2228 2229
 
echo $ac_n "checking whether to build the ODBC driver""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2230
echo "configure:2231: checking whether to build the ODBC driver" >&5
2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244
# Check whether --enable-odbc was given
if test x"${enable_odbc+set}" = xset; then
  case $enable_odbc in
    yes)
      :
      ;;
    no)
      :
      ;;
    *)
      enableval=$enable_odbc
      { echo "configure: error: no argument expected for --enable-odbc option" 1>&2; exit 1; }
      ;;
  esac # $enable_odbc
2245
else
2246
  enable_odbc=no
2247

B
Bruce Momjian 已提交
2248
fi
2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304
# Check whether --with-unixodbc was given
if test x"${with_unixodbc+set}" = xset; then
  case $with_unixodbc in
    yes)
      :
      ;;
    no)
      :
      ;;
    *)
      withval=$with_unixodbc
      { echo "configure: error: no argument expected for --with-unixodbc option" 1>&2; exit 1; }
      ;;
  esac # $with_unixodbc
else
  with_unixodbc=no

fi
# Check whether --with-iodbc was given
if test x"${with_iodbc+set}" = xset; then
  case $with_iodbc in
    yes)
      :
      ;;
    no)
      :
      ;;
    *)
      withval=$with_iodbc
      { echo "configure: error: no argument expected for --with-iodbc option" 1>&2; exit 1; }
      ;;
  esac # $with_iodbc
else
  with_iodbc=no

fi
if test "$with_unixodbc" = yes && test "$with_iodbc" = yes; then
  { echo "configure: error: ODBC driver cannot be built for both unixODBC and iODBC" 1>&2; exit 1; }
fi
if test "$with_unixodbc" = yes || test "$with_iodbc" = yes; then
  enable_odbc=yes
fi
case $enable_odbc:$with_unixodbc:$with_iodbc in
  yes:no:no)    echo "$ac_t""yes (stand-alone)" 1>&6;;
  yes:yes:no)   echo "$ac_t""yes (unixODBC)" 1>&6; cat >> confdefs.h <<\EOF
#define WITH_UNIXODBC 1
EOF
;;
  yes:no:yes)   echo "$ac_t""yes (iODBC)" 1>&6; cat >> confdefs.h <<\EOF
#define WITH_IODBC 1
EOF
;;
  no:*)         echo "$ac_t""no" 1>&6;;
esac


B
Bruce Momjian 已提交
2305

2306

B
Bruce Momjian 已提交
2307

2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323
# Allow for overriding the default location of the odbcinst.ini
# file which is normally ${sysconfdir} (i.e., ${prefix}/etc).
# Check whether --with-odbcinst was given
if test x"${with_odbcinst+set}" = xset; then
  case $with_odbcinst in
    yes)
      { echo "configure: error: argument required for --with-odbcinst option" 1>&2; exit 1; }
      ;;
    no)
      { echo "configure: error: argument required for --with-odbcinst option" 1>&2; exit 1; }
      ;;
    *)
      withval=$with_odbcinst
      odbcinst_ini_dir=$withval
      ;;
  esac # $with_odbcinst
2324
else
2325
  odbcinst_ini_dir="\${sysconfdir}"
2326 2327 2328
fi


B
Bruce Momjian 已提交
2329

2330

2331
# Assume system is ELF if it predefines __ELF__ as 1,
2332 2333
# otherwise believe host_os based default.
case $host_os in
B
Bruce Momjian 已提交
2334 2335
    freebsd1*|freebsd2*) elf=no;;
    freebsd3*|freebsd4*) elf=yes;;
2336 2337
esac

2338
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
2339
#line 2340 "configure"
2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351
#include "confdefs.h"
#if __ELF__
  yes
#endif

EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "yes" >/dev/null 2>&1; then
  rm -rf conftest*
  ELF_SYS=true
else
  rm -rf conftest*
2352 2353
  if test "X$elf" = "Xyes" ; then
  ELF_SYS=true
2354
else
2355
  ELF_SYS=
2356 2357 2358 2359 2360
fi
fi
rm -f conftest*


M
Marc G. Fournier 已提交
2361 2362 2363



2364 2365 2366
#
# Optionally build C++ code (i.e., libpq++)
#
2367
echo $ac_n "checking whether to build C++ modules""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2368
echo "configure:2369: checking whether to build C++ modules" >&5
2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383
# Check whether --with-CXX was given
if test x"${with_CXX+set}" = xset; then
  case $with_CXX in
    yes)
      :
      ;;
    no)
      :
      ;;
    *)
      withval=$with_CXX
      with_CXX=yes
CXX=$withval
      ;;
  esac # $with_CXX
2384 2385 2386 2387
else
  with_CXX=no
fi

2388 2389 2390
if test "$with_CXX" = yes; then
  
  echo "$ac_t""yes" 1>&6
2391 2392 2393 2394

  # If the user has specified CXXFLAGS in the environment, leave it
  # alone, else use a default.

2395
  has_environ_CXXFLAGS="${CXXFLAGS+yes}"
2396
  for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
B
Bruce Momjian 已提交
2397 2398 2399 2400
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2401
echo "configure:2402: checking for $ac_word" >&5
B
Bruce Momjian 已提交
2402 2403 2404 2405 2406 2407
if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$CXX"; then
  ac_cv_prog_CXX="$CXX" # Let the user override the test.
else
2408 2409 2410
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
B
Bruce Momjian 已提交
2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_CXX="$ac_prog"
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
fi
CXX="$ac_cv_prog_CXX"
if test -n "$CXX"; then
  echo "$ac_t""$CXX" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

test -n "$CXX" && break
done
test -n "$CXX" || CXX="gcc"


echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2433
echo "configure:2434: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
B
Bruce Momjian 已提交
2434 2435 2436 2437 2438

ac_ext=C
# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2439
ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
B
Bruce Momjian 已提交
2440 2441
cross_compiling=$ac_cv_prog_cxx_cross

2442 2443
cat > conftest.$ac_ext << EOF

B
Bruce Momjian 已提交
2444
#line 2445 "configure"
B
Bruce Momjian 已提交
2445
#include "confdefs.h"
2446 2447

int main(){return(0);}
B
Bruce Momjian 已提交
2448
EOF
B
Bruce Momjian 已提交
2449
if { (eval echo configure:2450: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
B
Bruce Momjian 已提交
2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466
  ac_cv_prog_cxx_works=yes
  # If we can't run a trivial program, we are probably using a cross compiler.
  if (./conftest; exit) 2>/dev/null; then
    ac_cv_prog_cxx_cross=no
  else
    ac_cv_prog_cxx_cross=yes
  fi
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  ac_cv_prog_cxx_works=no
fi
rm -fr conftest*
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2467
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
B
Bruce Momjian 已提交
2468 2469 2470 2471 2472 2473 2474
cross_compiling=$ac_cv_prog_cc_cross

echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
if test $ac_cv_prog_cxx_works = no; then
  { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
fi
echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2475
echo "configure:2476: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
B
Bruce Momjian 已提交
2476 2477 2478 2479
echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
cross_compiling=$ac_cv_prog_cxx_cross

echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2480
echo "configure:2481: checking whether we are using GNU C++" >&5
B
Bruce Momjian 已提交
2481 2482 2483 2484 2485 2486 2487 2488
if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.C <<EOF
#ifdef __GNUC__
  yes;
#endif
EOF
B
Bruce Momjian 已提交
2489
if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:2490: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
B
Bruce Momjian 已提交
2490 2491 2492 2493 2494 2495 2496 2497 2498 2499
  ac_cv_prog_gxx=yes
else
  ac_cv_prog_gxx=no
fi
fi

echo "$ac_t""$ac_cv_prog_gxx" 1>&6

if test $ac_cv_prog_gxx = yes; then
  GXX=yes
2500 2501 2502 2503 2504 2505 2506 2507
else
  GXX=
fi

ac_test_CXXFLAGS="${CXXFLAGS+set}"
ac_save_CXXFLAGS="$CXXFLAGS"
CXXFLAGS=
echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2508
echo "configure:2509: checking whether ${CXX-g++} accepts -g" >&5
B
Bruce Momjian 已提交
2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522
if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  echo 'void f(){}' > conftest.cc
if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
  ac_cv_prog_cxx_g=yes
else
  ac_cv_prog_cxx_g=no
fi
rm -f conftest*

fi

echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
2523 2524 2525 2526
if test "$ac_test_CXXFLAGS" = set; then
  CXXFLAGS="$ac_save_CXXFLAGS"
elif test $ac_cv_prog_cxx_g = yes; then
  if test "$GXX" = yes; then
B
Bruce Momjian 已提交
2527 2528
    CXXFLAGS="-g -O2"
  else
2529
    CXXFLAGS="-g"
M
 
Marc G. Fournier 已提交
2530
  fi
2531
else
2532 2533 2534 2535 2536
  if test "$GXX" = yes; then
    CXXFLAGS="-O2"
  else
    CXXFLAGS=
  fi
B
Bruce Momjian 已提交
2537 2538
fi

2539
  if test "$has_environ_CXXFLAGS" != yes; then
2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554
    if test "$GXX" = yes; then
      CXXFLAGS=-O2
    else
      case $template in
	osf)		CXXFLAGS='-O4 -Olimit 2000' ;;
        unixware)	CXXFLAGS='-O' ;;
	*)		CXXFLAGS= ;;
      esac
    fi
  fi
  if test "$enable_debug" = yes && test "$ac_cv_prog_cxx_g" = yes; then
    CXXFLAGS="$CXXFLAGS -g"
  fi
  echo "using CXXFLAGS=$CXXFLAGS"

2555
  echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2556
echo "configure:2557: checking how to run the C++ preprocessor" >&5
2557 2558 2559 2560 2561
if test -z "$CXXCPP"; then
if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_ext=C
T
Tom Lane 已提交
2562 2563 2564 2565 2566
# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling=$ac_cv_prog_cxx_cross
2567 2568
  CXXCPP="${CXX-g++} -E"
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
2569
#line 2570 "configure"
T
Tom Lane 已提交
2570 2571
#include "confdefs.h"
#include <stdlib.h>
2572 2573
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
B
Bruce Momjian 已提交
2574
{ (eval echo configure:2575: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
  :
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  CXXCPP=/lib/cpp
fi
rm -f conftest*
  ac_cv_prog_CXXCPP="$CXXCPP"
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling=$ac_cv_prog_cc_cross
fi
fi
CXXCPP="$ac_cv_prog_CXXCPP"
echo "$ac_t""$CXXCPP" 1>&6
T
Tom Lane 已提交
2597

2598
  
2599
  
2600 2601 2602 2603 2604 2605
ac_ext=C
# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling=$ac_cv_prog_cxx_cross
T
Tom Lane 已提交
2606

2607 2608
ac_safe=`echo "string" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for string""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2609
echo "configure:2610: checking for string" >&5
2610 2611 2612 2613
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
2614
#line 2615 "configure"
2615 2616
#include "confdefs.h"
#include <string>
T
Tom Lane 已提交
2617
EOF
2618
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
B
Bruce Momjian 已提交
2619
{ (eval echo configure:2620: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2620 2621
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
T
Tom Lane 已提交
2622
  rm -rf conftest*
2623
  eval "ac_cv_header_$ac_safe=yes"
T
Tom Lane 已提交
2624
else
2625
  echo "$ac_err" >&5
T
Tom Lane 已提交
2626 2627 2628
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639
  eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_CXX_STRING_HEADER 1
EOF

else
T
Tom Lane 已提交
2640
  echo "$ac_t""no" 1>&6
2641
fi
2642

2643 2644 2645

if test x"$ac_cv_header_string" != xyes ; then
  echo $ac_n "checking for class string in <string.h>""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2646
echo "configure:2647: checking for class string in <string.h>" >&5
2647 2648 2649 2650
if eval "test \"`echo '$''{'pgac_cv_class_string_in_string_h'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
2651
#line 2652 "configure"
2652 2653 2654 2655 2656 2657 2658 2659 2660
#include "confdefs.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

int main() {
string foo = "test"
; return 0; }
EOF
B
Bruce Momjian 已提交
2661
if { (eval echo configure:2662: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2662
  rm -rf conftest*
2663
  pgac_cv_class_string_in_string_h=yes
2664 2665 2666 2667
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
2668
  pgac_cv_class_string_in_string_h=no
2669 2670
fi
rm -f conftest*
T
Tom Lane 已提交
2671
fi
2672 2673 2674 2675 2676 2677

echo "$ac_t""$pgac_cv_class_string_in_string_h" 1>&6

  if test x"$pgac_cv_class_string_in_string_h" != xyes ; then
    { echo "configure: error: neither <string> nor <string.h> seem to define the C++ class \`string\'" 1>&2; exit 1; }
  fi
2678
fi
2679 2680 2681 2682 2683 2684
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling=$ac_cv_prog_cc_cross
2685

2686 2687
  
echo $ac_n "checking for namespace std in C++""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2688
echo "configure:2689: checking for namespace std in C++" >&5
2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701
if eval "test \"`echo '$''{'pgac_cv_cxx_namespace_std'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  

ac_ext=C
# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling=$ac_cv_prog_cxx_cross

cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
2702
#line 2703 "configure"
2703 2704 2705 2706 2707 2708 2709 2710 2711
#include "confdefs.h"
#include <stdio.h>
#include <stdlib.h>
#ifdef HAVE_CXX_STRING_HEADER
#include <string>
#endif
using namespace std;

int main() {
T
Tom Lane 已提交
2712

2713 2714
; return 0; }
EOF
B
Bruce Momjian 已提交
2715
if { (eval echo configure:2716: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2716
  rm -rf conftest*
2717
  pgac_cv_cxx_namespace_std=yes
2718 2719 2720 2721
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
2722
  pgac_cv_cxx_namespace_std=no
2723 2724
fi
rm -f conftest*
2725 2726 2727 2728 2729 2730 2731
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling=$ac_cv_prog_cc_cross

2732 2733 2734 2735 2736 2737 2738 2739 2740 2741
fi

echo "$ac_t""$pgac_cv_cxx_namespace_std" 1>&6

if test $pgac_cv_cxx_namespace_std = yes ; then
    cat >> confdefs.h <<\EOF
#define HAVE_NAMESPACE_STD 1
EOF

fi
2742 2743 2744

else
  echo "$ac_t""no" 1>&6
2745 2746 2747
fi


2748

2749
CPPFLAGS="$CPPFLAGS $INCLUDES"
2750
LDFLAGS="$LDFLAGS $LIBDIRS"
2751 2752 2753 2754 2755

echo "using CPPFLAGS=$CPPFLAGS"
echo "using LDFLAGS=$LDFLAGS"


2756
for ac_prog in mawk gawk nawk awk
2757 2758 2759 2760
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2761
echo "configure:2762: checking for $ac_word" >&5
2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789
if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$AWK"; then
  ac_cv_prog_AWK="$AWK" # Let the user override the test.
else
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_AWK="$ac_prog"
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
fi
AWK="$ac_cv_prog_AWK"
if test -n "$AWK"; then
  echo "$ac_t""$AWK" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

test -n "$AWK" && break
done

2790
echo $ac_n "checking for flex""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2791
echo "configure:2792: checking for flex" >&5
2792
if eval "test \"`echo '$''{'pgac_cv_path_flex'+set}'`\" = set"; then
2793 2794
  echo $ac_n "(cached) $ac_c" 1>&6
else
2795 2796 2797
  # Let the user override the test
if test -n "$FLEX"; then
  pgac_cv_path_flex=$FLEX
2798
else
2799 2800 2801 2802 2803
  pgac_save_IFS=$IFS
  IFS=:
  for pgac_dir in $PATH; do
    if test -z "$pgac_dir" || test x"$pgac_dir" = x"."; then
      pgac_dir=`pwd`
2804
    fi
2805 2806 2807
    for pgac_prog in flex lex; do
      pgac_candidate="$pgac_dir/$pgac_prog"
      if test -f "$pgac_candidate" \
2808
        && $pgac_candidate --version </dev/null >/dev/null 2>&1
2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821
      then
        echo '%%'  > conftest.l
        if $pgac_candidate -t conftest.l 2>/dev/null | grep FLEX_SCANNER >/dev/null 2>&1; then
          if $pgac_candidate --version | grep '2\.5\.3' >/dev/null 2>&1; then
            pgac_broken_flex=$pgac_candidate
            continue
          fi

          pgac_cv_path_flex=$pgac_candidate
          break 2
        fi
      fi
    done
2822
  done
2823 2824 2825
  IFS=$pgac_save_IFS
  rm -f conftest.l
  : ${pgac_cv_path_flex=no}
2826
fi
2827

2828 2829
fi

2830 2831 2832 2833
echo "$ac_t""$pgac_cv_path_flex" 1>&6
if test x"$pgac_cv_path_flex" = x"no"; then
  if test -n "$pgac_broken_flex"; then
    echo "configure: warning: 
2834 2835
*** The Flex version 2.5.3 you have at $pgac_broken_flex contains a bug. You
*** should get version 2.5.4 or later." 1>&2
2836
  fi
2837

2838
  echo "configure: warning: 
2839 2840 2841 2842 2843
*** Without Flex you will not be able to build PostgreSQL from CVS or
*** change any of the scanner definition files.  You can obtain Flex from
*** a GNU mirror site.  (If you are using the official distribution of
*** PostgreSQL then you do not need to worry about this because the Flex
*** output is pre-generated.)" 1>&2
2844 2845
fi

2846 2847
if test x"$pgac_cv_path_flex" = x"no"; then
  FLEX=
2848
else
2849
  FLEX=$pgac_cv_path_flex
2850 2851 2852
fi


2853 2854


2855
echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2856
echo "configure:2857: checking whether ln -s works" >&5
2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875
if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  rm -f conftestdata
if ln -s X conftestdata 2>/dev/null
then
  rm -f conftestdata
  ac_cv_prog_LN_S="ln -s"
else
  ac_cv_prog_LN_S=ln
fi
fi
LN_S="$ac_cv_prog_LN_S"
if test "$ac_cv_prog_LN_S" = "ln -s"; then
  echo "$ac_t""yes" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887
# Check whether --with-gnu-ld or --without-gnu-ld was given.
if test "${with_gnu_ld+set}" = set; then
  withval="$with_gnu_ld"
  test "$withval" = no || with_gnu_ld=yes
else
  with_gnu_ld=no
fi

ac_prog=ld
if test "$ac_cv_prog_gcc" = yes; then
  # Check if gcc -print-prog-name=ld gives a path.
  echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2888
echo "configure:2889: checking for ld used by GCC" >&5
2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917
  case $host in
  *-*-mingw*)
    # gcc leaves a trailing carriage return which upsets mingw
    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
  *)
    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
  esac
  case "$ac_prog" in
    # Accept absolute paths.
    [\\/]* | [A-Za-z]:[\\/]*)
      re_direlt='/[^/][^/]*/\.\./'
      # Canonicalize the path of ld
      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
      done
      test -z "$LD" && LD="$ac_prog"
      ;;
  "")
    # If it fails, then pretend we aren't using GCC.
    ac_prog=ld
    ;;
  *)
    # If it is relative, then search for the first ld in PATH.
    with_gnu_ld=unknown
    ;;
  esac
elif test "$with_gnu_ld" = yes; then
  echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2918
echo "configure:2919: checking for GNU ld" >&5
2919 2920
else
  echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2921
echo "configure:2922: checking for non-GNU ld" >&5
2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955
fi
if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -z "$LD"; then
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
  for ac_dir in $PATH; do
    test -z "$ac_dir" && ac_dir=.
    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
      ac_cv_path_LD="$ac_dir/$ac_prog"
      # Check to see if the program is GNU ld.  I'd rather use --version,
      # but apparently some GNU ld's only accept -v.
      # Break only if it was the GNU/non-GNU ld that we prefer.
      if "$ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
	test "$with_gnu_ld" != no && break
      else
	test "$with_gnu_ld" != yes && break
      fi
    fi
  done
  IFS="$ac_save_ifs"
else
  ac_cv_path_LD="$LD" # Let the user override the test with a path.
fi
fi

LD="$ac_cv_path_LD"
if test -n "$LD"; then
  echo "$ac_t""$LD" 1>&6
else
  echo "$ac_t""no" 1>&6
fi
test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2956
echo "configure:2957: checking if the linker ($LD) is GNU ld" >&5
2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971
if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
  ac_cv_prog_gnu_ld=yes
else
  ac_cv_prog_gnu_ld=no
fi
fi

echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
with_gnu_ld=$ac_cv_prog_gnu_ld


2972 2973


B
Bruce Momjian 已提交
2974
case $host_os in sysv5*)
2975
  echo $ac_n "checking whether ld -R works""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2976
echo "configure:2977: checking whether ld -R works" >&5
2977 2978 2979 2980 2981 2982
if eval "test \"`echo '$''{'pgac_cv_prog_ld_R'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  
    pgac_save_LDFLAGS=$LDFLAGS; LDFLAGS="$LDFLAGS -Wl,-R/usr/lib"
    cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
2983
#line 2984 "configure"
2984 2985 2986 2987 2988 2989
#include "confdefs.h"

int main() {

; return 0; }
EOF
B
Bruce Momjian 已提交
2990
if { (eval echo configure:2991: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007
  rm -rf conftest*
  pgac_cv_prog_ld_R=yes
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  pgac_cv_prog_ld_R=no
fi
rm -f conftest*
    LDFLAGS=$pgac_save_LDFLAGS
  
fi

echo "$ac_t""$pgac_cv_prog_ld_R" 1>&6
  ld_R_works=$pgac_cv_prog_ld_R
  
esac
3008 3009 3010
# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
B
Bruce Momjian 已提交
3011
echo "configure:3012: checking for $ac_word" >&5
3012 3013 3014 3015 3016 3017
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$RANLIB"; then
  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
else
3018 3019 3020
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_RANLIB="ranlib"
      break
    fi
  done
  IFS="$ac_save_ifs"
  test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
fi
fi
RANLIB="$ac_cv_prog_RANLIB"
if test -n "$RANLIB"; then
  echo "$ac_t""$RANLIB" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

3038 3039 3040 3041 3042
for ac_prog in lorder
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
B
Bruce Momjian 已提交
3043
echo "configure:3044: checking for $ac_word" >&5
3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071
if eval "test \"`echo '$''{'ac_cv_prog_LORDER'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$LORDER"; then
  ac_cv_prog_LORDER="$LORDER" # Let the user override the test.
else
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_LORDER="$ac_prog"
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
fi
LORDER="$ac_cv_prog_LORDER"
if test -n "$LORDER"; then
  echo "$ac_t""$LORDER" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

test -n "$LORDER" && break
done

3072 3073 3074
# Extract the first word of "tar", so it can be a program name with args.
set dummy tar; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
B
Bruce Momjian 已提交
3075
echo "configure:3076: checking for $ac_word" >&5
3076
if eval "test \"`echo '$''{'ac_cv_path_TAR'+set}'`\" = set"; then
3077 3078
  echo $ac_n "(cached) $ac_c" 1>&6
else
3079
  case "$TAR" in
3080
  /*)
3081
  ac_cv_path_TAR="$TAR" # Let the user override the test with a path.
3082
  ;;
3083
  ?:/*)			 
3084
  ac_cv_path_TAR="$TAR" # Let the user override the test with a dos path.
3085
  ;;
3086
  *)
3087 3088 3089
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
3090 3091
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
3092
      ac_cv_path_TAR="$ac_dir/$ac_word"
3093 3094 3095 3096 3097 3098 3099
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
3100 3101 3102
TAR="$ac_cv_path_TAR"
if test -n "$TAR"; then
  echo "$ac_t""$TAR" 1>&6
3103 3104 3105 3106
else
  echo "$ac_t""no" 1>&6
fi

3107 3108

for ac_prog in 'bison -y'
3109 3110 3111
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
3112
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
B
Bruce Momjian 已提交
3113
echo "configure:3114: checking for $ac_word" >&5
3114
if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
3115 3116
  echo $ac_n "(cached) $ac_c" 1>&6
else
3117 3118
  if test -n "$YACC"; then
  ac_cv_prog_YACC="$YACC" # Let the user override the test.
3119
else
3120 3121
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
3122
  for ac_dir in $ac_dummy; do
3123 3124
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
3125
      ac_cv_prog_YACC="$ac_prog"
3126 3127 3128 3129 3130
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
3131 3132 3133 3134
fi
YACC="$ac_cv_prog_YACC"
if test -n "$YACC"; then
  echo "$ac_t""$YACC" 1>&6
3135 3136 3137 3138
else
  echo "$ac_t""no" 1>&6
fi

3139 3140
test -n "$YACC" && break
done
3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151

if test -z "$YACC"; then
  echo "configure: warning: 
*** Without Bison you will not be able to build PostgreSQL from CVS or
*** change any of the parser definition files.  You can obtain Bison from
*** a GNU mirror site.  (If you are using the official distribution of
*** PostgreSQL then you do not need to worry about this because the Bison
*** output is pre-generated.)  To use a different yacc program (possible,
*** but not recommended), set the environment variable YACC before running
*** 'configure'." 1>&2
fi
3152

3153

3154 3155 3156 3157
if test "$with_tk" = yes; then
    # Extract the first word of "wish", so it can be a program name with args.
set dummy wish; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
B
Bruce Momjian 已提交
3158
echo "configure:3159: checking for $ac_word" >&5
3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189
if eval "test \"`echo '$''{'ac_cv_path_WISH'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$WISH" in
  /*)
  ac_cv_path_WISH="$WISH" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_WISH="$WISH" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_WISH="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
WISH="$ac_cv_path_WISH"
if test -n "$WISH"; then
  echo "$ac_t""$WISH" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

3190
    test -z "$WISH" && { echo "configure: error: 'wish' is required for Tk support" 1>&2; exit 1; }
3191
fi
T
Tom Lane 已提交
3192

3193 3194 3195
# Extract the first word of "perl", so it can be a program name with args.
set dummy perl; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
B
Bruce Momjian 已提交
3196
echo "configure:3197: checking for $ac_word" >&5
3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231
if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$PERL" in
  /*)
  ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_PERL="$PERL" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_PERL="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
PERL="$ac_cv_path_PERL"
if test -n "$PERL"; then
  echo "$ac_t""$PERL" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

if test "$with_perl" = yes; then
  

echo $ac_n "checking Perl installation directories""... $ac_c" 1>&6
B
Bruce Momjian 已提交
3232
echo "configure:3233: checking Perl installation directories" >&5
3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243

# These are the ones we currently need.  Others can be added easily.
perl_installsitearch=`$PERL -MConfig -e 'print $Config{installsitearch}'`
perl_installsitelib=`$PERL -MConfig -e 'print $Config{installsitelib}'`
perl_installman3dir=`$PERL -MConfig -e 'print $Config{installman3dir}'`


echo "$ac_t""done" 1>&6

fi

3244 3245 3246 3247
if test "$with_python" = yes; then
  # Extract the first word of "python", so it can be a program name with args.
set dummy python; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
B
Bruce Momjian 已提交
3248
echo "configure:3249: checking for $ac_word" >&5
3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284
if eval "test \"`echo '$''{'ac_cv_path_PYTHON'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$PYTHON" in
  /*)
  ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_PYTHON="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
PYTHON="$ac_cv_path_PYTHON"
if test -n "$PYTHON"; then
  echo "$ac_t""$PYTHON" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

if test x"$PYTHON" = x""; then
  { echo "configure: error: Python not found" 1>&2; exit 1; }
fi

  
3285
echo $ac_n "checking Python installation directories""... $ac_c" 1>&6
B
Bruce Momjian 已提交
3286
echo "configure:3287: checking Python installation directories" >&5
3287 3288 3289 3290
python_version=`${PYTHON} -c "import sys; print sys.version[:3]"`
python_prefix=`${PYTHON} -c "import sys; print sys.prefix"`
python_execprefix=`${PYTHON} -c "import sys; print sys.exec_prefix"`
python_configdir="${python_execprefix}/lib/python${python_version}/config"
3291 3292 3293 3294 3295 3296
python_moduledir="${python_prefix}/lib/python${python_version}/site-packages"
python_moduleexecdir="${python_execprefix}/lib/python${python_version}/site-packages"
python_includespec="-I${python_prefix}/include/python${python_version}"
if test "$python_prefix" != "$python_execprefix"; then
  python_includespec="-I${python_execprefix}/include/python${python_version} $python_includespec"
fi
3297

3298 3299 3300
# This should be enough of a message.
if test "$python_prefix" != "$python_execprefix"; then
  echo "$ac_t""$python_prefix/lib/python${python_version} and $python_execprefix/lib/python${python_version}" 1>&6
3301
else
3302
  echo "$ac_t""$python_prefix/lib/python${python_version}" 1>&6
3303 3304 3305 3306
fi


  
3307 3308

  
3309
echo $ac_n "checking how to link an embedded Python application""... $ac_c" 1>&6
B
Bruce Momjian 已提交
3310
echo "configure:3311: checking how to link an embedded Python application" >&5
3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325

_python_libs=`grep '^LIBS=' $python_configdir/Makefile | sed 's/^.*=//'`
_python_libc=`grep '^LIBC=' $python_configdir/Makefile | sed 's/^.*=//'`
_python_libm=`grep '^LIBM=' $python_configdir/Makefile | sed 's/^.*=//'`
_python_liblocalmod=`grep '^LOCALMODLIBS=' $python_configdir/Makefile | sed 's/^.*=//'`
_python_libbasemod=`grep '^BASEMODLIBS=' $python_configdir/Makefile | sed 's/^.*=//'`

pgac_tab="	" # tab character
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"`

echo "$ac_t""${python_libspec}" 1>&6


fi

3326

3327 3328 3329 3330
##
## Libraries
##

3331

3332
echo $ac_n "checking for readline""... $ac_c" 1>&6
B
Bruce Momjian 已提交
3333
echo "configure:3334: checking for readline" >&5
M
Marc G. Fournier 已提交
3334

3335
if eval "test \"`echo '$''{'pgac_cv_check_readline'+set}'`\" = set"; then
3336 3337
  echo $ac_n "(cached) $ac_c" 1>&6
else
3338 3339 3340 3341 3342 3343
  pgac_cv_check_readline=no
for pgac_lib in "" " -ltermcap" " -lncurses" " -lcurses" ; do
  for pgac_rllib in -lreadline -ledit ; do
    pgac_save_LIBS=$LIBS
    LIBS="${pgac_rllib}${pgac_lib} $LIBS"
    cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
3344
#line 3345 "configure"
3345 3346 3347 3348 3349
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char readline();
3350

3351 3352 3353
int main() {
readline()
; return 0; }
3354
EOF
B
Bruce Momjian 已提交
3355
if { (eval echo configure:3356: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3356
  rm -rf conftest*
3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369
  
      # NetBSD and OpenBSD have a broken linker that does not
      # recognize dependent libraries
      case $host_os in netbsd* | openbsd* )
        case $pgac_lib in
          *curses*) ;;
          *) pgac_lib=" -lcurses" ;;
        esac
      esac

      pgac_cv_check_readline="${pgac_rllib}${pgac_lib}"
      break 2
    
3370
else
3371 3372
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3373
fi
3374
rm -f conftest*
3375 3376
    LIBS=$pgac_save_LIBS
  done
3377
done
3378 3379
LIBS=$pgac_save_LIBS

3380 3381
fi

3382
if test "$pgac_cv_check_readline" != no ; then
3383 3384 3385
  cat >> confdefs.h <<\EOF
#define HAVE_LIBREADLINE 1
EOF
3386

3387 3388 3389 3390
  LIBS="$pgac_cv_check_readline $LIBS"
  echo "$ac_t""yes ($pgac_cv_check_readline)" 1>&6
else
  echo "$ac_t""no" 1>&6
3391
fi
P
Peter Eisentraut 已提交
3392 3393

echo $ac_n "checking for library containing using_history""... $ac_c" 1>&6
B
Bruce Momjian 已提交
3394
echo "configure:3395: checking for library containing using_history" >&5
P
Peter Eisentraut 已提交
3395
if eval "test \"`echo '$''{'ac_cv_search_using_history'+set}'`\" = set"; then
3396 3397
  echo $ac_n "(cached) $ac_c" 1>&6
else
P
Peter Eisentraut 已提交
3398 3399
  ac_func_search_save_LIBS="$LIBS"
ac_cv_search_using_history="no"
3400
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
3401
#line 3402 "configure"
3402
#include "confdefs.h"
B
Bruce Momjian 已提交
3403 3404 3405 3406
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char using_history();
3407

3408
int main() {
B
Bruce Momjian 已提交
3409
using_history()
3410 3411
; return 0; }
EOF
B
Bruce Momjian 已提交
3412
if { (eval echo configure:3413: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3413
  rm -rf conftest*
P
Peter Eisentraut 已提交
3414
  ac_cv_search_using_history="none required"
3415
else
3416 3417
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3418 3419
fi
rm -f conftest*
P
Peter Eisentraut 已提交
3420 3421
test "$ac_cv_search_using_history" = "no" && for i in history; do
LIBS="-l$i  $ac_func_search_save_LIBS"
3422
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
3423
#line 3424 "configure"
3424
#include "confdefs.h"
P
Peter Eisentraut 已提交
3425 3426 3427 3428
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char using_history();
3429

3430
int main() {
P
Peter Eisentraut 已提交
3431
using_history()
3432 3433
; return 0; }
EOF
B
Bruce Momjian 已提交
3434
if { (eval echo configure:3435: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3435
  rm -rf conftest*
P
Peter Eisentraut 已提交
3436 3437
  ac_cv_search_using_history="-l$i"
break
3438
else
3439 3440
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3441 3442
fi
rm -f conftest*
P
Peter Eisentraut 已提交
3443 3444
done
LIBS="$ac_func_search_save_LIBS"
3445 3446
fi

P
Peter Eisentraut 已提交
3447 3448 3449 3450 3451 3452
echo "$ac_t""$ac_cv_search_using_history" 1>&6
if test "$ac_cv_search_using_history" != "no"; then
  test "$ac_cv_search_using_history" = "none required" || LIBS="$ac_cv_search_using_history $LIBS"
  cat >> confdefs.h <<\EOF
#define HAVE_HISTORY_FUNCTIONS 1
EOF
B
Bruce Momjian 已提交
3453

P
Peter Eisentraut 已提交
3454 3455
else :
  
B
Bruce Momjian 已提交
3456 3457
fi

B
Bruce Momjian 已提交
3458
if test "$PORTNAME" != "aix" -a "$PORTNAME" != "alpha"
3459 3460
then
	echo $ac_n "checking for main in -lbsd""... $ac_c" 1>&6
B
Bruce Momjian 已提交
3461
echo "configure:3462: checking for main in -lbsd" >&5
3462
ac_lib_var=`echo bsd'_'main | sed 'y%./+-%__p_%'`
3463 3464 3465 3466
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
3467
LIBS="-lbsd  $LIBS"
3468
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
3469
#line 3470 "configure"
3470 3471
#include "confdefs.h"

3472
int main() {
3473 3474 3475
main()
; return 0; }
EOF
B
Bruce Momjian 已提交
3476
if { (eval echo configure:3477: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3477 3478 3479
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3480 3481
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3482 3483 3484 3485 3486 3487 3488 3489 3490
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
3491
    ac_tr_lib=HAVE_LIB`echo bsd | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3492
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3493 3494 3495 3496
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3497
  LIBS="-lbsd $LIBS"
3498 3499 3500 3501 3502

else
  echo "$ac_t""no" 1>&6
fi

3503
fi
3504
echo $ac_n "checking for setproctitle in -lutil""... $ac_c" 1>&6
B
Bruce Momjian 已提交
3505
echo "configure:3506: checking for setproctitle in -lutil" >&5
3506
ac_lib_var=`echo util'_'setproctitle | sed 'y%./+-%__p_%'`
M
 
Marc G. Fournier 已提交
3507 3508 3509 3510 3511 3512
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
LIBS="-lutil  $LIBS"
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
3513
#line 3514 "configure"
M
 
Marc G. Fournier 已提交
3514
#include "confdefs.h"
3515 3516 3517 3518
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char setproctitle();
M
 
Marc G. Fournier 已提交
3519 3520

int main() {
3521
setproctitle()
M
 
Marc G. Fournier 已提交
3522 3523
; return 0; }
EOF
B
Bruce Momjian 已提交
3524
if { (eval echo configure:3525: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
M
 
Marc G. Fournier 已提交
3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_lib=HAVE_LIB`echo util | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-lutil $LIBS"

else
  echo "$ac_t""no" 1>&6
fi

3551
echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
B
Bruce Momjian 已提交
3552
echo "configure:3553: checking for main in -lm" >&5
3553
ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
3554 3555 3556 3557
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
3558
LIBS="-lm  $LIBS"
3559
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
3560
#line 3561 "configure"
3561 3562
#include "confdefs.h"

3563
int main() {
3564 3565 3566
main()
; return 0; }
EOF
B
Bruce Momjian 已提交
3567
if { (eval echo configure:3568: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3568 3569 3570
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3571 3572
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3573 3574 3575 3576 3577 3578 3579 3580 3581
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
3582
    ac_tr_lib=HAVE_LIB`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3583
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3584 3585 3586 3587
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3588
  LIBS="-lm $LIBS"
3589 3590 3591 3592 3593

else
  echo "$ac_t""no" 1>&6
fi

3594
echo $ac_n "checking for main in -ldl""... $ac_c" 1>&6
B
Bruce Momjian 已提交
3595
echo "configure:3596: checking for main in -ldl" >&5
3596
ac_lib_var=`echo dl'_'main | sed 'y%./+-%__p_%'`
3597 3598 3599 3600
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
3601
LIBS="-ldl  $LIBS"
3602
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
3603
#line 3604 "configure"
3604 3605
#include "confdefs.h"

3606
int main() {
3607 3608 3609
main()
; return 0; }
EOF
B
Bruce Momjian 已提交
3610
if { (eval echo configure:3611: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3611 3612 3613
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3614 3615
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3616 3617 3618 3619 3620 3621 3622 3623 3624
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
3625
    ac_tr_lib=HAVE_LIB`echo dl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3626
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3627 3628 3629 3630
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3631
  LIBS="-ldl $LIBS"
3632 3633 3634 3635 3636

else
  echo "$ac_t""no" 1>&6
fi

3637
echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6
B
Bruce Momjian 已提交
3638
echo "configure:3639: checking for main in -lsocket" >&5
3639
ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`
3640 3641 3642 3643
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
3644
LIBS="-lsocket  $LIBS"
3645
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
3646
#line 3647 "configure"
3647 3648
#include "confdefs.h"

3649
int main() {
3650 3651 3652
main()
; return 0; }
EOF
B
Bruce Momjian 已提交
3653
if { (eval echo configure:3654: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3654 3655 3656
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3657 3658
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3659 3660 3661 3662 3663 3664 3665 3666 3667
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
3668
    ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3669
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3670 3671 3672 3673
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3674
  LIBS="-lsocket $LIBS"
3675 3676 3677 3678 3679

else
  echo "$ac_t""no" 1>&6
fi

3680
echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6
B
Bruce Momjian 已提交
3681
echo "configure:3682: checking for main in -lnsl" >&5
3682
ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`
3683 3684 3685 3686
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
3687
LIBS="-lnsl  $LIBS"
3688
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
3689
#line 3690 "configure"
3690 3691
#include "confdefs.h"

3692
int main() {
3693 3694 3695
main()
; return 0; }
EOF
B
Bruce Momjian 已提交
3696
if { (eval echo configure:3697: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3697 3698 3699
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3700 3701
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3702 3703 3704 3705 3706 3707 3708 3709 3710
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
3711
    ac_tr_lib=HAVE_LIB`echo nsl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3712
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3713 3714 3715 3716
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3717
  LIBS="-lnsl $LIBS"
3718 3719 3720 3721 3722

else
  echo "$ac_t""no" 1>&6
fi

3723
echo $ac_n "checking for main in -lipc""... $ac_c" 1>&6
B
Bruce Momjian 已提交
3724
echo "configure:3725: checking for main in -lipc" >&5
3725
ac_lib_var=`echo ipc'_'main | sed 'y%./+-%__p_%'`
3726 3727 3728 3729
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
3730
LIBS="-lipc  $LIBS"
3731
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
3732
#line 3733 "configure"
3733 3734
#include "confdefs.h"

3735
int main() {
3736 3737 3738
main()
; return 0; }
EOF
B
Bruce Momjian 已提交
3739
if { (eval echo configure:3740: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3740 3741 3742
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3743 3744
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3745 3746 3747 3748 3749 3750 3751 3752 3753
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
3754
    ac_tr_lib=HAVE_LIB`echo ipc | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3755
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3756 3757 3758 3759
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3760
  LIBS="-lipc $LIBS"
3761 3762 3763 3764 3765

else
  echo "$ac_t""no" 1>&6
fi

3766
echo $ac_n "checking for main in -lIPC""... $ac_c" 1>&6
B
Bruce Momjian 已提交
3767
echo "configure:3768: checking for main in -lIPC" >&5
3768
ac_lib_var=`echo IPC'_'main | sed 'y%./+-%__p_%'`
3769 3770 3771 3772
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
3773
LIBS="-lIPC  $LIBS"
3774
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
3775
#line 3776 "configure"
3776 3777
#include "confdefs.h"

3778
int main() {
3779 3780 3781
main()
; return 0; }
EOF
B
Bruce Momjian 已提交
3782
if { (eval echo configure:3783: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3783 3784 3785
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3786 3787
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3788 3789 3790 3791 3792 3793 3794 3795 3796
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
3797
    ac_tr_lib=HAVE_LIB`echo IPC | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3798
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3799 3800 3801 3802
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3803
  LIBS="-lIPC $LIBS"
3804 3805 3806 3807 3808

else
  echo "$ac_t""no" 1>&6
fi

3809
echo $ac_n "checking for main in -llc""... $ac_c" 1>&6
B
Bruce Momjian 已提交
3810
echo "configure:3811: checking for main in -llc" >&5
3811
ac_lib_var=`echo lc'_'main | sed 'y%./+-%__p_%'`
3812 3813 3814 3815
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
3816
LIBS="-llc  $LIBS"
3817
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
3818
#line 3819 "configure"
3819 3820
#include "confdefs.h"

3821
int main() {
3822 3823 3824
main()
; return 0; }
EOF
B
Bruce Momjian 已提交
3825
if { (eval echo configure:3826: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3826 3827 3828
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3829 3830
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3831 3832 3833 3834 3835 3836 3837 3838 3839
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
3840
    ac_tr_lib=HAVE_LIB`echo lc | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3841
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3842 3843 3844 3845
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3846
  LIBS="-llc $LIBS"
3847 3848 3849 3850 3851

else
  echo "$ac_t""no" 1>&6
fi

3852
echo $ac_n "checking for main in -ldld""... $ac_c" 1>&6
B
Bruce Momjian 已提交
3853
echo "configure:3854: checking for main in -ldld" >&5
3854
ac_lib_var=`echo dld'_'main | sed 'y%./+-%__p_%'`
3855 3856 3857 3858
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
3859
LIBS="-ldld  $LIBS"
3860
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
3861
#line 3862 "configure"
3862 3863
#include "confdefs.h"

3864
int main() {
3865 3866 3867
main()
; return 0; }
EOF
B
Bruce Momjian 已提交
3868
if { (eval echo configure:3869: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3869 3870 3871
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3872 3873
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3874 3875 3876 3877 3878 3879 3880 3881 3882
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
3883
    ac_tr_lib=HAVE_LIB`echo dld | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3884
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3885 3886 3887 3888
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3889
  LIBS="-ldld $LIBS"
3890 3891 3892 3893 3894

else
  echo "$ac_t""no" 1>&6
fi

3895
echo $ac_n "checking for main in -lld""... $ac_c" 1>&6
B
Bruce Momjian 已提交
3896
echo "configure:3897: checking for main in -lld" >&5
3897
ac_lib_var=`echo ld'_'main | sed 'y%./+-%__p_%'`
3898 3899 3900 3901 3902 3903
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
LIBS="-lld  $LIBS"
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
3904
#line 3905 "configure"
3905 3906
#include "confdefs.h"

3907
int main() {
3908 3909 3910
main()
; return 0; }
EOF
B
Bruce Momjian 已提交
3911
if { (eval echo configure:3912: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3912 3913 3914
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3915 3916
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3917 3918 3919 3920 3921 3922 3923 3924 3925
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
3926 3927
    ac_tr_lib=HAVE_LIB`echo ld | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3928 3929 3930 3931 3932 3933 3934 3935 3936 3937
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-lld $LIBS"

else
  echo "$ac_t""no" 1>&6
fi

3938
echo $ac_n "checking for main in -lcompat""... $ac_c" 1>&6
B
Bruce Momjian 已提交
3939
echo "configure:3940: checking for main in -lcompat" >&5
3940 3941 3942 3943 3944 3945 3946
ac_lib_var=`echo compat'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
LIBS="-lcompat  $LIBS"
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
3947
#line 3948 "configure"
3948 3949 3950 3951 3952 3953
#include "confdefs.h"

int main() {
main()
; return 0; }
EOF
B
Bruce Momjian 已提交
3954
if { (eval echo configure:3955: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_lib=HAVE_LIB`echo compat | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-lcompat $LIBS"

else
  echo "$ac_t""no" 1>&6
fi

echo $ac_n "checking for main in -lBSD""... $ac_c" 1>&6
B
Bruce Momjian 已提交
3982
echo "configure:3983: checking for main in -lBSD" >&5
3983 3984 3985 3986 3987 3988 3989
ac_lib_var=`echo BSD'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
LIBS="-lBSD  $LIBS"
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
3990
#line 3991 "configure"
3991 3992 3993 3994 3995 3996
#include "confdefs.h"

int main() {
main()
; return 0; }
EOF
B
Bruce Momjian 已提交
3997
if { (eval echo configure:3998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_lib=HAVE_LIB`echo BSD | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-lBSD $LIBS"

else
  echo "$ac_t""no" 1>&6
fi

echo $ac_n "checking for main in -lgen""... $ac_c" 1>&6
B
Bruce Momjian 已提交
4025
echo "configure:4026: checking for main in -lgen" >&5
4026 4027 4028 4029 4030 4031 4032
ac_lib_var=`echo gen'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
LIBS="-lgen  $LIBS"
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
4033
#line 4034 "configure"
4034 4035 4036 4037 4038 4039
#include "confdefs.h"

int main() {
main()
; return 0; }
EOF
B
Bruce Momjian 已提交
4040
if { (eval echo configure:4041: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_lib=HAVE_LIB`echo gen | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-lgen $LIBS"

else
  echo "$ac_t""no" 1>&6
fi

echo $ac_n "checking for main in -lPW""... $ac_c" 1>&6
B
Bruce Momjian 已提交
4068
echo "configure:4069: checking for main in -lPW" >&5
4069 4070 4071 4072 4073 4074 4075
ac_lib_var=`echo PW'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
LIBS="-lPW  $LIBS"
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
4076
#line 4077 "configure"
4077 4078 4079 4080 4081 4082
#include "confdefs.h"

int main() {
main()
; return 0; }
EOF
B
Bruce Momjian 已提交
4083
if { (eval echo configure:4084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_lib=HAVE_LIB`echo PW | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-lPW $LIBS"

else
  echo "$ac_t""no" 1>&6
fi

P
Peter Eisentraut 已提交
4110
echo $ac_n "checking for main in -lresolv""... $ac_c" 1>&6
B
Bruce Momjian 已提交
4111
echo "configure:4112: checking for main in -lresolv" >&5
P
Peter Eisentraut 已提交
4112 4113 4114 4115 4116 4117 4118
ac_lib_var=`echo resolv'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
LIBS="-lresolv  $LIBS"
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
4119
#line 4120 "configure"
P
Peter Eisentraut 已提交
4120 4121 4122 4123 4124 4125
#include "confdefs.h"

int main() {
main()
; return 0; }
EOF
B
Bruce Momjian 已提交
4126
if { (eval echo configure:4127: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
P
Peter Eisentraut 已提交
4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_lib=HAVE_LIB`echo resolv | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-lresolv $LIBS"

else
  echo "$ac_t""no" 1>&6
fi

4153
# QNX:
4154
echo $ac_n "checking for main in -lunix""... $ac_c" 1>&6
B
Bruce Momjian 已提交
4155
echo "configure:4156: checking for main in -lunix" >&5
4156 4157 4158 4159 4160 4161 4162
ac_lib_var=`echo unix'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
LIBS="-lunix  $LIBS"
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
4163
#line 4164 "configure"
4164 4165 4166 4167 4168 4169
#include "confdefs.h"

int main() {
main()
; return 0; }
EOF
B
Bruce Momjian 已提交
4170
if { (eval echo configure:4171: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_lib=HAVE_LIB`echo [unix] | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-lunix $LIBS"

else
  echo "$ac_t""no" 1>&6
fi

4197 4198

echo $ac_n "checking for library containing crypt""... $ac_c" 1>&6
B
Bruce Momjian 已提交
4199
echo "configure:4200: checking for library containing crypt" >&5
4200 4201 4202 4203 4204 4205
if eval "test \"`echo '$''{'ac_cv_search_crypt'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_func_search_save_LIBS="$LIBS"
ac_cv_search_crypt="no"
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
4206
#line 4207 "configure"
4207 4208 4209 4210 4211 4212 4213 4214 4215 4216
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char crypt();

int main() {
crypt()
; return 0; }
EOF
B
Bruce Momjian 已提交
4217
if { (eval echo configure:4218: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4218 4219 4220 4221 4222 4223 4224 4225 4226 4227
  rm -rf conftest*
  ac_cv_search_crypt="none required"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
fi
rm -f conftest*
test "$ac_cv_search_crypt" = "no" && for i in crypt; do
LIBS="-l$i  $ac_func_search_save_LIBS"
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
4228
#line 4229 "configure"
4229 4230 4231 4232 4233 4234 4235 4236 4237 4238
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char crypt();

int main() {
crypt()
; return 0; }
EOF
B
Bruce Momjian 已提交
4239
if { (eval echo configure:4240: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258
  rm -rf conftest*
  ac_cv_search_crypt="-l$i"
break
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
fi
rm -f conftest*
done
LIBS="$ac_func_search_save_LIBS"
fi

echo "$ac_t""$ac_cv_search_crypt" 1>&6
if test "$ac_cv_search_crypt" != "no"; then
  test "$ac_cv_search_crypt" = "none required" || LIBS="$ac_cv_search_crypt $LIBS"
  
else :
  
fi
4259
# BeOS:
4260
echo $ac_n "checking for __inet_ntoa in -lbind""... $ac_c" 1>&6
B
Bruce Momjian 已提交
4261
echo "configure:4262: checking for __inet_ntoa in -lbind" >&5
4262
ac_lib_var=`echo bind'_'__inet_ntoa | sed 'y%./+-%__p_%'`
4263 4264 4265 4266
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
4267
LIBS="-lbind  $LIBS"
4268
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
4269
#line 4270 "configure"
4270 4271 4272 4273
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
4274
char __inet_ntoa();
4275 4276

int main() {
4277
__inet_ntoa()
4278 4279
; return 0; }
EOF
B
Bruce Momjian 已提交
4280
if { (eval echo configure:4281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
4295
    ac_tr_lib=HAVE_LIB`echo bind | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4296 4297 4298 4299 4300
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

4301
  LIBS="-lbind $LIBS"
4302 4303 4304 4305 4306

else
  echo "$ac_t""no" 1>&6
fi

4307 4308 4309 4310
# Only consider libz to be present if we find <zlib.h> as well;
# furthermore, check that <zlib.h> defines z_streamp (versions before
# about 1.0.4 did not).  While we could work around the lack of z_streamp,
# it seems unwise to encourage people to use such old zlib versions...
4311
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
4312
#line 4313 "configure"
4313 4314 4315
#include "confdefs.h"
#include <zlib.h>
EOF
4316 4317
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "z_streamp" >/dev/null 2>&1; then
4318 4319 4320
  rm -rf conftest*
  
echo $ac_n "checking for inflate in -lz""... $ac_c" 1>&6
B
Bruce Momjian 已提交
4321
echo "configure:4322: checking for inflate in -lz" >&5
4322
ac_lib_var=`echo z'_'inflate | sed 'y%./+-%__p_%'`
4323
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
B
Bruce Momjian 已提交
4324 4325
  echo $ac_n "(cached) $ac_c" 1>&6
else
4326
  ac_save_LIBS="$LIBS"
4327
LIBS="-lz  $LIBS"
B
Bruce Momjian 已提交
4328
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
4329
#line 4330 "configure"
B
Bruce Momjian 已提交
4330
#include "confdefs.h"
P
Peter Eisentraut 已提交
4331 4332 4333
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
4334
char inflate();
B
Bruce Momjian 已提交
4335 4336

int main() {
4337
inflate()
B
Bruce Momjian 已提交
4338 4339
; return 0; }
EOF
B
Bruce Momjian 已提交
4340
if { (eval echo configure:4341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
B
Bruce Momjian 已提交
4341
  rm -rf conftest*
4342
  eval "ac_cv_lib_$ac_lib_var=yes"
B
Bruce Momjian 已提交
4343 4344 4345
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
4346 4347
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
B
Bruce Momjian 已提交
4348 4349
fi
rm -f conftest*
4350
LIBS="$ac_save_LIBS"
B
Bruce Momjian 已提交
4351

4352 4353 4354
fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
4355
    ac_tr_lib=HAVE_LIB`echo z | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4356 4357 4358
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
B
Bruce Momjian 已提交
4359
EOF
4360

4361 4362 4363 4364 4365 4366
  LIBS="-lz $LIBS"

else
  echo "$ac_t""no" 1>&6
fi

4367

B
Bruce Momjian 已提交
4368
fi
4369
rm -f conftest*
B
Bruce Momjian 已提交
4370

4371
# Solaris:
4372

4373
echo $ac_n "checking for library containing fdatasync""... $ac_c" 1>&6
B
Bruce Momjian 已提交
4374
echo "configure:4375: checking for library containing fdatasync" >&5
4375 4376 4377 4378 4379 4380
if eval "test \"`echo '$''{'ac_cv_search_fdatasync'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_func_search_save_LIBS="$LIBS"
ac_cv_search_fdatasync="no"
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
4381
#line 4382 "configure"
4382 4383 4384 4385 4386 4387 4388 4389 4390 4391
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char fdatasync();

int main() {
fdatasync()
; return 0; }
EOF
B
Bruce Momjian 已提交
4392
if { (eval echo configure:4393: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4393 4394 4395 4396 4397 4398 4399
  rm -rf conftest*
  ac_cv_search_fdatasync="none required"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
fi
rm -f conftest*
4400
test "$ac_cv_search_fdatasync" = "no" && for i in rt posix4; do
4401 4402
LIBS="-l$i  $ac_func_search_save_LIBS"
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
4403
#line 4404 "configure"
4404 4405 4406 4407 4408 4409 4410 4411 4412 4413
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char fdatasync();

int main() {
fdatasync()
; return 0; }
EOF
B
Bruce Momjian 已提交
4414
if { (eval echo configure:4415: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433
  rm -rf conftest*
  ac_cv_search_fdatasync="-l$i"
break
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
fi
rm -f conftest*
done
LIBS="$ac_func_search_save_LIBS"
fi

echo "$ac_t""$ac_cv_search_fdatasync" 1>&6
if test "$ac_cv_search_fdatasync" != "no"; then
  test "$ac_cv_search_fdatasync" = "none required" || LIBS="$ac_cv_search_fdatasync $LIBS"
  
else :
  
fi
B
Bruce Momjian 已提交
4434

4435 4436
if test "$with_krb4" = yes ; then
  echo $ac_n "checking for des_encrypt in -ldes""... $ac_c" 1>&6
B
Bruce Momjian 已提交
4437
echo "configure:4438: checking for des_encrypt in -ldes" >&5
4438 4439 4440 4441 4442 4443 4444
ac_lib_var=`echo des'_'des_encrypt | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
LIBS="-ldes  $LIBS"
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
4445
#line 4446 "configure"
4446 4447 4448 4449 4450 4451 4452 4453 4454 4455
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char des_encrypt();

int main() {
des_encrypt()
; return 0; }
EOF
B
Bruce Momjian 已提交
4456
if { (eval echo configure:4457: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_lib=HAVE_LIB`echo des | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-ldes $LIBS"

else
  echo "$ac_t""no" 1>&6
4481
{ echo "configure: error: library 'des' is required for Kerberos 4" 1>&2; exit 1; }
4482 4483 4484
fi

  echo $ac_n "checking for krb_sendauth in -lkrb""... $ac_c" 1>&6
B
Bruce Momjian 已提交
4485
echo "configure:4486: checking for krb_sendauth in -lkrb" >&5
4486 4487 4488 4489 4490 4491 4492
ac_lib_var=`echo krb'_'krb_sendauth | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
LIBS="-lkrb  $LIBS"
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
4493
#line 4494 "configure"
4494 4495 4496 4497 4498 4499 4500 4501 4502 4503
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char krb_sendauth();

int main() {
krb_sendauth()
; return 0; }
EOF
B
Bruce Momjian 已提交
4504
if { (eval echo configure:4505: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_lib=HAVE_LIB`echo krb | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-lkrb $LIBS"

else
  echo "$ac_t""no" 1>&6
4529
{ echo "configure: error: library 'krb' is required for Kerberos 4" 1>&2; exit 1; }
4530 4531 4532 4533 4534
fi

fi

if test "$with_krb5" = yes ; then
4535
  echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6
B
Bruce Momjian 已提交
4536
echo "configure:4537: checking for com_err in -lcom_err" >&5
4537
ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'`
4538 4539 4540 4541
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
4542
LIBS="-lcom_err  $LIBS"
4543
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
4544
#line 4545 "configure"
4545
#include "confdefs.h"
4546 4547 4548 4549
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char com_err();
4550

4551
int main() {
4552
com_err()
4553 4554
; return 0; }
EOF
B
Bruce Momjian 已提交
4555
if { (eval echo configure:4556: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4556 4557 4558
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
4559 4560
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
4561 4562 4563 4564 4565 4566 4567 4568 4569
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
4570
    ac_tr_lib=HAVE_LIB`echo com_err | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4571
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
4572 4573 4574 4575
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

4576
  LIBS="-lcom_err $LIBS"
4577 4578 4579

else
  echo "$ac_t""no" 1>&6
4580
{ echo "configure: error: library 'com_err' is required for Kerberos 5" 1>&2; exit 1; }
4581 4582
fi

4583
  echo $ac_n "checking for krb5_encrypt in -lcrypto""... $ac_c" 1>&6
B
Bruce Momjian 已提交
4584
echo "configure:4585: checking for krb5_encrypt in -lcrypto" >&5
4585
ac_lib_var=`echo crypto'_'krb5_encrypt | sed 'y%./+-%__p_%'`
4586 4587 4588 4589
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
4590
LIBS="-lcrypto  $LIBS"
4591
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
4592
#line 4593 "configure"
4593
#include "confdefs.h"
4594 4595 4596 4597
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char krb5_encrypt();
4598

4599
int main() {
4600
krb5_encrypt()
4601 4602
; return 0; }
EOF
B
Bruce Momjian 已提交
4603
if { (eval echo configure:4604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4604 4605 4606
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
4607 4608
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
4609 4610 4611 4612 4613 4614 4615 4616 4617
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
4618
    ac_tr_lib=HAVE_LIB`echo crypto | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4619
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
4620 4621 4622 4623
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

4624
  LIBS="-lcrypto $LIBS"
4625

4626 4627 4628
else
  echo "$ac_t""no" 1>&6
echo $ac_n "checking for krb5_encrypt in -lk5crypto""... $ac_c" 1>&6
B
Bruce Momjian 已提交
4629
echo "configure:4630: checking for krb5_encrypt in -lk5crypto" >&5
4630 4631 4632 4633 4634 4635 4636
ac_lib_var=`echo k5crypto'_'krb5_encrypt | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
LIBS="-lk5crypto  $LIBS"
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
4637
#line 4638 "configure"
4638 4639 4640 4641 4642 4643 4644 4645 4646 4647
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char krb5_encrypt();

int main() {
krb5_encrypt()
; return 0; }
EOF
B
Bruce Momjian 已提交
4648
if { (eval echo configure:4649: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_lib=HAVE_LIB`echo k5crypto | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-lk5crypto $LIBS"

4671 4672
else
  echo "$ac_t""no" 1>&6
4673
{ echo "configure: error: library 'crypto' or 'k5crypto' is required for Kerberos 5" 1>&2; exit 1; }
4674 4675
fi

4676 4677 4678
fi

  echo $ac_n "checking for krb5_sendauth in -lkrb5""... $ac_c" 1>&6
B
Bruce Momjian 已提交
4679
echo "configure:4680: checking for krb5_sendauth in -lkrb5" >&5
4680
ac_lib_var=`echo krb5'_'krb5_sendauth | sed 'y%./+-%__p_%'`
M
Marc G. Fournier 已提交
4681 4682 4683 4684
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
4685
LIBS="-lkrb5  $LIBS"
M
Marc G. Fournier 已提交
4686
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
4687
#line 4688 "configure"
M
Marc G. Fournier 已提交
4688
#include "confdefs.h"
4689 4690 4691 4692
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char krb5_sendauth();
M
Marc G. Fournier 已提交
4693

4694
int main() {
4695
krb5_sendauth()
M
Marc G. Fournier 已提交
4696 4697
; return 0; }
EOF
B
Bruce Momjian 已提交
4698
if { (eval echo configure:4699: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
M
Marc G. Fournier 已提交
4699 4700 4701
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
4702 4703
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
M
Marc G. Fournier 已提交
4704 4705 4706 4707 4708 4709 4710 4711 4712
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
4713
    ac_tr_lib=HAVE_LIB`echo krb5 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4714
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
M
Marc G. Fournier 已提交
4715 4716 4717 4718
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

4719
  LIBS="-lkrb5 $LIBS"
M
Marc G. Fournier 已提交
4720 4721 4722

else
  echo "$ac_t""no" 1>&6
4723
{ echo "configure: error: library 'krb5' is required for Kerberos 5" 1>&2; exit 1; }
M
Marc G. Fournier 已提交
4724 4725
fi

4726 4727 4728 4729
fi

if test "$with_openssl" = yes ; then
    echo $ac_n "checking for CRYPTO_new_ex_data in -lcrypto""... $ac_c" 1>&6
B
Bruce Momjian 已提交
4730
echo "configure:4731: checking for CRYPTO_new_ex_data in -lcrypto" >&5
4731
ac_lib_var=`echo crypto'_'CRYPTO_new_ex_data | sed 'y%./+-%__p_%'`
4732 4733 4734 4735
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
4736
LIBS="-lcrypto  $LIBS"
4737
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
4738
#line 4739 "configure"
4739
#include "confdefs.h"
4740 4741 4742 4743
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char CRYPTO_new_ex_data();
4744 4745

int main() {
4746
CRYPTO_new_ex_data()
4747 4748
; return 0; }
EOF
B
Bruce Momjian 已提交
4749
if { (eval echo configure:4750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
4764
    ac_tr_lib=HAVE_LIB`echo crypto | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4765 4766 4767 4768 4769
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

4770
  LIBS="-lcrypto $LIBS"
4771 4772 4773

else
  echo "$ac_t""no" 1>&6
4774
{ echo "configure: error: library 'crypto' is required for OpenSSL" 1>&2; exit 1; }
4775 4776
fi

4777
  echo $ac_n "checking for SSL_library_init in -lssl""... $ac_c" 1>&6
B
Bruce Momjian 已提交
4778
echo "configure:4779: checking for SSL_library_init in -lssl" >&5
4779 4780
ac_lib_var=`echo ssl'_'SSL_library_init | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4781 4782
  echo $ac_n "(cached) $ac_c" 1>&6
else
4783 4784
  ac_save_LIBS="$LIBS"
LIBS="-lssl  $LIBS"
4785
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
4786
#line 4787 "configure"
4787
#include "confdefs.h"
4788 4789 4790
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
4791
char SSL_library_init();
4792 4793

int main() {
4794
SSL_library_init()
4795 4796
; return 0; }
EOF
B
Bruce Momjian 已提交
4797
if { (eval echo configure:4798: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4798
  rm -rf conftest*
4799
  eval "ac_cv_lib_$ac_lib_var=yes"
4800 4801 4802
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
4803 4804
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
4805 4806
fi
rm -f conftest*
4807
LIBS="$ac_save_LIBS"
4808

4809 4810 4811 4812 4813 4814 4815
fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_lib=HAVE_LIB`echo ssl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
4816
EOF
4817 4818 4819

  LIBS="-lssl $LIBS"

4820
else
4821
  echo "$ac_t""no" 1>&6
4822
{ echo "configure: error: library 'ssl' is required for OpenSSL" 1>&2; exit 1; }
4823 4824
fi

P
Peter Eisentraut 已提交
4825 4826
fi

4827 4828
if test "$with_pam" = yes ; then
  echo $ac_n "checking for pam_start in -lpam""... $ac_c" 1>&6
B
Bruce Momjian 已提交
4829
echo "configure:4830: checking for pam_start in -lpam" >&5
4830 4831 4832 4833 4834 4835 4836
ac_lib_var=`echo pam'_'pam_start | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
LIBS="-lpam  $LIBS"
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
4837
#line 4838 "configure"
4838 4839 4840 4841 4842 4843 4844 4845 4846 4847
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char pam_start();

int main() {
pam_start()
; return 0; }
EOF
B
Bruce Momjian 已提交
4848
if { (eval echo configure:4849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_lib=HAVE_LIB`echo pam | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-lpam $LIBS"

else
  echo "$ac_t""no" 1>&6
{ echo "configure: error: library 'pam' is required for PAM" 1>&2; exit 1; }
fi

fi

P
Peter Eisentraut 已提交
4878 4879 4880 4881
if test "$enable_nls" = yes ; then
  
  
echo $ac_n "checking for library containing gettext""... $ac_c" 1>&6
B
Bruce Momjian 已提交
4882
echo "configure:4883: checking for library containing gettext" >&5
P
Peter Eisentraut 已提交
4883 4884 4885 4886 4887 4888
if eval "test \"`echo '$''{'ac_cv_search_gettext'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_func_search_save_LIBS="$LIBS"
ac_cv_search_gettext="no"
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
4889
#line 4890 "configure"
P
Peter Eisentraut 已提交
4890 4891 4892 4893 4894 4895 4896 4897 4898 4899
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char gettext();

int main() {
gettext()
; return 0; }
EOF
B
Bruce Momjian 已提交
4900
if { (eval echo configure:4901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
P
Peter Eisentraut 已提交
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910
  rm -rf conftest*
  ac_cv_search_gettext="none required"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
fi
rm -f conftest*
test "$ac_cv_search_gettext" = "no" && for i in intl; do
LIBS="-l$i  $ac_func_search_save_LIBS"
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
4911
#line 4912 "configure"
P
Peter Eisentraut 已提交
4912 4913 4914 4915 4916 4917 4918 4919 4920 4921
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char gettext();

int main() {
gettext()
; return 0; }
EOF
B
Bruce Momjian 已提交
4922
if { (eval echo configure:4923: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
P
Peter Eisentraut 已提交
4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943
  rm -rf conftest*
  ac_cv_search_gettext="-l$i"
break
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
fi
rm -f conftest*
done
LIBS="$ac_func_search_save_LIBS"
fi

echo "$ac_t""$ac_cv_search_gettext" 1>&6
if test "$ac_cv_search_gettext" != "no"; then
  test "$ac_cv_search_gettext" = "none required" || LIBS="$ac_cv_search_gettext $LIBS"
  
else :
  { echo "configure: error: a gettext implementation is required for NLS" 1>&2; exit 1; }
fi
  ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
B
Bruce Momjian 已提交
4944
echo "configure:4945: checking for libintl.h" >&5
P
Peter Eisentraut 已提交
4945 4946 4947 4948
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
4949
#line 4950 "configure"
P
Peter Eisentraut 已提交
4950 4951 4952 4953
#include "confdefs.h"
#include <libintl.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
B
Bruce Momjian 已提交
4954
{ (eval echo configure:4955: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
P
Peter Eisentraut 已提交
4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 4979 4980
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  :
else
  echo "$ac_t""no" 1>&6
{ echo "configure: error: header file <libintl.h> is required for NLS" 1>&2; exit 1; }
fi

  for ac_prog in msgfmt
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
B
Bruce Momjian 已提交
4981
echo "configure:4982: checking for $ac_word" >&5
P
Peter Eisentraut 已提交
4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017
if eval "test \"`echo '$''{'ac_cv_prog_MSGFMT'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$MSGFMT"; then
  ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
else
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_MSGFMT="$ac_prog"
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
fi
MSGFMT="$ac_cv_prog_MSGFMT"
if test -n "$MSGFMT"; then
  echo "$ac_t""$MSGFMT" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

test -n "$MSGFMT" && break
done

  if test -z "$MSGFMT"; then
    { echo "configure: error: msgfmt is required for NLS" 1>&2; exit 1; }
  fi
  for ac_prog in msgmerge
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
B
Bruce Momjian 已提交
5018
echo "configure:5019: checking for $ac_word" >&5
P
Peter Eisentraut 已提交
5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051
if eval "test \"`echo '$''{'ac_cv_prog_MSGMERGE'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$MSGMERGE"; then
  ac_cv_prog_MSGMERGE="$MSGMERGE" # Let the user override the test.
else
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_MSGMERGE="$ac_prog"
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
fi
MSGMERGE="$ac_cv_prog_MSGMERGE"
if test -n "$MSGMERGE"; then
  echo "$ac_t""$MSGMERGE" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

test -n "$MSGMERGE" && break
done

  for ac_prog in xgettext
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
B
Bruce Momjian 已提交
5052
echo "configure:5053: checking for $ac_word" >&5
P
Peter Eisentraut 已提交
5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081 5082
if eval "test \"`echo '$''{'ac_cv_prog_XGETTEXT'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$XGETTEXT"; then
  ac_cv_prog_XGETTEXT="$XGETTEXT" # Let the user override the test.
else
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_XGETTEXT="$ac_prog"
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
fi
XGETTEXT="$ac_cv_prog_XGETTEXT"
if test -n "$XGETTEXT"; then
  echo "$ac_t""$XGETTEXT" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

test -n "$XGETTEXT" && break
done


  # Note: share/locale is always the default, independent of $datadir
5083
  localedir='${prefix}/share/locale'
P
Peter Eisentraut 已提交
5084
  if test x"$prefix" = x"NONE"; then
5085
    exp_localedir="$ac_default_prefix/share/locale"
P
Peter Eisentraut 已提交
5086
  else
5087
    exp_localedir="$prefix/share/locale"
P
Peter Eisentraut 已提交
5088 5089 5090 5091
  fi

  
  cat >> confdefs.h <<EOF
5092
#define LOCALEDIR "$exp_localedir"
P
Peter Eisentraut 已提交
5093 5094 5095
EOF


5096
fi
M
Marc G. Fournier 已提交
5097

5098 5099 5100
##
## Header files
##
5101
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
5102
do
5103
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5104
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
B
Bruce Momjian 已提交
5105
echo "configure:5106: checking for $ac_hdr" >&5
5106 5107 5108 5109
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
5110
#line 5111 "configure"
5111 5112 5113 5114
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
B
Bruce Momjian 已提交
5115
{ (eval echo configure:5116: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5116
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140
if test -z "$ac_err"; then
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  cat >> confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
 
else
  echo "$ac_t""no" 1>&6
fi
done

5141

5142
for ac_hdr in netinet/in.h
5143 5144 5145
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
B
Bruce Momjian 已提交
5146
echo "configure:5147: checking for $ac_hdr" >&5
5147 5148 5149 5150
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
5151
#line 5152 "configure"
5152 5153 5154 5155
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
B
Bruce Momjian 已提交
5156
{ (eval echo configure:5157: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5157
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5158 5159 5160 5161 5162
if test -z "$ac_err"; then
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
5163 5164
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
5165 5166 5167 5168 5169 5170 5171
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  echo "$ac_t""yes" 1>&6
5172
    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5173 5174
  cat >> confdefs.h <<EOF
#define $ac_tr_hdr 1
5175 5176 5177 5178 5179 5180 5181 5182
EOF
 
else
  echo "$ac_t""no" 1>&6
fi
done

echo $ac_n "checking for netinet/tcp.h""... $ac_c" 1>&6
B
Bruce Momjian 已提交
5183
echo "configure:5184: checking for netinet/tcp.h" >&5
5184
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
5185
#line 5186 "configure"
5186 5187 5188 5189 5190 5191 5192 5193 5194
#include "confdefs.h"

#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#include <netinet/tcp.h>

EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
B
Bruce Momjian 已提交
5195
{ (eval echo configure:5196: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
  rm -rf conftest*
  cat >> confdefs.h <<\EOF
#define HAVE_NETINET_TCP_H 1
EOF
 echo "$ac_t""yes" 1>&6
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  echo "$ac_t""no" 1>&6
fi
rm -f conftest*

5212
echo $ac_n "checking whether string.h and strings.h may both be included""... $ac_c" 1>&6
B
Bruce Momjian 已提交
5213
echo "configure:5214: checking whether string.h and strings.h may both be included" >&5
5214 5215 5216 5217
if eval "test \"`echo '$''{'pgac_cv_header_strings_both'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
5218
#line 5219 "configure"
5219 5220 5221 5222 5223 5224
#include "confdefs.h"
#include <string.h>
#include <strings.h>

EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
B
Bruce Momjian 已提交
5225
{ (eval echo configure:5226: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5226 5227 5228 5229
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
  rm -rf conftest*
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
5230
#line 5231 "configure"
5231 5232 5233 5234 5235 5236 5237 5238
#include "confdefs.h"
#include <string.h>
#include <strings.h>

int main() {
int n = strcasecmp("a", "b");
; return 0; }
EOF
B
Bruce Momjian 已提交
5239
if { (eval echo configure:5240: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266
  rm -rf conftest*
  pgac_cv_header_strings_both=yes
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  pgac_cv_header_strings_both=no
fi
rm -f conftest*
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  pgac_cv_header_strings_both=no
fi
rm -f conftest*
fi

echo "$ac_t""$pgac_cv_header_strings_both" 1>&6
if test x"$pgac_cv_header_strings_both" = x"yes"; then
  cat >> confdefs.h <<\EOF
#define STRING_H_WITH_STRINGS_H 1
EOF

fi

5267 5268 5269 5270
for ac_hdr in readline/readline.h readline.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
B
Bruce Momjian 已提交
5271
echo "configure:5272: checking for $ac_hdr" >&5
5272 5273 5274 5275
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
5276
#line 5277 "configure"
5277 5278 5279 5280
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
B
Bruce Momjian 已提交
5281
{ (eval echo configure:5282: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5282 5283 5284 5285 5286 5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  cat >> confdefs.h <<EOF
#define $ac_tr_hdr 1
5300
EOF
5301
 break
5302 5303 5304 5305 5306
else
  echo "$ac_t""no" 1>&6
fi
done

5307
for ac_hdr in readline/history.h history.h
5308
do
5309
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5310
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
B
Bruce Momjian 已提交
5311
echo "configure:5312: checking for $ac_hdr" >&5
5312 5313 5314 5315
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
5316
#line 5317 "configure"
5317 5318 5319 5320
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
B
Bruce Momjian 已提交
5321
{ (eval echo configure:5322: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5322
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5323 5324 5325 5326 5327
if test -z "$ac_err"; then
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
5328 5329
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
5330 5331 5332 5333 5334 5335 5336
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  echo "$ac_t""yes" 1>&6
5337
    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5338 5339 5340
  cat >> confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
5341
 break
5342 5343 5344 5345 5346
else
  echo "$ac_t""no" 1>&6
fi
done

5347 5348 5349 5350

if test "$with_krb4" = yes ; then
  ac_safe=`echo "krb.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for krb.h""... $ac_c" 1>&6
B
Bruce Momjian 已提交
5351
echo "configure:5352: checking for krb.h" >&5
5352 5353 5354 5355
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
5356
#line 5357 "configure"
5357
#include "confdefs.h"
5358
#include <krb.h>
5359 5360
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
B
Bruce Momjian 已提交
5361
{ (eval echo configure:5362: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5362
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 5376
if test -z "$ac_err"; then
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  echo "$ac_t""yes" 1>&6
5377
  :
5378 5379
else
  echo "$ac_t""no" 1>&6
5380
{ echo "configure: error: header file <krb.h> is required for Kerberos 4" 1>&2; exit 1; }
5381 5382
fi

5383 5384 5385 5386 5387
fi

if test "$with_krb5" = yes ; then
  ac_safe=`echo "krb5.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for krb5.h""... $ac_c" 1>&6
B
Bruce Momjian 已提交
5388
echo "configure:5389: checking for krb5.h" >&5
5389 5390 5391 5392
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
5393
#line 5394 "configure"
5394
#include "confdefs.h"
5395
#include <krb5.h>
5396 5397
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
B
Bruce Momjian 已提交
5398
{ (eval echo configure:5399: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5399
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 5410 5411 5412 5413
if test -z "$ac_err"; then
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  echo "$ac_t""yes" 1>&6
5414
  :
5415 5416
else
  echo "$ac_t""no" 1>&6
5417
{ echo "configure: error: header file <krb5.h> is required for Kerberos 5" 1>&2; exit 1; }
5418 5419
fi

5420 5421
  ac_safe=`echo "com_err.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for com_err.h""... $ac_c" 1>&6
B
Bruce Momjian 已提交
5422
echo "configure:5423: checking for com_err.h" >&5
5423 5424 5425 5426
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
5427
#line 5428 "configure"
5428
#include "confdefs.h"
5429
#include <com_err.h>
5430 5431
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
B
Bruce Momjian 已提交
5432
{ (eval echo configure:5433: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5433
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5434 5435 5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447
if test -z "$ac_err"; then
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  echo "$ac_t""yes" 1>&6
5448
  :
5449 5450
else
  echo "$ac_t""no" 1>&6
5451
{ echo "configure: error: header file <com_err.h> is required for Kerberos 5" 1>&2; exit 1; }
5452 5453
fi

5454 5455 5456 5457 5458
fi

if test "$with_openssl" = yes ; then
  ac_safe=`echo "openssl/ssl.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for openssl/ssl.h""... $ac_c" 1>&6
B
Bruce Momjian 已提交
5459
echo "configure:5460: checking for openssl/ssl.h" >&5
B
Bruce Momjian 已提交
5460 5461 5462 5463
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
5464
#line 5465 "configure"
B
Bruce Momjian 已提交
5465
#include "confdefs.h"
5466
#include <openssl/ssl.h>
B
Bruce Momjian 已提交
5467 5468
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
B
Bruce Momjian 已提交
5469
{ (eval echo configure:5470: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
B
Bruce Momjian 已提交
5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  echo "$ac_t""yes" 1>&6
5485
  :
B
Bruce Momjian 已提交
5486 5487
else
  echo "$ac_t""no" 1>&6
5488
{ echo "configure: error: header file <openssl/ssl.h> is required for OpenSSL" 1>&2; exit 1; }
B
Bruce Momjian 已提交
5489 5490
fi

5491 5492
  ac_safe=`echo "openssl/err.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for openssl/err.h""... $ac_c" 1>&6
B
Bruce Momjian 已提交
5493
echo "configure:5494: checking for openssl/err.h" >&5
B
Bruce Momjian 已提交
5494 5495 5496 5497
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
5498
#line 5499 "configure"
B
Bruce Momjian 已提交
5499
#include "confdefs.h"
5500
#include <openssl/err.h>
B
Bruce Momjian 已提交
5501 5502
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
B
Bruce Momjian 已提交
5503
{ (eval echo configure:5504: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
B
Bruce Momjian 已提交
5504 5505 5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 5516 5517 5518
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  echo "$ac_t""yes" 1>&6
5519
  :
B
Bruce Momjian 已提交
5520 5521
else
  echo "$ac_t""no" 1>&6
5522
{ echo "configure: error: header file <openssl/err.h> is required for OpenSSL" 1>&2; exit 1; }
B
Bruce Momjian 已提交
5523 5524
fi

5525 5526
fi

5527 5528 5529
if test "$with_pam" = yes ; then
  ac_safe=`echo "security/pam_appl.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for security/pam_appl.h""... $ac_c" 1>&6
B
Bruce Momjian 已提交
5530
echo "configure:5531: checking for security/pam_appl.h" >&5
5531 5532 5533 5534
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
5535
#line 5536 "configure"
5536 5537 5538 5539
#include "confdefs.h"
#include <security/pam_appl.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
B
Bruce Momjian 已提交
5540
{ (eval echo configure:5541: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5541 5542 5543 5544 5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  :
else
  echo "$ac_t""no" 1>&6
{ echo "configure: error: header file <security/pam_appl.h> is required for PAM" 1>&2; exit 1; }
fi

fi

5564 5565 5566 5567 5568

##
## Types, structures, compiler characteristics
##
echo $ac_n "checking for working const""... $ac_c" 1>&6
B
Bruce Momjian 已提交
5569
echo "configure:5570: checking for working const" >&5
5570
if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
B
Bruce Momjian 已提交
5571 5572 5573
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
5574
#line 5575 "configure"
B
Bruce Momjian 已提交
5575
#include "confdefs.h"
5576

5577
int main() {
5578

5579
/* Ultrix mips cc rejects this.  */
5580
typedef int charset[2]; const charset x;
5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598
/* SunOS 4.1.1 cc rejects this.  */
char const *const *ccp;
char **p;
/* NEC SVR4.0.2 mips cc rejects this.  */
struct point {int x, y;};
static struct point const zero = {0,0};
/* AIX XL C 1.02.0.0 rejects this.
   It does not let you subtract one const X* pointer from another in an arm
   of an if-expression whose if-part is not a constant expression */
const char *g = "string";
ccp = &g + (g ? g-g : 0);
/* HPUX 7.0 cc rejects these. */
++ccp;
p = (char**) ccp;
ccp = (char const *const *) p;
{ /* SCO 3.2v4 cc rejects this.  */
  char *t;
  char const *s = 0 ? (char *) 0 : (char const *) 0;
5599

5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619
  *t++ = 0;
}
{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  int x[] = {25, 17};
  const int *foo = &x[0];
  ++foo;
}
{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  typedef const int *iptr;
  iptr p = 0;
  ++p;
}
{ /* AIX XL C 1.02.0.0 rejects this saying
     "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  struct s { int j; const int *ap[3]; };
  struct s *b; b->j = 5;
}
{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  const int foo = 10;
}
5620 5621 5622

; return 0; }
EOF
B
Bruce Momjian 已提交
5623
if { (eval echo configure:5624: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5624
  rm -rf conftest*
5625
  ac_cv_c_const=yes
5626
else
5627 5628
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
5629
  rm -rf conftest*
5630
  ac_cv_c_const=no
5631 5632 5633 5634
fi
rm -f conftest*
fi

5635 5636
echo "$ac_t""$ac_cv_c_const" 1>&6
if test $ac_cv_c_const = no; then
5637
  cat >> confdefs.h <<\EOF
5638
#define const 
5639 5640 5641 5642
EOF

fi

5643
echo $ac_n "checking for inline""... $ac_c" 1>&6
B
Bruce Momjian 已提交
5644
echo "configure:5645: checking for inline" >&5
5645
if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
5646 5647
  echo $ac_n "(cached) $ac_c" 1>&6
else
5648 5649
  ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
5650
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
5651
#line 5652 "configure"
5652 5653 5654
#include "confdefs.h"

int main() {
5655
} $ac_kw foo() {
5656 5657
; return 0; }
EOF
B
Bruce Momjian 已提交
5658
if { (eval echo configure:5659: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5659
  rm -rf conftest*
5660
  ac_cv_c_inline=$ac_kw; break
5661 5662 5663 5664 5665
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
fi
rm -f conftest*
5666
done
5667 5668 5669

fi

5670 5671 5672 5673 5674
echo "$ac_t""$ac_cv_c_inline" 1>&6
case "$ac_cv_c_inline" in
  inline | yes) ;;
  no) cat >> confdefs.h <<\EOF
#define inline 
5675
EOF
5676 5677 5678
 ;;
  *)  cat >> confdefs.h <<EOF
#define inline $ac_cv_c_inline
5679
EOF
5680 5681
 ;;
esac
5682

5683

5684

5685
echo $ac_n "checking for preprocessor stringizing operator""... $ac_c" 1>&6
B
Bruce Momjian 已提交
5686
echo "configure:5687: checking for preprocessor stringizing operator" >&5
5687
if eval "test \"`echo '$''{'ac_cv_c_stringize'+set}'`\" = set"; then
5688 5689
  echo $ac_n "(cached) $ac_c" 1>&6
else
5690
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
5691
#line 5692 "configure"
5692
#include "confdefs.h"
5693

5694 5695 5696
#define x(y) #y

char *s = x(teststring);
5697 5698

EOF
5699 5700 5701 5702 5703 5704 5705 5706 5707
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "#teststring" >/dev/null 2>&1; then
  rm -rf conftest*
  ac_cv_c_stringize=no
else
  rm -rf conftest*
  ac_cv_c_stringize=yes
fi
rm -f conftest*
5708

5709
fi
5710

5711 5712 5713 5714 5715
if test "${ac_cv_c_stringize}" = yes
then
        cat >> confdefs.h <<\EOF
#define HAVE_STRINGIZE 1
EOF
5716

5717 5718
fi
echo "$ac_t""${ac_cv_c_stringize}" 1>&6
M
 
Marc G. Fournier 已提交
5719

5720
echo $ac_n "checking for signed types""... $ac_c" 1>&6
B
Bruce Momjian 已提交
5721
echo "configure:5722: checking for signed types" >&5
5722 5723 5724 5725
if eval "test \"`echo '$''{'pgac_cv_c_signed'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
5726
#line 5727 "configure"
5727 5728 5729 5730 5731 5732
#include "confdefs.h"

int main() {
signed char c; signed short s; signed int i;
; return 0; }
EOF
B
Bruce Momjian 已提交
5733
if { (eval echo configure:5734: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5734 5735 5736 5737 5738 5739 5740 5741 5742 5743 5744 5745 5746 5747 5748 5749 5750 5751 5752
  rm -rf conftest*
  pgac_cv_c_signed=yes
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  pgac_cv_c_signed=no
fi
rm -f conftest*
fi

echo "$ac_t""$pgac_cv_c_signed" 1>&6
if test x"$pgac_cv_c_signed" = xno ; then
  cat >> confdefs.h <<\EOF
#define signed 
EOF

fi
echo $ac_n "checking for volatile""... $ac_c" 1>&6
B
Bruce Momjian 已提交
5753
echo "configure:5754: checking for volatile" >&5
5754 5755 5756 5757
if eval "test \"`echo '$''{'pgac_cv_c_volatile'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
5758
#line 5759 "configure"
5759 5760 5761 5762 5763 5764
#include "confdefs.h"

int main() {
extern volatile int i;
; return 0; }
EOF
B
Bruce Momjian 已提交
5765
if { (eval echo configure:5766: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5766 5767 5768 5769 5770 5771 5772 5773 5774 5775 5776 5777 5778 5779 5780 5781 5782 5783
  rm -rf conftest*
  pgac_cv_c_volatile=yes
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  pgac_cv_c_volatile=no
fi
rm -f conftest*
fi

echo "$ac_t""$pgac_cv_c_volatile" 1>&6
if test x"$pgac_cv_c_volatile" = xno ; then
  cat >> confdefs.h <<\EOF
#define volatile 
EOF

fi
5784
echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
B
Bruce Momjian 已提交
5785
echo "configure:5786: checking whether struct tm is in sys/time.h or time.h" >&5
5786
if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
5787 5788 5789
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
5790
#line 5791 "configure"
5791
#include "confdefs.h"
5792
#include <sys/types.h>
5793
#include <time.h>
5794
int main() {
5795
struct tm *tp; tp->tm_sec;
5796 5797
; return 0; }
EOF
B
Bruce Momjian 已提交
5798
if { (eval echo configure:5799: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5799
  rm -rf conftest*
5800
  ac_cv_struct_tm=time.h
5801 5802 5803 5804
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
5805
  ac_cv_struct_tm=sys/time.h
5806 5807
fi
rm -f conftest*
5808 5809
fi

5810 5811
echo "$ac_t""$ac_cv_struct_tm" 1>&6
if test $ac_cv_struct_tm = sys/time.h; then
5812
  cat >> confdefs.h <<\EOF
5813
#define TM_IN_SYS_TIME 1
5814 5815 5816 5817
EOF

fi

5818
echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6
B
Bruce Momjian 已提交
5819
echo "configure:5820: checking for tm_zone in struct tm" >&5
5820 5821 5822 5823
if eval "test \"`echo '$''{'ac_cv_struct_tm_zone'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
5824
#line 5825 "configure"
5825
#include "confdefs.h"
5826 5827
#include <sys/types.h>
#include <$ac_cv_struct_tm>
5828
int main() {
5829
struct tm tm; tm.tm_zone;
5830 5831
; return 0; }
EOF
B
Bruce Momjian 已提交
5832
if { (eval echo configure:5833: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5833
  rm -rf conftest*
5834
  ac_cv_struct_tm_zone=yes
5835 5836 5837 5838
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
5839
  ac_cv_struct_tm_zone=no
5840 5841
fi
rm -f conftest*
5842
fi
5843

5844 5845 5846 5847 5848 5849
echo "$ac_t""$ac_cv_struct_tm_zone" 1>&6
if test "$ac_cv_struct_tm_zone" = yes; then
  cat >> confdefs.h <<\EOF
#define HAVE_TM_ZONE 1
EOF

5850
else
5851
  echo $ac_n "checking for tzname""... $ac_c" 1>&6
B
Bruce Momjian 已提交
5852
echo "configure:5853: checking for tzname" >&5
5853 5854
if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
5855
else
5856
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
5857
#line 5858 "configure"
5858
#include "confdefs.h"
5859 5860 5861 5862 5863 5864 5865
#include <time.h>
#ifndef tzname /* For SGI.  */
extern char *tzname[]; /* RS6000 and others reject char **tzname.  */
#endif
int main() {
atoi(*tzname);
; return 0; }
5866
EOF
B
Bruce Momjian 已提交
5867
if { (eval echo configure:5868: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5868 5869
  rm -rf conftest*
  ac_cv_var_tzname=yes
5870
else
5871 5872
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
5873 5874
  rm -rf conftest*
  ac_cv_var_tzname=no
5875
fi
5876
rm -f conftest*
5877 5878
fi

5879 5880 5881 5882 5883
echo "$ac_t""$ac_cv_var_tzname" 1>&6
  if test $ac_cv_var_tzname = yes; then
    cat >> confdefs.h <<\EOF
#define HAVE_TZNAME 1
EOF
5884

5885 5886
  fi
fi
5887

5888
echo $ac_n "checking for union semun""... $ac_c" 1>&6
B
Bruce Momjian 已提交
5889
echo "configure:5890: checking for union semun" >&5
5890
if eval "test \"`echo '$''{'pgac_cv_union_semun'+set}'`\" = set"; then
5891 5892 5893
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
5894
#line 5895 "configure"
5895 5896
#include "confdefs.h"
#include <sys/types.h>
5897 5898
#include <sys/ipc.h>
#include <sys/sem.h>
5899
int main() {
5900
union semun semun;
5901 5902
; return 0; }
EOF
B
Bruce Momjian 已提交
5903
if { (eval echo configure:5904: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5904
  rm -rf conftest*
5905
  pgac_cv_union_semun=yes
5906
else
5907 5908
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
5909
  rm -rf conftest*
5910
  pgac_cv_union_semun=no
5911 5912 5913 5914
fi
rm -f conftest*
fi

5915 5916 5917
echo "$ac_t""$pgac_cv_union_semun" 1>&6
if test x"$pgac_cv_union_semun" = xyes ; then
  cat >> confdefs.h <<\EOF
5918
#define HAVE_UNION_SEMUN 1
5919 5920
EOF

5921 5922
fi
echo $ac_n "checking for struct cmsgcred""... $ac_c" 1>&6
B
Bruce Momjian 已提交
5923
echo "configure:5924: checking for struct cmsgcred" >&5
5924 5925 5926 5927
if eval "test \"`echo '$''{'pgac_cv_struct_cmsgcred'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
5928
#line 5929 "configure"
5929 5930 5931 5932 5933 5934 5935 5936
#include "confdefs.h"
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/ucred.h>
int main() {
struct cmsgcred sockcred;
; return 0; }
EOF
B
Bruce Momjian 已提交
5937
if { (eval echo configure:5938: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 5956
  rm -rf conftest*
  pgac_cv_struct_cmsgcred=yes
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  pgac_cv_struct_cmsgcred=no
fi
rm -f conftest*
fi

echo "$ac_t""$pgac_cv_struct_cmsgcred" 1>&6
if test x"$pgac_cv_struct_cmsgcred" = xyes ; then
  cat >> confdefs.h <<\EOF
#define HAVE_STRUCT_CMSGCRED 1
EOF

fi
echo $ac_n "checking for struct fcred""... $ac_c" 1>&6
B
Bruce Momjian 已提交
5957
echo "configure:5958: checking for struct fcred" >&5
5958 5959 5960 5961
if eval "test \"`echo '$''{'pgac_cv_struct_fcred'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
5962
#line 5963 "configure"
5963 5964 5965 5966 5967 5968 5969 5970
#include "confdefs.h"
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/ucred.h>
int main() {
struct fcred sockcred;
; return 0; }
EOF
B
Bruce Momjian 已提交
5971
if { (eval echo configure:5972: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5972 5973 5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 5984 5985 5986 5987 5988 5989 5990
  rm -rf conftest*
  pgac_cv_struct_fcred=yes
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  pgac_cv_struct_fcred=no
fi
rm -f conftest*
fi

echo "$ac_t""$pgac_cv_struct_fcred" 1>&6
if test x"$pgac_cv_struct_fcred" = xyes ; then
  cat >> confdefs.h <<\EOF
#define HAVE_STRUCT_FCRED 1
EOF

fi
echo $ac_n "checking for struct sockcred""... $ac_c" 1>&6
B
Bruce Momjian 已提交
5991
echo "configure:5992: checking for struct sockcred" >&5
5992 5993 5994 5995
if eval "test \"`echo '$''{'pgac_cv_struct_sockcred'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
5996
#line 5997 "configure"
5997 5998 5999 6000 6001 6002 6003 6004
#include "confdefs.h"
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/ucred.h>
int main() {
struct sockcred sockcred;
; return 0; }
EOF
B
Bruce Momjian 已提交
6005
if { (eval echo configure:6006: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6006 6007 6008 6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022
  rm -rf conftest*
  pgac_cv_struct_sockcred=yes
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  pgac_cv_struct_sockcred=no
fi
rm -f conftest*
fi

echo "$ac_t""$pgac_cv_struct_sockcred" 1>&6
if test x"$pgac_cv_struct_sockcred" = xyes ; then
  cat >> confdefs.h <<\EOF
#define HAVE_STRUCT_SOCKCRED 1
EOF

6023
fi
6024
echo $ac_n "checking for struct sockaddr_un""... $ac_c" 1>&6
B
Bruce Momjian 已提交
6025
echo "configure:6026: checking for struct sockaddr_un" >&5
6026 6027 6028 6029
if eval "test \"`echo '$''{'pgac_cv_struct_sockaddr_un'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
6030
#line 6031 "configure"
6031
#include "confdefs.h"
B
Bruce Momjian 已提交
6032
#include <sys/types.h>
6033 6034 6035 6036 6037 6038 6039
#ifdef HAVE_SYS_UN_H
#include <sys/un.h>
#endif
int main() {
struct sockaddr_un un;
; return 0; }
EOF
B
Bruce Momjian 已提交
6040
if { (eval echo configure:6041: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6041 6042 6043 6044 6045 6046 6047 6048 6049 6050 6051 6052 6053 6054 6055 6056
  rm -rf conftest*
  pgac_cv_struct_sockaddr_un=yes
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  pgac_cv_struct_sockaddr_un=no
fi
rm -f conftest*
fi

echo "$ac_t""$pgac_cv_struct_sockaddr_un" 1>&6
if test x"$pgac_cv_struct_sockaddr_un" = xyes; then
  cat >> confdefs.h <<\EOF
#define HAVE_STRUCT_SOCKADDR_UN 1
EOF
6057

6058
fi
6059

6060 6061 6062 6063
##
## Functions, global variables
##
echo $ac_n "checking for int timezone""... $ac_c" 1>&6
B
Bruce Momjian 已提交
6064
echo "configure:6065: checking for int timezone" >&5
6065
if eval "test \"`echo '$''{'pgac_cv_var_int_timezone'+set}'`\" = set"; then
6066 6067 6068
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
6069
#line 6070 "configure"
6070
#include "confdefs.h"
6071
#include <time.h>
6072
int res;
6073
int main() {
6074
res = timezone / 60;
6075 6076
; return 0; }
EOF
B
Bruce Momjian 已提交
6077
if { (eval echo configure:6078: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6078
  rm -rf conftest*
6079
  pgac_cv_var_int_timezone=yes
6080
else
6081 6082
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
6083
  rm -rf conftest*
6084
  pgac_cv_var_int_timezone=no
6085 6086
fi
rm -f conftest*
M
Marc G. Fournier 已提交
6087
fi
6088

6089 6090
echo "$ac_t""$pgac_cv_var_int_timezone" 1>&6
if test x"$pgac_cv_var_int_timezone" = xyes ; then
6091
  cat >> confdefs.h <<\EOF
6092
#define HAVE_INT_TIMEZONE 
6093 6094 6095
EOF

fi
6096
echo $ac_n "checking types of arguments for accept()""... $ac_c" 1>&6
B
Bruce Momjian 已提交
6097
echo "configure:6098: checking types of arguments for accept()" >&5
6098
 if eval "test \"`echo '$''{'ac_cv_func_accept_arg1'+set}'`\" = set"; then
6099 6100
  echo $ac_n "(cached) $ac_c" 1>&6
else
6101 6102 6103 6104 6105 6106 6107
   if eval "test \"`echo '$''{'ac_cv_func_accept_arg2'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
    if eval "test \"`echo '$''{'ac_cv_func_accept_arg3'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
     for ac_cv_func_accept_arg1 in 'int' 'unsigned int'; do
6108
     for ac_cv_func_accept_arg2 in 'struct sockaddr *' 'const struct sockaddr *' 'void *'; do
6109
      for ac_cv_func_accept_arg3 in 'int' 'size_t' 'socklen_t' 'unsigned int' 'void'; do
6110
       cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
6111
#line 6112 "configure"
6112
#include "confdefs.h"
6113 6114 6115 6116 6117
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
6118
#endif
6119
extern int accept ($ac_cv_func_accept_arg1, $ac_cv_func_accept_arg2, $ac_cv_func_accept_arg3 *);
6120
int main() {
6121 6122 6123

; return 0; }
EOF
B
Bruce Momjian 已提交
6124
if { (eval echo configure:6125: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6125
  rm -rf conftest*
6126
  ac_not_found=no; break 3
6127
else
6128 6129
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
6130
  rm -rf conftest*
6131
  ac_not_found=yes
6132 6133
fi
rm -f conftest*
6134 6135 6136
      done
     done
    done
6137 6138 6139
    if test "$ac_not_found" = yes; then
      { echo "configure: error: could not determine argument types" 1>&2; exit 1; }
    fi
6140 6141 6142
    if test "$ac_cv_func_accept_arg3" = "void"; then
      ac_cv_func_accept_arg3=int
    fi
6143 6144 6145 6146 6147
   
fi
  
fi
 
M
Marc G. Fournier 已提交
6148
fi
6149 6150 6151 6152
 echo "$ac_t""$ac_cv_func_accept_arg1, $ac_cv_func_accept_arg2, $ac_cv_func_accept_arg3 *" 1>&6
 cat >> confdefs.h <<EOF
#define ACCEPT_TYPE_ARG1 $ac_cv_func_accept_arg1
EOF
6153

6154 6155
 cat >> confdefs.h <<EOF
#define ACCEPT_TYPE_ARG2 $ac_cv_func_accept_arg2
6156 6157
EOF

6158 6159 6160
 cat >> confdefs.h <<EOF
#define ACCEPT_TYPE_ARG3 $ac_cv_func_accept_arg3
EOF
6161 6162


6163
echo $ac_n "checking whether gettimeofday takes only one argument""... $ac_c" 1>&6
B
Bruce Momjian 已提交
6164
echo "configure:6165: checking whether gettimeofday takes only one argument" >&5
6165
if eval "test \"`echo '$''{'pgac_cv_func_gettimeofday_1arg'+set}'`\" = set"; then
6166 6167 6168
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
6169
#line 6170 "configure"
6170
#include "confdefs.h"
6171
#include <sys/time.h>
6172
int main() {
6173 6174 6175
struct timeval *tp;
struct timezone *tzp;
gettimeofday(tp,tzp);
6176 6177
; return 0; }
EOF
B
Bruce Momjian 已提交
6178
if { (eval echo configure:6179: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6179
  rm -rf conftest*
6180
  pgac_cv_func_gettimeofday_1arg=no
6181
else
6182 6183
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
6184
  rm -rf conftest*
6185
  pgac_cv_func_gettimeofday_1arg=yes
6186 6187
fi
rm -f conftest*
M
Marc G. Fournier 已提交
6188
fi
6189

6190 6191 6192 6193
echo "$ac_t""$pgac_cv_func_gettimeofday_1arg" 1>&6
if test x"$pgac_cv_func_gettimeofday_1arg" = xyes ; then
  cat >> confdefs.h <<\EOF
#define GETTIMEOFDAY_1ARG 
6194
EOF
6195

6196 6197
fi

6198
for ac_func in fcvt getopt_long memmove pstat setproctitle setsid sigprocmask sysconf waitpid dlopen fdatasync
M
 
Marc G. Fournier 已提交
6199 6200
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
B
Bruce Momjian 已提交
6201
echo "configure:6202: checking for $ac_func" >&5
M
 
Marc G. Fournier 已提交
6202 6203 6204 6205
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
6206
#line 6207 "configure"
M
 
Marc G. Fournier 已提交
6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char $ac_func(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char $ac_func();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
$ac_func();
#endif

; return 0; }
EOF
B
Bruce Momjian 已提交
6229
if { (eval echo configure:6230: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
M
 
Marc G. Fournier 已提交
6230 6231 6232 6233 6234 6235 6236 6237 6238 6239 6240 6241 6242 6243 6244 6245 6246 6247 6248 6249 6250 6251 6252
  rm -rf conftest*
  eval "ac_cv_func_$ac_func=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_$ac_func=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  cat >> confdefs.h <<EOF
#define $ac_tr_func 1
EOF
 
else
  echo "$ac_t""no" 1>&6
fi
done

6253

6254
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
6255
#line 6256 "configure"
6256 6257 6258 6259 6260 6261 6262 6263 6264 6265 6266 6267 6268 6269
#include "confdefs.h"
#include <unistd.h>
EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "fdatasync" >/dev/null 2>&1; then
  rm -rf conftest*
  cat >> confdefs.h <<\EOF
#define HAVE_FDATASYNC_DECL 1
EOF

fi
rm -f conftest*


6270
echo $ac_n "checking for PS_STRINGS""... $ac_c" 1>&6
B
Bruce Momjian 已提交
6271
echo "configure:6272: checking for PS_STRINGS" >&5
6272 6273 6274 6275
if eval "test \"`echo '$''{'pgac_cv_var_PS_STRINGS'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
6276
#line 6277 "configure"
6277
#include "confdefs.h"
6278 6279 6280
#include <machine/vmparam.h>
#include <sys/exec.h>

6281 6282 6283 6284 6285
int main() {
PS_STRINGS->ps_nargvstr = 1;
PS_STRINGS->ps_argvstr = "foo";
; return 0; }
EOF
B
Bruce Momjian 已提交
6286
if { (eval echo configure:6287: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6287
  rm -rf conftest*
6288
  pgac_cv_var_PS_STRINGS=yes
6289 6290 6291 6292
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
6293
  pgac_cv_var_PS_STRINGS=no
M
 
Marc G. Fournier 已提交
6294
fi
6295
rm -f conftest*
6296 6297 6298 6299 6300 6301 6302 6303 6304
fi

echo "$ac_t""$pgac_cv_var_PS_STRINGS" 1>&6
if test "$pgac_cv_var_PS_STRINGS" = yes ; then
  cat >> confdefs.h <<\EOF
#define HAVE_PS_STRINGS 
EOF

fi
M
 
Marc G. Fournier 已提交
6305

6306
SNPRINTF=''
M
 
Marc G. Fournier 已提交
6307
echo $ac_n "checking for snprintf""... $ac_c" 1>&6
B
Bruce Momjian 已提交
6308
echo "configure:6309: checking for snprintf" >&5
M
 
Marc G. Fournier 已提交
6309 6310 6311 6312
if eval "test \"`echo '$''{'ac_cv_func_snprintf'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
6313
#line 6314 "configure"
M
 
Marc G. Fournier 已提交
6314 6315 6316 6317 6318 6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char snprintf(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char snprintf();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_snprintf) || defined (__stub___snprintf)
choke me
#else
snprintf();
#endif

; return 0; }
EOF
B
Bruce Momjian 已提交
6336
if { (eval echo configure:6337: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
M
 
Marc G. Fournier 已提交
6337 6338 6339 6340 6341 6342 6343 6344 6345 6346 6347 6348 6349 6350 6351 6352 6353 6354 6355
  rm -rf conftest*
  eval "ac_cv_func_snprintf=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_snprintf=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'snprintf`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_SNPRINTF 1
EOF

else
  echo "$ac_t""no" 1>&6
M
 
Marc G. Fournier 已提交
6356
SNPRINTF='snprintf.o'
M
 
Marc G. Fournier 已提交
6357 6358
fi

6359
echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6
B
Bruce Momjian 已提交
6360
echo "configure:6361: checking for vsnprintf" >&5
6361 6362 6363 6364
if eval "test \"`echo '$''{'ac_cv_func_vsnprintf'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
6365
#line 6366 "configure"
6366 6367 6368 6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 6387
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char vsnprintf(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char vsnprintf();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_vsnprintf) || defined (__stub___vsnprintf)
choke me
#else
vsnprintf();
#endif

; return 0; }
EOF
B
Bruce Momjian 已提交
6388
if { (eval echo configure:6389: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6389 6390 6391 6392 6393 6394 6395 6396 6397 6398 6399 6400 6401 6402 6403 6404 6405 6406 6407 6408 6409 6410
  rm -rf conftest*
  eval "ac_cv_func_vsnprintf=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_vsnprintf=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'vsnprintf`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_VSNPRINTF 1
EOF

else
  echo "$ac_t""no" 1>&6
SNPRINTF='snprintf.o'
fi

M
 
Marc G. Fournier 已提交
6411

6412
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
6413
#line 6414 "configure"
6414 6415 6416 6417 6418 6419 6420 6421 6422 6423 6424 6425 6426 6427
#include "confdefs.h"
#include <stdio.h>
EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "snprintf" >/dev/null 2>&1; then
  rm -rf conftest*
  cat >> confdefs.h <<\EOF
#define HAVE_SNPRINTF_DECL 1
EOF

fi
rm -f conftest*

cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
6428
#line 6429 "configure"
6429 6430 6431 6432 6433 6434 6435 6436 6437 6438 6439 6440 6441
#include "confdefs.h"
#include <stdio.h>
EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "vsnprintf" >/dev/null 2>&1; then
  rm -rf conftest*
  cat >> confdefs.h <<\EOF
#define HAVE_VSNPRINTF_DECL 1
EOF

fi
rm -f conftest*

6442 6443

# do this one the hard way in case isinf() is a macro
6444
echo $ac_n "checking for isinf""... $ac_c" 1>&6
B
Bruce Momjian 已提交
6445
echo "configure:6446: checking for isinf" >&5
6446
if eval "test \"`echo '$''{'ac_cv_func_isinf'+set}'`\" = set"; then
6447 6448 6449
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
6450
#line 6451 "configure"
6451
#include "confdefs.h"
6452
#include <math.h>
6453

6454
int main() {
6455
double x = 0.0; int res = isinf(x);
6456 6457
; return 0; }
EOF
B
Bruce Momjian 已提交
6458
if { (eval echo configure:6459: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6459
  rm -rf conftest*
6460
  ac_cv_func_isinf=yes
6461 6462 6463 6464
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
6465
  ac_cv_func_isinf=no
6466 6467 6468 6469
fi
rm -f conftest*
fi

6470 6471 6472
echo "$ac_t""$ac_cv_func_isinf" 1>&6

if test $ac_cv_func_isinf = yes ; then
6473 6474 6475 6476
  cat >> confdefs.h <<\EOF
#define HAVE_ISINF 1
EOF

6477
  ISINF=
6478
else
6479
  ISINF='isinf.o'
6480 6481 6482 6483
  # Look for a way to implement a substitute for isinf()
  for ac_func in fpclass fp_class fp_class_d class
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
B
Bruce Momjian 已提交
6484
echo "configure:6485: checking for $ac_func" >&5
6485 6486 6487 6488
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
6489
#line 6490 "configure"
6490 6491 6492 6493 6494 6495 6496 6497 6498 6499 6500 6501 6502 6503 6504 6505 6506 6507 6508 6509 6510 6511
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char $ac_func(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char $ac_func();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
$ac_func();
#endif

; return 0; }
EOF
B
Bruce Momjian 已提交
6512
if { (eval echo configure:6513: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6513 6514 6515 6516 6517 6518 6519 6520 6521 6522 6523 6524 6525 6526 6527 6528 6529 6530 6531 6532 6533 6534 6535
  rm -rf conftest*
  eval "ac_cv_func_$ac_func=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_$ac_func=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  cat >> confdefs.h <<EOF
#define $ac_tr_func 1
EOF
 break
else
  echo "$ac_t""no" 1>&6
fi
done

6536 6537
fi

6538

6539
echo $ac_n "checking for getrusage""... $ac_c" 1>&6
B
Bruce Momjian 已提交
6540
echo "configure:6541: checking for getrusage" >&5
6541 6542 6543 6544
if eval "test \"`echo '$''{'ac_cv_func_getrusage'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
6545
#line 6546 "configure"
6546 6547 6548 6549 6550 6551 6552 6553 6554 6555 6556 6557 6558 6559 6560 6561 6562 6563 6564 6565 6566 6567
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char getrusage(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char getrusage();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_getrusage) || defined (__stub___getrusage)
choke me
#else
getrusage();
#endif

; return 0; }
EOF
B
Bruce Momjian 已提交
6568
if { (eval echo configure:6569: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6569 6570 6571 6572 6573 6574 6575 6576 6577 6578 6579 6580 6581 6582 6583 6584 6585 6586 6587 6588 6589 6590
  rm -rf conftest*
  eval "ac_cv_func_getrusage=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_getrusage=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'getrusage`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_GETRUSAGE 1
EOF

else
  echo "$ac_t""no" 1>&6
GETRUSAGE='getrusage.o'
fi

6591

6592
echo $ac_n "checking for srandom""... $ac_c" 1>&6
B
Bruce Momjian 已提交
6593
echo "configure:6594: checking for srandom" >&5
6594 6595 6596 6597
if eval "test \"`echo '$''{'ac_cv_func_srandom'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
6598
#line 6599 "configure"
6599 6600 6601 6602 6603 6604 6605 6606 6607 6608 6609 6610 6611 6612 6613 6614 6615 6616 6617 6618 6619 6620
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char srandom(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char srandom();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_srandom) || defined (__stub___srandom)
choke me
#else
srandom();
#endif

; return 0; }
EOF
B
Bruce Momjian 已提交
6621
if { (eval echo configure:6622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6622 6623 6624 6625 6626 6627 6628 6629 6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643
  rm -rf conftest*
  eval "ac_cv_func_srandom=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_srandom=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'srandom`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_SRANDOM 1
EOF

else
  echo "$ac_t""no" 1>&6
SRANDOM='srandom.o'
fi

6644

6645
echo $ac_n "checking for gethostname""... $ac_c" 1>&6
B
Bruce Momjian 已提交
6646
echo "configure:6647: checking for gethostname" >&5
6647 6648 6649 6650
if eval "test \"`echo '$''{'ac_cv_func_gethostname'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
6651
#line 6652 "configure"
6652 6653 6654 6655 6656 6657 6658 6659 6660 6661 6662 6663 6664 6665 6666 6667 6668 6669 6670 6671 6672 6673
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char gethostname(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char gethostname();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_gethostname) || defined (__stub___gethostname)
choke me
#else
gethostname();
#endif

; return 0; }
EOF
B
Bruce Momjian 已提交
6674
if { (eval echo configure:6675: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 6689 6690 6691 6692 6693 6694 6695 6696
  rm -rf conftest*
  eval "ac_cv_func_gethostname=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_gethostname=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'gethostname`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_GETHOSTNAME 1
EOF

else
  echo "$ac_t""no" 1>&6
GETHOSTNAME='gethostname.o'
fi

6697

6698
echo $ac_n "checking for random""... $ac_c" 1>&6
B
Bruce Momjian 已提交
6699
echo "configure:6700: checking for random" >&5
6700 6701 6702 6703
if eval "test \"`echo '$''{'ac_cv_func_random'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
6704
#line 6705 "configure"
6705 6706 6707 6708 6709 6710 6711 6712 6713 6714 6715 6716 6717 6718 6719 6720 6721 6722 6723 6724 6725 6726
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char random(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char random();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_random) || defined (__stub___random)
choke me
#else
random();
#endif

; return 0; }
EOF
B
Bruce Momjian 已提交
6727
if { (eval echo configure:6728: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 6745 6746
  rm -rf conftest*
  eval "ac_cv_func_random=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_random=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'random`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_RANDOM 1
EOF

else
  echo "$ac_t""no" 1>&6
6747
MISSING_RANDOM='random.o'
6748 6749
fi

6750

6751
echo $ac_n "checking for inet_aton""... $ac_c" 1>&6
B
Bruce Momjian 已提交
6752
echo "configure:6753: checking for inet_aton" >&5
6753 6754 6755 6756
if eval "test \"`echo '$''{'ac_cv_func_inet_aton'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
6757
#line 6758 "configure"
6758 6759 6760 6761 6762 6763 6764 6765 6766
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char inet_aton(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char inet_aton();

6767
int main() {
6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_inet_aton) || defined (__stub___inet_aton)
choke me
#else
inet_aton();
#endif

; return 0; }
EOF
B
Bruce Momjian 已提交
6780
if { (eval echo configure:6781: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6781 6782 6783
  rm -rf conftest*
  eval "ac_cv_func_inet_aton=yes"
else
6784 6785
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
6786 6787 6788 6789
  rm -rf conftest*
  eval "ac_cv_func_inet_aton=no"
fi
rm -f conftest*
M
Marc G. Fournier 已提交
6790
fi
6791

6792 6793 6794 6795 6796 6797 6798 6799 6800 6801 6802
if eval "test \"`echo '$ac_cv_func_'inet_aton`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_INET_ATON 1
EOF

else
  echo "$ac_t""no" 1>&6
INET_ATON='inet_aton.o'
fi

6803

B
Bruce Momjian 已提交
6804
echo $ac_n "checking for strerror""... $ac_c" 1>&6
B
Bruce Momjian 已提交
6805
echo "configure:6806: checking for strerror" >&5
B
Bruce Momjian 已提交
6806 6807 6808 6809
if eval "test \"`echo '$''{'ac_cv_func_strerror'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
6810
#line 6811 "configure"
B
Bruce Momjian 已提交
6811 6812 6813 6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 6827 6828 6829 6830 6831 6832
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strerror(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char strerror();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_strerror) || defined (__stub___strerror)
choke me
#else
strerror();
#endif

; return 0; }
EOF
B
Bruce Momjian 已提交
6833
if { (eval echo configure:6834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
B
Bruce Momjian 已提交
6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852
  rm -rf conftest*
  eval "ac_cv_func_strerror=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_strerror=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'strerror`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_STRERROR 1
EOF

else
  echo "$ac_t""no" 1>&6
6853
STRERROR='strerror.o'
B
Bruce Momjian 已提交
6854 6855 6856
fi


6857
echo $ac_n "checking for strdup""... $ac_c" 1>&6
B
Bruce Momjian 已提交
6858
echo "configure:6859: checking for strdup" >&5
6859 6860 6861 6862
if eval "test \"`echo '$''{'ac_cv_func_strdup'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
6863
#line 6864 "configure"
6864 6865 6866 6867 6868 6869 6870 6871 6872
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strdup(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char strdup();

6873
int main() {
6874 6875 6876 6877 6878 6879 6880 6881 6882 6883 6884 6885

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_strdup) || defined (__stub___strdup)
choke me
#else
strdup();
#endif

; return 0; }
EOF
B
Bruce Momjian 已提交
6886
if { (eval echo configure:6887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6887 6888 6889
  rm -rf conftest*
  eval "ac_cv_func_strdup=yes"
else
6890 6891
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
6892 6893 6894 6895
  rm -rf conftest*
  eval "ac_cv_func_strdup=no"
fi
rm -f conftest*
M
Marc G. Fournier 已提交
6896
fi
6897

6898 6899
if eval "test \"`echo '$ac_cv_func_'strdup`\" = yes"; then
  echo "$ac_t""yes" 1>&6
6900
  cat >> confdefs.h <<\EOF
6901 6902 6903
#define HAVE_STRDUP 1
EOF

6904 6905
else
  echo "$ac_t""no" 1>&6
6906
STRDUP='../../utils/strdup.o'
6907 6908
fi

6909

6910
echo $ac_n "checking for strtol""... $ac_c" 1>&6
B
Bruce Momjian 已提交
6911
echo "configure:6912: checking for strtol" >&5
6912 6913 6914 6915
if eval "test \"`echo '$''{'ac_cv_func_strtol'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
6916
#line 6917 "configure"
6917 6918 6919 6920 6921 6922 6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 6938
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strtol(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char strtol();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_strtol) || defined (__stub___strtol)
choke me
#else
strtol();
#endif

; return 0; }
EOF
B
Bruce Momjian 已提交
6939
if { (eval echo configure:6940: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6940 6941 6942 6943 6944 6945 6946 6947 6948 6949 6950 6951 6952 6953 6954 6955 6956 6957 6958
  rm -rf conftest*
  eval "ac_cv_func_strtol=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_strtol=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'strtol`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_STRTOL 1
EOF

else
  echo "$ac_t""no" 1>&6
M
Marc G. Fournier 已提交
6959
STRTOL='strtol.o'
6960 6961
fi

M
Marc G. Fournier 已提交
6962 6963

echo $ac_n "checking for strtoul""... $ac_c" 1>&6
B
Bruce Momjian 已提交
6964
echo "configure:6965: checking for strtoul" >&5
M
Marc G. Fournier 已提交
6965 6966 6967 6968
if eval "test \"`echo '$''{'ac_cv_func_strtoul'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
6969
#line 6970 "configure"
M
Marc G. Fournier 已提交
6970 6971 6972 6973 6974 6975 6976 6977 6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strtoul(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char strtoul();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_strtoul) || defined (__stub___strtoul)
choke me
#else
strtoul();
#endif

; return 0; }
EOF
B
Bruce Momjian 已提交
6992
if { (eval echo configure:6993: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
M
Marc G. Fournier 已提交
6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011
  rm -rf conftest*
  eval "ac_cv_func_strtoul=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_strtoul=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'strtoul`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_STRTOUL 1
EOF

else
  echo "$ac_t""no" 1>&6
T
Tatsuo Ishii 已提交
7012
STRTOUL='strtoul.o'
M
Marc G. Fournier 已提交
7013 7014 7015
fi


7016
echo $ac_n "checking for strcasecmp""... $ac_c" 1>&6
B
Bruce Momjian 已提交
7017
echo "configure:7018: checking for strcasecmp" >&5
7018 7019 7020 7021
if eval "test \"`echo '$''{'ac_cv_func_strcasecmp'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
7022
#line 7023 "configure"
7023 7024 7025 7026 7027 7028 7029 7030 7031 7032 7033 7034 7035 7036 7037 7038 7039 7040 7041 7042 7043 7044
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strcasecmp(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char strcasecmp();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_strcasecmp) || defined (__stub___strcasecmp)
choke me
#else
strcasecmp();
#endif

; return 0; }
EOF
B
Bruce Momjian 已提交
7045
if { (eval echo configure:7046: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7046 7047 7048 7049 7050 7051 7052 7053 7054 7055 7056 7057 7058 7059 7060 7061 7062 7063 7064 7065 7066 7067
  rm -rf conftest*
  eval "ac_cv_func_strcasecmp=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_strcasecmp=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'strcasecmp`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_STRCASECMP 1
EOF

else
  echo "$ac_t""no" 1>&6
STRCASECMP='strcasecmp.o'
fi

7068

7069
echo $ac_n "checking for cbrt""... $ac_c" 1>&6
B
Bruce Momjian 已提交
7070
echo "configure:7071: checking for cbrt" >&5
7071 7072 7073 7074
if eval "test \"`echo '$''{'ac_cv_func_cbrt'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
7075
#line 7076 "configure"
7076 7077 7078 7079 7080 7081 7082 7083 7084
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char cbrt(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char cbrt();

7085
int main() {
7086 7087 7088 7089 7090 7091 7092 7093 7094 7095 7096 7097

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_cbrt) || defined (__stub___cbrt)
choke me
#else
cbrt();
#endif

; return 0; }
EOF
B
Bruce Momjian 已提交
7098
if { (eval echo configure:7099: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7099 7100 7101
  rm -rf conftest*
  eval "ac_cv_func_cbrt=yes"
else
7102 7103
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
7104 7105 7106 7107
  rm -rf conftest*
  eval "ac_cv_func_cbrt=no"
fi
rm -f conftest*
M
Marc G. Fournier 已提交
7108
fi
7109

7110 7111 7112 7113 7114 7115 7116 7117
if eval "test \"`echo '$ac_cv_func_'cbrt`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_CBRT 1
EOF

else
  echo "$ac_t""no" 1>&6
7118
echo $ac_n "checking for cbrt in -lm""... $ac_c" 1>&6
B
Bruce Momjian 已提交
7119
echo "configure:7120: checking for cbrt in -lm" >&5
7120
ac_lib_var=`echo m'_'cbrt | sed 'y%./+-%__p_%'`
7121 7122 7123 7124 7125 7126
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
LIBS="-lm  $LIBS"
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
7127
#line 7128 "configure"
7128 7129 7130 7131 7132 7133
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char cbrt();

7134
int main() {
7135 7136 7137
cbrt()
; return 0; }
EOF
B
Bruce Momjian 已提交
7138
if { (eval echo configure:7139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7139 7140 7141
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
7142 7143
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
7144 7145 7146 7147 7148 7149 7150 7151 7152 7153 7154 7155 7156 7157 7158 7159 7160 7161 7162
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_CBRT 1
EOF

else
  echo "$ac_t""no" 1>&6
fi

fi

7163 7164 7165 7166

# On HPUX 9, rint() is not in regular libm.a but in /lib/pa1.1/libm.a;
# this hackery with HPUXMATHLIB allows us to cope.
HPUXMATHLIB=""
7167
case $host_cpu in
7168 7169 7170 7171 7172 7173 7174
  hppa1.1) 
	if [ -r /lib/pa1.1/libm.a ] ; then
	    HPUXMATHLIB="-L /lib/pa1.1 -lm"
	fi ;;
esac


7175
echo $ac_n "checking for rint""... $ac_c" 1>&6
B
Bruce Momjian 已提交
7176
echo "configure:7177: checking for rint" >&5
7177 7178 7179 7180
if eval "test \"`echo '$''{'ac_cv_func_rint'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
7181
#line 7182 "configure"
7182 7183 7184 7185 7186 7187 7188 7189 7190
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char rint(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char rint();

7191
int main() {
7192 7193 7194 7195 7196 7197 7198 7199 7200 7201 7202 7203

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_rint) || defined (__stub___rint)
choke me
#else
rint();
#endif

; return 0; }
EOF
B
Bruce Momjian 已提交
7204
if { (eval echo configure:7205: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7205 7206 7207
  rm -rf conftest*
  eval "ac_cv_func_rint=yes"
else
7208 7209
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
7210 7211 7212 7213
  rm -rf conftest*
  eval "ac_cv_func_rint=no"
fi
rm -f conftest*
M
Marc G. Fournier 已提交
7214
fi
7215

7216 7217 7218 7219 7220 7221 7222 7223
if eval "test \"`echo '$ac_cv_func_'rint`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_RINT 1
EOF

else
  echo "$ac_t""no" 1>&6
7224
echo $ac_n "checking for rint in -lm""... $ac_c" 1>&6
B
Bruce Momjian 已提交
7225
echo "configure:7226: checking for rint in -lm" >&5
7226
ac_lib_var=`echo m'_'rint | sed 'y%./+-%__p_%'`
7227 7228 7229 7230
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
7231
LIBS="-lm $HPUXMATHLIB $LIBS"
7232
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
7233
#line 7234 "configure"
7234 7235 7236 7237 7238 7239
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char rint();

7240
int main() {
7241 7242 7243
rint()
; return 0; }
EOF
B
Bruce Momjian 已提交
7244
if { (eval echo configure:7245: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7245 7246 7247
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
7248 7249
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
7250 7251 7252 7253 7254 7255 7256 7257 7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 7269
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_RINT 1
EOF

else
  echo "$ac_t""no" 1>&6
fi

fi


7270

P
Peter Eisentraut 已提交
7271 7272
# Readline versions < 2.1 don't have rl_completion_append_character
echo $ac_n "checking for rl_completion_append_character""... $ac_c" 1>&6
B
Bruce Momjian 已提交
7273
echo "configure:7274: checking for rl_completion_append_character" >&5
P
Peter Eisentraut 已提交
7274
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
7275
#line 7276 "configure"
7276
#include "confdefs.h"
P
Peter Eisentraut 已提交
7277 7278 7279
#include <stdio.h>
#ifdef HAVE_READLINE_READLINE_H
# include <readline/readline.h>
P
Peter Eisentraut 已提交
7280 7281
#elif defined(HAVE_READLINE_H)
# include <readline.h>
P
Peter Eisentraut 已提交
7282
#endif
P
Peter Eisentraut 已提交
7283

P
Peter Eisentraut 已提交
7284 7285 7286
int main() {
rl_completion_append_character = 'x';
; return 0; }
7287
EOF
B
Bruce Momjian 已提交
7288
if { (eval echo configure:7289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7289
  rm -rf conftest*
P
Peter Eisentraut 已提交
7290 7291
  echo "$ac_t""yes" 1>&6
cat >> confdefs.h <<\EOF
7292 7293 7294
#define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
EOF

B
Bruce Momjian 已提交
7295 7296 7297 7298
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
P
Peter Eisentraut 已提交
7299
  echo "$ac_t""no" 1>&6
B
Bruce Momjian 已提交
7300 7301 7302
fi
rm -f conftest*

B
Bruce Momjian 已提交
7303
for ac_func in rl_completion_matches rl_filename_completion_function
P
Peter Eisentraut 已提交
7304 7305
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
B
Bruce Momjian 已提交
7306
echo "configure:7307: checking for $ac_func" >&5
P
Peter Eisentraut 已提交
7307 7308
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
P
Peter Eisentraut 已提交
7309
else
P
Peter Eisentraut 已提交
7310
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
7311
#line 7312 "configure"
P
Peter Eisentraut 已提交
7312
#include "confdefs.h"
P
Peter Eisentraut 已提交
7313 7314 7315 7316 7317 7318 7319 7320 7321 7322 7323 7324 7325 7326 7327 7328 7329 7330 7331 7332
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char $ac_func(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char $ac_func();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
$ac_func();
#endif

; return 0; }
P
Peter Eisentraut 已提交
7333
EOF
B
Bruce Momjian 已提交
7334
if { (eval echo configure:7335: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
P
Peter Eisentraut 已提交
7335
  rm -rf conftest*
P
Peter Eisentraut 已提交
7336
  eval "ac_cv_func_$ac_func=yes"
P
Peter Eisentraut 已提交
7337
else
P
Peter Eisentraut 已提交
7338 7339
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
P
Peter Eisentraut 已提交
7340
  rm -rf conftest*
P
Peter Eisentraut 已提交
7341
  eval "ac_cv_func_$ac_func=no"
P
Peter Eisentraut 已提交
7342
fi
P
Peter Eisentraut 已提交
7343
rm -f conftest*
P
Peter Eisentraut 已提交
7344
fi
P
Peter Eisentraut 已提交
7345

P
Peter Eisentraut 已提交
7346 7347 7348 7349 7350 7351 7352 7353 7354 7355 7356
if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  cat >> confdefs.h <<EOF
#define $ac_tr_func 1
EOF
 
else
  echo "$ac_t""no" 1>&6
fi
done
P
Peter Eisentraut 已提交
7357 7358


B
Bruce Momjian 已提交
7359

7360
echo $ac_n "checking for finite""... $ac_c" 1>&6
B
Bruce Momjian 已提交
7361
echo "configure:7362: checking for finite" >&5
7362
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
7363
#line 7364 "configure"
7364 7365 7366 7367 7368 7369
#include "confdefs.h"
#include <math.h>
int main() {
int dummy=finite(1.0);
; return 0; }
EOF
B
Bruce Momjian 已提交
7370
if { (eval echo configure:7371: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7371 7372 7373 7374 7375 7376 7377 7378 7379 7380 7381 7382 7383
  rm -rf conftest*
  cat >> confdefs.h <<\EOF
#define HAVE_FINITE 1
EOF
 echo "$ac_t""yes" 1>&6
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  echo "$ac_t""no" 1>&6
fi
rm -f conftest*

7384
echo $ac_n "checking for sigsetjmp""... $ac_c" 1>&6
B
Bruce Momjian 已提交
7385
echo "configure:7386: checking for sigsetjmp" >&5
7386
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
7387
#line 7388 "configure"
7388 7389 7390 7391 7392 7393
#include "confdefs.h"
#include <setjmp.h>
int main() {
sigjmp_buf x; sigsetjmp(x, 1);
; return 0; }
EOF
B
Bruce Momjian 已提交
7394
if { (eval echo configure:7395: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7395 7396 7397 7398 7399 7400 7401 7402 7403 7404 7405 7406 7407
  rm -rf conftest*
  cat >> confdefs.h <<\EOF
#define HAVE_SIGSETJMP 1
EOF
 echo "$ac_t""yes" 1>&6
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  echo "$ac_t""no" 1>&6
fi
rm -f conftest*

7408 7409 7410 7411 7412 7413

# Check whether --enable-syslog was given
if test x"${enable_syslog+set}" = xset; then
  case $enable_syslog in
    yes)
      echo $ac_n "checking for syslog""... $ac_c" 1>&6
B
Bruce Momjian 已提交
7414
echo "configure:7415: checking for syslog" >&5
7415 7416 7417 7418
if eval "test \"`echo '$''{'ac_cv_func_syslog'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
7419
#line 7420 "configure"
7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 7431 7432 7433 7434 7435 7436 7437 7438 7439 7440 7441
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char syslog(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char syslog();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_syslog) || defined (__stub___syslog)
choke me
#else
syslog();
#endif

; return 0; }
EOF
B
Bruce Momjian 已提交
7442
if { (eval echo configure:7443: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7443 7444 7445 7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 7456 7457 7458 7459 7460 7461 7462 7463 7464
  rm -rf conftest*
  eval "ac_cv_func_syslog=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_syslog=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'syslog`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define ENABLE_SYSLOG 1
EOF

else
  echo "$ac_t""no" 1>&6
{ echo "configure: error: no syslog interface found" 1>&2; exit 1; }
fi

7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475
      ;;
    no)
      :
      ;;
    *)
      enableval=$enable_syslog
      { echo "configure: error: no argument expected for --enable-syslog option" 1>&2; exit 1; }
      ;;
  esac # $enable_syslog
else
  enable_syslog=no
7476 7477 7478 7479

fi


7480
echo $ac_n "checking for optreset""... $ac_c" 1>&6
B
Bruce Momjian 已提交
7481
echo "configure:7482: checking for optreset" >&5
7482 7483 7484 7485
if eval "test \"`echo '$''{'pgac_cv_var_int_optreset'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
7486
#line 7487 "configure"
7487 7488 7489 7490 7491 7492
#include "confdefs.h"
#include <unistd.h>
int main() {
extern int optreset; optreset = 1;
; return 0; }
EOF
B
Bruce Momjian 已提交
7493
if { (eval echo configure:7494: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512
  rm -rf conftest*
  pgac_cv_var_int_optreset=yes
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  pgac_cv_var_int_optreset=no
fi
rm -f conftest*
fi

echo "$ac_t""$pgac_cv_var_int_optreset" 1>&6
if test x"$pgac_cv_var_int_optreset" = x"yes"; then
  cat >> confdefs.h <<\EOF
#define HAVE_INT_OPTRESET 1
EOF

fi

7513

7514 7515 7516 7517 7518
# This test makes sure that run tests work at all.  Sometimes a shared
# library is found by the linker, but the runtime linker can't find it.
# This check should come after all modifications of compiler or linker
# variables, and before any other run tests.
echo $ac_n "checking test program""... $ac_c" 1>&6
B
Bruce Momjian 已提交
7519
echo "configure:7520: checking test program" >&5
7520 7521 7522 7523
if test "$cross_compiling" = yes; then
  echo "$ac_t""cross-compiling" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
7524
#line 7525 "configure"
7525 7526 7527
#include "confdefs.h"
int main() { return 0; }
EOF
B
Bruce Momjian 已提交
7528
if { (eval echo configure:7529: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7529 7530 7531 7532 7533 7534 7535 7536 7537 7538 7539 7540 7541 7542 7543 7544 7545 7546
then
  echo "$ac_t""ok" 1>&6
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
  echo "$ac_t""failed" 1>&6
{ echo "configure: error: 
*** Could not execute a simple test program.  This may be a problem
*** related to locating shared libraries.  Check the file 'config.log'
*** for the exact reason." 1>&2; exit 1; }
fi
rm -fr conftest*
fi




7547
echo $ac_n "checking whether long int is 64 bits""... $ac_c" 1>&6
B
Bruce Momjian 已提交
7548
echo "configure:7549: checking whether long int is 64 bits" >&5
7549 7550 7551 7552 7553 7554
if eval "test \"`echo '$''{'pgac_cv_type_long_int_64'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
  pgac_cv_type_long_int_64=no
echo "configure: warning: 64 bit arithmetic disabled when cross-compiling" 1>&2
7555 7556
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
7557
#line 7558 "configure"
7558 7559 7560
#include "confdefs.h"
typedef long int int64;

7561 7562
/*
 * These are globals to discourage the compiler from folding all the
7563 7564
 * arithmetic tests down to compile-time constants.
 */
7565 7566 7567 7568 7569 7570 7571 7572
int64 a = 20000001;
int64 b = 40000005;

int does_int64_work()
{
  int64 c,d;

  if (sizeof(int64) != 8)
7573
    return 0;			/* definitely not the right size */
7574

7575
  /* Do perfunctory checks to see if 64-bit arithmetic seems to work */
7576 7577 7578 7579 7580 7581 7582 7583 7584 7585
  c = a * b;
  d = (c + b) / b;
  if (d != a+1)
    return 0;
  return 1;
}
main() {
  exit(! does_int64_work());
}
EOF
B
Bruce Momjian 已提交
7586
if { (eval echo configure:7587: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7587
then
7588
  pgac_cv_type_long_int_64=yes
7589 7590 7591 7592
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
7593
  pgac_cv_type_long_int_64=no
7594 7595 7596 7597
fi
rm -fr conftest*
fi

7598
fi
7599

7600 7601 7602 7603 7604 7605 7606 7607 7608 7609 7610 7611 7612
echo "$ac_t""$pgac_cv_type_long_int_64" 1>&6

HAVE_LONG_INT_64=$pgac_cv_type_long_int_64
if test x"$pgac_cv_type_long_int_64" = xyes ; then
  cat >> confdefs.h <<\EOF
#define HAVE_LONG_INT_64 
EOF

fi


if test x"$HAVE_LONG_INT_64" = x"no" ; then
  echo $ac_n "checking whether long long int is 64 bits""... $ac_c" 1>&6
B
Bruce Momjian 已提交
7613
echo "configure:7614: checking whether long long int is 64 bits" >&5
7614 7615 7616 7617 7618 7619
if eval "test \"`echo '$''{'pgac_cv_type_long_long_int_64'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
  pgac_cv_type_long_long_int_64=no
echo "configure: warning: 64 bit arithmetic disabled when cross-compiling" 1>&2
7620 7621
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
7622
#line 7623 "configure"
7623 7624 7625
#include "confdefs.h"
typedef long long int int64;

7626 7627
/*
 * These are globals to discourage the compiler from folding all the
7628 7629
 * arithmetic tests down to compile-time constants.
 */
7630 7631 7632 7633 7634 7635 7636 7637
int64 a = 20000001;
int64 b = 40000005;

int does_int64_work()
{
  int64 c,d;

  if (sizeof(int64) != 8)
7638
    return 0;			/* definitely not the right size */
7639

7640
  /* Do perfunctory checks to see if 64-bit arithmetic seems to work */
7641 7642 7643 7644 7645 7646 7647 7648 7649 7650
  c = a * b;
  d = (c + b) / b;
  if (d != a+1)
    return 0;
  return 1;
}
main() {
  exit(! does_int64_work());
}
EOF
B
Bruce Momjian 已提交
7651
if { (eval echo configure:7652: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7652
then
7653
  pgac_cv_type_long_long_int_64=yes
7654 7655 7656 7657
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
7658
  pgac_cv_type_long_long_int_64=no
7659 7660 7661 7662
fi
rm -fr conftest*
fi

7663 7664
fi

7665 7666 7667 7668 7669 7670 7671 7672 7673 7674 7675 7676 7677
echo "$ac_t""$pgac_cv_type_long_long_int_64" 1>&6

HAVE_LONG_LONG_INT_64=$pgac_cv_type_long_long_int_64
if test x"$pgac_cv_type_long_long_int_64" = xyes ; then
  cat >> confdefs.h <<\EOF
#define HAVE_LONG_LONG_INT_64 
EOF

fi

fi


7678

7679 7680
if [ x"$HAVE_LONG_LONG_INT_64" = xyes ] ; then
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
7681
#line 7682 "configure"
7682 7683 7684 7685 7686 7687 7688 7689 7690
#include "confdefs.h"

#define INT64CONST(x)  x##LL
long long int foo = INT64CONST(0x1234567890123456);

int main() {

; return 0; }
EOF
B
Bruce Momjian 已提交
7691
if { (eval echo configure:7692: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7692 7693 7694 7695 7696 7697 7698 7699 7700 7701 7702 7703 7704 7705
  rm -rf conftest*
  cat >> confdefs.h <<\EOF
#define HAVE_LL_CONSTANTS 1
EOF

else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
fi
rm -f conftest*
fi



P
Peter Eisentraut 已提交
7706
if [ x"$HAVE_LONG_LONG_INT_64" = xyes ] ; then
7707
  if [ x$SNPRINTF = x ] ; then
M
 
Marc G. Fournier 已提交
7708
    echo $ac_n "checking whether snprintf handles 'long long int' as %lld""... $ac_c" 1>&6
B
Bruce Momjian 已提交
7709
echo "configure:7710: checking whether snprintf handles 'long long int' as %lld" >&5
7710
    if test "$cross_compiling" = yes; then
7711 7712 7713 7714 7715
   echo "$ac_t""assuming not on target machine" 1>&6
	# Force usage of our own snprintf, since we cannot test foreign snprintf
	SNPRINTF='snprintf.o'
	INT64_FORMAT='"%lld"'
  
7716 7717
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
7718
#line 7719 "configure"
7719 7720 7721 7722 7723 7724 7725 7726 7727 7728 7729 7730 7731 7732 7733 7734 7735 7736 7737 7738 7739 7740 7741 7742 7743 7744
#include "confdefs.h"
#include <stdio.h>
typedef long long int int64;
#define INT64_FORMAT "%lld"

int64 a = 20000001;
int64 b = 40000005;

int does_int64_snprintf_work()
{
  int64 c;
  char buf[100];

  if (sizeof(int64) != 8)
    return 0;			/* doesn't look like the right size */

  c = a * b;
  snprintf(buf, 100, INT64_FORMAT, c);
  if (strcmp(buf, "800000140000005") != 0)
    return 0;			/* either multiply or snprintf is busted */
  return 1;
}
main() {
  exit(! does_int64_snprintf_work());
}
EOF
B
Bruce Momjian 已提交
7745
if { (eval echo configure:7746: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7746
then
M
 
Marc G. Fournier 已提交
7747
   echo "$ac_t""yes" 1>&6
7748 7749
	  INT64_FORMAT='"%lld"'
	
7750 7751 7752 7753
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
M
 
Marc G. Fournier 已提交
7754 7755
   echo "$ac_t""no" 1>&6
    echo $ac_n "checking whether snprintf handles 'long long int' as %qd""... $ac_c" 1>&6
B
Bruce Momjian 已提交
7756
echo "configure:7757: checking whether snprintf handles 'long long int' as %qd" >&5 
M
 
Marc G. Fournier 已提交
7757
    if test "$cross_compiling" = yes; then
7758 7759 7760 7761 7762
   echo "$ac_t""assuming not on target machine" 1>&6
	# Force usage of our own snprintf, since we cannot test foreign snprintf
	SNPRINTF='snprintf.o'
	INT64_FORMAT='"%lld"'
  
M
 
Marc G. Fournier 已提交
7763 7764
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
7765
#line 7766 "configure"
M
 
Marc G. Fournier 已提交
7766 7767 7768 7769 7770 7771 7772 7773 7774 7775 7776 7777 7778 7779 7780 7781 7782 7783 7784 7785 7786 7787 7788 7789 7790 7791
#include "confdefs.h"
#include <stdio.h>
typedef long long int int64;
#define INT64_FORMAT "%qd"
   
int64 a = 20000001;
int64 b = 40000005;
   
int does_int64_snprintf_work()
{  
  int64 c;
  char buf[100];

  if (sizeof(int64) != 8)
    return 0;     /* doesn't look like the right size */

  c = a * b;
  snprintf(buf, 100, INT64_FORMAT, c);
  if (strcmp(buf, "800000140000005") != 0)
    return 0;     /* either multiply or snprintf is busted */
  return 1;
}
main() {
  exit(! does_int64_snprintf_work());
}
EOF
B
Bruce Momjian 已提交
7792
if { (eval echo configure:7793: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
M
 
Marc G. Fournier 已提交
7793
then
7794 7795 7796
   echo "$ac_t""yes" 1>&6
    INT64_FORMAT='"%qd"'
  
M
 
Marc G. Fournier 已提交
7797 7798 7799 7800
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
7801 7802 7803 7804 7805
   echo "$ac_t""no" 1>&6
	# Force usage of our own snprintf, since system snprintf is broken
	SNPRINTF='snprintf.o'
	INT64_FORMAT='"%lld"'
  
M
 
Marc G. Fournier 已提交
7806 7807 7808 7809
fi
rm -fr conftest*
fi
 
7810 7811 7812 7813
fi
rm -fr conftest*
fi

7814 7815 7816 7817 7818 7819 7820
  else
    # here if we previously decided we needed to use our own snprintf
    INT64_FORMAT='"%lld"'
  fi
else
  # Here if we are not using 'long long int' at all
  INT64_FORMAT='"%ld"'
7821 7822
fi

7823 7824 7825 7826 7827
cat >> confdefs.h <<EOF
#define INT64_FORMAT $INT64_FORMAT
EOF


7828

7829 7830 7831
for ac_func in strtoll strtoq
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
B
Bruce Momjian 已提交
7832
echo "configure:7833: checking for $ac_func" >&5
7833 7834 7835 7836
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
7837
#line 7838 "configure"
7838 7839 7840 7841 7842 7843 7844 7845 7846 7847 7848 7849 7850 7851 7852 7853 7854 7855 7856 7857 7858 7859
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char $ac_func(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char $ac_func();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
$ac_func();
#endif

; return 0; }
EOF
B
Bruce Momjian 已提交
7860
if { (eval echo configure:7861: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7861 7862 7863 7864 7865 7866 7867 7868 7869 7870 7871 7872 7873 7874 7875 7876 7877 7878 7879 7880 7881 7882 7883 7884 7885 7886
  rm -rf conftest*
  eval "ac_cv_func_$ac_func=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_$ac_func=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  cat >> confdefs.h <<EOF
#define $ac_tr_func 1
EOF
 break
else
  echo "$ac_t""no" 1>&6
fi
done

for ac_func in strtoull strtouq
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
B
Bruce Momjian 已提交
7887
echo "configure:7888: checking for $ac_func" >&5
7888 7889 7890 7891
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
7892
#line 7893 "configure"
7893 7894 7895 7896 7897 7898 7899 7900 7901 7902 7903 7904 7905 7906 7907 7908 7909 7910 7911 7912 7913 7914
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char $ac_func(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char $ac_func();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
$ac_func();
#endif

; return 0; }
EOF
B
Bruce Momjian 已提交
7915
if { (eval echo configure:7916: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7916 7917 7918 7919 7920 7921 7922 7923 7924 7925 7926 7927 7928 7929 7930 7931 7932 7933 7934 7935 7936 7937 7938 7939
  rm -rf conftest*
  eval "ac_cv_func_$ac_func=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_$ac_func=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  cat >> confdefs.h <<EOF
#define $ac_tr_func 1
EOF
 break
else
  echo "$ac_t""no" 1>&6
fi
done


T
Tatsuo Ishii 已提交
7940
echo $ac_n "checking for atexit""... $ac_c" 1>&6
B
Bruce Momjian 已提交
7941
echo "configure:7942: checking for atexit" >&5
T
Tatsuo Ishii 已提交
7942 7943 7944 7945
if eval "test \"`echo '$''{'ac_cv_func_atexit'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
7946
#line 7947 "configure"
T
Tatsuo Ishii 已提交
7947 7948 7949 7950 7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 7965 7966 7967 7968
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char atexit(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char atexit();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_atexit) || defined (__stub___atexit)
choke me
#else
atexit();
#endif

; return 0; }
EOF
B
Bruce Momjian 已提交
7969
if { (eval echo configure:7970: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
T
Tatsuo Ishii 已提交
7970 7971 7972 7973 7974 7975 7976 7977 7978 7979 7980 7981 7982 7983 7984 7985 7986 7987 7988 7989 7990 7991
  rm -rf conftest*
  eval "ac_cv_func_atexit=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_atexit=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'atexit`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_ATEXIT 1
EOF

else
  echo "$ac_t""no" 1>&6
for ac_func in on_exit
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
B
Bruce Momjian 已提交
7992
echo "configure:7993: checking for $ac_func" >&5
T
Tatsuo Ishii 已提交
7993 7994 7995 7996
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
7997
#line 7998 "configure"
T
Tatsuo Ishii 已提交
7998 7999 8000 8001 8002 8003 8004 8005 8006 8007 8008 8009 8010 8011 8012 8013 8014 8015 8016 8017 8018 8019
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char $ac_func(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char $ac_func();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
$ac_func();
#endif

; return 0; }
EOF
B
Bruce Momjian 已提交
8020
if { (eval echo configure:8021: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
T
Tatsuo Ishii 已提交
8021 8022 8023 8024 8025 8026 8027 8028 8029 8030 8031 8032 8033 8034 8035 8036 8037 8038 8039 8040 8041 8042 8043
  rm -rf conftest*
  eval "ac_cv_func_$ac_func=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_$ac_func=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  cat >> confdefs.h <<EOF
#define $ac_tr_func 1
EOF
 cat >> confdefs.h <<\EOF
#define HAVE_ON_EXIT 1
EOF

else
  echo "$ac_t""no" 1>&6
8044
{ echo "configure: error: neither atexit() nor on_exit() found" 1>&2; exit 1; }
T
Tatsuo Ishii 已提交
8045 8046 8047 8048 8049
fi
done

fi

8050

8051

8052
echo $ac_n "checking size of unsigned long""... $ac_c" 1>&6
B
Bruce Momjian 已提交
8053
echo "configure:8054: checking size of unsigned long" >&5
8054 8055 8056 8057 8058 8059 8060
if eval "test \"`echo '$''{'ac_cv_sizeof_unsigned_long'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
  ac_cv_sizeof_unsigned_long=4
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
8061
#line 8062 "configure"
8062 8063 8064 8065 8066 8067 8068 8069 8070 8071
#include "confdefs.h"
#include <stdio.h>
main()
{
  FILE *f=fopen("conftestval", "w");
  if (!f) exit(1);
  fprintf(f, "%d\n", sizeof(unsigned long));
  exit(0);
}
EOF
B
Bruce Momjian 已提交
8072
if { (eval echo configure:8073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8073 8074 8075 8076 8077 8078 8079 8080 8081 8082 8083 8084 8085 8086 8087 8088 8089 8090 8091 8092 8093 8094 8095 8096
then
  ac_cv_sizeof_unsigned_long=`cat conftestval`
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
  ac_cv_sizeof_unsigned_long=0
fi
rm -fr conftest*
fi

fi
echo "$ac_t""$ac_cv_sizeof_unsigned_long" 1>&6
cat >> confdefs.h <<EOF
#define SIZEOF_UNSIGNED_LONG $ac_cv_sizeof_unsigned_long
EOF


cat >> confdefs.h <<EOF
#define SIZEOF_DATUM $ac_cv_sizeof_unsigned_long
EOF



8097
echo $ac_n "checking alignment of short""... $ac_c" 1>&6
B
Bruce Momjian 已提交
8098
echo "configure:8099: checking alignment of short" >&5
8099
if eval "test \"`echo '$''{'pgac_cv_alignof_short'+set}'`\" = set"; then
8100 8101 8102
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
8103
  pgac_cv_alignof_short='sizeof(short)'
8104 8105
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
8106
#line 8107 "configure"
8107 8108 8109 8110 8111 8112 8113 8114 8115 8116 8117
#include "confdefs.h"
#include <stdio.h>
struct { char filler; short field; } mystruct;
main()
{
  FILE *f=fopen("conftestval", "w");
  if (!f) exit(1);
  fprintf(f, "%d\n", ((char*) & mystruct.field) - ((char*) & mystruct));
  exit(0);
}
EOF
B
Bruce Momjian 已提交
8118
if { (eval echo configure:8119: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8119
then
8120
  pgac_cv_alignof_short=`cat conftestval`
8121 8122 8123 8124
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
8125
  pgac_cv_alignof_short='sizeof(short)'
8126 8127 8128 8129 8130
fi
rm -fr conftest*
fi

fi
8131
echo "$ac_t""$pgac_cv_alignof_short" 1>&6
8132
cat >> confdefs.h <<EOF
8133
#define ALIGNOF_SHORT $pgac_cv_alignof_short
8134 8135 8136 8137
EOF


echo $ac_n "checking alignment of int""... $ac_c" 1>&6
B
Bruce Momjian 已提交
8138
echo "configure:8139: checking alignment of int" >&5
8139
if eval "test \"`echo '$''{'pgac_cv_alignof_int'+set}'`\" = set"; then
8140 8141 8142
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
8143
  pgac_cv_alignof_int='sizeof(int)'
8144 8145
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
8146
#line 8147 "configure"
8147 8148 8149 8150 8151 8152 8153 8154 8155 8156 8157
#include "confdefs.h"
#include <stdio.h>
struct { char filler; int field; } mystruct;
main()
{
  FILE *f=fopen("conftestval", "w");
  if (!f) exit(1);
  fprintf(f, "%d\n", ((char*) & mystruct.field) - ((char*) & mystruct));
  exit(0);
}
EOF
B
Bruce Momjian 已提交
8158
if { (eval echo configure:8159: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8159
then
8160
  pgac_cv_alignof_int=`cat conftestval`
8161 8162 8163 8164
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
8165
  pgac_cv_alignof_int='sizeof(int)'
8166 8167 8168 8169 8170
fi
rm -fr conftest*
fi

fi
8171
echo "$ac_t""$pgac_cv_alignof_int" 1>&6
8172
cat >> confdefs.h <<EOF
8173
#define ALIGNOF_INT $pgac_cv_alignof_int
8174 8175 8176 8177
EOF


echo $ac_n "checking alignment of long""... $ac_c" 1>&6
B
Bruce Momjian 已提交
8178
echo "configure:8179: checking alignment of long" >&5
8179
if eval "test \"`echo '$''{'pgac_cv_alignof_long'+set}'`\" = set"; then
8180 8181 8182
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
8183
  pgac_cv_alignof_long='sizeof(long)'
8184 8185
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
8186
#line 8187 "configure"
8187 8188 8189 8190 8191 8192 8193 8194 8195 8196 8197
#include "confdefs.h"
#include <stdio.h>
struct { char filler; long field; } mystruct;
main()
{
  FILE *f=fopen("conftestval", "w");
  if (!f) exit(1);
  fprintf(f, "%d\n", ((char*) & mystruct.field) - ((char*) & mystruct));
  exit(0);
}
EOF
B
Bruce Momjian 已提交
8198
if { (eval echo configure:8199: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8199
then
8200
  pgac_cv_alignof_long=`cat conftestval`
8201 8202 8203 8204
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
8205
  pgac_cv_alignof_long='sizeof(long)'
8206 8207 8208 8209 8210
fi
rm -fr conftest*
fi

fi
8211
echo "$ac_t""$pgac_cv_alignof_long" 1>&6
8212
cat >> confdefs.h <<EOF
8213
#define ALIGNOF_LONG $pgac_cv_alignof_long
8214 8215 8216
EOF


P
Peter Eisentraut 已提交
8217
if [ x"$HAVE_LONG_LONG_INT_64" = xyes ] ; then
8218
  echo $ac_n "checking alignment of long long int""... $ac_c" 1>&6
B
Bruce Momjian 已提交
8219
echo "configure:8220: checking alignment of long long int" >&5
8220
if eval "test \"`echo '$''{'pgac_cv_alignof_long_long_int'+set}'`\" = set"; then
8221 8222 8223
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
8224
  pgac_cv_alignof_long_long_int='sizeof(long long int)'
8225 8226
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
8227
#line 8228 "configure"
8228 8229 8230 8231 8232 8233 8234 8235 8236 8237 8238
#include "confdefs.h"
#include <stdio.h>
struct { char filler; long long int field; } mystruct;
main()
{
  FILE *f=fopen("conftestval", "w");
  if (!f) exit(1);
  fprintf(f, "%d\n", ((char*) & mystruct.field) - ((char*) & mystruct));
  exit(0);
}
EOF
B
Bruce Momjian 已提交
8239
if { (eval echo configure:8240: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8240
then
8241
  pgac_cv_alignof_long_long_int=`cat conftestval`
8242 8243 8244 8245
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
8246
  pgac_cv_alignof_long_long_int='sizeof(long long int)'
8247 8248 8249 8250 8251
fi
rm -fr conftest*
fi

fi
8252
echo "$ac_t""$pgac_cv_alignof_long_long_int" 1>&6
8253
cat >> confdefs.h <<EOF
8254
#define ALIGNOF_LONG_LONG_INT $pgac_cv_alignof_long_long_int
8255 8256 8257 8258 8259
EOF


fi
echo $ac_n "checking alignment of double""... $ac_c" 1>&6
B
Bruce Momjian 已提交
8260
echo "configure:8261: checking alignment of double" >&5
8261
if eval "test \"`echo '$''{'pgac_cv_alignof_double'+set}'`\" = set"; then
8262 8263 8264
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
8265
  pgac_cv_alignof_double='sizeof(double)'
8266 8267
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
8268
#line 8269 "configure"
8269 8270 8271 8272 8273 8274 8275 8276 8277 8278 8279
#include "confdefs.h"
#include <stdio.h>
struct { char filler; double field; } mystruct;
main()
{
  FILE *f=fopen("conftestval", "w");
  if (!f) exit(1);
  fprintf(f, "%d\n", ((char*) & mystruct.field) - ((char*) & mystruct));
  exit(0);
}
EOF
B
Bruce Momjian 已提交
8280
if { (eval echo configure:8281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8281
then
8282
  pgac_cv_alignof_double=`cat conftestval`
8283 8284 8285 8286
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
8287
  pgac_cv_alignof_double='sizeof(double)'
8288 8289 8290 8291 8292
fi
rm -fr conftest*
fi

fi
8293
echo "$ac_t""$pgac_cv_alignof_double" 1>&6
8294
cat >> confdefs.h <<EOF
8295
#define ALIGNOF_DOUBLE $pgac_cv_alignof_double
8296 8297 8298 8299 8300
EOF




8301 8302 8303 8304
if test $pgac_cv_alignof_double != 'sizeof(double)' ; then
  MAX_ALIGNOF=$pgac_cv_alignof_long
  if test $MAX_ALIGNOF -lt $pgac_cv_alignof_double ; then
    MAX_ALIGNOF=$pgac_cv_alignof_double
8305
  fi
P
Peter Eisentraut 已提交
8306
  if test x"$HAVE_LONG_LONG_INT_64" = xyes && test $MAX_ALIGNOF -lt $pgac_cv_alignof_long_long_int ; then
8307
    MAX_ALIGNOF="$pgac_cv_alignof_long_long_int"
8308 8309
  fi
else
8310
    MAX_ALIGNOF="$pgac_cv_alignof_double"
8311 8312 8313 8314 8315 8316
fi
cat >> confdefs.h <<EOF
#define MAXIMUM_ALIGNOF $MAX_ALIGNOF
EOF


8317
echo $ac_n "checking for POSIX signal interface""... $ac_c" 1>&6
B
Bruce Momjian 已提交
8318
echo "configure:8319: checking for POSIX signal interface" >&5
8319 8320 8321 8322
if eval "test \"`echo '$''{'pgac_cv_func_posix_signals'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
8323
#line 8324 "configure"
8324 8325
#include "confdefs.h"
#include <signal.h>
8326

8327 8328 8329 8330 8331 8332 8333
int main() {
struct sigaction act, oact;
sigemptyset(&act.sa_mask);
act.sa_flags = SA_RESTART;
sigaction(0, &act, &oact);
; return 0; }
EOF
B
Bruce Momjian 已提交
8334
if { (eval echo configure:8335: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8335
  rm -rf conftest*
8336
  pgac_cv_func_posix_signals=yes
8337 8338 8339 8340
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
8341
  pgac_cv_func_posix_signals=no
8342 8343
fi
rm -f conftest*
8344 8345 8346 8347 8348 8349 8350 8351 8352 8353 8354
fi

echo "$ac_t""$pgac_cv_func_posix_signals" 1>&6
if test x"$pgac_cv_func_posix_signals" = xyes ; then
  cat >> confdefs.h <<\EOF
#define HAVE_POSIX_SIGNALS 
EOF

fi
HAVE_POSIX_SIGNALS=$pgac_cv_func_posix_signals

8355 8356


8357 8358 8359 8360 8361 8362
# Check for Tcl configuration script tclConfig.sh
if test "$with_tcl" = yes; then
    for ac_prog in tclsh tcl
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
B
Bruce Momjian 已提交
8363
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
B
Bruce Momjian 已提交
8364
echo "configure:8365: checking for $ac_word" >&5
B
Bruce Momjian 已提交
8365 8366 8367 8368 8369 8370 8371
if eval "test \"`echo '$''{'ac_cv_path_TCLSH'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$TCLSH" in
  /*)
  ac_cv_path_TCLSH="$TCLSH" # Let the user override the test with a path.
  ;;
8372 8373 8374
  ?:/*)			 
  ac_cv_path_TCLSH="$TCLSH" # Let the user override the test with a dos path.
  ;;
B
Bruce Momjian 已提交
8375
  *)
8376 8377 8378
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
B
Bruce Momjian 已提交
8379 8380 8381 8382 8383 8384 8385 8386 8387 8388 8389 8390 8391 8392 8393 8394
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_TCLSH="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
TCLSH="$ac_cv_path_TCLSH"
if test -n "$TCLSH"; then
  echo "$ac_t""$TCLSH" 1>&6
else
  echo "$ac_t""no" 1>&6
fi
B
Bruce Momjian 已提交
8395

8396 8397
test -n "$TCLSH" && break
done
B
Bruce Momjian 已提交
8398

8399
echo $ac_n "checking for tclConfig.sh""... $ac_c" 1>&6
B
Bruce Momjian 已提交
8400
echo "configure:8401: checking for tclConfig.sh" >&5
8401 8402 8403
# Let user override test
if test -z "$TCL_CONFIG_SH"; then
    pgac_test_dirs="$with_tclconfig"
B
Bruce Momjian 已提交
8404

8405 8406 8407 8408
    set X $pgac_test_dirs; shift
    if test $# -eq 0; then
        test -z "$TCLSH" && { echo "configure: error: unable to locate tclConfig.sh because no Tcl shell was found" 1>&2; exit 1; }
        set X `echo 'puts $auto_path' | $TCLSH`; shift
B
Bruce Momjian 已提交
8409 8410
    fi

P
Peter Eisentraut 已提交
8411
    for pgac_dir do
8412 8413 8414 8415 8416
        if test -r "$pgac_dir/tclConfig.sh"; then
            TCL_CONFIG_SH=$pgac_dir/tclConfig.sh
            break
        fi
    done
B
Bruce Momjian 已提交
8417 8418
fi

8419 8420 8421 8422 8423 8424
if test -z "$TCL_CONFIG_SH"; then
    echo "$ac_t""no" 1>&6
    { echo "configure: error: file \`tclConfig.sh' is required for Tcl" 1>&2; exit 1; }
else
    echo "$ac_t""$TCL_CONFIG_SH" 1>&6
fi
8425

B
Bruce Momjian 已提交
8426 8427


8428
fi
8429

8430 8431 8432
# Check for Tk configuration script tkConfig.sh
if test "$with_tk" = yes; then
    echo $ac_n "checking for tkConfig.sh""... $ac_c" 1>&6
B
Bruce Momjian 已提交
8433
echo "configure:8434: checking for tkConfig.sh" >&5
8434 8435 8436
# Let user override test
if test -z "$TK_CONFIG_SH"; then
    pgac_test_dirs="$with_tkconfig $with_tclconfig"
8437

8438 8439 8440 8441 8442
    set X $pgac_test_dirs; shift
    if test $# -eq 0; then
        test -z "$TCLSH" && { echo "configure: error: unable to locate tkConfig.sh because no Tcl shell was found" 1>&2; exit 1; }
        set X `echo 'puts $auto_path' | $TCLSH`; shift
    fi
8443

P
Peter Eisentraut 已提交
8444
    for pgac_dir do
8445 8446 8447 8448 8449
        if test -r "$pgac_dir/tkConfig.sh"; then
            TK_CONFIG_SH=$pgac_dir/tkConfig.sh
            break
        fi
    done
8450 8451
fi

8452 8453 8454
if test -z "$TK_CONFIG_SH"; then
    echo "$ac_t""no" 1>&6
    { echo "configure: error: file \`tkConfig.sh' is required for Tk" 1>&2; exit 1; }
8455
else
8456
    echo "$ac_t""$TK_CONFIG_SH" 1>&6
8457 8458 8459 8460
fi



8461
fi
8462 8463


8464 8465 8466 8467 8468 8469 8470 8471
#
# Check for DocBook and tools
#
for ac_prog in onsgmls nsgmls
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
B
Bruce Momjian 已提交
8472
echo "configure:8473: checking for $ac_word" >&5
8473 8474 8475 8476 8477 8478 8479 8480 8481 8482 8483 8484 8485 8486 8487 8488 8489 8490 8491 8492 8493 8494 8495 8496 8497 8498 8499 8500 8501 8502 8503 8504 8505 8506 8507
if eval "test \"`echo '$''{'ac_cv_prog_NSGMLS'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$NSGMLS"; then
  ac_cv_prog_NSGMLS="$NSGMLS" # Let the user override the test.
else
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_NSGMLS="$ac_prog"
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
fi
NSGMLS="$ac_cv_prog_NSGMLS"
if test -n "$NSGMLS"; then
  echo "$ac_t""$NSGMLS" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

test -n "$NSGMLS" && break
done

# If you don't have nsgmls you won't get very far, so save the cycles.
if test -n "$NSGMLS"; then
  for ac_prog in openjade jade
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
B
Bruce Momjian 已提交
8508
echo "configure:8509: checking for $ac_word" >&5
8509 8510 8511 8512 8513 8514 8515 8516 8517 8518 8519 8520 8521 8522 8523 8524 8525 8526 8527 8528 8529 8530 8531 8532 8533 8534 8535 8536 8537 8538
if eval "test \"`echo '$''{'ac_cv_prog_JADE'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$JADE"; then
  ac_cv_prog_JADE="$JADE" # Let the user override the test.
else
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_JADE="$ac_prog"
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
fi
JADE="$ac_cv_prog_JADE"
if test -n "$JADE"; then
  echo "$ac_t""$JADE" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

test -n "$JADE" && break
done

  
echo $ac_n "checking for DocBook V3.1""... $ac_c" 1>&6
B
Bruce Momjian 已提交
8539
echo "configure:8540: checking for DocBook V3.1" >&5
8540 8541 8542 8543 8544 8545 8546 8547 8548 8549 8550 8551 8552 8553 8554 8555 8556 8557 8558 8559 8560 8561 8562 8563 8564 8565 8566 8567 8568 8569 8570 8571
if eval "test \"`echo '$''{'pgac_cv_check_docbook'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat >conftest.sgml <<EOF
<!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
<book>
 <title>test</title>
 <chapter>
  <title>random</title>
   <sect1>
    <title>testsect</title>
    <para>text</para>
  </sect1>
 </chapter>
</book>
EOF

${NSGMLS-false} -s conftest.sgml 1>&5 2>&1
if test $? -eq 0; then
  pgac_cv_check_docbook=yes
else
  pgac_cv_check_docbook=no
fi
rm -f conftest.sgml
fi

echo "$ac_t""$pgac_cv_check_docbook" 1>&6

have_docbook=$pgac_cv_check_docbook


  echo $ac_n "checking for DocBook stylesheets""... $ac_c" 1>&6
B
Bruce Momjian 已提交
8572
echo "configure:8573: checking for DocBook stylesheets" >&5
8573 8574 8575 8576 8577 8578 8579 8580 8581 8582 8583 8584 8585 8586 8587 8588 8589 8590 8591 8592 8593 8594 8595 8596 8597 8598 8599 8600 8601 8602 8603 8604 8605 8606 8607 8608 8609 8610
if eval "test \"`echo '$''{'pgac_cv_path_stylesheets'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$DOCBOOKSTYLE"; then
  pgac_cv_path_stylesheets=$DOCBOOKSTYLE
else
  for pgac_prefix in /usr /usr/local /opt; do
    for pgac_infix in share lib; do
      for pgac_postfix in \
        sgml/stylesheets/nwalsh-modular \
        sgml/stylesheets/docbook \
        sgml/docbook/dsssl/modular
      do
        pgac_candidate=$pgac_prefix/$pgac_infix/$pgac_postfix
        if test -r "$pgac_candidate/html/docbook.dsl" \
           && test -r "$pgac_candidate/print/docbook.dsl"
        then
          pgac_cv_path_stylesheets=$pgac_candidate
          break 3
        fi
      done
    done
  done
fi
fi

DOCBOOKSTYLE=$pgac_cv_path_stylesheets

if test -n "$DOCBOOKSTYLE"; then
  echo "$ac_t""$DOCBOOKSTYLE" 1>&6
else
  echo "$ac_t""no" 1>&6
fi
  for ac_prog in sgmlspl
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
B
Bruce Momjian 已提交
8611
echo "configure:8612: checking for $ac_word" >&5
8612 8613 8614 8615 8616 8617 8618 8619 8620 8621 8622 8623 8624 8625 8626 8627 8628 8629 8630 8631 8632 8633 8634 8635 8636 8637 8638 8639 8640 8641
if eval "test \"`echo '$''{'ac_cv_prog_SGMLSPL'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$SGMLSPL"; then
  ac_cv_prog_SGMLSPL="$SGMLSPL" # Let the user override the test.
else
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_SGMLSPL="$ac_prog"
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
fi
SGMLSPL="$ac_cv_prog_SGMLSPL"
if test -n "$SGMLSPL"; then
  echo "$ac_t""$SGMLSPL" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

test -n "$SGMLSPL" && break
done

fi

8642 8643
abs_top_srcdir=

8644

8645
# prepare build tree if outside source tree
8646 8647 8648 8649 8650 8651
# Note 1: test -ef might not exist, but it's more reliable than `pwd`.
# Note 2: /bin/pwd might be better than shell's built-in at getting
#         a symlink-free name.
if ( test "$srcdir" -ef . ) >/dev/null 2>&1 || test "`cd $srcdir && /bin/pwd`" = "`/bin/pwd`"; then
    :
else
8652 8653 8654 8655 8656
    abs_top_srcdir=`cd $srcdir && pwd`
    echo $ac_n "preparing build tree... $ac_c" 1>&6
    /bin/sh "$srcdir/config/prep_buildtree" "$abs_top_srcdir" "." \
      || { echo "configure: error: failed" 1>&2; exit 1; }
    echo "$ac_t""done" 1>&6
8657 8658
fi

8659 8660 8661 8662 8663 8664 8665 8666 8667 8668 8669 8670 8671 8672 8673 8674
trap '' 1 2 15
cat > confcache <<\EOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs.  It is not useful on other systems.
# If it contains results you don't want to keep, you may remove or edit it.
#
# By default, configure uses ./config.cache as the cache file,
# creating it if it does not exist already.  You can give configure
# the --cache-file=FILE option to use a different cache file; that is
# what configure does when it calls configure scripts in
# subdirectories, so they share the cache.
# Giving --cache-file=/dev/null disables caching, for debugging configure.
# config.status only pays attention to the cache file if you give it the
# --recheck option to rerun configure.
#
8675
EOF
8676 8677 8678 8679 8680 8681 8682 8683 8684 8685 8686 8687 8688 8689 8690 8691 8692 8693 8694 8695 8696
# The following way of writing the cache mishandles newlines in values,
# but we know of no workaround that is simple, portable, and efficient.
# So, don't put newlines in cache variables' values.
# Ultrix sh set writes to stderr and can't be redirected directly,
# and sets the high bit in the cache file unless we assign to the vars.
(set) 2>&1 |
  case `(ac_space=' '; set | grep ac_space) 2>&1` in
  *ac_space=\ *)
    # `set' does not quote correctly, so add quotes (double-quote substitution
    # turns \\\\ into \\, and sed turns \\ into \).
    sed -n \
      -e "s/'/'\\\\''/g" \
      -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
    ;;
  *)
    # `set' quotes correctly as required by POSIX, so do not add quotes.
    sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
    ;;
  esac >> confcache
if cmp -s $cache_file confcache; then
  :
8697
else
8698 8699 8700 8701 8702 8703
  if test -w $cache_file; then
    echo "updating cache $cache_file"
    cat confcache > $cache_file
  else
    echo "not updating unwritable cache $cache_file"
  fi
8704
fi
8705
rm -f confcache
8706

8707
trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
8708

8709 8710 8711 8712 8713 8714 8715 8716 8717
test "x$prefix" = xNONE && prefix=$ac_default_prefix
# Let make expand exec_prefix.
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'

# Any assignment to VPATH causes Sun make to only execute
# the first set of double-colon rules, so remove it if not needed.
# If there is a colon in the path, we need to keep it.
if test "x$srcdir" = x.; then
  ac_vpsub='/^[ 	]*VPATH[ 	]*=[^:]*$/d'
8718 8719
fi

8720
trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
8721

8722
DEFS=-DHAVE_CONFIG_H
8723 8724 8725 8726 8727 8728 8729 8730 8731 8732 8733 8734 8735 8736 8737 8738 8739 8740 8741 8742 8743 8744 8745 8746 8747 8748

# Without the "./", some shells look in PATH for config.status.
: ${CONFIG_STATUS=./config.status}

echo creating $CONFIG_STATUS
rm -f $CONFIG_STATUS
cat > $CONFIG_STATUS <<EOF
#! /bin/sh
# Generated automatically by configure.
# Run this file to recreate the current configuration.
# This directory was configured as follows,
# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
#
# $0 $ac_configure_args
#
# Compiler output produced by configure, useful for debugging
# configure, is in ./config.log if it exists.

ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
for ac_option
do
  case "\$ac_option" in
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
8749
    echo "$CONFIG_STATUS generated by autoconf version 2.13"
8750 8751 8752 8753 8754 8755 8756 8757 8758
    exit 0 ;;
  -help | --help | --hel | --he | --h)
    echo "\$ac_cs_usage"; exit 0 ;;
  *) echo "\$ac_cs_usage"; exit 1 ;;
  esac
done

ac_given_srcdir=$srcdir

8759 8760 8761 8762 8763
trap 'rm -fr `echo "
  GNUmakefile
  src/GNUmakefile
  src/Makefile.global
  src/backend/port/Makefile
8764
 src/include/pg_config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
8765 8766 8767 8768 8769 8770 8771 8772
EOF
cat >> $CONFIG_STATUS <<EOF

# Protect against being on the right side of a sed subst in config.status.
sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
$ac_vpsub
$extrasub
8773
s%@SHELL@%$SHELL%g
8774 8775 8776
s%@CFLAGS@%$CFLAGS%g
s%@CPPFLAGS@%$CPPFLAGS%g
s%@CXXFLAGS@%$CXXFLAGS%g
8777
s%@FFLAGS@%$FFLAGS%g
8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793
s%@DEFS@%$DEFS%g
s%@LDFLAGS@%$LDFLAGS%g
s%@LIBS@%$LIBS%g
s%@exec_prefix@%$exec_prefix%g
s%@prefix@%$prefix%g
s%@program_transform_name@%$program_transform_name%g
s%@bindir@%$bindir%g
s%@sbindir@%$sbindir%g
s%@libexecdir@%$libexecdir%g
s%@datadir@%$datadir%g
s%@sysconfdir@%$sysconfdir%g
s%@sharedstatedir@%$sharedstatedir%g
s%@localstatedir@%$localstatedir%g
s%@libdir@%$libdir%g
s%@includedir@%$includedir%g
s%@oldincludedir@%$oldincludedir%g
P
Peter Eisentraut 已提交
8794
s%@docdir@%$docdir%g
8795
s%@mandir@%$mandir%g
8796
s%@VERSION@%$VERSION%g
8797 8798 8799 8800 8801
s%@host@%$host%g
s%@host_alias@%$host_alias%g
s%@host_cpu@%$host_cpu%g
s%@host_vendor@%$host_vendor%g
s%@host_os@%$host_os%g
8802
s%@PORTNAME@%$PORTNAME%g
8803
s%@TAS@%$TAS%g
8804
s%@MULTIBYTE@%$MULTIBYTE%g
P
Peter Eisentraut 已提交
8805 8806
s%@enable_nls@%$enable_nls%g
s%@WANTED_LANGUAGES@%$WANTED_LANGUAGES%g
8807
s%@default_port@%$default_port%g
8808
s%@enable_shared@%$enable_shared%g
8809
s%@enable_rpath@%$enable_rpath%g
8810
s%@CC@%$CC%g
8811
s%@EXEEXT@%$EXEEXT%g
8812
s%@CPP@%$CPP%g
8813
s%@GCC@%$GCC%g
P
Peter Eisentraut 已提交
8814
s%@autodepend@%$autodepend%g
8815
s%@INCLUDES@%$INCLUDES%g
8816 8817
s%@with_tcl@%$with_tcl%g
s%@with_tk@%$with_tk%g
8818
s%@enable_pltcl_unknown@%$enable_pltcl_unknown%g
8819 8820
s%@with_perl@%$with_perl%g
s%@with_python@%$with_python%g
8821
s%@ANT@%$ANT%g
P
 
Peter Mount 已提交
8822
s%@with_java@%$with_java%g
8823 8824
s%@with_krb4@%$with_krb4%g
s%@with_krb5@%$with_krb5%g
8825
s%@krb_srvtab@%$krb_srvtab%g
8826
s%@with_pam@%$with_pam%g
8827
s%@with_openssl@%$with_openssl%g
8828
s%@enable_odbc@%$enable_odbc%g
8829 8830
s%@with_unixodbc@%$with_unixodbc%g
s%@with_iodbc@%$with_iodbc%g
8831
s%@odbcinst_ini_dir@%$odbcinst_ini_dir%g
M
 
Marc G. Fournier 已提交
8832
s%@ELF_SYS@%$ELF_SYS%g
8833
s%@CXX@%$CXX%g
8834
s%@CXXCPP@%$CXXCPP%g
8835
s%@GXX@%$GXX%g
8836
s%@with_CXX@%$with_CXX%g
8837
s%@AWK@%$AWK%g
8838 8839
s%@FLEX@%$FLEX%g
s%@FLEXFLAGS@%$FLEXFLAGS%g
8840
s%@LN_S@%$LN_S%g
8841 8842
s%@LD@%$LD%g
s%@with_gnu_ld@%$with_gnu_ld%g
8843
s%@ld_R_works@%$ld_R_works%g
8844
s%@RANLIB@%$RANLIB%g
8845
s%@LORDER@%$LORDER%g
8846
s%@TAR@%$TAR%g
8847
s%@YACC@%$YACC%g
8848
s%@YFLAGS@%$YFLAGS%g
8849
s%@WISH@%$WISH%g
8850 8851 8852 8853
s%@PERL@%$PERL%g
s%@perl_installsitearch@%$perl_installsitearch%g
s%@perl_installsitelib@%$perl_installsitelib%g
s%@perl_installman3dir@%$perl_installman3dir%g
8854 8855 8856 8857 8858 8859
s%@PYTHON@%$PYTHON%g
s%@python_version@%$python_version%g
s%@python_prefix@%$python_prefix%g
s%@python_execprefix@%$python_execprefix%g
s%@python_configdir@%$python_configdir%g
s%@python_moduledir@%$python_moduledir%g
8860 8861
s%@python_moduleexecdir@%$python_moduleexecdir%g
s%@python_includespec@%$python_includespec%g
8862
s%@python_libspec@%$python_libspec%g
P
Peter Eisentraut 已提交
8863 8864 8865 8866
s%@MSGFMT@%$MSGFMT%g
s%@MSGMERGE@%$MSGMERGE%g
s%@XGETTEXT@%$XGETTEXT%g
s%@localedir@%$localedir%g
M
 
Marc G. Fournier 已提交
8867
s%@SNPRINTF@%$SNPRINTF%g
8868
s%@ISINF@%$ISINF%g
8869 8870
s%@GETRUSAGE@%$GETRUSAGE%g
s%@SRANDOM@%$SRANDOM%g
8871
s%@GETHOSTNAME@%$GETHOSTNAME%g
8872
s%@MISSING_RANDOM@%$MISSING_RANDOM%g
8873
s%@INET_ATON@%$INET_ATON%g
B
Bruce Momjian 已提交
8874
s%@STRERROR@%$STRERROR%g
8875
s%@STRDUP@%$STRDUP%g
M
Marc G. Fournier 已提交
8876 8877
s%@STRTOL@%$STRTOL%g
s%@STRTOUL@%$STRTOUL%g
8878
s%@STRCASECMP@%$STRCASECMP%g
8879 8880
s%@HPUXMATHLIB@%$HPUXMATHLIB%g
s%@HAVE_POSIX_SIGNALS@%$HAVE_POSIX_SIGNALS%g
B
Bruce Momjian 已提交
8881 8882 8883
s%@TCLSH@%$TCLSH%g
s%@TCL_CONFIG_SH@%$TCL_CONFIG_SH%g
s%@TK_CONFIG_SH@%$TK_CONFIG_SH%g
8884 8885 8886 8887 8888
s%@NSGMLS@%$NSGMLS%g
s%@JADE@%$JADE%g
s%@have_docbook@%$have_docbook%g
s%@DOCBOOKSTYLE@%$DOCBOOKSTYLE%g
s%@SGMLSPL@%$SGMLSPL%g
8889
s%@abs_top_srcdir@%$abs_top_srcdir%g
8890 8891 8892

CEOF
EOF
8893 8894 8895 8896 8897 8898 8899 8900 8901 8902 8903 8904 8905 8906 8907 8908 8909 8910 8911 8912 8913 8914 8915 8916 8917 8918 8919 8920 8921 8922 8923 8924 8925 8926 8927 8928

cat >> $CONFIG_STATUS <<\EOF

# Split the substitutions into bite-sized pieces for seds with
# small command number limits, like on Digital OSF/1 and HP-UX.
ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
ac_file=1 # Number of current file.
ac_beg=1 # First line for current file.
ac_end=$ac_max_sed_cmds # Line after last line for current file.
ac_more_lines=:
ac_sed_cmds=""
while $ac_more_lines; do
  if test $ac_beg -gt 1; then
    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  else
    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  fi
  if test ! -s conftest.s$ac_file; then
    ac_more_lines=false
    rm -f conftest.s$ac_file
  else
    if test -z "$ac_sed_cmds"; then
      ac_sed_cmds="sed -f conftest.s$ac_file"
    else
      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
    fi
    ac_file=`expr $ac_file + 1`
    ac_beg=$ac_end
    ac_end=`expr $ac_end + $ac_max_sed_cmds`
  fi
done
if test -z "$ac_sed_cmds"; then
  ac_sed_cmds=cat
fi
EOF

8929 8930
cat >> $CONFIG_STATUS <<EOF

B
 
Bruce Momjian 已提交
8931
CONFIG_FILES=\${CONFIG_FILES-"GNUmakefile
8932 8933 8934
  src/GNUmakefile
  src/Makefile.global
  src/backend/port/Makefile
B
 
Bruce Momjian 已提交
8935
"}
8936 8937 8938
EOF
cat >> $CONFIG_STATUS <<\EOF
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
8939
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8940
  case "$ac_file" in
8941
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
8942 8943 8944 8945
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  *) ac_file_in="${ac_file}.in" ;;
  esac

8946
  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
8947 8948 8949 8950 8951 8952 8953 8954 8955 8956 8957 8958 8959 8960 8961 8962 8963 8964 8965 8966 8967 8968 8969

  # Remove last slash and all that follows it.  Not all systems have dirname.
  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
    # The file is in a subdirectory.
    test ! -d "$ac_dir" && mkdir "$ac_dir"
    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
    # A "../" for each directory in $ac_dir_suffix.
    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  else
    ac_dir_suffix= ac_dots=
  fi

  case "$ac_given_srcdir" in
  .)  srcdir=.
      if test -z "$ac_dots"; then top_srcdir=.
      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  *) # Relative path.
    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
    top_srcdir="$ac_dots$ac_given_srcdir" ;;
  esac

8970

8971 8972 8973 8974 8975 8976 8977 8978
  echo creating "$ac_file"
  rm -f "$ac_file"
  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  case "$ac_file" in
  *Makefile*) ac_comsub="1i\\
# $configure_input" ;;
  *) ac_comsub= ;;
  esac
8979 8980

  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
8981 8982 8983 8984
  sed -e "$ac_comsub
s%@configure_input@%$configure_input%g
s%@srcdir@%$srcdir%g
s%@top_srcdir@%$top_srcdir%g
8985
" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
8986
fi; done
8987
rm -f conftest.s*
8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007

# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
# NAME is the cpp macro being defined and VALUE is the value it is being given.
#
# ac_d sets the value in "#define NAME VALUE" lines.
ac_dA='s%^\([ 	]*\)#\([ 	]*define[ 	][ 	]*\)'
ac_dB='\([ 	][ 	]*\)[^ 	]*%\1#\2'
ac_dC='\3'
ac_dD='%g'
# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
ac_uA='s%^\([ 	]*\)#\([ 	]*\)undef\([ 	][ 	]*\)'
ac_uB='\([ 	]\)%\1#\2define\3'
ac_uC=' '
ac_uD='\4%g'
# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
ac_eA='s%^\([ 	]*\)#\([ 	]*\)undef\([ 	][ 	]*\)'
ac_eB='$%\1#\2define\3'
ac_eC=' '
ac_eD='%g'

9008 9009 9010
if test "${CONFIG_HEADERS+set}" != set; then
EOF
cat >> $CONFIG_STATUS <<EOF
9011
  CONFIG_HEADERS="src/include/pg_config.h"
9012 9013 9014
EOF
cat >> $CONFIG_STATUS <<\EOF
fi
9015
for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
9016
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
9017
  case "$ac_file" in
9018
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
9019 9020 9021 9022 9023 9024 9025
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  *) ac_file_in="${ac_file}.in" ;;
  esac

  echo creating $ac_file

  rm -f conftest.frag conftest.in conftest.out
9026 9027
  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  cat $ac_file_inputs > conftest.in
9028 9029 9030 9031 9032 9033 9034 9035 9036 9037 9038 9039 9040 9041 9042 9043 9044 9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 9057 9058 9059 9060 9061 9062 9063 9064 9065 9066 9067 9068 9069 9070 9071 9072 9073 9074 9075 9076 9077 9078 9079 9080 9081 9082 9083 9084 9085 9086 9087 9088 9089 9090 9091 9092 9093 9094 9095

EOF

# Transform confdefs.h into a sed script conftest.vals that substitutes
# the proper values into config.h.in to produce config.h.  And first:
# Protect against being on the right side of a sed subst in config.status.
# Protect against being in an unquoted here document in config.status.
rm -f conftest.vals
cat > conftest.hdr <<\EOF
s/[\\&%]/\\&/g
s%[\\$`]%\\&%g
s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
s%ac_d%ac_u%gp
s%ac_u%ac_e%gp
EOF
sed -n -f conftest.hdr confdefs.h > conftest.vals
rm -f conftest.hdr

# This sed command replaces #undef with comments.  This is necessary, for
# example, in the case of _POSIX_SOURCE, which is predefined and required
# on some systems where configure will not decide to define it.
cat >> conftest.vals <<\EOF
s%^[ 	]*#[ 	]*undef[ 	][ 	]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
EOF

# Break up conftest.vals because some shells have a limit on
# the size of here documents, and old seds have small limits too.

rm -f conftest.tail
while :
do
  ac_lines=`grep -c . conftest.vals`
  # grep -c gives empty output for an empty file on some AIX systems.
  if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  # Write a limited-size here document to conftest.frag.
  echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  echo 'CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in
' >> $CONFIG_STATUS
  sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  rm -f conftest.vals
  mv conftest.tail conftest.vals
done
rm -f conftest.vals

cat >> $CONFIG_STATUS <<\EOF
  rm -f conftest.frag conftest.h
  echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  cat conftest.in >> conftest.h
  rm -f conftest.in
  if cmp -s $ac_file conftest.h 2>/dev/null; then
    echo "$ac_file is unchanged"
    rm -f conftest.h
  else
    # Remove last slash and all that follows it.  Not all systems have dirname.
      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
      # The file is in a subdirectory.
      test ! -d "$ac_dir" && mkdir "$ac_dir"
    fi
    rm -f $ac_file
    mv conftest.h $ac_file
  fi
fi; done

9096 9097 9098
EOF

cat >> $CONFIG_STATUS <<EOF
9099
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}"
9100
ac_dests="src/backend/port/dynloader.c src/include/dynloader.h src/include/pg_config_os.h src/Makefile.port src/backend/port/tas.s"
9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 9117 9118 9119 9120 9121 9122 9123 9124 9125 9126 9127 9128 9129 9130 9131 9132 9133 9134 9135 9136 9137 9138 9139 9140
EOF

cat >> $CONFIG_STATUS <<\EOF
srcdir=$ac_given_srcdir
while test -n "$ac_sources"; do
  set $ac_dests; ac_dest=$1; shift; ac_dests=$*
  set $ac_sources; ac_source=$1; shift; ac_sources=$*

  echo "linking $srcdir/$ac_source to $ac_dest"

  if test ! -r $srcdir/$ac_source; then
    { echo "configure: error: $srcdir/$ac_source: File not found" 1>&2; exit 1; }
  fi
  rm -f $ac_dest

  # Make relative symlinks.
  # Remove last slash and all that follows it.  Not all systems have dirname.
  ac_dest_dir=`echo $ac_dest|sed 's%/[^/][^/]*$%%'`
  if test "$ac_dest_dir" != "$ac_dest" && test "$ac_dest_dir" != .; then
    # The dest file is in a subdirectory.
    test ! -d "$ac_dest_dir" && mkdir "$ac_dest_dir"
    ac_dest_dir_suffix="/`echo $ac_dest_dir|sed 's%^\./%%'`"
    # A "../" for each directory in $ac_dest_dir_suffix.
    ac_dots=`echo $ac_dest_dir_suffix|sed 's%/[^/]*%../%g'`
  else
    ac_dest_dir_suffix= ac_dots=
  fi

  case "$srcdir" in
  [/$]*) ac_rel_source="$srcdir/$ac_source" ;;
  *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;;
  esac

  # Make a symlink if possible; otherwise try a hard link.
  if ln -s $ac_rel_source $ac_dest 2>/dev/null ||
    ln $srcdir/$ac_source $ac_dest; then :
  else
    { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; }
  fi
done
9141 9142
EOF
cat >> $CONFIG_STATUS <<EOF
9143

9144 9145
EOF
cat >> $CONFIG_STATUS <<\EOF
9146

9147
# Update timestamp for pg_config.h (see Makefile.global)
9148
test x"$CONFIG_HEADERS" != x"" && echo >src/include/stamp-h
9149

9150 9151 9152 9153 9154
exit 0
EOF
chmod +x $CONFIG_STATUS
rm -fr confdefs* $ac_clean_files
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
B
Bruce Momjian 已提交
9155