configure 221.8 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"
T
Tatsuo Ishii 已提交
27
ac_help="$ac_help
28
  --enable-unicode-conversion  enable unicode conversion 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
ac_help="$ac_help
52
  --with-perl             build Perl interface and PL/Perl"
53 54
ac_help="$ac_help
  --with-python           build Python interface module"
55
ac_help="$ac_help
56
  --with-krb4[=DIR]       build with Kerberos 4 support [/usr/athena]"
57
ac_help="$ac_help
58
  --with-krb5[=DIR]       build with Kerberos 5 support [/usr/athena]"
59
ac_help="$ac_help
60
  --with-krb-srvnam=NAME  name of the service principal in Kerberos [postgres]"
61 62
ac_help="$ac_help
  --with-openssl[=DIR]    build with OpenSSL support [/usr/local/ssl]"
63
ac_help="$ac_help
64
  --enable-odbc           build the ODBC driver package"
B
Bruce Momjian 已提交
65
ac_help="$ac_help
66
  --with-odbcinst=DIR     default directory for odbcinst.ini [sysconfdir]"
B
Bruce Momjian 已提交
67
ac_help="$ac_help
68
  --with-CXX              build C++ modules (libpq++)"
69 70
ac_help="$ac_help
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]"
71 72
ac_help="$ac_help
  --enable-syslog         enable logging to syslog"
73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104

# 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 已提交
105
docdir='${prefix}/doc'
106 107 108 109 110
mandir='${prefix}/man'

# Initialize some other variables.
subdirs=
MFLAGS= MAKEFLAGS=
111
SHELL=${CONFIG_SHELL-/bin/sh}
112 113
# Maximum number of lines to put in a shell here document.
ac_max_here_lines=12
114 115 116 117 118 119 120 121 122 123 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

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 已提交
222
  --docdir=DIR           doc documentation in DIR [PREFIX/doc]
223 224 225 226 227 228 229 230 231 232 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
  --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 已提交
260 261 262 263
  -docdir | --docdir | --infodi | --infod | --doc | --inf)
    ac_prev=docdir ;;
  -docdir=* | --docdir=* | --infodi=* | --infod=* | --doc=* | --inf=*)
    docdir="$ac_optarg" ;;
264 265 266 267 268 269 270 271 272 273 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

  -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)
395
    echo "configure generated by autoconf version 2.13"
396 397 398 399 400 401 402 403 404 405 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
    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.
497 498 499 500
# 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 已提交
501
if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
502 503 504
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
505 506 507 508 509 510 511 512

# 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.
513
ac_unique_file=src/backend/access/common/heaptuple.c
514 515 516 517 518 519 520 521 522 523 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

# 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'
565
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
566
cross_compiling=$ac_cv_prog_cc_cross
567

568 569
ac_exeext=
ac_objext=o
570 571 572 573 574 575 576 577 578 579 580 581 582
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


583 584


T
Tom Lane 已提交
585

586

P
Peter Eisentraut 已提交
587 588 589



590
ac_aux_dir=
591
for ac_dir in config $srcdir/config; do
592 593 594 595 596 597 598 599 600 601 602
  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
603
  { echo "configure: error: can not find install-sh or install.sh in config $srcdir/config" 1>&2; exit 1; }
604 605 606 607 608 609
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.


610 611 612 613 614 615 616
VERSION='7.1devel'

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


617
unset CDPATH
618 619 620 621 622
abs_top_srcdir=`cd $srcdir && pwd`

abs_top_builddir=`pwd`


623

624
# Make sure we can run config.sub.
625
if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
626 627 628 629
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
630
echo "configure:631: checking host system type" >&5
631 632 633 634 635 636

host_alias=$host
case "$host_alias" in
NONE)
  case $nonopt in
  NONE)
637
    if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
638 639 640 641 642 643
    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
    fi ;;
  *) host_alias=$nonopt ;;
  esac ;;
esac

644
host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
645 646 647
host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
648 649
echo "$ac_t""$host" 1>&6

650

651 652 653



654 655
template=
echo $ac_n "checking which template to use""... $ac_c" 1>&6
656
echo "configure:657: checking which template to use" >&5
657

658 659
# Check whether --with-template was given
if test x"${with_template+set}" = xset; then
660
  case $with_template in
661 662 663 664 665 666 667 668 669 670
    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
671 672
    list)   echo; ls "$srcdir/src/template"; exit;;
    *)      if test -f "$srcdir/src/template/$with_template" ; then
673
              template=$withval
674
            else
675
              { echo "configure: error: '$withval' is not a valid template name. Use 'list' for a list." 1>&2; exit 1; }
676 677 678
            fi;;
  esac

679 680 681 682 683
      ;;
  esac # $with_template
else
  
  # --with-template not given
684 685 686

case $host_os in
     aix*) template=aix ;;
B
Bruce Momjian 已提交
687
    beos*) template=beos ;;
688 689
    bsdi*) template=bsdi ;;
  cygwin*) template=win ;;
690
  darwin*) template=darwin ;;
691 692 693 694 695 696 697 698 699 700 701
    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 ;;
702
 solaris*) template=solaris ;;
703
   sunos*) template=sunos4 ;;
B
Bruce Momjian 已提交
704
 sysv4.2*)
705 706 707 708 709 710
        case $host_vendor in
          univel) template=univel ;;
        esac ;;
   sysv4*) template=svr4 ;;
 sysv5uw*) template=unixware ;;
  ultrix*) template=ultrix4 ;;
711 712
esac

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

Please also contact <pgsql-ports@postgresql.org> to see about
721
rectifying this.  Include the above 'checking host system type...'
722 723 724 725
line.
*******************************************************************
" 1>&2; exit 1; }
  fi
726

727 728

fi
729

730
echo "$ac_t""$template" 1>&6
731

732
PORTNAME=$template
M
 
Marc G. Fournier 已提交
733

734

735

B
Bruce Momjian 已提交
736

737

738

739

740 741 742 743 744 745 746
# 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 ;;
747
  *)                need_tas=no;  tas_file=dummy.s ;;
748 749
esac

750

751 752
if test "$need_tas" = yes ; then
  TAS=tas.o
753 754
fi

755 756


757 758 759 760

##
## Command line options
##
761

762

763 764 765
#
# Add non-standard directories to the include path
#
766 767 768 769 770 771 772 773 774 775
# 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
776
fi
777 778


779 780 781
#
# Add non-standard directories to the library search path
#
782 783 784 785 786 787 788 789 790 791 792 793 794 795
# 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
796 797
fi

798 799 800 801 802 803 804 805 806 807 808 809 810 811
# 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
812 813
fi

814 815 816 817 818

#
# Locale (--enable-locale)
#
echo $ac_n "checking whether to build with locale support""... $ac_c" 1>&6
819
echo "configure:820: checking whether to build with locale support" >&5
820 821 822 823 824
# Check whether --enable-locale was given
if test x"${enable_locale+set}" = xset; then
  case $enable_locale in
    yes)
      cat >> confdefs.h <<\EOF
825
#define USE_LOCALE 1
826 827
EOF

828 829 830 831 832 833 834 835 836
      ;;
    no)
      :
      ;;
    *)
      enableval=$enable_locale
      { echo "configure: error: no argument expected for --enable-locale option" 1>&2; exit 1; }
      ;;
  esac # $enable_locale
837 838 839
else
  enable_locale=no

840
fi
841
echo "$ac_t""$enable_locale" 1>&6
842

843

844
#
845
# Character set recode (--enable-recode)
846
#
847
echo $ac_n "checking whether to build with recode support""... $ac_c" 1>&6
848
echo "configure:849: checking whether to build with recode support" >&5
849 850 851 852 853
# Check whether --enable-recode was given
if test x"${enable_recode+set}" = xset; then
  case $enable_recode in
    yes)
      cat >> confdefs.h <<\EOF
854
#define CYR_RECODE 1
855 856
EOF

857 858 859 860 861 862 863 864 865
      ;;
    no)
      :
      ;;
    *)
      enableval=$enable_recode
      { echo "configure: error: no argument expected for --enable-recode option" 1>&2; exit 1; }
      ;;
  esac # $enable_recode
866 867
else
  enable_recode=no
868

869
fi
870
echo "$ac_t""$enable_recode" 1>&6
871

P
Peter Eisentraut 已提交
872

873 874 875 876 877
#
# Multibyte support
#
MULTIBYTE=
echo $ac_n "checking whether to build with multibyte character support""... $ac_c" 1>&6
878
echo "configure:879: checking whether to build with multibyte character support" >&5
879 880 881 882 883 884 885 886 887 888 889 890 891 892

# 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

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

905 906
      ;;
  esac # $enable_multibyte
M
Marc G. Fournier 已提交
907
else
908
  enable_multibyte=no
M
Marc G. Fournier 已提交
909 910
fi

911 912
if test "$enable_multibyte" = yes; then
  
913
  cat >> confdefs.h <<\EOF
914
#define MULTIBYTE 1
915 916 917
EOF

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

919 920
else
  echo "$ac_t""no" 1>&6
921
fi
T
Tatsuo Ishii 已提交
922

P
Peter Eisentraut 已提交
923

924 925


T
Tatsuo Ishii 已提交
926
#
927
# Unicode conversion (--enable-unicode-conversion)
T
Tatsuo Ishii 已提交
928 929
#
echo $ac_n "checking whether to build with Unicode conversion support""... $ac_c" 1>&6
930
echo "configure:931: checking whether to build with Unicode conversion support" >&5
931 932 933
# Check whether --enable-unicode-conversion was given
if test x"${enable_unicode_conversion+set}" = xset; then
  case $enable_unicode_conversion in
T
Tatsuo Ishii 已提交
934
    yes)
935 936 937 938
      if test -z "$MULTIBYTE"; then
  { echo "configure: error: --enable-unicode-conversion only works with --enable-multibyte" 1>&2; exit 1; }
fi
cat >> confdefs.h <<\EOF
T
Tatsuo Ishii 已提交
939 940 941 942 943 944 945 946
#define UNICODE_CONVERSION 1
EOF

      ;;
    no)
      :
      ;;
    *)
947 948
      enableval=$enable_unicode_conversion
      { echo "configure: error: no argument expected for --enable-unicode-conversion option" 1>&2; exit 1; }
T
Tatsuo Ishii 已提交
949
      ;;
950
  esac # $enable_unicode_conversion
T
Tatsuo Ishii 已提交
951
else
952
  enable_unicode_conversion=no
T
Tatsuo Ishii 已提交
953 954

fi
955
echo "$ac_t""$enable_unicode_conversion" 1>&6
956

957 958 959 960
#
# Default port number (--with-pgport), default 5432
#
echo $ac_n "checking for default port number""... $ac_c" 1>&6
961
echo "configure:962: checking for default port number" >&5
962 963 964 965 966 967 968 969 970 971 972 973 974 975
# 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
976
else
977
  default_port=5432
978
fi
979
# Need both of these because backend wants an integer and frontend a string
980 981 982 983 984 985 986 987
cat >> confdefs.h <<EOF
#define DEF_PGPORT ${default_port}
EOF

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

988
echo "$ac_t""$default_port" 1>&6
989

990

991 992 993 994
#
# 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
995
echo "configure:996: checking for default soft limit on number of connections" >&5
996 997 998 999 1000 1001 1002 1003 1004 1005
# 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
1006
else
1007
  with_maxbackends=32
1008
fi
1009 1010 1011 1012 1013
echo "$ac_t""$with_maxbackends" 1>&6
cat >> confdefs.h <<EOF
#define DEF_MAXBACKENDS $with_maxbackends
EOF

1014

1015

1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038
#
# 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


1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061
#
# '-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


1062

1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085
#
# --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


1086
#
1087 1088 1089
# C compiler
#

1090 1091 1092
# 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.
1093 1094
# Check whether --with-CC was given
if test x"${with_CC+set}" = xset; then
1095
  case $with_CC in
1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106
    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
1107 1108
fi

1109 1110
# On AIX, default compiler to xlc.
if test "$template" = aix && test -z "$CC" ; then CC=xlc; fi
1111

1112 1113 1114 1115
# Save CFLAGS from the environment
has_environ_CFLAGS="${CFLAGS+yes}"
save_CFLAGS=$CFLAGS

1116
# Extract the first word of "gcc", so it can be a program name with args.
1117 1118
set dummy gcc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1119
echo "configure:1120: checking for $ac_word" >&5
1120 1121 1122 1123 1124 1125
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
1126 1127 1128
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148
    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
1149
echo "configure:1150: checking for $ac_word" >&5
1150 1151 1152 1153 1154 1155
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
1156
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
1157
  ac_prog_rejected=no
1158 1159
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193
    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

1194 1195 1196 1197 1198 1199
  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
1200
echo "configure:1201: checking for $ac_word" >&5
1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227
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
1228 1229 1230
  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
fi

1231
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1232
echo "configure:1233: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1233 1234 1235 1236 1237

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'
1238
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1239 1240
cross_compiling=$ac_cv_prog_cc_cross

1241 1242
cat > conftest.$ac_ext << EOF

1243
#line 1244 "configure"
1244
#include "confdefs.h"
1245

1246 1247
main(){return(0);}
EOF
1248
if { (eval echo configure:1249: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261
  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*
1262 1263 1264 1265 1266 1267
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
1268 1269 1270 1271 1272 1273

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
1274
echo "configure:1275: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1275 1276 1277
echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
cross_compiling=$ac_cv_prog_cc_cross

1278
echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1279
echo "configure:1280: checking whether we are using GNU C" >&5
1280 1281 1282 1283 1284 1285 1286 1287
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
1288
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1289: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1289 1290 1291 1292 1293 1294 1295
  ac_cv_prog_gcc=yes
else
  ac_cv_prog_gcc=no
fi
fi

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

1297
if test $ac_cv_prog_gcc = yes; then
1298
  GCC=yes
1299 1300 1301 1302 1303 1304 1305 1306
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
1307
echo "configure:1308: checking whether ${CC-cc} accepts -g" >&5
1308
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1309 1310 1311 1312
  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
1313
  ac_cv_prog_cc_g=yes
1314
else
1315
  ac_cv_prog_cc_g=no
1316 1317 1318 1319 1320
fi
rm -f conftest*

fi

1321
echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1322 1323 1324 1325
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
1326 1327
    CFLAGS="-g -O2"
  else
1328
    CFLAGS="-g"
M
 
Marc G. Fournier 已提交
1329
  fi
1330
else
1331 1332 1333 1334 1335
  if test "$GCC" = yes; then
    CFLAGS="-O2"
  else
    CFLAGS=
  fi
1336 1337
fi

1338 1339
# Read the template
. "$srcdir/src/template/$template" || exit
1340 1341 1342 1343 1344 1345 1346

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
1347 1348 1349
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
1350
echo "configure:1351: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1351 1352 1353 1354 1355 1356 1357 1358 1359 1360

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

1361
#line 1362 "configure"
1362 1363 1364 1365
#include "confdefs.h"

main(){return(0);}
EOF
1366
if { (eval echo configure:1367: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391
  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
1392
echo "configure:1393: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1393 1394 1395
echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
cross_compiling=$ac_cv_prog_cc_cross

1396
echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
1397
echo "configure:1398: checking for Cygwin environment" >&5
1398 1399 1400 1401
if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
1402
#line 1403 "configure"
1403 1404 1405 1406 1407 1408 1409 1410 1411 1412
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
EOF
1413
if { (eval echo configure:1414: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429
  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
1430
echo "configure:1431: checking for mingw32 environment" >&5
1431 1432 1433 1434
if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
1435
#line 1436 "configure"
1436 1437 1438 1439 1440 1441
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
EOF
1442
if { (eval echo configure:1443: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460
  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
1461
echo "configure:1462: checking for executable suffix" >&5
1462 1463 1464 1465 1466 1467 1468 1469 1470
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=
1471
  if { (eval echo configure:1472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490
    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

1491
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
1492
echo "configure:1493: checking how to run the C preprocessor" >&5
1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506
# 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
1507
#line 1508 "configure"
1508 1509 1510 1511 1512
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1513
{ (eval echo configure:1514: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1514
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1515 1516 1517 1518 1519 1520 1521 1522 1523
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
1524
#line 1525 "configure"
M
 
Marc G. Fournier 已提交
1525 1526 1527 1528 1529
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1530
{ (eval echo configure:1531: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1531 1532 1533 1534 1535 1536 1537 1538 1539 1540
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
1541
#line 1542 "configure"
1542 1543 1544 1545 1546
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1547
{ (eval echo configure:1548: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1548
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559
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
1560 1561
rm -f conftest*
fi
1562 1563 1564 1565 1566 1567 1568 1569 1570 1571
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 已提交
1572
    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
1573
echo "configure:1574: checking whether ${CC-cc} needs -traditional" >&5
T
Tom Lane 已提交
1574 1575 1576 1577 1578
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
1579
#line 1580 "configure"
T
Tom Lane 已提交
1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596
#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
1597
#line 1598 "configure"
T
Tom Lane 已提交
1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618
#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


1619

1620
# Create compiler version string
1621 1622
if test x"$GCC" = x"yes" ; then
  cc_string="GCC `${CC} --version`"
1623
else
1624
  cc_string=$CC
1625
fi
1626 1627 1628 1629
cat >> confdefs.h <<EOF
#define PG_VERSION_STR "PostgreSQL $VERSION on $host, compiled by $cc_string"
EOF

1630 1631


P
Peter Eisentraut 已提交
1632 1633 1634
#
# Automatic dependency tracking
#
1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650
# 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 已提交
1651 1652 1653 1654 1655

fi



1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680
#
# 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

1681 1682 1683 1684 1685

#
# Include directories
#
ac_save_IFS=$IFS
1686
IFS="${IFS}:"
1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702
# 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
1703
IFS="${IFS}:"
1704 1705 1706
# LIBRARY_DIRS comes from command line, SRCH_LIB from template file.
for dir in $LIBRARY_DIRS $SRCH_LIB; do
  if test -d "$dir"; then
1707
    LIBDIRS="$LIBDIRS -L$dir"
1708 1709 1710 1711 1712 1713 1714
  else
    echo "configure: warning: *** Library directory $dir does not exist." 1>&2
  fi
done
IFS=$ac_save_IFS


1715 1716 1717 1718
#
# Tcl/Tk
#
echo $ac_n "checking whether to build with Tcl""... $ac_c" 1>&6
1719
echo "configure:1720: checking whether to build with Tcl" >&5
1720 1721 1722 1723
# Check whether --with-tcl was given
if test x"${with_tcl+set}" = xset; then
  case $with_tcl in
    yes)
1724
      :
1725 1726
      ;;
    no)
1727
      :
1728 1729 1730 1731 1732 1733
      ;;
    *)
      withval=$with_tcl
      { echo "configure: error: no argument expected for --with-tcl option" 1>&2; exit 1; }
      ;;
  esac # $with_tcl
1734
else
1735
  with_tcl=no
1736

1737
fi
1738 1739 1740 1741 1742
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
1743
echo "configure:1744: checking whether to build with Tk" >&5
1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760
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
1761

1762 1763 1764 1765 1766
fi
else
  with_tk=no
fi
echo "$ac_t""$with_tk" 1>&6
1767

1768 1769


1770 1771
# 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.
1772

1773 1774 1775 1776 1777 1778 1779 1780 1781 1782
# 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
1783 1784
fi

1785 1786
# 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.
1787

1788 1789 1790 1791 1792 1793 1794 1795 1796 1797
# 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
1798 1799 1800
fi


1801 1802 1803
#
# Optionally build Perl modules (Pg.pm and PL/Perl)
#
1804
echo $ac_n "checking whether to build Perl modules""... $ac_c" 1>&6
1805
echo "configure:1806: checking whether to build Perl modules" >&5
1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819
# 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
1820
else
1821
  with_perl=no
1822

1823 1824
fi
echo "$ac_t""$with_perl" 1>&6
1825 1826 1827



1828 1829 1830
#
# Optionally build Python interface module
#
1831
echo $ac_n "checking whether to build Python modules""... $ac_c" 1>&6
1832
echo "configure:1833: checking whether to build Python modules" >&5
1833 1834 1835 1836 1837 1838
# Check whether --with-python was given
if test x"${with_python+set}" = xset; then
  case $with_python in
    yes)
      echo "$ac_t""yes" 1>&6
# Extract the first word of "python", so it can be a program name with args.
1839 1840
set dummy python; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1841
echo "configure:1842: checking for $ac_word" >&5
1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865
if eval "test \"`echo '$''{'ac_cv_prog_PYTHON'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$PYTHON"; then
  ac_cv_prog_PYTHON="$PYTHON" # 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_PYTHON="python"
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
fi
PYTHON="$ac_cv_prog_PYTHON"
if test -n "$PYTHON"; then
  echo "$ac_t""$PYTHON" 1>&6
else
  echo "$ac_t""no" 1>&6
fi
1866

1867

1868 1869 1870 1871 1872 1873 1874 1875 1876
if test "${PYTHON+set}" = set ; then
  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"
  python_moduledir="${python_prefix}/lib/python${python_version}"
  python_extmakefile="${python_configdir}/Makefile.pre.in"

  echo $ac_n "checking for Python extension makefile""... $ac_c" 1>&6
1877
echo "configure:1878: checking for Python extension makefile" >&5
1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894
  if test -f "${python_extmakefile}" ; then
    echo "$ac_t""found" 1>&6
  else
    echo "$ac_t""no" 1>&6
    { echo "configure: error: The Python extension makefile was expected at \`${python_extmakefile}\'
but does not exist. This means the Python module cannot be built automatically." 1>&2; exit 1; }
  fi

  
  
  
  
  
  
else
  { echo "configure: error: Python not found" 1>&2; exit 1; }
fi
1895 1896 1897 1898 1899 1900 1901 1902 1903
      ;;
    no)
      echo "$ac_t""no" 1>&6
      ;;
    *)
      withval=$with_python
      { echo "configure: error: no argument expected for --with-python option" 1>&2; exit 1; }
      ;;
  esac # $with_python
1904
else
1905 1906
  with_python=no
echo "$ac_t""no" 1>&6
1907 1908 1909
fi


1910

1911

1912 1913 1914
#
# Kerberos 4
#
1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929
# 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
1930
else
1931
  with_krb4=no
1932 1933
fi

1934 1935
if test "$with_krb4" = yes; then
  
1936
  echo "$ac_t""building with Kerberos 4 support" 1>&6
1937
  cat >> confdefs.h <<\EOF
1938
#define KRB4 1
1939 1940 1941
EOF


1942 1943 1944 1945 1946
  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"
1947
  fi
1948 1949

  krb_srvtab="/etc/srvtab"
1950

1951
fi
1952 1953


1954 1955 1956



1957 1958 1959
#
# Kerberos 5
#
1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974
# 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
1975
else
1976
  with_krb5=no
1977 1978
fi

1979 1980
if test "$with_krb5" = yes; then
  
1981 1982
  echo "$ac_t""building with Kerberos 5 support" 1>&6
  cat >> confdefs.h <<\EOF
1983
#define KRB5 1
1984 1985 1986
EOF


1987 1988 1989 1990 1991
  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"
1992
  fi
1993 1994

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

1996 1997 1998
fi


1999 2000 2001



2002 2003 2004
# 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; }
2005 2006 2007 2008 2009
fi




2010 2011 2012
#
# Kerberos configuration parameters
#
2013 2014 2015 2016 2017 2018 2019 2020 2021 2022
# 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
2023
else
2024
  with_krb_srvnam="postgres"
2025 2026
fi
cat >> confdefs.h <<EOF
2027
#define PG_KRB_SRVNAM "$with_krb_srvnam"
2028 2029 2030
EOF


2031 2032 2033 2034 2035


#
# OpenSSL
#
2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050
# 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
2051 2052 2053 2054
else
  with_openssl=no
fi

2055 2056
if test "$with_openssl" = yes; then
  
2057 2058
  echo "$ac_t""building with OpenSSL support" 1>&6
  cat >> confdefs.h <<\EOF
2059
#define USE_SSL 1
2060 2061 2062
EOF


2063 2064 2065 2066
  if test -d "${openssl_prefix}/include" ; then
    INCLUDES="$INCLUDES -I${openssl_prefix}/include"
  fi
  if test -d "${openssl_prefix}/lib" ; then
2067
    LIBDIRS="$LIBDIRS -L${openssl_prefix}/lib"
2068
  fi
2069

2070 2071 2072
fi


2073 2074 2075



2076

2077 2078 2079
#
# Optionally enable the building of the ODBC driver
#
2080
 
2081 2082
# Old option name
if test "${with_odbc+set}" = set && test "${enable_odbc+set}" != set; then
2083
  enable_odbc=$with_odbc
2084
fi
2085 2086
 
echo $ac_n "checking whether to build the ODBC driver""... $ac_c" 1>&6
2087
echo "configure:2088: checking whether to build the ODBC driver" >&5
2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101
# 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
2102
else
2103
  enable_odbc=no
2104

B
Bruce Momjian 已提交
2105
fi
2106
echo "$ac_t""$enable_odbc" 1>&6
B
Bruce Momjian 已提交
2107

2108

B
Bruce Momjian 已提交
2109

2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125
# 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
2126
else
2127
  odbcinst_ini_dir="\${sysconfdir}"
2128 2129 2130
fi


B
Bruce Momjian 已提交
2131

2132

2133
# Assume system is ELF if it predefines __ELF__ as 1,
2134 2135 2136 2137 2138
# otherwise believe host_os based default.
case $host_os in
  freebsd1*|freebsd2*) elf=yes;;
esac

2139
cat > conftest.$ac_ext <<EOF
2140
#line 2141 "configure"
2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152
#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*
2153 2154
  if test "X$elf" = "Xyes" ; then
  ELF_SYS=true
2155
else
2156
  ELF_SYS=
2157 2158 2159 2160 2161
fi
fi
rm -f conftest*


M
Marc G. Fournier 已提交
2162 2163 2164



2165 2166 2167
#
# Optionally build C++ code (i.e., libpq++)
#
2168
echo $ac_n "checking whether to build C++ modules""... $ac_c" 1>&6
2169
echo "configure:2170: checking whether to build C++ modules" >&5
2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184
# 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
2185 2186 2187 2188
else
  with_CXX=no
fi

2189 2190 2191
if test "$with_CXX" = yes; then
  
  echo "$ac_t""yes" 1>&6
2192 2193 2194 2195

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

2196
  has_environ_CXXFLAGS="${CXXFLAGS+yes}"
2197
  for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
B
Bruce Momjian 已提交
2198 2199 2200 2201
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
2202
echo "configure:2203: checking for $ac_word" >&5
B
Bruce Momjian 已提交
2203 2204 2205 2206 2207 2208
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
2209 2210 2211
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
B
Bruce Momjian 已提交
2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233
    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
2234
echo "configure:2235: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
B
Bruce Momjian 已提交
2235 2236 2237 2238 2239

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'
2240
ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
B
Bruce Momjian 已提交
2241 2242
cross_compiling=$ac_cv_prog_cxx_cross

2243 2244
cat > conftest.$ac_ext << EOF

2245
#line 2246 "configure"
B
Bruce Momjian 已提交
2246
#include "confdefs.h"
2247 2248

int main(){return(0);}
B
Bruce Momjian 已提交
2249
EOF
2250
if { (eval echo configure:2251: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
B
Bruce Momjian 已提交
2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267
  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'
2268
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
B
Bruce Momjian 已提交
2269 2270 2271 2272 2273 2274 2275
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
2276
echo "configure:2277: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
B
Bruce Momjian 已提交
2277 2278 2279 2280
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
2281
echo "configure:2282: checking whether we are using GNU C++" >&5
B
Bruce Momjian 已提交
2282 2283 2284 2285 2286 2287 2288 2289
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
2290
if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:2291: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
B
Bruce Momjian 已提交
2291 2292 2293 2294 2295 2296 2297 2298 2299 2300
  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
2301 2302 2303 2304 2305 2306 2307 2308
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
2309
echo "configure:2310: checking whether ${CXX-g++} accepts -g" >&5
B
Bruce Momjian 已提交
2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323
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
2324 2325 2326 2327
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 已提交
2328 2329
    CXXFLAGS="-g -O2"
  else
2330
    CXXFLAGS="-g"
M
 
Marc G. Fournier 已提交
2331
  fi
2332
else
2333 2334 2335 2336 2337
  if test "$GXX" = yes; then
    CXXFLAGS="-O2"
  else
    CXXFLAGS=
  fi
B
Bruce Momjian 已提交
2338 2339
fi

2340
  if test "$has_environ_CXXFLAGS" != yes; then
2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355
    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"

2356
  echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
2357
echo "configure:2358: checking how to run the C++ preprocessor" >&5
2358 2359 2360 2361 2362
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 已提交
2363 2364 2365 2366 2367
# 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
2368 2369
  CXXCPP="${CXX-g++} -E"
  cat > conftest.$ac_ext <<EOF
2370
#line 2371 "configure"
T
Tom Lane 已提交
2371 2372
#include "confdefs.h"
#include <stdlib.h>
2373 2374
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2375
{ (eval echo configure:2376: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397
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 已提交
2398

2399
  
2400
  
2401 2402 2403 2404 2405 2406
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 已提交
2407

2408 2409
ac_safe=`echo "string" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for string""... $ac_c" 1>&6
2410
echo "configure:2411: checking for string" >&5
2411 2412 2413 2414
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
2415
#line 2416 "configure"
2416 2417
#include "confdefs.h"
#include <string>
T
Tom Lane 已提交
2418
EOF
2419
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2420
{ (eval echo configure:2421: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2421 2422
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
T
Tom Lane 已提交
2423
  rm -rf conftest*
2424
  eval "ac_cv_header_$ac_safe=yes"
T
Tom Lane 已提交
2425
else
2426
  echo "$ac_err" >&5
T
Tom Lane 已提交
2427 2428 2429
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440
  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 已提交
2441
  echo "$ac_t""no" 1>&6
2442
fi
2443

2444 2445 2446

if test x"$ac_cv_header_string" != xyes ; then
  echo $ac_n "checking for class string in <string.h>""... $ac_c" 1>&6
2447
echo "configure:2448: checking for class string in <string.h>" >&5
2448 2449 2450 2451
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
2452
#line 2453 "configure"
2453 2454 2455 2456 2457 2458 2459 2460 2461
#include "confdefs.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

int main() {
string foo = "test"
; return 0; }
EOF
2462
if { (eval echo configure:2463: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2463
  rm -rf conftest*
2464
  pgac_cv_class_string_in_string_h=yes
2465 2466 2467 2468
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
2469
  pgac_cv_class_string_in_string_h=no
2470 2471
fi
rm -f conftest*
T
Tom Lane 已提交
2472
fi
2473 2474 2475 2476 2477 2478

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
2479
fi
2480 2481 2482 2483 2484 2485
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
2486

2487 2488
  
echo $ac_n "checking for namespace std in C++""... $ac_c" 1>&6
2489
echo "configure:2490: checking for namespace std in C++" >&5
2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502
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
2503
#line 2504 "configure"
2504 2505 2506 2507 2508 2509 2510 2511 2512
#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 已提交
2513

2514 2515
; return 0; }
EOF
2516
if { (eval echo configure:2517: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2517
  rm -rf conftest*
2518
  pgac_cv_cxx_namespace_std=yes
2519 2520 2521 2522
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
2523
  pgac_cv_cxx_namespace_std=no
2524 2525
fi
rm -f conftest*
2526 2527 2528 2529 2530 2531 2532
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

2533 2534 2535 2536 2537 2538 2539 2540 2541 2542
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
2543 2544 2545

else
  echo "$ac_t""no" 1>&6
2546 2547 2548
fi


2549

2550
CPPFLAGS="$CPPFLAGS $INCLUDES"
2551
LDFLAGS="$LDFLAGS $LIBDIRS"
2552 2553 2554 2555 2556

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


2557
# Figure out how to invoke "install" and what install options to use.
2558 2559 2560 2561 2562 2563 2564 2565

# Find a good install program.  We prefer a C program (faster),
# so one script is as good as another.  But avoid the broken or
# incompatible versions:
# SysV /etc/install, /usr/sbin/install
# SunOS /usr/etc/install
# IRIX /sbin/install
# AIX /bin/install
2566
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2567 2568 2569 2570
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
2571
echo "configure:2572: checking for a BSD compatible install" >&5
2572 2573
if test -z "$INSTALL"; then
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
2574 2575
  echo $ac_n "(cached) $ac_c" 1>&6
else
2576
    IFS="${IFS= 	}"; ac_save_IFS="$IFS"; IFS=":"
2577 2578 2579 2580 2581 2582
  for ac_dir in $PATH; do
    # Account for people who put trailing slashes in PATH elements.
    case "$ac_dir/" in
    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
    *)
      # OSF1 and SCO ODT 3.0 have their own names for install.
2583 2584 2585
      # Don't use installbsd from OSF since it installs stuff as root
      # by default.
      for ac_prog in ginstall scoinst install; do
2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598
        if test -f $ac_dir/$ac_prog; then
	  if test $ac_prog = install &&
            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
	    # AIX install.  It has an incompatible calling convention.
	    :
	  else
	    ac_cv_path_install="$ac_dir/$ac_prog -c"
	    break 2
	  fi
	fi
      done
      ;;
    esac
2599
  done
2600 2601
  IFS="$ac_save_IFS"

2602
fi
2603 2604 2605 2606 2607 2608 2609 2610 2611
  if test "${ac_cv_path_install+set}" = set; then
    INSTALL="$ac_cv_path_install"
  else
    # As a last resort, use the slow shell script.  We don't cache a
    # path for INSTALL within a source directory, because that will
    # break other packages using the cache if that directory is
    # removed, or if the path is relative.
    INSTALL="$ac_install_sh"
  fi
2612
fi
2613
echo "$ac_t""$INSTALL" 1>&6
2614

2615 2616 2617 2618
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# It thinks the first close brace ends the variable substitution.
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'

2619 2620
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'

2621
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2622

2623 2624 2625 2626 2627 2628
# When Autoconf chooses install-sh as install program it tries to generate
# a relative path to it in each makefile where it subsitutes it. This clashes
# with our Makefile.global concept. This workaround helps.
case $INSTALL in
  *install-sh*) INSTALL='\${SHELL} \${top_srcdir}/config/install-sh -c';;
esac
2629

2630 2631
# Fix Autoconf's brain-dead defaults for script installs.
INSTALL_SCRIPT="\${INSTALL} -m 755"
2632

2633 2634 2635 2636
# HPUX wants shared libs to be mode 555. Add your platform's special
# needs here if necessary.
case $host_os in
    hpux*)      INSTL_SHLIB_OPTS="-m 555" ;;
2637
    *)          INSTL_SHLIB_OPTS="-m 755" ;;
2638
esac
2639

2640
INSTALL_SHLIB="\${INSTALL} $INSTL_SHLIB_OPTS"
2641 2642 2643



2644
for ac_prog in gawk mawk nawk awk
2645 2646 2647 2648
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
2649
echo "configure:2650: checking for $ac_word" >&5
2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677
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

2678
echo $ac_n "checking for flex""... $ac_c" 1>&6
2679
echo "configure:2680: checking for flex" >&5
2680
if eval "test \"`echo '$''{'pgac_cv_path_flex'+set}'`\" = set"; then
2681 2682
  echo $ac_n "(cached) $ac_c" 1>&6
else
2683 2684 2685
  # Let the user override the test
if test -n "$FLEX"; then
  pgac_cv_path_flex=$FLEX
2686
else
2687 2688 2689 2690 2691
  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`
2692
    fi
2693 2694 2695
    for pgac_prog in flex lex; do
      pgac_candidate="$pgac_dir/$pgac_prog"
      if test -f "$pgac_candidate" \
2696
        && $pgac_candidate --version </dev/null >/dev/null 2>&1
2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709
      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
2710
  done
2711 2712 2713
  IFS=$pgac_save_IFS
  rm -f conftest.l
  : ${pgac_cv_path_flex=no}
2714
fi
2715

2716 2717
fi

2718 2719 2720 2721 2722 2723 2724 2725 2726
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: 
***
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
  fi
2727

2728 2729 2730 2731 2732 2733 2734
  echo "configure: warning: 
***
Without Flex you won't be able to build PostgreSQL from scratch, 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 lexer files are pre-generated.)
***" 1>&2
2735 2736
fi

2737 2738
if test x"$pgac_cv_path_flex" = x"no"; then
  FLEX=
2739
else
2740
  FLEX=$pgac_cv_path_flex
2741 2742 2743
fi


2744 2745


2746
echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
2747
echo "configure:2748: checking whether ln -s works" >&5
2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766
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

2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778
# 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
2779
echo "configure:2780: checking for ld used by GCC" >&5
2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808
  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
2809
echo "configure:2810: checking for GNU ld" >&5
2810 2811
else
  echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
2812
echo "configure:2813: checking for non-GNU ld" >&5
2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846
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
2847
echo "configure:2848: checking if the linker ($LD) is GNU ld" >&5
2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862
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


2863 2864


2865 2866
case $host_os in sysv5uw*)
  echo $ac_n "checking whether ld -R works""... $ac_c" 1>&6
2867
echo "configure:2868: checking whether ld -R works" >&5
2868 2869 2870 2871 2872 2873
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
2874
#line 2875 "configure"
2875 2876 2877 2878 2879 2880
#include "confdefs.h"

int main() {

; return 0; }
EOF
2881
if { (eval echo configure:2882: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898
  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
2899 2900 2901
# 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
2902
echo "configure:2903: checking for $ac_word" >&5
2903 2904 2905 2906 2907 2908
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
2909 2910 2911
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928
    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

2929 2930 2931 2932 2933
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
2934
echo "configure:2935: checking for $ac_word" >&5
2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962
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

2963 2964 2965
# 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
2966
echo "configure:2967: checking for $ac_word" >&5
2967
if eval "test \"`echo '$''{'ac_cv_path_TAR'+set}'`\" = set"; then
2968 2969
  echo $ac_n "(cached) $ac_c" 1>&6
else
2970
  case "$TAR" in
2971
  /*)
2972
  ac_cv_path_TAR="$TAR" # Let the user override the test with a path.
2973
  ;;
2974
  ?:/*)			 
2975
  ac_cv_path_TAR="$TAR" # Let the user override the test with a dos path.
2976
  ;;
2977
  *)
2978 2979 2980
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
2981 2982
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
2983
      ac_cv_path_TAR="$ac_dir/$ac_word"
2984 2985 2986 2987 2988 2989 2990
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
2991 2992 2993
TAR="$ac_cv_path_TAR"
if test -n "$TAR"; then
  echo "$ac_t""$TAR" 1>&6
2994 2995 2996 2997
else
  echo "$ac_t""no" 1>&6
fi

2998 2999 3000 3001 3002
for ac_prog in perl
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
3003
echo "configure:3004: checking for $ac_word" >&5
3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031
if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$PERL"; then
  ac_cv_prog_PERL="$PERL" # 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_PERL="$ac_prog"
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
fi
PERL="$ac_cv_prog_PERL"
if test -n "$PERL"; then
  echo "$ac_t""$PERL" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

test -n "$PERL" && break
done

3032 3033 3034 3035
for ac_prog in 'bison -y' byacc
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
3036
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3037
echo "configure:3038: checking for $ac_word" >&5
3038
if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
3039 3040
  echo $ac_n "(cached) $ac_c" 1>&6
else
3041 3042
  if test -n "$YACC"; then
  ac_cv_prog_YACC="$YACC" # Let the user override the test.
3043
else
3044 3045
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
3046
  for ac_dir in $ac_dummy; do
3047 3048
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
3049
      ac_cv_prog_YACC="$ac_prog"
3050 3051 3052 3053 3054
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
3055 3056 3057 3058
fi
YACC="$ac_cv_prog_YACC"
if test -n "$YACC"; then
  echo "$ac_t""$YACC" 1>&6
3059 3060 3061 3062
else
  echo "$ac_t""no" 1>&6
fi

3063 3064 3065 3066
test -n "$YACC" && break
done
test -n "$YACC" || YACC="yacc"

3067

3068 3069 3070 3071
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
3072
echo "configure:3073: checking for $ac_word" >&5
3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103
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

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

3107

3108 3109 3110 3111
##
## Libraries
##

M
Marc G. Fournier 已提交
3112
echo $ac_n "checking for main in -lsfio""... $ac_c" 1>&6
3113
echo "configure:3114: checking for main in -lsfio" >&5
M
Marc G. Fournier 已提交
3114 3115 3116 3117 3118 3119 3120
ac_lib_var=`echo sfio'_'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="-lsfio  $LIBS"
cat > conftest.$ac_ext <<EOF
3121
#line 3122 "configure"
M
Marc G. Fournier 已提交
3122 3123 3124 3125 3126 3127
#include "confdefs.h"

int main() {
main()
; return 0; }
EOF
3128
if { (eval echo configure:3129: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
M
Marc G. Fournier 已提交
3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154
  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 sfio | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-lsfio $LIBS"

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

3155
echo $ac_n "checking for main in -lncurses""... $ac_c" 1>&6
3156
echo "configure:3157: checking for main in -lncurses" >&5
3157 3158 3159 3160 3161 3162 3163
ac_lib_var=`echo ncurses'_'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="-lncurses  $LIBS"
cat > conftest.$ac_ext <<EOF
3164
#line 3165 "configure"
3165 3166 3167 3168 3169 3170
#include "confdefs.h"

int main() {
main()
; return 0; }
EOF
3171
if { (eval echo configure:3172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196
  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 ncurses | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-lncurses $LIBS"

else
  echo "$ac_t""no" 1>&6
echo $ac_n "checking for main in -lcurses""... $ac_c" 1>&6
3197
echo "configure:3198: checking for main in -lcurses" >&5
3198
ac_lib_var=`echo curses'_'main | sed 'y%./+-%__p_%'`
3199 3200 3201 3202
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"
3203
LIBS="-lcurses  $LIBS"
3204
cat > conftest.$ac_ext <<EOF
3205
#line 3206 "configure"
3206 3207
#include "confdefs.h"

3208
int main() {
3209 3210 3211
main()
; return 0; }
EOF
3212
if { (eval echo configure:3213: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3213 3214 3215
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3216 3217
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3218 3219 3220 3221 3222 3223 3224 3225 3226
  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
3227 3228 3229 3230 3231 3232 3233 3234
    ac_tr_lib=HAVE_LIB`echo curses | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-lcurses $LIBS"

3235 3236 3237 3238
else
  echo "$ac_t""no" 1>&6
fi

3239 3240
fi

3241
echo $ac_n "checking for main in -ltermcap""... $ac_c" 1>&6
3242
echo "configure:3243: checking for main in -ltermcap" >&5
3243
ac_lib_var=`echo termcap'_'main | sed 'y%./+-%__p_%'`
3244 3245 3246 3247
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"
M
Marc G. Fournier 已提交
3248
LIBS="-ltermcap  $LIBS"
3249
cat > conftest.$ac_ext <<EOF
3250
#line 3251 "configure"
3251 3252
#include "confdefs.h"

3253
int main() {
M
Marc G. Fournier 已提交
3254
main()
3255 3256
; return 0; }
EOF
3257
if { (eval echo configure:3258: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3258 3259 3260
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3261 3262
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3263 3264 3265 3266 3267 3268 3269 3270 3271
  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
3272 3273
    ac_tr_lib=HAVE_LIB`echo termcap | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
M
Marc G. Fournier 已提交
3274 3275
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
3276 3277
EOF

M
Marc G. Fournier 已提交
3278 3279
  LIBS="-ltermcap $LIBS"

3280 3281 3282 3283
else
  echo "$ac_t""no" 1>&6
fi

P
Peter Eisentraut 已提交
3284
echo $ac_n "checking for readline in -lreadline""... $ac_c" 1>&6
3285
echo "configure:3286: checking for readline in -lreadline" >&5
P
Peter Eisentraut 已提交
3286
ac_lib_var=`echo readline'_'readline | sed 'y%./+-%__p_%'`
3287 3288 3289 3290
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"
B
Bruce Momjian 已提交
3291
LIBS="-lreadline  $LIBS"
3292
cat > conftest.$ac_ext <<EOF
3293
#line 3294 "configure"
3294
#include "confdefs.h"
P
Peter Eisentraut 已提交
3295 3296 3297 3298
/* 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();
3299

3300
int main() {
P
Peter Eisentraut 已提交
3301
readline()
3302 3303
; return 0; }
EOF
3304
if { (eval echo configure:3305: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3305 3306 3307
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3308 3309
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3310 3311 3312 3313 3314 3315 3316 3317 3318
  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
B
Bruce Momjian 已提交
3319
    ac_tr_lib=HAVE_LIB`echo readline | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3320
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3321 3322 3323 3324
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

B
Bruce Momjian 已提交
3325
  LIBS="-lreadline $LIBS"
3326 3327 3328 3329 3330

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

P
Peter Eisentraut 已提交
3331 3332

echo $ac_n "checking for library containing using_history""... $ac_c" 1>&6
3333
echo "configure:3334: checking for library containing using_history" >&5
P
Peter Eisentraut 已提交
3334
if eval "test \"`echo '$''{'ac_cv_search_using_history'+set}'`\" = set"; then
3335 3336
  echo $ac_n "(cached) $ac_c" 1>&6
else
P
Peter Eisentraut 已提交
3337 3338
  ac_func_search_save_LIBS="$LIBS"
ac_cv_search_using_history="no"
3339
cat > conftest.$ac_ext <<EOF
3340
#line 3341 "configure"
3341
#include "confdefs.h"
B
Bruce Momjian 已提交
3342 3343 3344 3345
/* 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();
3346

3347
int main() {
B
Bruce Momjian 已提交
3348
using_history()
3349 3350
; return 0; }
EOF
3351
if { (eval echo configure:3352: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3352
  rm -rf conftest*
P
Peter Eisentraut 已提交
3353
  ac_cv_search_using_history="none required"
3354
else
3355 3356
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3357 3358
fi
rm -f conftest*
P
Peter Eisentraut 已提交
3359 3360
test "$ac_cv_search_using_history" = "no" && for i in history; do
LIBS="-l$i  $ac_func_search_save_LIBS"
3361
cat > conftest.$ac_ext <<EOF
3362
#line 3363 "configure"
3363
#include "confdefs.h"
P
Peter Eisentraut 已提交
3364 3365 3366 3367
/* 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();
3368

3369
int main() {
P
Peter Eisentraut 已提交
3370
using_history()
3371 3372
; return 0; }
EOF
3373
if { (eval echo configure:3374: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3374
  rm -rf conftest*
P
Peter Eisentraut 已提交
3375 3376
  ac_cv_search_using_history="-l$i"
break
3377
else
3378 3379
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3380 3381
fi
rm -f conftest*
P
Peter Eisentraut 已提交
3382 3383
done
LIBS="$ac_func_search_save_LIBS"
3384 3385
fi

P
Peter Eisentraut 已提交
3386 3387 3388 3389 3390 3391
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 已提交
3392

P
Peter Eisentraut 已提交
3393 3394
else :
  
B
Bruce Momjian 已提交
3395 3396
fi

B
Bruce Momjian 已提交
3397
if test "$PORTNAME" != "aix" -a "$PORTNAME" != "alpha"
3398 3399
then
	echo $ac_n "checking for main in -lbsd""... $ac_c" 1>&6
3400
echo "configure:3401: checking for main in -lbsd" >&5
3401
ac_lib_var=`echo bsd'_'main | sed 'y%./+-%__p_%'`
3402 3403 3404 3405
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"
3406
LIBS="-lbsd  $LIBS"
3407
cat > conftest.$ac_ext <<EOF
3408
#line 3409 "configure"
3409 3410
#include "confdefs.h"

3411
int main() {
3412 3413 3414
main()
; return 0; }
EOF
3415
if { (eval echo configure:3416: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3416 3417 3418
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3419 3420
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3421 3422 3423 3424 3425 3426 3427 3428 3429
  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
3430
    ac_tr_lib=HAVE_LIB`echo bsd | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3431
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3432 3433 3434 3435
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3436
  LIBS="-lbsd $LIBS"
3437 3438 3439 3440 3441

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

3442
fi
3443
echo $ac_n "checking for setproctitle in -lutil""... $ac_c" 1>&6
3444
echo "configure:3445: checking for setproctitle in -lutil" >&5
3445
ac_lib_var=`echo util'_'setproctitle | sed 'y%./+-%__p_%'`
M
 
Marc G. Fournier 已提交
3446 3447 3448 3449 3450 3451
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
3452
#line 3453 "configure"
M
 
Marc G. Fournier 已提交
3453
#include "confdefs.h"
3454 3455 3456 3457
/* 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 已提交
3458 3459

int main() {
3460
setproctitle()
M
 
Marc G. Fournier 已提交
3461 3462
; return 0; }
EOF
3463
if { (eval echo configure:3464: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
M
 
Marc G. Fournier 已提交
3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489
  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

3490
echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
3491
echo "configure:3492: checking for main in -lm" >&5
3492
ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
3493 3494 3495 3496
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"
3497
LIBS="-lm  $LIBS"
3498
cat > conftest.$ac_ext <<EOF
3499
#line 3500 "configure"
3500 3501
#include "confdefs.h"

3502
int main() {
3503 3504 3505
main()
; return 0; }
EOF
3506
if { (eval echo configure:3507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3507 3508 3509
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3510 3511
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3512 3513 3514 3515 3516 3517 3518 3519 3520
  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
3521
    ac_tr_lib=HAVE_LIB`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3522
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3523 3524 3525 3526
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3527
  LIBS="-lm $LIBS"
3528 3529 3530 3531 3532

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

3533
echo $ac_n "checking for main in -ldl""... $ac_c" 1>&6
3534
echo "configure:3535: checking for main in -ldl" >&5
3535
ac_lib_var=`echo dl'_'main | sed 'y%./+-%__p_%'`
3536 3537 3538 3539
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"
3540
LIBS="-ldl  $LIBS"
3541
cat > conftest.$ac_ext <<EOF
3542
#line 3543 "configure"
3543 3544
#include "confdefs.h"

3545
int main() {
3546 3547 3548
main()
; return 0; }
EOF
3549
if { (eval echo configure:3550: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3550 3551 3552
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3553 3554
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3555 3556 3557 3558 3559 3560 3561 3562 3563
  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
3564
    ac_tr_lib=HAVE_LIB`echo dl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3565
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3566 3567 3568 3569
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3570
  LIBS="-ldl $LIBS"
3571 3572 3573 3574 3575

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

3576
echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6
3577
echo "configure:3578: checking for main in -lsocket" >&5
3578
ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`
3579 3580 3581 3582
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"
3583
LIBS="-lsocket  $LIBS"
3584
cat > conftest.$ac_ext <<EOF
3585
#line 3586 "configure"
3586 3587
#include "confdefs.h"

3588
int main() {
3589 3590 3591
main()
; return 0; }
EOF
3592
if { (eval echo configure:3593: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3593 3594 3595
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3596 3597
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3598 3599 3600 3601 3602 3603 3604 3605 3606
  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
3607
    ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3608
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3609 3610 3611 3612
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3613
  LIBS="-lsocket $LIBS"
3614 3615 3616 3617 3618

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

3619
echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6
3620
echo "configure:3621: checking for main in -lnsl" >&5
3621
ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`
3622 3623 3624 3625
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"
3626
LIBS="-lnsl  $LIBS"
3627
cat > conftest.$ac_ext <<EOF
3628
#line 3629 "configure"
3629 3630
#include "confdefs.h"

3631
int main() {
3632 3633 3634
main()
; return 0; }
EOF
3635
if { (eval echo configure:3636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3636 3637 3638
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3639 3640
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3641 3642 3643 3644 3645 3646 3647 3648 3649
  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
3650
    ac_tr_lib=HAVE_LIB`echo nsl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3651
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3652 3653 3654 3655
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3656
  LIBS="-lnsl $LIBS"
3657 3658 3659 3660 3661

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

3662
echo $ac_n "checking for main in -lipc""... $ac_c" 1>&6
3663
echo "configure:3664: checking for main in -lipc" >&5
3664
ac_lib_var=`echo ipc'_'main | sed 'y%./+-%__p_%'`
3665 3666 3667 3668
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"
3669
LIBS="-lipc  $LIBS"
3670
cat > conftest.$ac_ext <<EOF
3671
#line 3672 "configure"
3672 3673
#include "confdefs.h"

3674
int main() {
3675 3676 3677
main()
; return 0; }
EOF
3678
if { (eval echo configure:3679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3679 3680 3681
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3682 3683
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3684 3685 3686 3687 3688 3689 3690 3691 3692
  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
3693
    ac_tr_lib=HAVE_LIB`echo ipc | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3694
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3695 3696 3697 3698
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3699
  LIBS="-lipc $LIBS"
3700 3701 3702 3703 3704

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

3705
echo $ac_n "checking for main in -lIPC""... $ac_c" 1>&6
3706
echo "configure:3707: checking for main in -lIPC" >&5
3707
ac_lib_var=`echo IPC'_'main | sed 'y%./+-%__p_%'`
3708 3709 3710 3711
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"
3712
LIBS="-lIPC  $LIBS"
3713
cat > conftest.$ac_ext <<EOF
3714
#line 3715 "configure"
3715 3716
#include "confdefs.h"

3717
int main() {
3718 3719 3720
main()
; return 0; }
EOF
3721
if { (eval echo configure:3722: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3722 3723 3724
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3725 3726
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3727 3728 3729 3730 3731 3732 3733 3734 3735
  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
3736
    ac_tr_lib=HAVE_LIB`echo IPC | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3737
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3738 3739 3740 3741
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3742
  LIBS="-lIPC $LIBS"
3743 3744 3745 3746 3747

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

3748
echo $ac_n "checking for main in -llc""... $ac_c" 1>&6
3749
echo "configure:3750: checking for main in -llc" >&5
3750
ac_lib_var=`echo lc'_'main | sed 'y%./+-%__p_%'`
3751 3752 3753 3754
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"
3755
LIBS="-llc  $LIBS"
3756
cat > conftest.$ac_ext <<EOF
3757
#line 3758 "configure"
3758 3759
#include "confdefs.h"

3760
int main() {
3761 3762 3763
main()
; return 0; }
EOF
3764
if { (eval echo configure:3765: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3765 3766 3767
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3768 3769
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3770 3771 3772 3773 3774 3775 3776 3777 3778
  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
3779
    ac_tr_lib=HAVE_LIB`echo lc | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3780
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3781 3782 3783 3784
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3785
  LIBS="-llc $LIBS"
3786 3787 3788 3789 3790

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

3791
echo $ac_n "checking for main in -ldld""... $ac_c" 1>&6
3792
echo "configure:3793: checking for main in -ldld" >&5
3793
ac_lib_var=`echo dld'_'main | sed 'y%./+-%__p_%'`
3794 3795 3796 3797
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"
3798
LIBS="-ldld  $LIBS"
3799
cat > conftest.$ac_ext <<EOF
3800
#line 3801 "configure"
3801 3802
#include "confdefs.h"

3803
int main() {
3804 3805 3806
main()
; return 0; }
EOF
3807
if { (eval echo configure:3808: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3808 3809 3810
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3811 3812
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3813 3814 3815 3816 3817 3818 3819 3820 3821
  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
3822
    ac_tr_lib=HAVE_LIB`echo dld | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3823
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3824 3825 3826 3827
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3828
  LIBS="-ldld $LIBS"
3829 3830 3831 3832 3833

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

3834
echo $ac_n "checking for main in -lld""... $ac_c" 1>&6
3835
echo "configure:3836: checking for main in -lld" >&5
3836
ac_lib_var=`echo ld'_'main | sed 'y%./+-%__p_%'`
3837 3838 3839 3840 3841 3842
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
3843
#line 3844 "configure"
3844 3845
#include "confdefs.h"

3846
int main() {
3847 3848 3849
main()
; return 0; }
EOF
3850
if { (eval echo configure:3851: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3851 3852 3853
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3854 3855
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3856 3857 3858 3859 3860 3861 3862 3863 3864
  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
3865 3866
    ac_tr_lib=HAVE_LIB`echo ld | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3867 3868 3869 3870 3871 3872 3873 3874 3875 3876
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-lld $LIBS"

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

3877
echo $ac_n "checking for main in -lcompat""... $ac_c" 1>&6
3878
echo "configure:3879: checking for main in -lcompat" >&5
3879 3880 3881 3882 3883 3884 3885
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
3886
#line 3887 "configure"
3887 3888 3889 3890 3891 3892
#include "confdefs.h"

int main() {
main()
; return 0; }
EOF
3893
if { (eval echo configure:3894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920
  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
3921
echo "configure:3922: checking for main in -lBSD" >&5
3922 3923 3924 3925 3926 3927 3928
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
3929
#line 3930 "configure"
3930 3931 3932 3933 3934 3935
#include "confdefs.h"

int main() {
main()
; return 0; }
EOF
3936
if { (eval echo configure:3937: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963
  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
3964
echo "configure:3965: checking for main in -lgen" >&5
3965 3966 3967 3968 3969 3970 3971
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
3972
#line 3973 "configure"
3973 3974 3975 3976 3977 3978
#include "confdefs.h"

int main() {
main()
; return 0; }
EOF
3979
if { (eval echo configure:3980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006
  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
4007
echo "configure:4008: checking for main in -lPW" >&5
4008 4009 4010 4011 4012 4013 4014
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
4015
#line 4016 "configure"
4016 4017 4018 4019 4020 4021
#include "confdefs.h"

int main() {
main()
; return 0; }
EOF
4022
if { (eval echo configure:4023: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050
  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


echo $ac_n "checking for library containing crypt""... $ac_c" 1>&6
4051
echo "configure:4052: checking for library containing crypt" >&5
4052 4053 4054 4055 4056 4057
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
4058
#line 4059 "configure"
4059 4060 4061 4062 4063 4064 4065 4066 4067 4068
#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
4069
if { (eval echo configure:4070: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4070 4071 4072 4073 4074 4075 4076 4077 4078 4079
  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
4080
#line 4081 "configure"
4081 4082 4083 4084 4085 4086 4087 4088 4089 4090
#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
4091
if { (eval echo configure:4092: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111
  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
echo $ac_n "checking for inflate in -lz""... $ac_c" 1>&6
4112
echo "configure:4113: checking for inflate in -lz" >&5
4113 4114 4115 4116 4117 4118 4119
ac_lib_var=`echo z'_'inflate | 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="-lz  $LIBS"
cat > conftest.$ac_ext <<EOF
4120
#line 4121 "configure"
4121 4122 4123 4124 4125 4126 4127 4128 4129 4130
#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 inflate();

int main() {
inflate()
; return 0; }
EOF
4131
if { (eval echo configure:4132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157
  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 z | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-lz $LIBS"

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

4158
echo $ac_n "checking for __inet_ntoa in -lbind""... $ac_c" 1>&6
4159
echo "configure:4160: checking for __inet_ntoa in -lbind" >&5
4160 4161
ac_lib_var=`echo bind'_'__inet_ntoa | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
B
Bruce Momjian 已提交
4162 4163
  echo $ac_n "(cached) $ac_c" 1>&6
else
4164 4165
  ac_save_LIBS="$LIBS"
LIBS="-lbind  $LIBS"
B
Bruce Momjian 已提交
4166
cat > conftest.$ac_ext <<EOF
4167
#line 4168 "configure"
B
Bruce Momjian 已提交
4168
#include "confdefs.h"
P
Peter Eisentraut 已提交
4169 4170 4171
/* 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.  */
B
Bruce Momjian 已提交
4172
char __inet_ntoa();
B
Bruce Momjian 已提交
4173 4174

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

4190 4191 4192 4193 4194 4195 4196
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 bind | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
B
Bruce Momjian 已提交
4197
EOF
4198 4199 4200

  LIBS="-lbind $LIBS"

B
Bruce Momjian 已提交
4201
else
4202
  echo "$ac_t""no" 1>&6
B
Bruce Momjian 已提交
4203 4204
fi

4205

B
Bruce Momjian 已提交
4206

4207 4208
if test "$with_krb4" = yes ; then
  echo $ac_n "checking for des_encrypt in -ldes""... $ac_c" 1>&6
4209
echo "configure:4210: checking for des_encrypt in -ldes" >&5
4210 4211 4212 4213 4214 4215 4216
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
4217
#line 4218 "configure"
4218 4219 4220 4221 4222 4223 4224 4225 4226 4227
#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
4228
if { (eval echo configure:4229: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252
  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
4253
{ echo "configure: error: library 'des' is required for Kerberos 4" 1>&2; exit 1; }
4254 4255 4256
fi

  echo $ac_n "checking for krb_sendauth in -lkrb""... $ac_c" 1>&6
4257
echo "configure:4258: checking for krb_sendauth in -lkrb" >&5
4258 4259 4260 4261 4262 4263 4264
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
4265
#line 4266 "configure"
4266 4267 4268 4269 4270 4271 4272 4273 4274 4275
#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
4276
if { (eval echo configure:4277: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300
  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
4301
{ echo "configure: error: library 'krb' is required for Kerberos 4" 1>&2; exit 1; }
4302 4303 4304 4305 4306
fi

fi

if test "$with_krb5" = yes ; then
4307
  echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6
4308
echo "configure:4309: checking for com_err in -lcom_err" >&5
4309
ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'`
4310 4311 4312 4313
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"
4314
LIBS="-lcom_err  $LIBS"
4315
cat > conftest.$ac_ext <<EOF
4316
#line 4317 "configure"
4317
#include "confdefs.h"
4318 4319 4320 4321
/* 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();
4322

4323
int main() {
4324
com_err()
4325 4326
; return 0; }
EOF
4327
if { (eval echo configure:4328: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4328 4329 4330
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
4331 4332
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
4333 4334 4335 4336 4337 4338 4339 4340 4341
  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
4342
    ac_tr_lib=HAVE_LIB`echo com_err | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4343
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
4344 4345 4346 4347
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

4348
  LIBS="-lcom_err $LIBS"
4349 4350 4351

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

4355
  echo $ac_n "checking for krb5_encrypt in -lcrypto""... $ac_c" 1>&6
4356
echo "configure:4357: checking for krb5_encrypt in -lcrypto" >&5
4357
ac_lib_var=`echo crypto'_'krb5_encrypt | sed 'y%./+-%__p_%'`
4358 4359 4360 4361
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"
4362
LIBS="-lcrypto  $LIBS"
4363
cat > conftest.$ac_ext <<EOF
4364
#line 4365 "configure"
4365
#include "confdefs.h"
4366 4367 4368 4369
/* 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();
4370

4371
int main() {
4372
krb5_encrypt()
4373 4374
; return 0; }
EOF
4375
if { (eval echo configure:4376: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4376 4377 4378
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
4379 4380
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
4381 4382 4383 4384 4385 4386 4387 4388 4389
  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
4390
    ac_tr_lib=HAVE_LIB`echo crypto | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4391
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
4392 4393 4394 4395
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

4396
  LIBS="-lcrypto $LIBS"
4397

4398 4399 4400
else
  echo "$ac_t""no" 1>&6
echo $ac_n "checking for krb5_encrypt in -lk5crypto""... $ac_c" 1>&6
4401
echo "configure:4402: checking for krb5_encrypt in -lk5crypto" >&5
4402 4403 4404 4405 4406 4407 4408
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
4409
#line 4410 "configure"
4410 4411 4412 4413 4414 4415 4416 4417 4418 4419
#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
4420
if { (eval echo configure:4421: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442
  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"

4443 4444
else
  echo "$ac_t""no" 1>&6
4445
{ echo "configure: error: library 'crypto' or 'k5crypto' is required for Kerberos 5" 1>&2; exit 1; }
4446 4447
fi

4448 4449 4450
fi

  echo $ac_n "checking for krb5_sendauth in -lkrb5""... $ac_c" 1>&6
4451
echo "configure:4452: checking for krb5_sendauth in -lkrb5" >&5
4452
ac_lib_var=`echo krb5'_'krb5_sendauth | sed 'y%./+-%__p_%'`
M
Marc G. Fournier 已提交
4453 4454 4455 4456
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"
4457
LIBS="-lkrb5  $LIBS"
M
Marc G. Fournier 已提交
4458
cat > conftest.$ac_ext <<EOF
4459
#line 4460 "configure"
M
Marc G. Fournier 已提交
4460
#include "confdefs.h"
4461 4462 4463 4464
/* 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 已提交
4465

4466
int main() {
4467
krb5_sendauth()
M
Marc G. Fournier 已提交
4468 4469
; return 0; }
EOF
4470
if { (eval echo configure:4471: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
M
Marc G. Fournier 已提交
4471 4472 4473
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
4474 4475
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
M
Marc G. Fournier 已提交
4476 4477 4478 4479 4480 4481 4482 4483 4484
  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
4485
    ac_tr_lib=HAVE_LIB`echo krb5 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4486
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
M
Marc G. Fournier 已提交
4487 4488 4489 4490
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

4491
  LIBS="-lkrb5 $LIBS"
M
Marc G. Fournier 已提交
4492 4493 4494

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

4498 4499 4500 4501
fi

if test "$with_openssl" = yes ; then
    echo $ac_n "checking for CRYPTO_new_ex_data in -lcrypto""... $ac_c" 1>&6
4502
echo "configure:4503: checking for CRYPTO_new_ex_data in -lcrypto" >&5
4503
ac_lib_var=`echo crypto'_'CRYPTO_new_ex_data | sed 'y%./+-%__p_%'`
4504 4505 4506 4507
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"
4508
LIBS="-lcrypto  $LIBS"
4509
cat > conftest.$ac_ext <<EOF
4510
#line 4511 "configure"
4511
#include "confdefs.h"
4512 4513 4514 4515
/* 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();
4516 4517

int main() {
4518
CRYPTO_new_ex_data()
4519 4520
; return 0; }
EOF
4521
if { (eval echo configure:4522: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535
  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
4536
    ac_tr_lib=HAVE_LIB`echo crypto | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4537 4538 4539 4540 4541
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

4542
  LIBS="-lcrypto $LIBS"
4543 4544 4545

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

4549
  echo $ac_n "checking for SSL_library_init in -lssl""... $ac_c" 1>&6
4550
echo "configure:4551: checking for SSL_library_init in -lssl" >&5
4551 4552
ac_lib_var=`echo ssl'_'SSL_library_init | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4553 4554
  echo $ac_n "(cached) $ac_c" 1>&6
else
4555 4556
  ac_save_LIBS="$LIBS"
LIBS="-lssl  $LIBS"
4557
cat > conftest.$ac_ext <<EOF
4558
#line 4559 "configure"
4559
#include "confdefs.h"
4560 4561 4562
/* 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.  */
4563
char SSL_library_init();
4564 4565

int main() {
4566
SSL_library_init()
4567 4568
; return 0; }
EOF
4569
if { (eval echo configure:4570: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4570
  rm -rf conftest*
4571
  eval "ac_cv_lib_$ac_lib_var=yes"
4572 4573 4574
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
4575 4576
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
4577 4578
fi
rm -f conftest*
4579
LIBS="$ac_save_LIBS"
4580

4581 4582 4583 4584 4585 4586 4587
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
4588
EOF
4589 4590 4591

  LIBS="-lssl $LIBS"

4592
else
4593
  echo "$ac_t""no" 1>&6
4594
{ echo "configure: error: library 'ssl' is required for OpenSSL" 1>&2; exit 1; }
4595 4596
fi

4597
fi
M
Marc G. Fournier 已提交
4598

4599

4600 4601 4602
##
## Header files
##
4603
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
4604
do
4605
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4606
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4607
echo "configure:4608: checking for $ac_hdr" >&5
4608 4609 4610 4611
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
4612
#line 4613 "configure"
4613 4614 4615 4616
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4617
{ (eval echo configure:4618: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4618
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640 4641 4642
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

4643

4644
for ac_hdr in netinet/in.h
4645 4646 4647
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4648
echo "configure:4649: checking for $ac_hdr" >&5
4649 4650 4651 4652
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
4653
#line 4654 "configure"
4654 4655 4656 4657
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4658
{ (eval echo configure:4659: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4659
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4660 4661 4662 4663 4664
if test -z "$ac_err"; then
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
4665 4666
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
4667 4668 4669 4670 4671 4672 4673
  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
4674
    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4675 4676
  cat >> confdefs.h <<EOF
#define $ac_tr_hdr 1
4677 4678 4679 4680 4681 4682 4683 4684
EOF
 
else
  echo "$ac_t""no" 1>&6
fi
done

echo $ac_n "checking for netinet/tcp.h""... $ac_c" 1>&6
4685
echo "configure:4686: checking for netinet/tcp.h" >&5
4686
cat > conftest.$ac_ext <<EOF
4687
#line 4688 "configure"
4688 4689 4690 4691 4692 4693 4694 4695 4696
#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"
4697
{ (eval echo configure:4698: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713
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*

4714
echo $ac_n "checking whether string.h and strings.h may both be included""... $ac_c" 1>&6
4715
echo "configure:4716: checking whether string.h and strings.h may both be included" >&5
4716 4717 4718 4719
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
4720
#line 4721 "configure"
4721 4722 4723 4724 4725 4726
#include "confdefs.h"
#include <string.h>
#include <strings.h>

EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4727
{ (eval echo configure:4728: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4728 4729 4730 4731
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
4732
#line 4733 "configure"
4733 4734 4735 4736 4737 4738 4739 4740
#include "confdefs.h"
#include <string.h>
#include <strings.h>

int main() {
int n = strcasecmp("a", "b");
; return 0; }
EOF
4741
if { (eval echo configure:4742: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768
  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

4769 4770 4771 4772
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
4773
echo "configure:4774: checking for $ac_hdr" >&5
4774 4775 4776 4777
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
4778
#line 4779 "configure"
4779 4780 4781 4782
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4783
{ (eval echo configure:4784: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801
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
4802
EOF
4803
 break
4804 4805 4806 4807 4808
else
  echo "$ac_t""no" 1>&6
fi
done

4809
for ac_hdr in readline/history.h history.h
4810
do
4811
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4812
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4813
echo "configure:4814: checking for $ac_hdr" >&5
4814 4815 4816 4817
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
4818
#line 4819 "configure"
4819 4820 4821 4822
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4823
{ (eval echo configure:4824: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4824
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4825 4826 4827 4828 4829
if test -z "$ac_err"; then
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
4830 4831
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
4832 4833 4834 4835 4836 4837 4838
  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
4839
    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4840 4841 4842
  cat >> confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
4843
 break
4844 4845 4846 4847 4848
else
  echo "$ac_t""no" 1>&6
fi
done

4849 4850 4851 4852

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
4853
echo "configure:4854: checking for krb.h" >&5
4854 4855 4856 4857
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
4858
#line 4859 "configure"
4859
#include "confdefs.h"
4860
#include <krb.h>
4861 4862
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4863
{ (eval echo configure:4864: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4864
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878
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
4879
  :
4880 4881
else
  echo "$ac_t""no" 1>&6
4882
{ echo "configure: error: header file <krb.h> is required for Kerberos 4" 1>&2; exit 1; }
4883 4884
fi

4885 4886 4887 4888 4889
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
4890
echo "configure:4891: checking for krb5.h" >&5
4891 4892 4893 4894
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
4895
#line 4896 "configure"
4896
#include "confdefs.h"
4897
#include <krb5.h>
4898 4899
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4900
{ (eval echo configure:4901: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4901
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915
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
4916
  :
4917 4918
else
  echo "$ac_t""no" 1>&6
4919
{ echo "configure: error: header file <krb5.h> is required for Kerberos 5" 1>&2; exit 1; }
4920 4921
fi

4922 4923
  ac_safe=`echo "com_err.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for com_err.h""... $ac_c" 1>&6
4924
echo "configure:4925: checking for com_err.h" >&5
4925 4926 4927 4928
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
4929
#line 4930 "configure"
4930
#include "confdefs.h"
4931
#include <com_err.h>
4932 4933
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4934
{ (eval echo configure:4935: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4935
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949
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
4950
  :
4951 4952
else
  echo "$ac_t""no" 1>&6
4953
{ echo "configure: error: header file <com_err.h> is required for Kerberos 5" 1>&2; exit 1; }
4954 4955
fi

4956 4957 4958 4959 4960
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
4961
echo "configure:4962: checking for openssl/ssl.h" >&5
B
Bruce Momjian 已提交
4962 4963 4964 4965
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
4966
#line 4967 "configure"
B
Bruce Momjian 已提交
4967
#include "confdefs.h"
4968
#include <openssl/ssl.h>
B
Bruce Momjian 已提交
4969 4970
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4971
{ (eval echo configure:4972: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
B
Bruce Momjian 已提交
4972 4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986
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
4987
  :
B
Bruce Momjian 已提交
4988 4989
else
  echo "$ac_t""no" 1>&6
4990
{ echo "configure: error: header file <openssl/ssl.h> is required for OpenSSL" 1>&2; exit 1; }
B
Bruce Momjian 已提交
4991 4992
fi

4993 4994
  ac_safe=`echo "openssl/err.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for openssl/err.h""... $ac_c" 1>&6
4995
echo "configure:4996: checking for openssl/err.h" >&5
B
Bruce Momjian 已提交
4996 4997 4998 4999
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
5000
#line 5001 "configure"
B
Bruce Momjian 已提交
5001
#include "confdefs.h"
5002
#include <openssl/err.h>
B
Bruce Momjian 已提交
5003 5004
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5005
{ (eval echo configure:5006: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
B
Bruce Momjian 已提交
5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018 5019 5020
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
5021
  :
B
Bruce Momjian 已提交
5022 5023
else
  echo "$ac_t""no" 1>&6
5024
{ echo "configure: error: header file <openssl/err.h> is required for OpenSSL" 1>&2; exit 1; }
B
Bruce Momjian 已提交
5025 5026
fi

5027 5028 5029 5030 5031 5032 5033
fi


##
## Types, structures, compiler characteristics
##
echo $ac_n "checking for working const""... $ac_c" 1>&6
5034
echo "configure:5035: checking for working const" >&5
5035
if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
B
Bruce Momjian 已提交
5036 5037 5038
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
5039
#line 5040 "configure"
B
Bruce Momjian 已提交
5040
#include "confdefs.h"
5041

5042
int main() {
5043

5044 5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063
/* Ultrix mips cc rejects this.  */
typedef int charset[2]; const charset x;
/* 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;
5064

5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084
  *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;
}
5085 5086 5087

; return 0; }
EOF
5088
if { (eval echo configure:5089: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5089
  rm -rf conftest*
5090
  ac_cv_c_const=yes
5091
else
5092 5093
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
5094
  rm -rf conftest*
5095
  ac_cv_c_const=no
5096 5097 5098 5099
fi
rm -f conftest*
fi

5100 5101
echo "$ac_t""$ac_cv_c_const" 1>&6
if test $ac_cv_c_const = no; then
5102
  cat >> confdefs.h <<\EOF
5103
#define const 
5104 5105 5106 5107
EOF

fi

5108
echo $ac_n "checking for inline""... $ac_c" 1>&6
5109
echo "configure:5110: checking for inline" >&5
5110
if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
5111 5112
  echo $ac_n "(cached) $ac_c" 1>&6
else
5113 5114
  ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
5115
  cat > conftest.$ac_ext <<EOF
5116
#line 5117 "configure"
5117 5118 5119
#include "confdefs.h"

int main() {
5120
} $ac_kw foo() {
5121 5122
; return 0; }
EOF
5123
if { (eval echo configure:5124: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5124
  rm -rf conftest*
5125
  ac_cv_c_inline=$ac_kw; break
5126 5127 5128 5129 5130
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
fi
rm -f conftest*
5131
done
5132 5133 5134

fi

5135 5136 5137 5138 5139
echo "$ac_t""$ac_cv_c_inline" 1>&6
case "$ac_cv_c_inline" in
  inline | yes) ;;
  no) cat >> confdefs.h <<\EOF
#define inline 
5140
EOF
5141 5142 5143
 ;;
  *)  cat >> confdefs.h <<EOF
#define inline $ac_cv_c_inline
5144
EOF
5145 5146
 ;;
esac
5147

5148

5149

5150
echo $ac_n "checking for preprocessor stringizing operator""... $ac_c" 1>&6
5151
echo "configure:5152: checking for preprocessor stringizing operator" >&5
5152
if eval "test \"`echo '$''{'ac_cv_c_stringize'+set}'`\" = set"; then
5153 5154
  echo $ac_n "(cached) $ac_c" 1>&6
else
5155
  cat > conftest.$ac_ext <<EOF
5156
#line 5157 "configure"
5157
#include "confdefs.h"
5158

5159 5160 5161
#define x(y) #y

char *s = x(teststring);
5162 5163

EOF
5164 5165 5166 5167 5168 5169 5170 5171 5172
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*
5173

5174
fi
5175

5176 5177 5178 5179 5180
if test "${ac_cv_c_stringize}" = yes
then
        cat >> confdefs.h <<\EOF
#define HAVE_STRINGIZE 1
EOF
5181

5182 5183
fi
echo "$ac_t""${ac_cv_c_stringize}" 1>&6
M
 
Marc G. Fournier 已提交
5184

5185
echo $ac_n "checking for signed types""... $ac_c" 1>&6
5186
echo "configure:5187: checking for signed types" >&5
5187 5188 5189 5190
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
5191
#line 5192 "configure"
5192 5193 5194 5195 5196 5197
#include "confdefs.h"

int main() {
signed char c; signed short s; signed int i;
; return 0; }
EOF
5198
if { (eval echo configure:5199: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217
  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
5218
echo "configure:5219: checking for volatile" >&5
5219 5220 5221 5222
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
5223
#line 5224 "configure"
5224 5225 5226 5227 5228 5229
#include "confdefs.h"

int main() {
extern volatile int i;
; return 0; }
EOF
5230
if { (eval echo configure:5231: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248
  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
5249
echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
5250
echo "configure:5251: checking whether struct tm is in sys/time.h or time.h" >&5
5251
if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
5252 5253 5254
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
5255
#line 5256 "configure"
5256
#include "confdefs.h"
5257
#include <sys/types.h>
5258
#include <time.h>
5259
int main() {
5260
struct tm *tp; tp->tm_sec;
5261 5262
; return 0; }
EOF
5263
if { (eval echo configure:5264: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5264
  rm -rf conftest*
5265
  ac_cv_struct_tm=time.h
5266 5267 5268 5269
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
5270
  ac_cv_struct_tm=sys/time.h
5271 5272
fi
rm -f conftest*
5273 5274
fi

5275 5276
echo "$ac_t""$ac_cv_struct_tm" 1>&6
if test $ac_cv_struct_tm = sys/time.h; then
5277
  cat >> confdefs.h <<\EOF
5278
#define TM_IN_SYS_TIME 1
5279 5280 5281 5282
EOF

fi

5283
echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6
5284
echo "configure:5285: checking for tm_zone in struct tm" >&5
5285 5286 5287 5288
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
5289
#line 5290 "configure"
5290
#include "confdefs.h"
5291 5292
#include <sys/types.h>
#include <$ac_cv_struct_tm>
5293
int main() {
5294
struct tm tm; tm.tm_zone;
5295 5296
; return 0; }
EOF
5297
if { (eval echo configure:5298: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5298
  rm -rf conftest*
5299
  ac_cv_struct_tm_zone=yes
5300 5301 5302 5303
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
5304
  ac_cv_struct_tm_zone=no
5305 5306
fi
rm -f conftest*
5307
fi
5308

5309 5310 5311 5312 5313 5314
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

5315
else
5316
  echo $ac_n "checking for tzname""... $ac_c" 1>&6
5317
echo "configure:5318: checking for tzname" >&5
5318 5319
if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
5320
else
5321
  cat > conftest.$ac_ext <<EOF
5322
#line 5323 "configure"
5323
#include "confdefs.h"
5324 5325 5326 5327 5328 5329 5330
#include <time.h>
#ifndef tzname /* For SGI.  */
extern char *tzname[]; /* RS6000 and others reject char **tzname.  */
#endif
int main() {
atoi(*tzname);
; return 0; }
5331
EOF
5332
if { (eval echo configure:5333: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5333 5334
  rm -rf conftest*
  ac_cv_var_tzname=yes
5335
else
5336 5337
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
5338 5339
  rm -rf conftest*
  ac_cv_var_tzname=no
5340
fi
5341
rm -f conftest*
5342 5343
fi

5344 5345 5346 5347 5348
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
5349

5350 5351
  fi
fi
5352

5353
echo $ac_n "checking for union semun""... $ac_c" 1>&6
5354
echo "configure:5355: checking for union semun" >&5
5355
if eval "test \"`echo '$''{'pgac_cv_union_semun'+set}'`\" = set"; then
5356 5357 5358
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
5359
#line 5360 "configure"
5360 5361
#include "confdefs.h"
#include <sys/types.h>
5362 5363
#include <sys/ipc.h>
#include <sys/sem.h>
5364
int main() {
5365
union semun semun;
5366 5367
; return 0; }
EOF
5368
if { (eval echo configure:5369: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5369
  rm -rf conftest*
5370
  pgac_cv_union_semun=yes
5371
else
5372 5373
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
5374
  rm -rf conftest*
5375
  pgac_cv_union_semun=no
5376 5377 5378 5379
fi
rm -f conftest*
fi

5380 5381 5382
echo "$ac_t""$pgac_cv_union_semun" 1>&6
if test x"$pgac_cv_union_semun" = xyes ; then
  cat >> confdefs.h <<\EOF
5383
#define HAVE_UNION_SEMUN 1
5384 5385
EOF

5386
fi
5387
echo $ac_n "checking for struct sockaddr_un""... $ac_c" 1>&6
5388
echo "configure:5389: checking for struct sockaddr_un" >&5
5389 5390 5391 5392
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
5393
#line 5394 "configure"
5394
#include "confdefs.h"
B
Bruce Momjian 已提交
5395
#include <sys/types.h>
5396 5397 5398 5399 5400 5401 5402
#ifdef HAVE_SYS_UN_H
#include <sys/un.h>
#endif
int main() {
struct sockaddr_un un;
; return 0; }
EOF
5403
if { (eval echo configure:5404: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419
  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
5420

5421
fi
5422

5423 5424 5425 5426
##
## Functions, global variables
##
echo $ac_n "checking for int timezone""... $ac_c" 1>&6
5427
echo "configure:5428: checking for int timezone" >&5
5428
if eval "test \"`echo '$''{'pgac_cv_var_int_timezone'+set}'`\" = set"; then
5429 5430 5431
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
5432
#line 5433 "configure"
5433
#include "confdefs.h"
5434
#include <time.h>
5435
int main() {
5436
int res = timezone / 60;
5437 5438
; return 0; }
EOF
5439
if { (eval echo configure:5440: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5440
  rm -rf conftest*
5441
  pgac_cv_var_int_timezone=yes
5442
else
5443 5444
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
5445
  rm -rf conftest*
5446
  pgac_cv_var_int_timezone=no
5447 5448
fi
rm -f conftest*
M
Marc G. Fournier 已提交
5449
fi
5450

5451 5452
echo "$ac_t""$pgac_cv_var_int_timezone" 1>&6
if test x"$pgac_cv_var_int_timezone" = xyes ; then
5453
  cat >> confdefs.h <<\EOF
5454
#define HAVE_INT_TIMEZONE 
5455 5456 5457
EOF

fi
5458
echo $ac_n "checking types of arguments for accept()""... $ac_c" 1>&6
5459
echo "configure:5460: checking types of arguments for accept()" >&5
5460
 if eval "test \"`echo '$''{'ac_cv_func_accept_arg1'+set}'`\" = set"; then
5461 5462
  echo $ac_n "(cached) $ac_c" 1>&6
else
5463 5464 5465 5466 5467 5468 5469
   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
5470
     for ac_cv_func_accept_arg2 in 'struct sockaddr *' 'const struct sockaddr *' 'void *'; do
5471
      for ac_cv_func_accept_arg3 in 'int' 'size_t' 'socklen_t' 'unsigned int' 'void'; do
5472
       cat > conftest.$ac_ext <<EOF
5473
#line 5474 "configure"
5474
#include "confdefs.h"
5475 5476 5477 5478 5479
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
5480
#endif
5481
extern int accept ($ac_cv_func_accept_arg1, $ac_cv_func_accept_arg2, $ac_cv_func_accept_arg3 *);
5482
int main() {
5483 5484 5485

; return 0; }
EOF
5486
if { (eval echo configure:5487: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5487
  rm -rf conftest*
5488
  ac_not_found=no; break 3
5489
else
5490 5491
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
5492
  rm -rf conftest*
5493
  ac_not_found=yes
5494 5495
fi
rm -f conftest*
5496 5497 5498
      done
     done
    done
5499 5500 5501
    if test "$ac_not_found" = yes; then
      { echo "configure: error: could not determine argument types" 1>&2; exit 1; }
    fi
5502 5503 5504
    if test "$ac_cv_func_accept_arg3" = "void"; then
      ac_cv_func_accept_arg3=int
    fi
5505 5506 5507 5508 5509
   
fi
  
fi
 
M
Marc G. Fournier 已提交
5510
fi
5511 5512 5513 5514
 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
5515

5516 5517
 cat >> confdefs.h <<EOF
#define ACCEPT_TYPE_ARG2 $ac_cv_func_accept_arg2
5518 5519
EOF

5520 5521 5522
 cat >> confdefs.h <<EOF
#define ACCEPT_TYPE_ARG3 $ac_cv_func_accept_arg3
EOF
5523 5524


5525
echo $ac_n "checking whether gettimeofday takes only one argument""... $ac_c" 1>&6
5526
echo "configure:5527: checking whether gettimeofday takes only one argument" >&5
5527
if eval "test \"`echo '$''{'pgac_cv_func_gettimeofday_1arg'+set}'`\" = set"; then
5528 5529 5530
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
5531
#line 5532 "configure"
5532
#include "confdefs.h"
5533
#include <sys/time.h>
5534
int main() {
5535 5536 5537
struct timeval *tp;
struct timezone *tzp;
gettimeofday(tp,tzp);
5538 5539
; return 0; }
EOF
5540
if { (eval echo configure:5541: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5541
  rm -rf conftest*
5542
  pgac_cv_func_gettimeofday_1arg=no
5543
else
5544 5545
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
5546
  rm -rf conftest*
5547
  pgac_cv_func_gettimeofday_1arg=yes
5548 5549
fi
rm -f conftest*
M
Marc G. Fournier 已提交
5550
fi
5551

5552 5553 5554 5555
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 
5556
EOF
5557

5558 5559
fi

5560
echo $ac_n "checking for fcntl(F_SETLK)""... $ac_c" 1>&6
5561
echo "configure:5562: checking for fcntl(F_SETLK)" >&5
5562 5563 5564
case $host_os in
  linux*)       echo "$ac_t""broken on Linux" 1>&6 ;;
  *)
5565
cat > conftest.$ac_ext <<EOF
5566
#line 5567 "configure"
5567
#include "confdefs.h"
5568 5569
#include <stdio.h>
#include <fcntl.h>
5570

5571
int main() {
5572
struct flock lck;
5573 5574 5575
lck.l_whence = SEEK_SET; lck.l_start = lck.l_len = 0;
lck.l_type = F_WRLCK;
fcntl(0, F_SETLK, &lck);
5576 5577
; return 0; }
EOF
5578
if { (eval echo configure:5579: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
B
Bruce Momjian 已提交
5579
  rm -rf conftest*
5580 5581 5582 5583
  cat >> confdefs.h <<\EOF
#define HAVE_FCNTL_SETLK 1
EOF
 echo "$ac_t""yes" 1>&6
B
Bruce Momjian 已提交
5584 5585 5586 5587
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
5588
  echo "$ac_t""no" 1>&6
B
Bruce Momjian 已提交
5589 5590
fi
rm -f conftest*
5591 5592
        ;;
esac
B
Bruce Momjian 已提交
5593

B
Bruce Momjian 已提交
5594
for ac_func in fcvt getopt_long memmove pstat setproctitle setsid sigprocmask sysconf waitpid dlopen
M
 
Marc G. Fournier 已提交
5595 5596
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5597
echo "configure:5598: checking for $ac_func" >&5
M
 
Marc G. Fournier 已提交
5598 5599 5600 5601
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
5602
#line 5603 "configure"
M
 
Marc G. Fournier 已提交
5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624
#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
5625
if { (eval echo configure:5626: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
M
 
Marc G. Fournier 已提交
5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648
  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

5649 5650

echo $ac_n "checking for PS_STRINGS""... $ac_c" 1>&6
5651
echo "configure:5652: checking for PS_STRINGS" >&5
5652 5653 5654 5655
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
5656
#line 5657 "configure"
5657
#include "confdefs.h"
5658 5659 5660
#include <machine/vmparam.h>
#include <sys/exec.h>

5661 5662 5663 5664 5665
int main() {
PS_STRINGS->ps_nargvstr = 1;
PS_STRINGS->ps_argvstr = "foo";
; return 0; }
EOF
5666
if { (eval echo configure:5667: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5667
  rm -rf conftest*
5668
  pgac_cv_var_PS_STRINGS=yes
5669 5670 5671 5672
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
5673
  pgac_cv_var_PS_STRINGS=no
M
 
Marc G. Fournier 已提交
5674
fi
5675
rm -f conftest*
5676 5677 5678 5679 5680 5681 5682 5683 5684
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 已提交
5685

5686
SNPRINTF=''
M
 
Marc G. Fournier 已提交
5687
echo $ac_n "checking for snprintf""... $ac_c" 1>&6
5688
echo "configure:5689: checking for snprintf" >&5
M
 
Marc G. Fournier 已提交
5689 5690 5691 5692
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
5693
#line 5694 "configure"
M
 
Marc G. Fournier 已提交
5694 5695 5696 5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 5709 5710 5711 5712 5713 5714 5715
#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
5716
if { (eval echo configure:5717: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
M
 
Marc G. Fournier 已提交
5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 5729 5730 5731 5732 5733 5734 5735
  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 已提交
5736
SNPRINTF='snprintf.o'
M
 
Marc G. Fournier 已提交
5737 5738
fi

5739
echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6
5740
echo "configure:5741: checking for vsnprintf" >&5
5741 5742 5743 5744
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
5745
#line 5746 "configure"
5746 5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 5758 5759 5760 5761 5762 5763 5764 5765 5766 5767
#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
5768
if { (eval echo configure:5769: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5769 5770 5771 5772 5773 5774 5775 5776 5777 5778 5779 5780 5781 5782 5783 5784 5785 5786 5787 5788 5789 5790
  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 已提交
5791

5792
cat > conftest.$ac_ext <<EOF
5793
#line 5794 "configure"
5794 5795 5796 5797 5798 5799 5800 5801 5802 5803 5804 5805 5806 5807
#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
5808
#line 5809 "configure"
5809 5810 5811 5812 5813 5814 5815 5816 5817 5818 5819 5820 5821
#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*

5822 5823

# do this one the hard way in case isinf() is a macro
5824
echo $ac_n "checking for isinf""... $ac_c" 1>&6
5825
echo "configure:5826: checking for isinf" >&5
5826
if eval "test \"`echo '$''{'ac_cv_func_isinf'+set}'`\" = set"; then
5827 5828 5829
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
5830
#line 5831 "configure"
5831
#include "confdefs.h"
5832
#include <math.h>
5833

5834
int main() {
5835
double x = 0.0; int res = isinf(x);
5836 5837
; return 0; }
EOF
5838
if { (eval echo configure:5839: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5839
  rm -rf conftest*
5840
  ac_cv_func_isinf=yes
5841 5842 5843 5844
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
5845
  ac_cv_func_isinf=no
5846 5847 5848 5849
fi
rm -f conftest*
fi

5850 5851 5852
echo "$ac_t""$ac_cv_func_isinf" 1>&6

if test $ac_cv_func_isinf = yes ; then
5853 5854 5855 5856
  cat >> confdefs.h <<\EOF
#define HAVE_ISINF 1
EOF

5857
  ISINF=
5858
else
5859
  ISINF='isinf.o'
5860 5861 5862 5863
  # 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
5864
echo "configure:5865: checking for $ac_func" >&5
5865 5866 5867 5868
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
5869
#line 5870 "configure"
5870 5871 5872 5873 5874 5875 5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891
#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
5892
if { (eval echo configure:5893: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5893 5894 5895 5896 5897 5898 5899 5900 5901 5902 5903 5904 5905 5906 5907 5908 5909 5910 5911 5912 5913 5914 5915
  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

5916 5917
fi

5918

5919
echo $ac_n "checking for getrusage""... $ac_c" 1>&6
5920
echo "configure:5921: checking for getrusage" >&5
5921 5922 5923 5924
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
5925
#line 5926 "configure"
5926 5927 5928 5929 5930 5931 5932 5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 5946 5947
#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
5948
if { (eval echo configure:5949: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5949 5950 5951 5952 5953 5954 5955 5956 5957 5958 5959 5960 5961 5962 5963 5964 5965 5966 5967 5968 5969 5970
  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

5971

5972
echo $ac_n "checking for srandom""... $ac_c" 1>&6
5973
echo "configure:5974: checking for srandom" >&5
5974 5975 5976 5977
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
5978
#line 5979 "configure"
5979 5980 5981 5982 5983 5984 5985 5986 5987 5988 5989 5990 5991 5992 5993 5994 5995 5996 5997 5998 5999 6000
#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
6001
if { (eval echo configure:6002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6002 6003 6004 6005 6006 6007 6008 6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023
  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

6024

6025
echo $ac_n "checking for gethostname""... $ac_c" 1>&6
6026
echo "configure:6027: checking for gethostname" >&5
6027 6028 6029 6030
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
6031
#line 6032 "configure"
6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 6043 6044 6045 6046 6047 6048 6049 6050 6051 6052 6053
#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
6054
if { (eval echo configure:6055: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6055 6056 6057 6058 6059 6060 6061 6062 6063 6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076
  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

6077

6078
echo $ac_n "checking for random""... $ac_c" 1>&6
6079
echo "configure:6080: checking for random" >&5
6080 6081 6082 6083
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
6084
#line 6085 "configure"
6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106
#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
6107
if { (eval echo configure:6108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6108 6109 6110 6111 6112 6113 6114 6115 6116 6117 6118 6119 6120 6121 6122 6123 6124 6125 6126
  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
6127
MISSING_RANDOM='random.o'
6128 6129
fi

6130

6131
echo $ac_n "checking for inet_aton""... $ac_c" 1>&6
6132
echo "configure:6133: checking for inet_aton" >&5
6133 6134 6135 6136
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
6137
#line 6138 "configure"
6138 6139 6140 6141 6142 6143 6144 6145 6146
#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();

6147
int main() {
6148 6149 6150 6151 6152 6153 6154 6155 6156 6157 6158 6159

/* 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
6160
if { (eval echo configure:6161: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6161 6162 6163
  rm -rf conftest*
  eval "ac_cv_func_inet_aton=yes"
else
6164 6165
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
6166 6167 6168 6169
  rm -rf conftest*
  eval "ac_cv_func_inet_aton=no"
fi
rm -f conftest*
M
Marc G. Fournier 已提交
6170
fi
6171

6172 6173 6174 6175 6176 6177 6178 6179 6180 6181 6182
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

6183

B
Bruce Momjian 已提交
6184
echo $ac_n "checking for strerror""... $ac_c" 1>&6
6185
echo "configure:6186: checking for strerror" >&5
B
Bruce Momjian 已提交
6186 6187 6188 6189
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
6190
#line 6191 "configure"
B
Bruce Momjian 已提交
6191 6192 6193 6194 6195 6196 6197 6198 6199 6200 6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 6211 6212
#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
6213
if { (eval echo configure:6214: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
B
Bruce Momjian 已提交
6214 6215 6216 6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237
  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
STRERROR='strerror.o' STRERROR2='../../backend/port/strerror.o'
fi



6238
echo $ac_n "checking for strdup""... $ac_c" 1>&6
6239
echo "configure:6240: checking for strdup" >&5
6240 6241 6242 6243
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
6244
#line 6245 "configure"
6245 6246 6247 6248 6249 6250 6251 6252 6253
#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();

6254
int main() {
6255 6256 6257 6258 6259 6260 6261 6262 6263 6264 6265 6266

/* 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
6267
if { (eval echo configure:6268: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6268 6269 6270
  rm -rf conftest*
  eval "ac_cv_func_strdup=yes"
else
6271 6272
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
6273 6274 6275 6276
  rm -rf conftest*
  eval "ac_cv_func_strdup=no"
fi
rm -f conftest*
M
Marc G. Fournier 已提交
6277
fi
6278

6279 6280
if eval "test \"`echo '$ac_cv_func_'strdup`\" = yes"; then
  echo "$ac_t""yes" 1>&6
6281
  cat >> confdefs.h <<\EOF
6282 6283 6284
#define HAVE_STRDUP 1
EOF

6285 6286
else
  echo "$ac_t""no" 1>&6
6287
STRDUP='../../utils/strdup.o'
6288 6289
fi

6290

6291
echo $ac_n "checking for strtol""... $ac_c" 1>&6
6292
echo "configure:6293: checking for strtol" >&5
6293 6294 6295 6296
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
6297
#line 6298 "configure"
6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 6317 6318 6319
#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
6320
if { (eval echo configure:6321: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339
  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 已提交
6340
STRTOL='strtol.o'
6341 6342
fi

M
Marc G. Fournier 已提交
6343 6344

echo $ac_n "checking for strtoul""... $ac_c" 1>&6
6345
echo "configure:6346: checking for strtoul" >&5
M
Marc G. Fournier 已提交
6346 6347 6348 6349
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
6350
#line 6351 "configure"
M
Marc G. Fournier 已提交
6351 6352 6353 6354 6355 6356 6357 6358 6359 6360 6361 6362 6363 6364 6365 6366 6367 6368 6369 6370 6371 6372
#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
6373
if { (eval echo configure:6374: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
M
Marc G. Fournier 已提交
6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 6387 6388 6389 6390 6391 6392 6393 6394 6395 6396
  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
STRTOL='strtoul.o'
fi


6397
echo $ac_n "checking for strcasecmp""... $ac_c" 1>&6
6398
echo "configure:6399: checking for strcasecmp" >&5
6399 6400 6401 6402
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
6403
#line 6404 "configure"
6404 6405 6406 6407 6408 6409 6410 6411 6412 6413 6414 6415 6416 6417 6418 6419 6420 6421 6422 6423 6424 6425
#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
6426
if { (eval echo configure:6427: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6427 6428 6429 6430 6431 6432 6433 6434 6435 6436 6437 6438 6439 6440 6441 6442 6443 6444 6445 6446 6447 6448
  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

6449

6450
echo $ac_n "checking for cbrt""... $ac_c" 1>&6
6451
echo "configure:6452: checking for cbrt" >&5
6452 6453 6454 6455
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
6456
#line 6457 "configure"
6457 6458 6459 6460 6461 6462 6463 6464 6465
#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();

6466
int main() {
6467 6468 6469 6470 6471 6472 6473 6474 6475 6476 6477 6478

/* 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
6479
if { (eval echo configure:6480: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6480 6481 6482
  rm -rf conftest*
  eval "ac_cv_func_cbrt=yes"
else
6483 6484
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
6485 6486 6487 6488
  rm -rf conftest*
  eval "ac_cv_func_cbrt=no"
fi
rm -f conftest*
M
Marc G. Fournier 已提交
6489
fi
6490

6491 6492 6493 6494 6495 6496 6497 6498
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
6499
echo $ac_n "checking for cbrt in -lm""... $ac_c" 1>&6
6500
echo "configure:6501: checking for cbrt in -lm" >&5
6501
ac_lib_var=`echo m'_'cbrt | sed 'y%./+-%__p_%'`
6502 6503 6504 6505 6506 6507
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
6508
#line 6509 "configure"
6509 6510 6511 6512 6513 6514
#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();

6515
int main() {
6516 6517 6518
cbrt()
; return 0; }
EOF
6519
if { (eval echo configure:6520: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6520 6521 6522
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
6523 6524
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
6525 6526 6527 6528 6529 6530 6531 6532 6533 6534 6535 6536 6537 6538 6539 6540 6541 6542 6543
  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

6544 6545 6546 6547

# 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=""
6548
case $host_cpu in
6549 6550 6551 6552 6553 6554 6555
  hppa1.1) 
	if [ -r /lib/pa1.1/libm.a ] ; then
	    HPUXMATHLIB="-L /lib/pa1.1 -lm"
	fi ;;
esac


6556
echo $ac_n "checking for rint""... $ac_c" 1>&6
6557
echo "configure:6558: checking for rint" >&5
6558 6559 6560 6561
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
6562
#line 6563 "configure"
6563 6564 6565 6566 6567 6568 6569 6570 6571
#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();

6572
int main() {
6573 6574 6575 6576 6577 6578 6579 6580 6581 6582 6583 6584

/* 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
6585
if { (eval echo configure:6586: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6586 6587 6588
  rm -rf conftest*
  eval "ac_cv_func_rint=yes"
else
6589 6590
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
6591 6592 6593 6594
  rm -rf conftest*
  eval "ac_cv_func_rint=no"
fi
rm -f conftest*
M
Marc G. Fournier 已提交
6595
fi
6596

6597 6598 6599 6600 6601 6602 6603 6604
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
6605
echo $ac_n "checking for rint in -lm""... $ac_c" 1>&6
6606
echo "configure:6607: checking for rint in -lm" >&5
6607
ac_lib_var=`echo m'_'rint | sed 'y%./+-%__p_%'`
6608 6609 6610 6611
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"
6612
LIBS="-lm $HPUXMATHLIB $LIBS"
6613
cat > conftest.$ac_ext <<EOF
6614
#line 6615 "configure"
6615 6616 6617 6618 6619 6620
#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();

6621
int main() {
6622 6623 6624
rint()
; return 0; }
EOF
6625
if { (eval echo configure:6626: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6626 6627 6628
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
6629 6630
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650
  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


6651

P
Peter Eisentraut 已提交
6652 6653
# Readline versions < 2.1 don't have rl_completion_append_character
echo $ac_n "checking for rl_completion_append_character""... $ac_c" 1>&6
6654
echo "configure:6655: checking for rl_completion_append_character" >&5
P
Peter Eisentraut 已提交
6655
cat > conftest.$ac_ext <<EOF
6656
#line 6657 "configure"
6657
#include "confdefs.h"
P
Peter Eisentraut 已提交
6658 6659 6660 6661 6662 6663 6664 6665 6666 6667
#include <stdio.h>
#ifdef HAVE_READLINE_H
# include <readline.h>
#endif
#ifdef HAVE_READLINE_READLINE_H
# include <readline/readline.h>
#endif
int main() {
rl_completion_append_character = 'x';
; return 0; }
6668
EOF
6669
if { (eval echo configure:6670: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6670
  rm -rf conftest*
P
Peter Eisentraut 已提交
6671 6672
  echo "$ac_t""yes" 1>&6
cat >> confdefs.h <<\EOF
6673 6674 6675
#define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
EOF

B
Bruce Momjian 已提交
6676 6677 6678 6679
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
P
Peter Eisentraut 已提交
6680
  echo "$ac_t""no" 1>&6
B
Bruce Momjian 已提交
6681 6682 6683
fi
rm -f conftest*

P
Peter Eisentraut 已提交
6684

P
Peter Eisentraut 已提交
6685 6686 6687 6688 6689
# Check whether readline's filename_completion_function is declared.
# Some prehistoric versions of readline, in particular those shipped
# with earlier Cygwins don't have this declared, although it's in the
# library.
echo $ac_n "checking whether filename_completion_function is declared""... $ac_c" 1>&6
6690
echo "configure:6691: checking whether filename_completion_function is declared" >&5
P
Peter Eisentraut 已提交
6691 6692 6693 6694
if test "$ac_cv_header_readline_h" = yes; then
    _readline_header='readline.h'
elif test "$ac_cv_header_readline_readline_h" = yes; then
    _readline_header='readline/readline.h'
P
Peter Eisentraut 已提交
6695
else
P
Peter Eisentraut 已提交
6696 6697 6698
    _readline_header='xxx'
fi
cat > conftest.$ac_ext <<EOF
6699
#line 6700 "configure"
P
Peter Eisentraut 已提交
6700
#include "confdefs.h"
P
Peter Eisentraut 已提交
6701
#include <$_readline_header>
P
Peter Eisentraut 已提交
6702 6703 6704 6705 6706 6707 6708 6709
EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "filename_completion_function" >/dev/null 2>&1; then
  rm -rf conftest*
  cat >> confdefs.h <<\EOF
#define HAVE_FILENAME_COMPLETION_FUNCTION_DECL 1
EOF

P
Peter Eisentraut 已提交
6710
echo "$ac_t""yes" 1>&6
P
Peter Eisentraut 已提交
6711
else
P
Peter Eisentraut 已提交
6712
  rm -rf conftest*
P
Peter Eisentraut 已提交
6713 6714
  echo "$ac_t""no" 1>&6
fi
P
Peter Eisentraut 已提交
6715
rm -f conftest*
P
Peter Eisentraut 已提交
6716 6717 6718



B
Bruce Momjian 已提交
6719

6720
echo $ac_n "checking for finite""... $ac_c" 1>&6
6721
echo "configure:6722: checking for finite" >&5
6722
cat > conftest.$ac_ext <<EOF
6723
#line 6724 "configure"
6724 6725 6726 6727 6728 6729
#include "confdefs.h"
#include <math.h>
int main() {
int dummy=finite(1.0);
; return 0; }
EOF
6730
if { (eval echo configure:6731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6731 6732 6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743
  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*

6744
echo $ac_n "checking for sigsetjmp""... $ac_c" 1>&6
6745
echo "configure:6746: checking for sigsetjmp" >&5
6746
cat > conftest.$ac_ext <<EOF
6747
#line 6748 "configure"
6748 6749 6750 6751 6752 6753
#include "confdefs.h"
#include <setjmp.h>
int main() {
sigjmp_buf x; sigsetjmp(x, 1);
; return 0; }
EOF
6754
if { (eval echo configure:6755: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6755 6756 6757 6758 6759 6760 6761 6762 6763 6764 6765 6766 6767
  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*

6768 6769 6770 6771 6772 6773

# 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
6774
echo "configure:6775: checking for syslog" >&5
6775 6776 6777 6778
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
6779
#line 6780 "configure"
6780 6781 6782 6783 6784 6785 6786 6787 6788 6789 6790 6791 6792 6793 6794 6795 6796 6797 6798 6799 6800 6801
#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
6802
if { (eval echo configure:6803: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824
  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

6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835
      ;;
    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
6836 6837 6838 6839

fi


6840
echo $ac_n "checking for optreset""... $ac_c" 1>&6
6841
echo "configure:6842: checking for optreset" >&5
6842 6843 6844 6845
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
6846
#line 6847 "configure"
6847 6848 6849 6850 6851 6852
#include "confdefs.h"
#include <unistd.h>
int main() {
extern int optreset; optreset = 1;
; return 0; }
EOF
6853
if { (eval echo configure:6854: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6854 6855 6856 6857 6858 6859 6860 6861 6862 6863 6864 6865 6866 6867 6868 6869 6870 6871 6872 6873
  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


6874

6875
echo $ac_n "checking whether long int is 64 bits""... $ac_c" 1>&6
6876
echo "configure:6877: checking whether long int is 64 bits" >&5
6877 6878 6879 6880 6881 6882
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
6883 6884
else
  cat > conftest.$ac_ext <<EOF
6885
#line 6886 "configure"
6886 6887 6888
#include "confdefs.h"
typedef long int int64;

6889 6890
/*
 * These are globals to discourage the compiler from folding all the
6891 6892
 * arithmetic tests down to compile-time constants.
 */
6893 6894 6895 6896 6897 6898 6899 6900
int64 a = 20000001;
int64 b = 40000005;

int does_int64_work()
{
  int64 c,d;

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

6903
  /* Do perfunctory checks to see if 64-bit arithmetic seems to work */
6904 6905 6906 6907 6908 6909 6910 6911 6912 6913
  c = a * b;
  d = (c + b) / b;
  if (d != a+1)
    return 0;
  return 1;
}
main() {
  exit(! does_int64_work());
}
EOF
6914
if { (eval echo configure:6915: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6915
then
6916
  pgac_cv_type_long_int_64=yes
6917 6918 6919 6920
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
6921
  pgac_cv_type_long_int_64=no
6922 6923 6924 6925
fi
rm -fr conftest*
fi

6926
fi
6927

6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 6938 6939 6940
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
6941
echo "configure:6942: checking whether long long int is 64 bits" >&5
6942 6943 6944 6945 6946 6947
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
6948 6949
else
  cat > conftest.$ac_ext <<EOF
6950
#line 6951 "configure"
6951 6952 6953
#include "confdefs.h"
typedef long long int int64;

6954 6955
/*
 * These are globals to discourage the compiler from folding all the
6956 6957
 * arithmetic tests down to compile-time constants.
 */
6958 6959 6960 6961 6962 6963 6964 6965
int64 a = 20000001;
int64 b = 40000005;

int does_int64_work()
{
  int64 c,d;

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

6968
  /* Do perfunctory checks to see if 64-bit arithmetic seems to work */
6969 6970 6971 6972 6973 6974 6975 6976 6977 6978
  c = a * b;
  d = (c + b) / b;
  if (d != a+1)
    return 0;
  return 1;
}
main() {
  exit(! does_int64_work());
}
EOF
6979
if { (eval echo configure:6980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6980
then
6981
  pgac_cv_type_long_long_int_64=yes
6982 6983 6984 6985
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
6986
  pgac_cv_type_long_long_int_64=no
6987 6988 6989 6990
fi
rm -fr conftest*
fi

6991 6992
fi

6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 7004 7005
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


7006

P
Peter Eisentraut 已提交
7007
if [ x"$HAVE_LONG_LONG_INT_64" = xyes ] ; then
7008
  if [ x$SNPRINTF = x ] ; then
M
 
Marc G. Fournier 已提交
7009
    echo $ac_n "checking whether snprintf handles 'long long int' as %lld""... $ac_c" 1>&6
7010
echo "configure:7011: checking whether snprintf handles 'long long int' as %lld" >&5
7011
    if test "$cross_compiling" = yes; then
7012 7013 7014 7015 7016
   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"'
  
7017 7018
else
  cat > conftest.$ac_ext <<EOF
7019
#line 7020 "configure"
7020 7021 7022 7023 7024 7025 7026 7027 7028 7029 7030 7031 7032 7033 7034 7035 7036 7037 7038 7039 7040 7041 7042 7043 7044 7045
#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
7046
if { (eval echo configure:7047: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7047
then
M
 
Marc G. Fournier 已提交
7048
   echo "$ac_t""yes" 1>&6
7049 7050
	  INT64_FORMAT='"%lld"'
	
7051 7052 7053 7054
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
M
 
Marc G. Fournier 已提交
7055 7056
   echo "$ac_t""no" 1>&6
    echo $ac_n "checking whether snprintf handles 'long long int' as %qd""... $ac_c" 1>&6
7057
echo "configure:7058: checking whether snprintf handles 'long long int' as %qd" >&5 
M
 
Marc G. Fournier 已提交
7058
    if test "$cross_compiling" = yes; then
7059 7060 7061 7062 7063
   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 已提交
7064 7065
else
  cat > conftest.$ac_ext <<EOF
7066
#line 7067 "configure"
M
 
Marc G. Fournier 已提交
7067 7068 7069 7070 7071 7072 7073 7074 7075 7076 7077 7078 7079 7080 7081 7082 7083 7084 7085 7086 7087 7088 7089 7090 7091 7092
#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
7093
if { (eval echo configure:7094: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
M
 
Marc G. Fournier 已提交
7094
then
7095 7096 7097
   echo "$ac_t""yes" 1>&6
    INT64_FORMAT='"%qd"'
  
M
 
Marc G. Fournier 已提交
7098 7099 7100 7101
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
7102 7103 7104 7105 7106
   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 已提交
7107 7108 7109 7110
fi
rm -fr conftest*
fi
 
7111 7112 7113 7114
fi
rm -fr conftest*
fi

7115 7116 7117 7118 7119 7120 7121
  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"'
7122 7123
fi

7124 7125 7126 7127 7128
cat >> confdefs.h <<EOF
#define INT64_FORMAT $INT64_FORMAT
EOF


7129

7130 7131 7132
for ac_func in strtoll strtoq
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7133
echo "configure:7134: checking for $ac_func" >&5
7134 7135 7136 7137
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
7138
#line 7139 "configure"
7139 7140 7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 7152 7153 7154 7155 7156 7157 7158 7159 7160
#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
7161
if { (eval echo configure:7162: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7162 7163 7164 7165 7166 7167 7168 7169 7170 7171 7172 7173 7174 7175 7176 7177 7178 7179 7180 7181 7182 7183 7184 7185 7186 7187
  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
7188
echo "configure:7189: checking for $ac_func" >&5
7189 7190 7191 7192
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
7193
#line 7194 "configure"
7194 7195 7196 7197 7198 7199 7200 7201 7202 7203 7204 7205 7206 7207 7208 7209 7210 7211 7212 7213 7214 7215
#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
7216
if { (eval echo configure:7217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7217 7218 7219 7220 7221 7222 7223 7224 7225 7226 7227 7228 7229 7230 7231 7232 7233 7234 7235 7236 7237 7238 7239 7240 7241
  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



7242

7243
echo $ac_n "checking alignment of short""... $ac_c" 1>&6
7244
echo "configure:7245: checking alignment of short" >&5
7245
if eval "test \"`echo '$''{'pgac_cv_alignof_short'+set}'`\" = set"; then
7246 7247 7248
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
7249
  pgac_cv_alignof_short='sizeof(short)'
7250 7251
else
  cat > conftest.$ac_ext <<EOF
7252
#line 7253 "configure"
7253 7254 7255 7256 7257 7258 7259 7260 7261 7262 7263
#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
7264
if { (eval echo configure:7265: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7265
then
7266
  pgac_cv_alignof_short=`cat conftestval`
7267 7268 7269 7270
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
7271
  pgac_cv_alignof_short='sizeof(short)'
7272 7273 7274 7275 7276
fi
rm -fr conftest*
fi

fi
7277
echo "$ac_t""$pgac_cv_alignof_short" 1>&6
7278
cat >> confdefs.h <<EOF
7279
#define ALIGNOF_SHORT $pgac_cv_alignof_short
7280 7281 7282 7283
EOF


echo $ac_n "checking alignment of int""... $ac_c" 1>&6
7284
echo "configure:7285: checking alignment of int" >&5
7285
if eval "test \"`echo '$''{'pgac_cv_alignof_int'+set}'`\" = set"; then
7286 7287 7288
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
7289
  pgac_cv_alignof_int='sizeof(int)'
7290 7291
else
  cat > conftest.$ac_ext <<EOF
7292
#line 7293 "configure"
7293 7294 7295 7296 7297 7298 7299 7300 7301 7302 7303
#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
7304
if { (eval echo configure:7305: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7305
then
7306
  pgac_cv_alignof_int=`cat conftestval`
7307 7308 7309 7310
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
7311
  pgac_cv_alignof_int='sizeof(int)'
7312 7313 7314 7315 7316
fi
rm -fr conftest*
fi

fi
7317
echo "$ac_t""$pgac_cv_alignof_int" 1>&6
7318
cat >> confdefs.h <<EOF
7319
#define ALIGNOF_INT $pgac_cv_alignof_int
7320 7321 7322 7323
EOF


echo $ac_n "checking alignment of long""... $ac_c" 1>&6
7324
echo "configure:7325: checking alignment of long" >&5
7325
if eval "test \"`echo '$''{'pgac_cv_alignof_long'+set}'`\" = set"; then
7326 7327 7328
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
7329
  pgac_cv_alignof_long='sizeof(long)'
7330 7331
else
  cat > conftest.$ac_ext <<EOF
7332
#line 7333 "configure"
7333 7334 7335 7336 7337 7338 7339 7340 7341 7342 7343
#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
7344
if { (eval echo configure:7345: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7345
then
7346
  pgac_cv_alignof_long=`cat conftestval`
7347 7348 7349 7350
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
7351
  pgac_cv_alignof_long='sizeof(long)'
7352 7353 7354 7355 7356
fi
rm -fr conftest*
fi

fi
7357
echo "$ac_t""$pgac_cv_alignof_long" 1>&6
7358
cat >> confdefs.h <<EOF
7359
#define ALIGNOF_LONG $pgac_cv_alignof_long
7360 7361 7362
EOF


P
Peter Eisentraut 已提交
7363
if [ x"$HAVE_LONG_LONG_INT_64" = xyes ] ; then
7364
  echo $ac_n "checking alignment of long long int""... $ac_c" 1>&6
7365
echo "configure:7366: checking alignment of long long int" >&5
7366
if eval "test \"`echo '$''{'pgac_cv_alignof_long_long_int'+set}'`\" = set"; then
7367 7368 7369
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
7370
  pgac_cv_alignof_long_long_int='sizeof(long long int)'
7371 7372
else
  cat > conftest.$ac_ext <<EOF
7373
#line 7374 "configure"
7374 7375 7376 7377 7378 7379 7380 7381 7382 7383 7384
#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
7385
if { (eval echo configure:7386: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7386
then
7387
  pgac_cv_alignof_long_long_int=`cat conftestval`
7388 7389 7390 7391
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
7392
  pgac_cv_alignof_long_long_int='sizeof(long long int)'
7393 7394 7395 7396 7397
fi
rm -fr conftest*
fi

fi
7398
echo "$ac_t""$pgac_cv_alignof_long_long_int" 1>&6
7399
cat >> confdefs.h <<EOF
7400
#define ALIGNOF_LONG_LONG_INT $pgac_cv_alignof_long_long_int
7401 7402 7403 7404 7405
EOF


fi
echo $ac_n "checking alignment of double""... $ac_c" 1>&6
7406
echo "configure:7407: checking alignment of double" >&5
7407
if eval "test \"`echo '$''{'pgac_cv_alignof_double'+set}'`\" = set"; then
7408 7409 7410
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
7411
  pgac_cv_alignof_double='sizeof(double)'
7412 7413
else
  cat > conftest.$ac_ext <<EOF
7414
#line 7415 "configure"
7415 7416 7417 7418 7419 7420 7421 7422 7423 7424 7425
#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
7426
if { (eval echo configure:7427: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7427
then
7428
  pgac_cv_alignof_double=`cat conftestval`
7429 7430 7431 7432
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
7433
  pgac_cv_alignof_double='sizeof(double)'
7434 7435 7436 7437 7438
fi
rm -fr conftest*
fi

fi
7439
echo "$ac_t""$pgac_cv_alignof_double" 1>&6
7440
cat >> confdefs.h <<EOF
7441
#define ALIGNOF_DOUBLE $pgac_cv_alignof_double
7442 7443 7444 7445 7446
EOF




7447 7448 7449 7450
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
7451
  fi
P
Peter Eisentraut 已提交
7452
  if test x"$HAVE_LONG_LONG_INT_64" = xyes && test $MAX_ALIGNOF -lt $pgac_cv_alignof_long_long_int ; then
7453
    MAX_ALIGNOF="$pgac_cv_alignof_long_long_int"
7454 7455
  fi
else
7456
    MAX_ALIGNOF="$pgac_cv_alignof_double"
7457 7458 7459 7460 7461 7462
fi
cat >> confdefs.h <<EOF
#define MAXIMUM_ALIGNOF $MAX_ALIGNOF
EOF


7463
echo $ac_n "checking for POSIX signal interface""... $ac_c" 1>&6
7464
echo "configure:7465: checking for POSIX signal interface" >&5
7465 7466 7467 7468
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
7469
#line 7470 "configure"
7470 7471
#include "confdefs.h"
#include <signal.h>
7472

7473 7474 7475 7476 7477 7478 7479
int main() {
struct sigaction act, oact;
sigemptyset(&act.sa_mask);
act.sa_flags = SA_RESTART;
sigaction(0, &act, &oact);
; return 0; }
EOF
7480
if { (eval echo configure:7481: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7481
  rm -rf conftest*
7482
  pgac_cv_func_posix_signals=yes
7483 7484 7485 7486
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
7487
  pgac_cv_func_posix_signals=no
7488 7489
fi
rm -f conftest*
7490 7491 7492 7493 7494 7495 7496 7497 7498 7499 7500
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

7501 7502


7503 7504 7505 7506 7507 7508
# 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 已提交
7509
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7510
echo "configure:7511: checking for $ac_word" >&5
B
Bruce Momjian 已提交
7511 7512 7513 7514 7515 7516 7517
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.
  ;;
7518 7519 7520
  ?:/*)			 
  ac_cv_path_TCLSH="$TCLSH" # Let the user override the test with a dos path.
  ;;
B
Bruce Momjian 已提交
7521
  *)
7522 7523 7524
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
B
Bruce Momjian 已提交
7525 7526 7527 7528 7529 7530 7531 7532 7533 7534 7535 7536 7537 7538 7539 7540
    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 已提交
7541

7542 7543
test -n "$TCLSH" && break
done
B
Bruce Momjian 已提交
7544

7545
echo $ac_n "checking for tclConfig.sh""... $ac_c" 1>&6
7546
echo "configure:7547: checking for tclConfig.sh" >&5
7547 7548 7549
# Let user override test
if test -z "$TCL_CONFIG_SH"; then
    pgac_test_dirs="$with_tclconfig"
B
Bruce Momjian 已提交
7550

7551 7552 7553 7554
    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 已提交
7555 7556
    fi

P
Peter Eisentraut 已提交
7557
    for pgac_dir do
7558 7559 7560 7561 7562
        if test -r "$pgac_dir/tclConfig.sh"; then
            TCL_CONFIG_SH=$pgac_dir/tclConfig.sh
            break
        fi
    done
B
Bruce Momjian 已提交
7563 7564
fi

7565 7566 7567 7568 7569 7570
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
7571

B
Bruce Momjian 已提交
7572 7573


7574
fi
7575

7576 7577 7578
# Check for Tk configuration script tkConfig.sh
if test "$with_tk" = yes; then
    echo $ac_n "checking for tkConfig.sh""... $ac_c" 1>&6
7579
echo "configure:7580: checking for tkConfig.sh" >&5
7580 7581 7582
# Let user override test
if test -z "$TK_CONFIG_SH"; then
    pgac_test_dirs="$with_tkconfig $with_tclconfig"
7583

7584 7585 7586 7587 7588
    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
7589

P
Peter Eisentraut 已提交
7590
    for pgac_dir do
7591 7592 7593 7594 7595
        if test -r "$pgac_dir/tkConfig.sh"; then
            TK_CONFIG_SH=$pgac_dir/tkConfig.sh
            break
        fi
    done
7596 7597
fi

7598 7599 7600
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; }
7601
else
7602
    echo "$ac_t""$TK_CONFIG_SH" 1>&6
7603 7604 7605 7606
fi



7607
fi
7608 7609


7610 7611 7612 7613 7614 7615 7616 7617
#
# 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
7618
echo "configure:7619: checking for $ac_word" >&5
7619 7620 7621 7622 7623 7624 7625 7626 7627 7628 7629 7630 7631 7632 7633 7634 7635 7636 7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 7649 7650 7651 7652 7653
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
7654
echo "configure:7655: checking for $ac_word" >&5
7655 7656 7657 7658 7659 7660 7661 7662 7663 7664 7665 7666 7667 7668 7669 7670 7671 7672 7673 7674 7675 7676 7677 7678 7679 7680 7681 7682 7683 7684
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
7685
echo "configure:7686: checking for DocBook V3.1" >&5
7686 7687 7688 7689 7690 7691 7692 7693 7694 7695 7696 7697 7698 7699 7700 7701 7702 7703 7704 7705 7706 7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717
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
7718
echo "configure:7719: checking for DocBook stylesheets" >&5
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 7745 7746 7747 7748 7749 7750 7751 7752 7753 7754 7755 7756
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
7757
echo "configure:7758: checking for $ac_word" >&5
7758 7759 7760 7761 7762 7763 7764 7765 7766 7767 7768 7769 7770 7771 7772 7773 7774 7775 7776 7777 7778 7779 7780 7781 7782 7783 7784 7785 7786 7787 7788
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


7789
# Finally ready to produce output files ...
7790

7791 7792 7793 7794 7795 7796 7797
if test x"$abs_top_srcdir" != x"$abs_top_builddir"; then
  echo $ac_n "preparing build tree... $ac_c" 1>&6
  /bin/sh "$srcdir/config/prep_buildtree" "$abs_top_srcdir" "$abs_top_builddir" \
    || { echo "configure: error: failed" 1>&2; exit 1; }
  echo "$ac_t""done" 1>&6
fi

7798 7799 7800 7801 7802 7803 7804 7805 7806 7807 7808 7809 7810 7811 7812 7813
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.
#
7814
EOF
7815 7816 7817 7818 7819 7820 7821 7822 7823 7824 7825 7826 7827 7828 7829 7830 7831 7832 7833 7834 7835
# 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
  :
7836
else
7837 7838 7839 7840 7841 7842
  if test -w $cache_file; then
    echo "updating cache $cache_file"
    cat confcache > $cache_file
  else
    echo "not updating unwritable cache $cache_file"
  fi
7843
fi
7844
rm -f confcache
7845

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

7848 7849 7850 7851 7852 7853 7854 7855 7856
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'
7857 7858
fi

7859
trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
7860

7861
DEFS=-DHAVE_CONFIG_H
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 7887

# 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)
7888
    echo "$CONFIG_STATUS generated by autoconf version 2.13"
7889 7890 7891 7892 7893 7894 7895 7896
    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
7897
ac_given_INSTALL="$INSTALL"
7898

7899 7900 7901 7902 7903
trap 'rm -fr `echo "
  GNUmakefile
  src/GNUmakefile
  src/Makefile.global
  src/backend/port/Makefile
7904
 src/include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
7905 7906 7907 7908 7909 7910 7911 7912
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
7913
s%@SHELL@%$SHELL%g
7914 7915 7916
s%@CFLAGS@%$CFLAGS%g
s%@CPPFLAGS@%$CPPFLAGS%g
s%@CXXFLAGS@%$CXXFLAGS%g
7917
s%@FFLAGS@%$FFLAGS%g
7918 7919 7920 7921 7922 7923 7924 7925 7926 7927 7928 7929 7930 7931 7932 7933
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 已提交
7934
s%@docdir@%$docdir%g
7935
s%@mandir@%$mandir%g
7936
s%@VERSION@%$VERSION%g
7937 7938
s%@abs_top_srcdir@%$abs_top_srcdir%g
s%@abs_top_builddir@%$abs_top_builddir%g
7939 7940 7941 7942 7943
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
7944
s%@PORTNAME@%$PORTNAME%g
7945
s%@TAS@%$TAS%g
7946
s%@MULTIBYTE@%$MULTIBYTE%g
7947
s%@enable_shared@%$enable_shared%g
7948
s%@enable_rpath@%$enable_rpath%g
7949
s%@CC@%$CC%g
7950
s%@EXEEXT@%$EXEEXT%g
7951
s%@CPP@%$CPP%g
7952
s%@GCC@%$GCC%g
P
Peter Eisentraut 已提交
7953
s%@autodepend@%$autodepend%g
7954
s%@INCLUDES@%$INCLUDES%g
7955 7956
s%@with_tcl@%$with_tcl%g
s%@with_tk@%$with_tk%g
7957 7958 7959 7960 7961 7962 7963 7964 7965
s%@with_perl@%$with_perl%g
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
s%@python_extmakefile@%$python_extmakefile%g
s%@with_python@%$with_python%g
7966 7967
s%@with_krb4@%$with_krb4%g
s%@with_krb5@%$with_krb5%g
7968 7969
s%@krb_srvtab@%$krb_srvtab%g
s%@with_openssl@%$with_openssl%g
7970 7971
s%@enable_odbc@%$enable_odbc%g
s%@odbcinst_ini_dir@%$odbcinst_ini_dir%g
M
 
Marc G. Fournier 已提交
7972
s%@ELF_SYS@%$ELF_SYS%g
7973
s%@CXX@%$CXX%g
7974
s%@CXXCPP@%$CXXCPP%g
7975
s%@GXX@%$GXX%g
7976
s%@with_CXX@%$with_CXX%g
7977
s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
7978
s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
7979
s%@INSTALL_DATA@%$INSTALL_DATA%g
7980
s%@INSTALL_SHLIB@%$INSTALL_SHLIB%g
7981
s%@AWK@%$AWK%g
7982 7983
s%@FLEX@%$FLEX%g
s%@FLEXFLAGS@%$FLEXFLAGS%g
7984
s%@LN_S@%$LN_S%g
7985 7986
s%@LD@%$LD%g
s%@with_gnu_ld@%$with_gnu_ld%g
7987
s%@ld_R_works@%$ld_R_works%g
7988
s%@RANLIB@%$RANLIB%g
7989
s%@LORDER@%$LORDER%g
7990
s%@TAR@%$TAR%g
7991
s%@PERL@%$PERL%g
7992
s%@YACC@%$YACC%g
7993
s%@YFLAGS@%$YFLAGS%g
7994
s%@WISH@%$WISH%g
M
 
Marc G. Fournier 已提交
7995
s%@SNPRINTF@%$SNPRINTF%g
7996
s%@ISINF@%$ISINF%g
7997 7998
s%@GETRUSAGE@%$GETRUSAGE%g
s%@SRANDOM@%$SRANDOM%g
7999
s%@GETHOSTNAME@%$GETHOSTNAME%g
8000
s%@MISSING_RANDOM@%$MISSING_RANDOM%g
8001
s%@INET_ATON@%$INET_ATON%g
B
Bruce Momjian 已提交
8002 8003
s%@STRERROR@%$STRERROR%g
s%@STRERROR2@%$STRERROR2%g
8004
s%@STRDUP@%$STRDUP%g
M
Marc G. Fournier 已提交
8005 8006
s%@STRTOL@%$STRTOL%g
s%@STRTOUL@%$STRTOUL%g
8007
s%@STRCASECMP@%$STRCASECMP%g
8008 8009
s%@HPUXMATHLIB@%$HPUXMATHLIB%g
s%@HAVE_POSIX_SIGNALS@%$HAVE_POSIX_SIGNALS%g
B
Bruce Momjian 已提交
8010 8011 8012
s%@TCLSH@%$TCLSH%g
s%@TCL_CONFIG_SH@%$TCL_CONFIG_SH%g
s%@TK_CONFIG_SH@%$TK_CONFIG_SH%g
8013 8014 8015 8016 8017
s%@NSGMLS@%$NSGMLS%g
s%@JADE@%$JADE%g
s%@have_docbook@%$have_docbook%g
s%@DOCBOOKSTYLE@%$DOCBOOKSTYLE%g
s%@SGMLSPL@%$SGMLSPL%g
8018 8019 8020

CEOF
EOF
8021 8022 8023 8024 8025 8026 8027 8028 8029 8030 8031 8032 8033 8034 8035 8036 8037 8038 8039 8040 8041 8042 8043 8044 8045 8046 8047 8048 8049 8050 8051 8052 8053 8054 8055 8056

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

8057 8058
cat >> $CONFIG_STATUS <<EOF

B
 
Bruce Momjian 已提交
8059
CONFIG_FILES=\${CONFIG_FILES-"GNUmakefile
8060 8061 8062
  src/GNUmakefile
  src/Makefile.global
  src/backend/port/Makefile
B
 
Bruce Momjian 已提交
8063
"}
8064 8065 8066
EOF
cat >> $CONFIG_STATUS <<\EOF
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
8067
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8068
  case "$ac_file" in
8069
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
8070 8071 8072 8073
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  *) ac_file_in="${ac_file}.in" ;;
  esac

8074
  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
8075 8076 8077 8078 8079 8080 8081 8082 8083 8084 8085 8086 8087 8088 8089 8090 8091 8092 8093 8094 8095 8096 8097

  # 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

8098 8099 8100 8101
  case "$ac_given_INSTALL" in
  [/$]*) INSTALL="$ac_given_INSTALL" ;;
  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  esac
8102

8103 8104 8105 8106 8107 8108 8109 8110
  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
8111 8112

  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
8113 8114 8115 8116
  sed -e "$ac_comsub
s%@configure_input@%$configure_input%g
s%@srcdir@%$srcdir%g
s%@top_srcdir@%$top_srcdir%g
8117
s%@INSTALL@%$INSTALL%g
8118
" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
8119
fi; done
8120
rm -f conftest.s*
8121 8122 8123 8124 8125 8126 8127 8128 8129 8130 8131 8132 8133 8134 8135 8136 8137 8138 8139 8140

# 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'

8141 8142 8143
if test "${CONFIG_HEADERS+set}" != set; then
EOF
cat >> $CONFIG_STATUS <<EOF
8144
  CONFIG_HEADERS="src/include/config.h"
8145 8146 8147
EOF
cat >> $CONFIG_STATUS <<\EOF
fi
8148
for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
8149
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8150
  case "$ac_file" in
8151
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
8152 8153 8154 8155 8156 8157 8158
       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
8159 8160
  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
8161 8162 8163 8164 8165 8166 8167 8168 8169 8170 8171 8172 8173 8174 8175 8176 8177 8178 8179 8180 8181 8182 8183 8184 8185 8186 8187 8188 8189 8190 8191 8192 8193 8194 8195 8196 8197 8198 8199 8200 8201 8202 8203 8204 8205 8206 8207 8208 8209 8210 8211 8212 8213 8214 8215 8216 8217 8218 8219 8220 8221 8222 8223 8224 8225 8226 8227 8228

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

8229 8230 8231
EOF

cat >> $CONFIG_STATUS <<EOF
8232
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}"
8233
ac_dests="src/backend/port/dynloader.c src/include/dynloader.h src/include/os.h src/Makefile.port src/backend/port/tas.s"
8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 8262 8263 8264 8265 8266 8267 8268 8269 8270 8271 8272 8273
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
8274 8275
EOF
cat >> $CONFIG_STATUS <<EOF
8276

8277 8278
EOF
cat >> $CONFIG_STATUS <<\EOF
8279
echo "timestamp file" > src/include/stamp-h
8280 8281 8282 8283 8284 8285

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 已提交
8286