configure 201.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"
27
ac_help="$ac_help
28
  --with-pgport=PORTNUM   change default port number [5432]"
29
ac_help="$ac_help
30
  --with-maxbackends=N    set default maximum number of connections [32]"
P
Peter Eisentraut 已提交
31 32
ac_help="$ac_help
  --enable-depend         turn on automatic dependency tracking"
33 34
ac_help="$ac_help
  --enable-debug          build with debugging symbols (-g)"
35
ac_help="$ac_help
36 37
  --enable-cassert        enable assertion checks (for debugging)"
ac_help="$ac_help
38 39 40
  --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 已提交
41 42
ac_help="$ac_help
  --with-tclconfig=DIR    tclConfig.sh and tkConfig.sh are in DIR"
B
Bruce Momjian 已提交
43 44
ac_help="$ac_help
  --with-tkconfig=DIR     tkConfig.sh is in DIR"
45
ac_help="$ac_help
46
  --with-perl             build Perl interface and PL/Perl"
47 48
ac_help="$ac_help
  --with-python           build Python interface module"
49
ac_help="$ac_help
50
  --with-krb4[=DIR]       build with Kerberos 4 support [/usr/athena]"
51
ac_help="$ac_help
52
  --with-krb5[=DIR]       build with Kerberos 5 support [/usr/athena]"
53
ac_help="$ac_help
54
  --with-krb-srvnam=NAME  name of the PostgreSQL service principal in Kerberos [postgres]"
55 56
ac_help="$ac_help
  --with-openssl[=DIR]    build with OpenSSL support [/usr/local/ssl]"
57
ac_help="$ac_help
58
  --enable-odbc           build the ODBC driver package"
B
Bruce Momjian 已提交
59
ac_help="$ac_help
60
  --with-odbcinst=DIR     default directory for odbcinst.ini [sysconfdir]"
B
Bruce Momjian 已提交
61
ac_help="$ac_help
62
  --with-CXX              build C++ modules (libpq++)"
63 64
ac_help="$ac_help
  --enable-syslog         enable logging to syslog"
65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96

# 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 已提交
97
docdir='${prefix}/doc'
98 99 100 101 102
mandir='${prefix}/man'

# Initialize some other variables.
subdirs=
MFLAGS= MAKEFLAGS=
103
SHELL=${CONFIG_SHELL-/bin/sh}
104 105
# Maximum number of lines to put in a shell here document.
ac_max_here_lines=12
106 107 108 109 110 111 112 113 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

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 已提交
214
  --docdir=DIR           doc documentation in DIR [PREFIX/doc]
215 216 217 218 219 220 221 222 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
  --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 已提交
252 253 254 255
  -docdir | --docdir | --infodi | --infod | --doc | --inf)
    ac_prev=docdir ;;
  -docdir=* | --docdir=* | --infodi=* | --infod=* | --doc=* | --inf=*)
    docdir="$ac_optarg" ;;
256 257 258 259 260 261 262 263 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

  -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)
387
    echo "configure generated by autoconf version 2.13"
388 389 390 391 392 393 394 395 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
    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.
489 490 491 492
# 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 已提交
493
if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
494 495 496
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
497 498 499 500 501 502 503 504

# 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.
505
ac_unique_file=src/backend/access/common/heaptuple.c
506 507 508 509 510 511 512 513 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

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

560 561
ac_exeext=
ac_objext=o
562 563 564 565 566 567 568 569 570 571 572 573 574
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


575 576


T
Tom Lane 已提交
577

578

P
Peter Eisentraut 已提交
579 580 581



582
ac_aux_dir=
583
for ac_dir in config $srcdir/config; do
584 585 586 587 588 589 590 591 592 593 594
  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
595
  { echo "configure: error: can not find install-sh or install.sh in config $srcdir/config" 1>&2; exit 1; }
596 597 598 599 600 601
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.


602 603 604 605 606 607 608
VERSION='7.1devel'

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


609

610
# Make sure we can run config.sub.
611
if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
612 613 614 615
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
616
echo "configure:617: checking host system type" >&5
617 618 619 620 621 622

host_alias=$host
case "$host_alias" in
NONE)
  case $nonopt in
  NONE)
623
    if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
624 625 626 627 628 629
    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
    fi ;;
  *) host_alias=$nonopt ;;
  esac ;;
esac

630
host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
631 632 633
host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
634 635
echo "$ac_t""$host" 1>&6

636

637 638 639



640 641
template=
echo $ac_n "checking which template to use""... $ac_c" 1>&6
642
echo "configure:643: checking which template to use" >&5
643

644 645
# Check whether --with-template was given
if test x"${with_template+set}" = xset; then
646
  case $with_template in
647 648 649 650 651 652 653 654 655 656
    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
657 658
    list)   echo; ls "$srcdir/src/template"; exit;;
    *)      if test -f "$srcdir/src/template/$with_template" ; then
659
              template=$withval
660
            else
661
              { echo "configure: error: \`$withval' is not a valid template name. Use \`list' for a list." 1>&2; exit 1; }
662 663 664
            fi;;
  esac

665 666 667 668 669
      ;;
  esac # $with_template
else
  
  # --with-template not given
670 671 672

case $host_os in
     aix*) template=aix ;;
B
Bruce Momjian 已提交
673
    beos*) template=beos ;;
674 675 676 677 678 679 680 681 682 683 684 685 686
    bsdi*) template=bsdi ;;
  cygwin*) template=win ;;
    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 ;;
687
 solaris*)
688 689 690
	case $host_cpu in
	  sparc) template=solaris_sparc ;;
	   i?86) template=solaris_i386 ;;
B
Bruce Momjian 已提交
691
	esac ;;
692
   sunos*) template=sunos4 ;;
B
Bruce Momjian 已提交
693
 sysv4.2*)
694 695 696 697 698 699
        case $host_vendor in
          univel) template=univel ;;
        esac ;;
   sysv4*) template=svr4 ;;
 sysv5uw*) template=unixware ;;
  ultrix*) template=ultrix4 ;;
B
Bruce Momjian 已提交
700
  beos*) template=beos ;;
701 702
esac

703 704 705 706
  if test x"$template" = x"" ; then
    { echo "configure: error: 
*******************************************************************
PostgreSQL has apparently not been ported to your platform yet.
P
Peter Eisentraut 已提交
707
To try a manual configuration, look into the src/template directory
708 709 710 711 712 713 714 715
for a similar platform and use the \`--with-template=' option.

Please also contact <pgsql-ports@postgresql.org> to see about
rectifying this.  Include the above \`checking host system type...'
line.
*******************************************************************
" 1>&2; exit 1; }
  fi
716

717 718

fi
719

720
echo "$ac_t""$template" 1>&6
721

722
PORTNAME=$template
M
 
Marc G. Fournier 已提交
723

724

725

B
Bruce Momjian 已提交
726

727

728

729 730 731 732 733 734 735 736 737 738 739 740 741 742 743

# Pick right test-and-set (TAS) code. Most platforms have inline
# assembler code in their port include file, so we just use a dummy
# file here.
tas_file=dummy.s
need_tas=no
case $template in
  hpux)           need_tas=yes; tas_file=hpux.s ;;
  solaris_sparc)  need_tas=yes; tas_file=solaris_sparc.s ;;
  solaris_i386)   need_tas=yes; tas_file=solaris_i386.s ;;
esac

if test "$need_tas" = yes ; then
  
  TAS=tas.o
744 745
fi

746 747


748 749 750 751

##
## Command line options
##
752

753

754 755 756
#
# Add non-standard directories to the include path
#
757 758 759 760 761 762 763 764 765 766
# 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
767
fi
768 769


770 771 772
#
# Add non-standard directories to the library search path
#
773 774 775 776 777 778 779 780 781 782 783 784 785 786
# 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
787 788
fi

789 790 791 792 793 794 795 796 797 798 799 800 801 802
# 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
803 804
fi

805 806 807 808 809

#
# Locale (--enable-locale)
#
echo $ac_n "checking whether to build with locale support""... $ac_c" 1>&6
B
Bruce Momjian 已提交
810
echo "configure:811: checking whether to build with locale support" >&5
811 812 813 814 815
# Check whether --enable-locale was given
if test x"${enable_locale+set}" = xset; then
  case $enable_locale in
    yes)
      cat >> confdefs.h <<\EOF
816
#define USE_LOCALE 1
817 818
EOF

819 820 821 822 823 824 825 826 827
      ;;
    no)
      :
      ;;
    *)
      enableval=$enable_locale
      { echo "configure: error: no argument expected for --enable-locale option" 1>&2; exit 1; }
      ;;
  esac # $enable_locale
828 829 830
else
  enable_locale=no

831
fi
832
echo "$ac_t""$enable_locale" 1>&6
833

834

835
#
836
# Character set recode (--enable-recode)
837
#
838
echo $ac_n "checking whether to build with recode support""... $ac_c" 1>&6
B
Bruce Momjian 已提交
839
echo "configure:840: checking whether to build with recode support" >&5
840 841 842 843 844
# Check whether --enable-recode was given
if test x"${enable_recode+set}" = xset; then
  case $enable_recode in
    yes)
      cat >> confdefs.h <<\EOF
845
#define CYR_RECODE 1
846 847
EOF

848 849 850 851 852 853 854 855 856
      ;;
    no)
      :
      ;;
    *)
      enableval=$enable_recode
      { echo "configure: error: no argument expected for --enable-recode option" 1>&2; exit 1; }
      ;;
  esac # $enable_recode
857 858
else
  enable_recode=no
859

860
fi
861
echo "$ac_t""$enable_recode" 1>&6
862

P
Peter Eisentraut 已提交
863

864 865 866 867 868
#
# Multibyte support
#
MULTIBYTE=
echo $ac_n "checking whether to build with multibyte character support""... $ac_c" 1>&6
B
Bruce Momjian 已提交
869
echo "configure:870: checking whether to build with multibyte character support" >&5
870 871 872 873 874 875 876 877 878 879 880 881 882 883

# 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

884 885
  case $enableval in
    SQL_ASCII|EUC_JP|EUC_CN|EUC_KR|EUC_TW|UNICODE|MULE_INTERNAL|LATIN1|LATIN2|LATIN3|LATIN4|LATIN5|KOI8|WIN|ALT)
886 887 888
      MULTIBYTE=$enableval;;
    *)
      { echo "configure: error: argument to --enable-multibyte must be one of:
P
Peter Eisentraut 已提交
889 890 891
  SQL_ASCII, EUC_JP, EUC_CN, EUC_KR, EUC_TW,
  UNICODE, MULE_INTERNAL,
  LATIN1, LATIN2, LATIN3, LATIN4, LATIN5,
892
  KOI8, WIN, ALT
893
Or do not specify an argument to the option to use the default." 1>&2; exit 1; };;
894
  esac
P
Peter Eisentraut 已提交
895

896 897
      ;;
  esac # $enable_multibyte
M
Marc G. Fournier 已提交
898
else
899
  enable_multibyte=no
M
Marc G. Fournier 已提交
900 901
fi

902 903
if test "$enable_multibyte" = yes; then
  
904
  cat >> confdefs.h <<\EOF
905
#define MULTIBYTE 1
906 907 908
EOF

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

910 911
else
  echo "$ac_t""no" 1>&6
912
fi
T
Tatsuo Ishii 已提交
913

P
Peter Eisentraut 已提交
914

915 916 917



918 919 920 921
#
# Default port number (--with-pgport), default 5432
#
echo $ac_n "checking for default port number""... $ac_c" 1>&6
B
Bruce Momjian 已提交
922
echo "configure:923: checking for default port number" >&5
923 924 925 926 927 928 929 930 931 932 933 934 935 936
# 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
937
else
938
  default_port=5432
939
fi
940
# Need both of these because backend wants an integer and frontend a string
941 942 943 944 945 946 947 948
cat >> confdefs.h <<EOF
#define DEF_PGPORT ${default_port}
EOF

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

949
echo "$ac_t""$default_port" 1>&6
950

951

952 953 954 955
#
# Maximum number of allowed connections (--with-maxbackends), default 32
#
echo $ac_n "checking for default soft limit on number of connections""... $ac_c" 1>&6
B
Bruce Momjian 已提交
956
echo "configure:957: checking for default soft limit on number of connections" >&5
957 958 959 960 961 962 963 964 965 966
# 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
967
else
968
  with_maxbackends=32
969
fi
970 971 972 973 974
echo "$ac_t""$with_maxbackends" 1>&6
cat >> confdefs.h <<EOF
#define DEF_MAXBACKENDS $with_maxbackends
EOF

975

976

977
#
978 979 980
# C compiler
#

981 982 983
# 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.
984 985
# Check whether --with-CC was given
if test x"${with_CC+set}" = xset; then
986
  case $with_CC in
987 988 989 990 991 992 993 994 995 996 997
    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
998 999
fi

1000 1001
# On AIX, default compiler to xlc.
if test "$template" = aix && test -z "$CC" ; then CC=xlc; fi
1002 1003

# Extract the first word of "gcc", so it can be a program name with args.
1004 1005
set dummy gcc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1006
echo "configure:1007: checking for $ac_word" >&5
1007 1008 1009 1010 1011 1012
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
1013 1014 1015
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_CC="gcc"
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
fi
CC="$ac_cv_prog_CC"
if test -n "$CC"; then
  echo "$ac_t""$CC" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

if test -z "$CC"; then
  # Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1036
echo "configure:1037: checking for $ac_word" >&5
1037 1038 1039 1040 1041 1042
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
1043
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
1044
  ac_prog_rejected=no
1045 1046
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080
    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

1081 1082 1083 1084 1085 1086
  if test -z "$CC"; then
    case "`uname -s`" in
    *win32* | *WIN32*)
      # Extract the first word of "cl", so it can be a program name with args.
set dummy cl; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1087
echo "configure:1088: checking for $ac_word" >&5
1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114
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
1115 1116 1117
  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
fi

1118
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1119
echo "configure:1120: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1120 1121 1122 1123 1124

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

1128 1129
cat > conftest.$ac_ext << EOF

B
Bruce Momjian 已提交
1130
#line 1131 "configure"
1131
#include "confdefs.h"
1132

1133 1134
main(){return(0);}
EOF
B
Bruce Momjian 已提交
1135
if { (eval echo configure:1136: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148
  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*
1149 1150 1151 1152 1153 1154
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
1155 1156 1157 1158 1159 1160

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

1165
echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1166
echo "configure:1167: checking whether we are using GNU C" >&5
1167 1168 1169 1170 1171 1172 1173 1174
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.c <<EOF
#ifdef __GNUC__
  yes;
#endif
EOF
B
Bruce Momjian 已提交
1175
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1176: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1176 1177 1178 1179 1180 1181 1182
  ac_cv_prog_gcc=yes
else
  ac_cv_prog_gcc=no
fi
fi

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

1184
if test $ac_cv_prog_gcc = yes; then
1185
  GCC=yes
1186 1187 1188 1189 1190 1191 1192 1193
else
  GCC=
fi

ac_test_CFLAGS="${CFLAGS+set}"
ac_save_CFLAGS="$CFLAGS"
CFLAGS=
echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1194
echo "configure:1195: checking whether ${CC-cc} accepts -g" >&5
1195
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1196 1197 1198 1199
  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
1200
  ac_cv_prog_cc_g=yes
1201
else
1202
  ac_cv_prog_cc_g=no
1203 1204 1205 1206 1207
fi
rm -f conftest*

fi

1208
echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1209 1210 1211 1212
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
1213 1214
    CFLAGS="-g -O2"
  else
1215
    CFLAGS="-g"
M
 
Marc G. Fournier 已提交
1216
  fi
1217
else
1218 1219 1220 1221 1222
  if test "$GCC" = yes; then
    CFLAGS="-O2"
  else
    CFLAGS=
  fi
1223 1224
fi

1225 1226 1227 1228 1229
# Read the template
. "$srcdir/src/template/$template" || exit
echo "using CFLAGS=$CFLAGS"
# Check if the compiler still works with the template settings
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1230
echo "configure:1231: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1231 1232 1233 1234 1235 1236 1237 1238 1239 1240

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

cat > conftest.$ac_ext << EOF

B
Bruce Momjian 已提交
1241
#line 1242 "configure"
1242 1243 1244 1245
#include "confdefs.h"

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

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

1276
echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1277
echo "configure:1278: checking for Cygwin environment" >&5
1278 1279 1280 1281
if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
1282
#line 1283 "configure"
1283 1284 1285 1286 1287 1288 1289 1290 1291 1292
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
EOF
B
Bruce Momjian 已提交
1293
if { (eval echo configure:1294: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309
  rm -rf conftest*
  ac_cv_cygwin=yes
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  ac_cv_cygwin=no
fi
rm -f conftest*
rm -f conftest*
fi

echo "$ac_t""$ac_cv_cygwin" 1>&6
CYGWIN=
test "$ac_cv_cygwin" = yes && CYGWIN=yes
echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1310
echo "configure:1311: checking for mingw32 environment" >&5
1311 1312 1313 1314
if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
1315
#line 1316 "configure"
1316 1317 1318 1319 1320 1321
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
EOF
B
Bruce Momjian 已提交
1322
if { (eval echo configure:1323: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340
  rm -rf conftest*
  ac_cv_mingw32=yes
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  ac_cv_mingw32=no
fi
rm -f conftest*
rm -f conftest*
fi

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


echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1341
echo "configure:1342: checking for executable suffix" >&5
1342 1343 1344 1345 1346 1347 1348 1349 1350
if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
  ac_cv_exeext=.exe
else
  rm -f conftest*
  echo 'int main () { return 0; }' > conftest.$ac_ext
  ac_cv_exeext=
B
Bruce Momjian 已提交
1351
  if { (eval echo configure:1352: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370
    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

1371
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1372
echo "configure:1373: checking how to run the C preprocessor" >&5
1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
  CPP=
fi
if test -z "$CPP"; then
if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
    # This must be in double quotes, not single quotes, because CPP may get
  # substituted into the Makefile and "${CC-cc}" will confuse make.
  CPP="${CC-cc} -E"
  # On the NeXT, cc -E runs the code through the compiler's parser,
  # not just through cpp.
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
1387
#line 1388 "configure"
1388 1389 1390 1391 1392
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
B
Bruce Momjian 已提交
1393
{ (eval echo configure:1394: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1394
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1395 1396 1397 1398 1399 1400 1401 1402 1403
if test -z "$ac_err"; then
  :
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  CPP="${CC-cc} -E -traditional-cpp"
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
1404
#line 1405 "configure"
M
 
Marc G. Fournier 已提交
1405 1406 1407 1408 1409
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
B
Bruce Momjian 已提交
1410
{ (eval echo configure:1411: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1411 1412 1413 1414 1415 1416 1417 1418 1419 1420
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
  :
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  CPP="${CC-cc} -nologo -E"
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
1421
#line 1422 "configure"
1422 1423 1424 1425 1426
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
B
Bruce Momjian 已提交
1427
{ (eval echo configure:1428: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1428
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439
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
1440 1441
rm -f conftest*
fi
1442 1443 1444 1445 1446 1447 1448 1449 1450 1451
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 已提交
1452
    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1453
echo "configure:1454: checking whether ${CC-cc} needs -traditional" >&5
T
Tom Lane 已提交
1454 1455 1456 1457 1458
if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
    ac_pattern="Autoconf.*'x'"
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
1459
#line 1460 "configure"
T
Tom Lane 已提交
1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476
#include "confdefs.h"
#include <sgtty.h>
Autoconf TIOCGETP
EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "$ac_pattern" >/dev/null 2>&1; then
  rm -rf conftest*
  ac_cv_prog_gcc_traditional=yes
else
  rm -rf conftest*
  ac_cv_prog_gcc_traditional=no
fi
rm -f conftest*


  if test $ac_cv_prog_gcc_traditional = no; then
    cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
1477
#line 1478 "configure"
T
Tom Lane 已提交
1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498
#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


1499

1500 1501 1502 1503 1504





1505
# Create compiler version string
1506 1507
if test x"$GCC" = x"yes" ; then
  cc_string="GCC `${CC} --version`"
1508
else
1509
  cc_string=$CC
1510
fi
1511 1512 1513 1514
cat >> confdefs.h <<EOF
#define PG_VERSION_STR "PostgreSQL $VERSION on $host, compiled by $cc_string"
EOF

1515 1516


P
Peter Eisentraut 已提交
1517 1518 1519
#
# Automatic dependency tracking
#
1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535
# 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 已提交
1536 1537 1538 1539 1540

fi



1541
#
1542
# --enable-debug adds -g to compiler flags
1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557
#
# Check whether --enable-debug was given
if test x"${enable_debug+set}" = xset; then
  case $enable_debug in
    yes)
      CFLAGS="$CFLAGS -g"
      ;;
    no)
      :
      ;;
    *)
      enableval=$enable_debug
      { echo "configure: error: no argument expected for --enable-debug option" 1>&2; exit 1; }
      ;;
  esac # $enable_debug
1558
else
1559 1560
  enable_debug=no

1561 1562 1563
fi


1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588
#
# 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

1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622

#
# Include directories
#
ac_save_IFS=$IFS
IFS=':'
# 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
IFS=':'
# LIBRARY_DIRS comes from command line, SRCH_LIB from template file.
for dir in $LIBRARY_DIRS $SRCH_LIB; do
  if test -d "$dir"; then
    PGSQL_LDFLAGS="$PGSQL_LDFLAGS -L$dir"
  else
    echo "configure: warning: *** Library directory $dir does not exist." 1>&2
  fi
done
IFS=$ac_save_IFS


1623 1624 1625 1626
#
# Tcl/Tk
#
echo $ac_n "checking whether to build with Tcl""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1627
echo "configure:1628: checking whether to build with Tcl" >&5
1628 1629 1630 1631
# Check whether --with-tcl was given
if test x"${with_tcl+set}" = xset; then
  case $with_tcl in
    yes)
1632
      :
1633 1634
      ;;
    no)
1635
      :
1636 1637 1638 1639 1640 1641
      ;;
    *)
      withval=$with_tcl
      { echo "configure: error: no argument expected for --with-tcl option" 1>&2; exit 1; }
      ;;
  esac # $with_tcl
1642
else
1643
  with_tcl=no
1644

1645
fi
1646 1647 1648 1649 1650
echo "$ac_t""$with_tcl" 1>&6


# If Tcl is enabled (above) then Tk is also, unless the user disables it using --without-tk
echo $ac_n "checking whether to build with Tk""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1651
echo "configure:1652: checking whether to build with Tk" >&5
1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668
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
1669

1670 1671 1672 1673 1674
fi
else
  with_tk=no
fi
echo "$ac_t""$with_tk" 1>&6
1675

1676 1677


1678 1679
# 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.
1680

1681 1682 1683 1684 1685 1686 1687 1688 1689 1690
# 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
1691 1692
fi

1693 1694
# 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.
1695

1696 1697 1698 1699 1700 1701 1702 1703 1704 1705
# 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
1706 1707 1708
fi


1709 1710 1711
#
# Optionally build Perl modules (Pg.pm and PL/Perl)
#
1712
echo $ac_n "checking whether to build Perl modules""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1713
echo "configure:1714: checking whether to build Perl modules" >&5
1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727
# 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
1728
else
1729
  with_perl=no
1730

1731 1732
fi
echo "$ac_t""$with_perl" 1>&6
1733 1734 1735



1736 1737 1738
#
# Optionally build Python interface module
#
1739
echo $ac_n "checking whether to build Python modules""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1740
echo "configure:1741: checking whether to build Python modules" >&5
1741 1742 1743 1744 1745 1746
# 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.
1747 1748
set dummy python; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
B
Bruce Momjian 已提交
1749
echo "configure:1750: checking for $ac_word" >&5
1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773
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
1774

1775

1776 1777 1778 1779 1780 1781 1782 1783 1784
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
B
Bruce Momjian 已提交
1785
echo "configure:1786: checking for Python extension makefile" >&5
1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802
  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
1803 1804 1805 1806 1807 1808 1809 1810 1811
      ;;
    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
1812
else
1813 1814
  with_python=no
echo "$ac_t""no" 1>&6
1815 1816 1817
fi


1818

1819

1820 1821 1822
#
# Kerberos 4
#
1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837
# 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
1838
else
1839
  with_krb4=no
1840 1841
fi

1842 1843
if test "$with_krb4" = yes; then
  
1844
  echo "$ac_t""building with Kerberos 4 support" 1>&6
1845
  cat >> confdefs.h <<\EOF
1846
#define KRB4 1
1847 1848 1849
EOF


1850 1851 1852 1853 1854 1855 1856 1857 1858
  if test -d "$krb4_prefix"; then
    if test -d "$krb4_prefix/include"; then
      INCLUDES="$INCLUDES -I$krb4_prefix/include"
    fi
    if test -d "$krb4_prefix/lib"; then
      krb_libdir="-L$krb4_prefix/lib"
      LIBS="$krb_libdir $LIBS"
    fi
  fi
1859 1860 1861 1862
  # Test for these libraries is below
  KRB_LIBS="$krb_libdir -lkrb -ldes"

  krb_srvtab="/etc/srvtab"
1863

1864
fi
1865 1866


1867 1868 1869



1870 1871 1872
#
# Kerberos 5
#
1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887
# 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
1888
else
1889
  with_krb5=no
1890 1891
fi

1892 1893
if test "$with_krb5" = yes; then
  
1894 1895
  echo "$ac_t""building with Kerberos 5 support" 1>&6
  cat >> confdefs.h <<\EOF
1896
#define KRB5 1
1897 1898 1899
EOF


1900
  if test -d "$krb5_prefix"; then
1901 1902 1903 1904 1905 1906 1907 1908
    if test -d "$krb5_prefix/include"; then
      INCLUDES="$INCLUDES -I$krb5_prefix/include"
    fi
    if test -d "$krb5_prefix/lib"; then
      krb_libdir="-L$krb5_prefix/lib"
      LIBS="$krb_libdir $LIBS"
    fi
  fi
1909

1910 1911 1912 1913
  # Test for these libraries is below
  KRB_LIBS="$krb_libdir -lkrb5 -lcrypto -lcom_err"

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

1915 1916 1917
fi


1918 1919 1920



1921 1922 1923
# 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; }
1924 1925 1926 1927 1928
fi




1929

1930 1931 1932
#
# Kerberos configuration parameters
#
1933 1934 1935 1936 1937 1938 1939 1940 1941 1942
# 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
1943
else
1944
  with_krb_srvnam="postgres"
1945 1946
fi
cat >> confdefs.h <<EOF
1947
#define PG_KRB_SRVNAM "$with_krb_srvnam"
1948 1949 1950
EOF


1951 1952 1953 1954 1955


#
# OpenSSL
#
1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970
# 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
1971 1972 1973 1974
else
  with_openssl=no
fi

1975 1976
if test "$with_openssl" = yes; then
  
1977 1978
  echo "$ac_t""building with OpenSSL support" 1>&6
  cat >> confdefs.h <<\EOF
1979
#define USE_SSL 1
1980 1981 1982
EOF


1983 1984 1985 1986 1987 1988
  if test -d "${openssl_prefix}/include" ; then
    INCLUDES="$INCLUDES -I${openssl_prefix}/include"
  fi
  if test -d "${openssl_prefix}/lib" ; then
    openssl_libdir="${openssl_prefix}/lib"
    LIBS="$LIBS -L${openssl_prefix}/lib"
B
Bruce Momjian 已提交
1989 1990 1991
  else
    openssl_libdir="${openssl_prefix}"
    LIBS="$LIBS -L${openssl_prefix}"
1992
  fi
1993

1994 1995 1996
fi


1997 1998 1999



2000 2001 2002 2003 2004
# OpenSSL and Kerberos 5 both have a `crypto' library, so if you want to
# use both of them you'll have to figure it out yourself.
if test "$with_openssl" = yes && test "$with_krb5" = yes ; then
  { echo "configure: error: OpenSSL and Kerberos 5 support cannot be combined" 1>&2; exit 1; }
fi
2005 2006


2007 2008 2009
#
# Optionally enable the building of the ODBC driver
#
2010
 
2011 2012
# Old option name
if test "${with_odbc+set}" = set && test "${enable_odbc+set}" != set; then
2013
  enable_odbc=$with_odbc
2014
fi
2015 2016
 
echo $ac_n "checking whether to build the ODBC driver""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2017
echo "configure:2018: checking whether to build the ODBC driver" >&5
2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031
# 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
2032
else
2033
  enable_odbc=no
2034

B
Bruce Momjian 已提交
2035
fi
2036
echo "$ac_t""$enable_odbc" 1>&6
B
Bruce Momjian 已提交
2037

2038

B
Bruce Momjian 已提交
2039

2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055
# 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
2056
else
2057
  odbcinst_ini_dir="\${sysconfdir}"
2058 2059 2060
fi


B
Bruce Momjian 已提交
2061

2062

2063
# Assume system is ELF if it predefines __ELF__ as 1,
2064 2065 2066 2067 2068
# otherwise believe host_os based default.
case $host_os in
  freebsd1*|freebsd2*) elf=yes;;
esac

2069
cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
2070
#line 2071 "configure"
2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082
#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*
2083 2084
  if test "X$elf" = "Xyes" ; then
  ELF_SYS=true
2085
else
2086
  ELF_SYS=
2087 2088 2089 2090 2091
fi
fi
rm -f conftest*


M
Marc G. Fournier 已提交
2092 2093 2094



2095 2096 2097
#
# Optionally build C++ code (i.e., libpq++)
#
2098
echo $ac_n "checking whether to build C++ modules""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2099
echo "configure:2100: checking whether to build C++ modules" >&5
2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114
# 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
2115 2116 2117 2118
else
  with_CXX=no
fi

2119 2120 2121
if test "$with_CXX" = yes; then
  
  echo "$ac_t""yes" 1>&6
2122
  for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
B
Bruce Momjian 已提交
2123 2124 2125 2126
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2127
echo "configure:2128: checking for $ac_word" >&5
B
Bruce Momjian 已提交
2128 2129 2130 2131 2132 2133
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
2134 2135 2136
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
B
Bruce Momjian 已提交
2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_CXX="$ac_prog"
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
fi
CXX="$ac_cv_prog_CXX"
if test -n "$CXX"; then
  echo "$ac_t""$CXX" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

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


echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2159
echo "configure:2160: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
B
Bruce Momjian 已提交
2160 2161 2162 2163 2164

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

2168 2169
cat > conftest.$ac_ext << EOF

B
Bruce Momjian 已提交
2170
#line 2171 "configure"
B
Bruce Momjian 已提交
2171
#include "confdefs.h"
2172 2173

int main(){return(0);}
B
Bruce Momjian 已提交
2174
EOF
B
Bruce Momjian 已提交
2175
if { (eval echo configure:2176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
B
Bruce Momjian 已提交
2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192
  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'
2193
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
B
Bruce Momjian 已提交
2194 2195 2196 2197 2198 2199 2200
cross_compiling=$ac_cv_prog_cc_cross

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

echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2206
echo "configure:2207: checking whether we are using GNU C++" >&5
B
Bruce Momjian 已提交
2207 2208 2209 2210 2211 2212 2213 2214
if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.C <<EOF
#ifdef __GNUC__
  yes;
#endif
EOF
B
Bruce Momjian 已提交
2215
if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:2216: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
B
Bruce Momjian 已提交
2216 2217 2218 2219 2220 2221 2222 2223 2224 2225
  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
2226 2227 2228 2229 2230 2231 2232 2233
else
  GXX=
fi

ac_test_CXXFLAGS="${CXXFLAGS+set}"
ac_save_CXXFLAGS="$CXXFLAGS"
CXXFLAGS=
echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2234
echo "configure:2235: checking whether ${CXX-g++} accepts -g" >&5
B
Bruce Momjian 已提交
2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248
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
2249 2250 2251 2252
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 已提交
2253 2254
    CXXFLAGS="-g -O2"
  else
2255
    CXXFLAGS="-g"
M
 
Marc G. Fournier 已提交
2256
  fi
2257
else
2258 2259 2260 2261 2262
  if test "$GXX" = yes; then
    CXXFLAGS="-O2"
  else
    CXXFLAGS=
  fi
B
Bruce Momjian 已提交
2263 2264
fi

2265
  echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2266
echo "configure:2267: checking how to run the C++ preprocessor" >&5
2267 2268 2269 2270 2271
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 已提交
2272 2273 2274 2275 2276
# 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
2277 2278
  CXXCPP="${CXX-g++} -E"
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
2279
#line 2280 "configure"
T
Tom Lane 已提交
2280 2281
#include "confdefs.h"
#include <stdlib.h>
2282 2283
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
B
Bruce Momjian 已提交
2284
{ (eval echo configure:2285: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306
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 已提交
2307

2308 2309 2310 2311 2312 2313 2314
  
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 已提交
2315

2316 2317
ac_safe=`echo "string" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for string""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2318
echo "configure:2319: checking for string" >&5
2319 2320 2321 2322
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
2323
#line 2324 "configure"
2324 2325
#include "confdefs.h"
#include <string>
T
Tom Lane 已提交
2326
EOF
2327
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
B
Bruce Momjian 已提交
2328
{ (eval echo configure:2329: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2329 2330
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
T
Tom Lane 已提交
2331
  rm -rf conftest*
2332
  eval "ac_cv_header_$ac_safe=yes"
T
Tom Lane 已提交
2333
else
2334
  echo "$ac_err" >&5
T
Tom Lane 已提交
2335 2336 2337
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348
  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 已提交
2349
  echo "$ac_t""no" 1>&6
2350
fi
2351

2352 2353 2354

if test x"$ac_cv_header_string" != xyes ; then
  echo $ac_n "checking for class string in <string.h>""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2355
echo "configure:2356: checking for class string in <string.h>" >&5
2356 2357 2358 2359
if eval "test \"`echo '$''{'pgac_cv_class_string_in_string_h'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
2360
#line 2361 "configure"
2361 2362 2363 2364 2365 2366 2367 2368 2369
#include "confdefs.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

int main() {
string foo = "test"
; return 0; }
EOF
B
Bruce Momjian 已提交
2370
if { (eval echo configure:2371: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2371
  rm -rf conftest*
2372
  pgac_cv_class_string_in_string_h=yes
2373 2374 2375 2376
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
2377
  pgac_cv_class_string_in_string_h=no
2378 2379
fi
rm -f conftest*
T
Tom Lane 已提交
2380
fi
2381 2382 2383 2384 2385 2386

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
2387
fi
2388 2389 2390 2391 2392 2393
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
2394

2395 2396
  
echo $ac_n "checking for namespace std in C++""... $ac_c" 1>&6
B
Bruce Momjian 已提交
2397
echo "configure:2398: checking for namespace std in C++" >&5
2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410
if eval "test \"`echo '$''{'pgac_cv_cxx_namespace_std'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  

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

cat > conftest.$ac_ext <<EOF
B
Bruce Momjian 已提交
2411
#line 2412 "configure"
2412 2413 2414 2415 2416 2417 2418 2419 2420
#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 已提交
2421

2422 2423
; return 0; }
EOF
B
Bruce Momjian 已提交
2424
if { (eval echo configure:2425: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2425
  rm -rf conftest*
2426
  pgac_cv_cxx_namespace_std=yes
2427 2428 2429 2430
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
2431
  pgac_cv_cxx_namespace_std=no
2432 2433
fi
rm -f conftest*
2434 2435 2436 2437 2438 2439 2440
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

2441 2442 2443 2444 2445 2446 2447 2448 2449 2450
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
2451 2452 2453

else
  echo "$ac_t""no" 1>&6
2454 2455 2456
fi


2457 2458


2459 2460 2461 2462 2463 2464 2465
CPPFLAGS="$CPPFLAGS $INCLUDES"
LDFLAGS="$LDFLAGS $PGSQL_LDFLAGS"

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


2466
# Figure out how to invoke "install" and what install options to use.
2467 2468 2469 2470 2471 2472 2473 2474

# 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
2475
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2476 2477 2478 2479
# 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
B
Bruce Momjian 已提交
2480
echo "configure:2481: checking for a BSD compatible install" >&5
2481 2482
if test -z "$INSTALL"; then
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
2483 2484
  echo $ac_n "(cached) $ac_c" 1>&6
else
2485
    IFS="${IFS= 	}"; ac_save_IFS="$IFS"; IFS=":"
2486 2487 2488 2489 2490 2491
  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.
2492 2493 2494
      # Don't use installbsd from OSF since it installs stuff as root
      # by default.
      for ac_prog in ginstall scoinst install; do
2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507
        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
2508
  done
2509 2510
  IFS="$ac_save_IFS"

2511
fi
2512 2513 2514 2515 2516 2517 2518 2519 2520
  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
2521
fi
2522
echo "$ac_t""$INSTALL" 1>&6
2523

2524 2525 2526 2527
# 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}'

2528 2529
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'

2530
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2531

2532 2533 2534 2535 2536 2537
# 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
2538

2539 2540
# Fix Autoconf's brain-dead defaults for script installs.
INSTALL_SCRIPT="\${INSTALL} -m 755"
2541

2542 2543 2544 2545 2546
# 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" ;;
    *)          INSTL_SHLIB_OPTS="-m 644" ;;
2547
esac
2548

2549
INSTALL_SHLIB="\${INSTALL} $INSTL_SHLIB_OPTS"
2550 2551 2552



2553
for ac_prog in gawk mawk nawk awk
2554 2555 2556 2557
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
2558
echo "configure:2559: checking for $ac_word" >&5
2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586
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

2587
echo $ac_n "checking for flex""... $ac_c" 1>&6
2588
echo "configure:2589: checking for flex" >&5
2589
if eval "test \"`echo '$''{'pgac_cv_path_flex'+set}'`\" = set"; then
2590 2591
  echo $ac_n "(cached) $ac_c" 1>&6
else
2592 2593 2594
  # Let the user override the test
if test -n "$FLEX"; then
  pgac_cv_path_flex=$FLEX
2595
else
2596 2597 2598 2599 2600
  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`
2601
    fi
2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618
    for pgac_prog in flex lex; do
      pgac_candidate="$pgac_dir/$pgac_prog"
      if test -f "$pgac_candidate" \
        && $pgac_candidate --version >/dev/null 2>&1
      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
2619
  done
2620 2621 2622
  IFS=$pgac_save_IFS
  rm -f conftest.l
  : ${pgac_cv_path_flex=no}
2623
fi
2624

2625 2626
fi

2627 2628 2629 2630 2631 2632 2633 2634 2635
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
2636

2637 2638 2639 2640 2641 2642 2643
  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
2644 2645
fi

2646 2647
if test x"$pgac_cv_path_flex" = x"no"; then
  FLEX=
2648
else
2649
  FLEX=$pgac_cv_path_flex
2650 2651 2652
fi


2653 2654


2655
echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
2656
echo "configure:2657: checking whether ln -s works" >&5
2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678
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

# 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
2679
echo "configure:2680: checking for $ac_word" >&5
2680 2681 2682 2683 2684 2685
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
2686 2687 2688
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708
    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

# 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
2709 2710
echo "configure:2710: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_TAR'+set}'`\" = set"; then
2711 2712
  echo $ac_n "(cached) $ac_c" 1>&6
else
2713
  case "$TAR" in
2714
  /*)
2715
  ac_cv_path_TAR="$TAR" # Let the user override the test with a path.
2716
  ;;
2717
  ?:/*)			 
2718
  ac_cv_path_TAR="$TAR" # Let the user override the test with a dos path.
2719
  ;;
2720
  *)
2721 2722 2723
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
2724 2725
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
2726
      ac_cv_path_TAR="$ac_dir/$ac_word"
2727 2728 2729 2730 2731 2732 2733
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
2734 2735 2736
TAR="$ac_cv_path_TAR"
if test -n "$TAR"; then
  echo "$ac_t""$TAR" 1>&6
2737 2738 2739 2740
else
  echo "$ac_t""no" 1>&6
fi

2741 2742 2743 2744 2745
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
2746
echo "configure:2747: checking for $ac_word" >&5
2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774
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

2775 2776 2777 2778
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
2779
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2780
echo "configure:2781: checking for $ac_word" >&5
2781
if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
2782 2783
  echo $ac_n "(cached) $ac_c" 1>&6
else
2784 2785
  if test -n "$YACC"; then
  ac_cv_prog_YACC="$YACC" # Let the user override the test.
2786
else
2787 2788
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
2789
  for ac_dir in $ac_dummy; do
2790 2791
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
2792
      ac_cv_prog_YACC="$ac_prog"
2793 2794 2795 2796 2797
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
2798 2799 2800 2801
fi
YACC="$ac_cv_prog_YACC"
if test -n "$YACC"; then
  echo "$ac_t""$YACC" 1>&6
2802 2803 2804 2805
else
  echo "$ac_t""no" 1>&6
fi

2806 2807 2808 2809
test -n "$YACC" && break
done
test -n "$YACC" || YACC="yacc"

2810

2811 2812 2813 2814
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
2815
echo "configure:2816: checking for $ac_word" >&5
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 2847 2848
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

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

2850

2851 2852 2853 2854
##
## Libraries
##

M
Marc G. Fournier 已提交
2855
echo $ac_n "checking for main in -lsfio""... $ac_c" 1>&6
2856
echo "configure:2857: checking for main in -lsfio" >&5
M
Marc G. Fournier 已提交
2857 2858 2859 2860 2861 2862 2863
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
2864
#line 2865 "configure"
M
Marc G. Fournier 已提交
2865 2866 2867 2868 2869 2870
#include "confdefs.h"

int main() {
main()
; return 0; }
EOF
2871
if { (eval echo configure:2872: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
M
Marc G. Fournier 已提交
2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897
  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

2898
echo $ac_n "checking for main in -lncurses""... $ac_c" 1>&6
2899
echo "configure:2900: checking for main in -lncurses" >&5
2900 2901 2902 2903 2904 2905 2906
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
2907
#line 2908 "configure"
2908 2909 2910 2911 2912 2913
#include "confdefs.h"

int main() {
main()
; return 0; }
EOF
2914
if { (eval echo configure:2915: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939
  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
2940
echo "configure:2941: checking for main in -lcurses" >&5
2941
ac_lib_var=`echo curses'_'main | sed 'y%./+-%__p_%'`
2942 2943 2944 2945
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"
2946
LIBS="-lcurses  $LIBS"
2947
cat > conftest.$ac_ext <<EOF
2948
#line 2949 "configure"
2949 2950
#include "confdefs.h"

2951
int main() {
2952 2953 2954
main()
; return 0; }
EOF
2955
if { (eval echo configure:2956: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2956 2957 2958
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
2959 2960
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
2961 2962 2963 2964 2965 2966 2967 2968 2969
  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
2970 2971 2972 2973 2974 2975 2976 2977
    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"

2978 2979 2980 2981
else
  echo "$ac_t""no" 1>&6
fi

2982 2983
fi

2984
echo $ac_n "checking for main in -ltermcap""... $ac_c" 1>&6
2985
echo "configure:2986: checking for main in -ltermcap" >&5
2986
ac_lib_var=`echo termcap'_'main | sed 'y%./+-%__p_%'`
2987 2988 2989 2990
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 已提交
2991
LIBS="-ltermcap  $LIBS"
2992
cat > conftest.$ac_ext <<EOF
2993
#line 2994 "configure"
2994 2995
#include "confdefs.h"

2996
int main() {
M
Marc G. Fournier 已提交
2997
main()
2998 2999
; return 0; }
EOF
3000
if { (eval echo configure:3001: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3001 3002 3003
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3004 3005
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3006 3007 3008 3009 3010 3011 3012 3013 3014
  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
3015 3016
    ac_tr_lib=HAVE_LIB`echo termcap | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
M
Marc G. Fournier 已提交
3017 3018
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
3019 3020
EOF

M
Marc G. Fournier 已提交
3021 3022
  LIBS="-ltermcap $LIBS"

3023 3024 3025 3026
else
  echo "$ac_t""no" 1>&6
fi

P
Peter Eisentraut 已提交
3027
echo $ac_n "checking for readline in -lreadline""... $ac_c" 1>&6
3028
echo "configure:3029: checking for readline in -lreadline" >&5
P
Peter Eisentraut 已提交
3029
ac_lib_var=`echo readline'_'readline | sed 'y%./+-%__p_%'`
3030 3031 3032 3033
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 已提交
3034
LIBS="-lreadline  $LIBS"
3035
cat > conftest.$ac_ext <<EOF
3036
#line 3037 "configure"
3037
#include "confdefs.h"
P
Peter Eisentraut 已提交
3038 3039 3040 3041
/* 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();
3042

3043
int main() {
P
Peter Eisentraut 已提交
3044
readline()
3045 3046
; return 0; }
EOF
3047
if { (eval echo configure:3048: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3048 3049 3050
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3051 3052
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3053 3054 3055 3056 3057 3058 3059 3060 3061
  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 已提交
3062
    ac_tr_lib=HAVE_LIB`echo readline | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3063
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3064 3065 3066 3067
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

B
Bruce Momjian 已提交
3068
  LIBS="-lreadline $LIBS"
3069 3070 3071 3072 3073

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

P
Peter Eisentraut 已提交
3074 3075

echo $ac_n "checking for library containing using_history""... $ac_c" 1>&6
3076
echo "configure:3077: checking for library containing using_history" >&5
P
Peter Eisentraut 已提交
3077
if eval "test \"`echo '$''{'ac_cv_search_using_history'+set}'`\" = set"; then
3078 3079
  echo $ac_n "(cached) $ac_c" 1>&6
else
P
Peter Eisentraut 已提交
3080 3081
  ac_func_search_save_LIBS="$LIBS"
ac_cv_search_using_history="no"
3082
cat > conftest.$ac_ext <<EOF
3083
#line 3084 "configure"
3084
#include "confdefs.h"
B
Bruce Momjian 已提交
3085 3086 3087 3088
/* 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();
3089

3090
int main() {
B
Bruce Momjian 已提交
3091
using_history()
3092 3093
; return 0; }
EOF
3094
if { (eval echo configure:3095: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3095
  rm -rf conftest*
P
Peter Eisentraut 已提交
3096
  ac_cv_search_using_history="none required"
3097
else
3098 3099
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3100 3101
fi
rm -f conftest*
P
Peter Eisentraut 已提交
3102 3103
test "$ac_cv_search_using_history" = "no" && for i in history; do
LIBS="-l$i  $ac_func_search_save_LIBS"
3104
cat > conftest.$ac_ext <<EOF
3105
#line 3106 "configure"
3106
#include "confdefs.h"
P
Peter Eisentraut 已提交
3107 3108 3109 3110
/* 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();
3111

3112
int main() {
P
Peter Eisentraut 已提交
3113
using_history()
3114 3115
; return 0; }
EOF
3116
if { (eval echo configure:3117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3117
  rm -rf conftest*
P
Peter Eisentraut 已提交
3118 3119
  ac_cv_search_using_history="-l$i"
break
3120
else
3121 3122
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3123 3124
fi
rm -f conftest*
P
Peter Eisentraut 已提交
3125 3126
done
LIBS="$ac_func_search_save_LIBS"
3127 3128
fi

P
Peter Eisentraut 已提交
3129 3130 3131 3132 3133 3134
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 已提交
3135

P
Peter Eisentraut 已提交
3136 3137
else :
  
B
Bruce Momjian 已提交
3138 3139
fi

B
Bruce Momjian 已提交
3140
if test "$PORTNAME" != "aix" -a "$PORTNAME" != "alpha"
3141 3142
then
	echo $ac_n "checking for main in -lbsd""... $ac_c" 1>&6
3143
echo "configure:3144: checking for main in -lbsd" >&5
3144
ac_lib_var=`echo bsd'_'main | sed 'y%./+-%__p_%'`
3145 3146 3147 3148
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"
3149
LIBS="-lbsd  $LIBS"
3150
cat > conftest.$ac_ext <<EOF
3151
#line 3152 "configure"
3152 3153
#include "confdefs.h"

3154
int main() {
3155 3156 3157
main()
; return 0; }
EOF
3158
if { (eval echo configure:3159: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3159 3160 3161
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3162 3163
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3164 3165 3166 3167 3168 3169 3170 3171 3172
  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
3173
    ac_tr_lib=HAVE_LIB`echo bsd | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3174
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3175 3176 3177 3178
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3179
  LIBS="-lbsd $LIBS"
3180 3181 3182 3183 3184

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

3185
fi
3186
echo $ac_n "checking for setproctitle in -lutil""... $ac_c" 1>&6
3187
echo "configure:3188: checking for setproctitle in -lutil" >&5
3188
ac_lib_var=`echo util'_'setproctitle | sed 'y%./+-%__p_%'`
M
 
Marc G. Fournier 已提交
3189 3190 3191 3192 3193 3194
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
3195
#line 3196 "configure"
M
 
Marc G. Fournier 已提交
3196
#include "confdefs.h"
3197 3198 3199 3200
/* 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 已提交
3201 3202

int main() {
3203
setproctitle()
M
 
Marc G. Fournier 已提交
3204 3205
; return 0; }
EOF
3206
if { (eval echo configure:3207: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
M
 
Marc G. Fournier 已提交
3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232
  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

3233
echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
3234
echo "configure:3235: checking for main in -lm" >&5
3235
ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
3236 3237 3238 3239
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"
3240
LIBS="-lm  $LIBS"
3241
cat > conftest.$ac_ext <<EOF
3242
#line 3243 "configure"
3243 3244
#include "confdefs.h"

3245
int main() {
3246 3247 3248
main()
; return 0; }
EOF
3249
if { (eval echo configure:3250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3250 3251 3252
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3253 3254
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3255 3256 3257 3258 3259 3260 3261 3262 3263
  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
3264
    ac_tr_lib=HAVE_LIB`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3265
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3266 3267 3268 3269
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3270
  LIBS="-lm $LIBS"
3271 3272 3273 3274 3275

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

3276
echo $ac_n "checking for main in -ldl""... $ac_c" 1>&6
3277
echo "configure:3278: checking for main in -ldl" >&5
3278
ac_lib_var=`echo dl'_'main | sed 'y%./+-%__p_%'`
3279 3280 3281 3282
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"
3283
LIBS="-ldl  $LIBS"
3284
cat > conftest.$ac_ext <<EOF
3285
#line 3286 "configure"
3286 3287
#include "confdefs.h"

3288
int main() {
3289 3290 3291
main()
; return 0; }
EOF
3292
if { (eval echo configure:3293: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3293 3294 3295
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3296 3297
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3298 3299 3300 3301 3302 3303 3304 3305 3306
  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
3307
    ac_tr_lib=HAVE_LIB`echo dl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3308
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3309 3310 3311 3312
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3313
  LIBS="-ldl $LIBS"
3314 3315 3316 3317 3318

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

3319
echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6
3320
echo "configure:3321: checking for main in -lsocket" >&5
3321
ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`
3322 3323 3324 3325
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"
3326
LIBS="-lsocket  $LIBS"
3327
cat > conftest.$ac_ext <<EOF
3328
#line 3329 "configure"
3329 3330
#include "confdefs.h"

3331
int main() {
3332 3333 3334
main()
; return 0; }
EOF
3335
if { (eval echo configure:3336: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3336 3337 3338
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3339 3340
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3341 3342 3343 3344 3345 3346 3347 3348 3349
  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
3350
    ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3351
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3352 3353 3354 3355
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3356
  LIBS="-lsocket $LIBS"
3357 3358 3359 3360 3361

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

3362
echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6
3363
echo "configure:3364: checking for main in -lnsl" >&5
3364
ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`
3365 3366 3367 3368
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"
3369
LIBS="-lnsl  $LIBS"
3370
cat > conftest.$ac_ext <<EOF
3371
#line 3372 "configure"
3372 3373
#include "confdefs.h"

3374
int main() {
3375 3376 3377
main()
; return 0; }
EOF
3378
if { (eval echo configure:3379: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3379 3380 3381
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3382 3383
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3384 3385 3386 3387 3388 3389 3390 3391 3392
  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
3393
    ac_tr_lib=HAVE_LIB`echo nsl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3394
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3395 3396 3397 3398
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3399
  LIBS="-lnsl $LIBS"
3400 3401 3402 3403 3404

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

3405
echo $ac_n "checking for main in -lipc""... $ac_c" 1>&6
3406
echo "configure:3407: checking for main in -lipc" >&5
3407
ac_lib_var=`echo ipc'_'main | sed 'y%./+-%__p_%'`
3408 3409 3410 3411
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"
3412
LIBS="-lipc  $LIBS"
3413
cat > conftest.$ac_ext <<EOF
3414
#line 3415 "configure"
3415 3416
#include "confdefs.h"

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

3442
  LIBS="-lipc $LIBS"
3443 3444 3445 3446 3447

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

3448
echo $ac_n "checking for main in -lIPC""... $ac_c" 1>&6
3449
echo "configure:3450: checking for main in -lIPC" >&5
3450
ac_lib_var=`echo IPC'_'main | sed 'y%./+-%__p_%'`
3451 3452 3453 3454
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"
3455
LIBS="-lIPC  $LIBS"
3456
cat > conftest.$ac_ext <<EOF
3457
#line 3458 "configure"
3458 3459
#include "confdefs.h"

3460
int main() {
3461 3462 3463
main()
; return 0; }
EOF
3464
if { (eval echo configure:3465: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3465 3466 3467
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3468 3469
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3470 3471 3472 3473 3474 3475 3476 3477 3478
  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
3479
    ac_tr_lib=HAVE_LIB`echo IPC | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3480
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3481 3482 3483 3484
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3485
  LIBS="-lIPC $LIBS"
3486 3487 3488 3489 3490

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

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

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

3528
  LIBS="-llc $LIBS"
3529 3530 3531 3532 3533

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

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

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

3571
  LIBS="-ldld $LIBS"
3572 3573 3574 3575 3576

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

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

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

3614
  LIBS="-lln $LIBS"
3615 3616 3617 3618 3619

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

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

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

  LIBS="-lld $LIBS"

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

3663
echo $ac_n "checking for main in -lcompat""... $ac_c" 1>&6
3664
echo "configure:3665: checking for main in -lcompat" >&5
3665 3666 3667 3668 3669 3670 3671
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
3672
#line 3673 "configure"
3673 3674 3675 3676 3677 3678
#include "confdefs.h"

int main() {
main()
; return 0; }
EOF
3679
if { (eval echo configure:3680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706
  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
3707
echo "configure:3708: checking for main in -lBSD" >&5
3708 3709 3710 3711 3712 3713 3714
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
3715
#line 3716 "configure"
3716 3717 3718 3719 3720 3721
#include "confdefs.h"

int main() {
main()
; return 0; }
EOF
3722
if { (eval echo configure:3723: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749
  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
3750
echo "configure:3751: checking for main in -lgen" >&5
3751 3752 3753 3754 3755 3756 3757
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
3758
#line 3759 "configure"
3759 3760 3761 3762 3763 3764
#include "confdefs.h"

int main() {
main()
; return 0; }
EOF
3765
if { (eval echo configure:3766: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792
  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
3793
echo "configure:3794: checking for main in -lPW" >&5
3794 3795 3796 3797 3798 3799 3800
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
3801
#line 3802 "configure"
3802 3803 3804 3805 3806 3807
#include "confdefs.h"

int main() {
main()
; return 0; }
EOF
3808
if { (eval echo configure:3809: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836
  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
3837
echo "configure:3838: checking for library containing crypt" >&5
3838 3839 3840 3841 3842 3843
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
3844
#line 3845 "configure"
3845 3846 3847 3848 3849 3850 3851 3852 3853 3854
#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
3855
if { (eval echo configure:3856: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3856 3857 3858 3859 3860 3861 3862 3863 3864 3865
  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
3866
#line 3867 "configure"
3867 3868 3869 3870 3871 3872 3873 3874 3875 3876
#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
3877
if { (eval echo configure:3878: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897
  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
3898
echo "configure:3899: checking for inflate in -lz" >&5
3899 3900 3901 3902 3903 3904 3905
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
3906
#line 3907 "configure"
3907 3908 3909 3910 3911 3912 3913 3914 3915 3916
#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
3917
if { (eval echo configure:3918: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943
  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

B
Bruce Momjian 已提交
3944
echo $ac_n "checking for main in -lbind""... $ac_c" 1>&6
3945
echo "configure:3946: checking for main in -lbind" >&5
B
Bruce Momjian 已提交
3946 3947 3948 3949 3950 3951 3952
ac_lib_var=`echo bind'_'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="-lbind  $LIBS"
cat > conftest.$ac_ext <<EOF
3953
#line 3954 "configure"
B
Bruce Momjian 已提交
3954 3955 3956 3957 3958 3959
#include "confdefs.h"

int main() {
main()
; return 0; }
EOF
3960
if { (eval echo configure:3961: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
B
Bruce Momjian 已提交
3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986
  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 bind | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-lbind $LIBS"

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

3987 3988 3989

if test "$with_krb4" = yes ; then
  echo $ac_n "checking for des_encrypt in -ldes""... $ac_c" 1>&6
3990
echo "configure:3991: checking for des_encrypt in -ldes" >&5
3991 3992 3993 3994 3995 3996 3997
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
3998
#line 3999 "configure"
3999 4000 4001 4002 4003 4004 4005 4006 4007 4008
#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
4009
if { (eval echo configure:4010: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037
  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
{ echo "configure: error: library \`des' is required for Kerberos 4" 1>&2; exit 1; }
fi

  echo $ac_n "checking for krb_sendauth in -lkrb""... $ac_c" 1>&6
4038
echo "configure:4039: checking for krb_sendauth in -lkrb" >&5
4039 4040 4041 4042 4043 4044 4045
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
4046
#line 4047 "configure"
4047 4048 4049 4050 4051 4052 4053 4054 4055 4056
#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
4057
if { (eval echo configure:4058: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088
  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
{ echo "configure: error: library \`krb' is required for Kerberos 4" 1>&2; exit 1; }
fi

fi

if test "$with_krb5" = yes ; then
  echo $ac_n "checking for main in -lcom_err""... $ac_c" 1>&6
4089
echo "configure:4090: checking for main in -lcom_err" >&5
4090
ac_lib_var=`echo com_err'_'main | sed 'y%./+-%__p_%'`
4091 4092 4093 4094
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"
4095
LIBS="-lcom_err  $LIBS"
4096
cat > conftest.$ac_ext <<EOF
4097
#line 4098 "configure"
4098 4099
#include "confdefs.h"

4100
int main() {
4101 4102 4103
main()
; return 0; }
EOF
4104
if { (eval echo configure:4105: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4105 4106 4107
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
4108 4109
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
4110 4111 4112 4113 4114 4115 4116 4117 4118
  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
4119
    ac_tr_lib=HAVE_LIB`echo com_err | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4120
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
4121 4122 4123 4124
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

4125
  LIBS="-lcom_err $LIBS"
4126 4127 4128

else
  echo "$ac_t""no" 1>&6
4129
{ echo "configure: error: library \`com_err' is required for Kerberos 5" 1>&2; exit 1; }
4130 4131
fi

4132
  echo $ac_n "checking for main in -lcrypto""... $ac_c" 1>&6
4133
echo "configure:4134: checking for main in -lcrypto" >&5
4134
ac_lib_var=`echo crypto'_'main | sed 'y%./+-%__p_%'`
4135 4136 4137 4138
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"
4139
LIBS="-lcrypto  $LIBS"
4140
cat > conftest.$ac_ext <<EOF
4141
#line 4142 "configure"
4142 4143
#include "confdefs.h"

4144
int main() {
4145 4146 4147
main()
; return 0; }
EOF
4148
if { (eval echo configure:4149: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4149 4150 4151
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
4152 4153
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
4154 4155 4156 4157 4158 4159 4160 4161 4162
  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
4163
    ac_tr_lib=HAVE_LIB`echo crypto | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4164
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
4165 4166 4167 4168
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

4169
  LIBS="-lcrypto $LIBS"
4170 4171 4172

else
  echo "$ac_t""no" 1>&6
4173
{ echo "configure: error: library \`crypto' is required for Kerberos 5" 1>&2; exit 1; }
4174 4175
fi

4176
  echo $ac_n "checking for main in -lkrb5""... $ac_c" 1>&6
4177
echo "configure:4178: checking for main in -lkrb5" >&5
4178
ac_lib_var=`echo krb5'_'main | sed 'y%./+-%__p_%'`
M
Marc G. Fournier 已提交
4179 4180 4181 4182
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"
4183
LIBS="-lkrb5  $LIBS"
M
Marc G. Fournier 已提交
4184
cat > conftest.$ac_ext <<EOF
4185
#line 4186 "configure"
M
Marc G. Fournier 已提交
4186 4187
#include "confdefs.h"

4188
int main() {
M
Marc G. Fournier 已提交
4189 4190 4191
main()
; return 0; }
EOF
4192
if { (eval echo configure:4193: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
M
Marc G. Fournier 已提交
4193 4194 4195
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
4196 4197
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
M
Marc G. Fournier 已提交
4198 4199 4200 4201 4202 4203 4204 4205 4206
  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
4207
    ac_tr_lib=HAVE_LIB`echo krb5 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4208
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
M
Marc G. Fournier 已提交
4209 4210 4211 4212
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

4213
  LIBS="-lkrb5 $LIBS"
M
Marc G. Fournier 已提交
4214 4215 4216

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

4220 4221 4222 4223
fi

if test "$with_openssl" = yes ; then
    echo $ac_n "checking for CRYPTO_new_ex_data in -lcrypto""... $ac_c" 1>&6
4224
echo "configure:4225: checking for CRYPTO_new_ex_data in -lcrypto" >&5
4225
ac_lib_var=`echo crypto'_'CRYPTO_new_ex_data | sed 'y%./+-%__p_%'`
4226 4227 4228 4229
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"
4230
LIBS="-lcrypto  $LIBS"
4231
cat > conftest.$ac_ext <<EOF
4232
#line 4233 "configure"
4233
#include "confdefs.h"
4234 4235 4236 4237
/* 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();
4238 4239

int main() {
4240
CRYPTO_new_ex_data()
4241 4242
; return 0; }
EOF
4243
if { (eval echo configure:4244: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257
  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
4258
    ac_tr_lib=HAVE_LIB`echo crypto | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4259 4260 4261 4262 4263
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

4264
  LIBS="-lcrypto $LIBS"
4265 4266 4267

else
  echo "$ac_t""no" 1>&6
4268
{ echo "configure: error: library \`ssl' is required for OpenSSL" 1>&2; exit 1; }
4269 4270
fi

4271
  echo $ac_n "checking for SSL_library_init in -lssl""... $ac_c" 1>&6
4272
echo "configure:4273: checking for SSL_library_init in -lssl" >&5
4273 4274
ac_lib_var=`echo ssl'_'SSL_library_init | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4275 4276
  echo $ac_n "(cached) $ac_c" 1>&6
else
4277 4278
  ac_save_LIBS="$LIBS"
LIBS="-lssl  $LIBS"
4279
cat > conftest.$ac_ext <<EOF
4280
#line 4281 "configure"
4281
#include "confdefs.h"
4282 4283 4284
/* 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.  */
4285
char SSL_library_init();
4286 4287

int main() {
4288
SSL_library_init()
4289 4290
; return 0; }
EOF
4291
if { (eval echo configure:4292: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4292
  rm -rf conftest*
4293
  eval "ac_cv_lib_$ac_lib_var=yes"
4294 4295 4296
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
4297 4298
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
4299 4300
fi
rm -f conftest*
4301
LIBS="$ac_save_LIBS"
4302

4303 4304 4305 4306 4307 4308 4309
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
4310
EOF
4311 4312 4313

  LIBS="-lssl $LIBS"

4314
else
4315 4316
  echo "$ac_t""no" 1>&6
{ echo "configure: error: library \`ssl' is required for OpenSSL" 1>&2; exit 1; }
4317 4318
fi

4319
fi
M
Marc G. Fournier 已提交
4320

4321

4322 4323 4324
##
## Header files
##
4325
for ac_hdr in crypt.h dld.h endian.h fp_class.h getopt.h ieeefp.h netinet/tcp.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
4326
do
4327
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4328
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4329
echo "configure:4330: checking for $ac_hdr" >&5
4330 4331 4332 4333
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
4334
#line 4335 "configure"
4335 4336 4337 4338
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4339
{ (eval echo configure:4340: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4340
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364
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

4365 4366

for ac_hdr in readline/readline.h readline.h
4367 4368 4369
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4370
echo "configure:4371: checking for $ac_hdr" >&5
4371 4372 4373 4374
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
4375
#line 4376 "configure"
4376 4377 4378 4379
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4380
{ (eval echo configure:4381: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4381
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4382 4383 4384 4385 4386
if test -z "$ac_err"; then
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
4387 4388
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
4389 4390 4391 4392 4393 4394 4395
  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
4396
    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4397 4398 4399
  cat >> confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
4400
 break
4401 4402 4403 4404 4405
else
  echo "$ac_t""no" 1>&6
fi
done

4406
for ac_hdr in readline/history.h history.h
4407
do
4408
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4409
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4410
echo "configure:4411: checking for $ac_hdr" >&5
4411 4412 4413 4414
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
4415
#line 4416 "configure"
4416 4417 4418 4419
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4420
{ (eval echo configure:4421: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4421
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4422 4423 4424 4425 4426
if test -z "$ac_err"; then
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
4427 4428
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
4429 4430 4431 4432 4433 4434 4435
  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
4436
    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4437 4438 4439
  cat >> confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
4440
 break
4441 4442 4443 4444 4445
else
  echo "$ac_t""no" 1>&6
fi
done

4446 4447 4448 4449

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
4450
echo "configure:4451: checking for krb.h" >&5
4451 4452 4453 4454
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
4455
#line 4456 "configure"
4456
#include "confdefs.h"
4457
#include <krb.h>
4458 4459
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4460
{ (eval echo configure:4461: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4461
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475
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
4476
  :
4477 4478
else
  echo "$ac_t""no" 1>&6
4479
{ echo "configure: error: header file <krb.h> is required for Kerberos 4" 1>&2; exit 1; }
4480 4481
fi

4482 4483 4484 4485 4486
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
4487
echo "configure:4488: checking for krb5.h" >&5
4488 4489 4490 4491
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
4492
#line 4493 "configure"
4493
#include "confdefs.h"
4494
#include <krb5.h>
4495 4496
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4497
{ (eval echo configure:4498: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4498
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512
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
4513
  :
4514 4515
else
  echo "$ac_t""no" 1>&6
4516
{ echo "configure: error: header file <krb5.h> is required for Kerberos 5" 1>&2; exit 1; }
4517 4518
fi

4519 4520
  ac_safe=`echo "com_err.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for com_err.h""... $ac_c" 1>&6
4521
echo "configure:4522: checking for com_err.h" >&5
4522 4523 4524 4525
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
4526
#line 4527 "configure"
4527
#include "confdefs.h"
4528
#include <com_err.h>
4529 4530
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4531
{ (eval echo configure:4532: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4532
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546
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
4547
  :
4548 4549
else
  echo "$ac_t""no" 1>&6
4550
{ echo "configure: error: header file <com_err.h> is required for Kerberos 5" 1>&2; exit 1; }
4551 4552
fi

4553 4554 4555 4556 4557
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
4558
echo "configure:4559: checking for openssl/ssl.h" >&5
B
Bruce Momjian 已提交
4559 4560 4561 4562
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
4563
#line 4564 "configure"
B
Bruce Momjian 已提交
4564
#include "confdefs.h"
4565
#include <openssl/ssl.h>
B
Bruce Momjian 已提交
4566 4567
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4568
{ (eval echo configure:4569: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
B
Bruce Momjian 已提交
4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583
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
4584
  :
B
Bruce Momjian 已提交
4585 4586
else
  echo "$ac_t""no" 1>&6
4587
{ echo "configure: error: header file <openssl/ssl.h> is required for OpenSSL" 1>&2; exit 1; }
B
Bruce Momjian 已提交
4588 4589
fi

4590 4591
  ac_safe=`echo "openssl/err.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for openssl/err.h""... $ac_c" 1>&6
4592
echo "configure:4593: checking for openssl/err.h" >&5
B
Bruce Momjian 已提交
4593 4594 4595 4596
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
4597
#line 4598 "configure"
B
Bruce Momjian 已提交
4598
#include "confdefs.h"
4599
#include <openssl/err.h>
B
Bruce Momjian 已提交
4600 4601
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4602
{ (eval echo configure:4603: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
B
Bruce Momjian 已提交
4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617
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
4618
  :
B
Bruce Momjian 已提交
4619 4620
else
  echo "$ac_t""no" 1>&6
4621
{ echo "configure: error: header file <openssl/err.h> is required for OpenSSL" 1>&2; exit 1; }
B
Bruce Momjian 已提交
4622 4623
fi

4624 4625 4626 4627 4628 4629 4630
fi


##
## Types, structures, compiler characteristics
##
echo $ac_n "checking for working const""... $ac_c" 1>&6
4631
echo "configure:4632: checking for working const" >&5
4632
if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
B
Bruce Momjian 已提交
4633 4634 4635
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
4636
#line 4637 "configure"
B
Bruce Momjian 已提交
4637
#include "confdefs.h"
4638

4639
int main() {
4640

4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660
/* 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;
4661

4662 4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681
  *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;
}
4682 4683 4684

; return 0; }
EOF
4685
if { (eval echo configure:4686: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4686
  rm -rf conftest*
4687
  ac_cv_c_const=yes
4688
else
4689 4690
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
4691
  rm -rf conftest*
4692
  ac_cv_c_const=no
4693 4694 4695 4696
fi
rm -f conftest*
fi

4697 4698
echo "$ac_t""$ac_cv_c_const" 1>&6
if test $ac_cv_c_const = no; then
4699
  cat >> confdefs.h <<\EOF
4700
#define const 
4701 4702 4703 4704
EOF

fi

4705
echo $ac_n "checking for inline""... $ac_c" 1>&6
4706
echo "configure:4707: checking for inline" >&5
4707
if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
4708 4709
  echo $ac_n "(cached) $ac_c" 1>&6
else
4710 4711
  ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
4712
  cat > conftest.$ac_ext <<EOF
4713
#line 4714 "configure"
4714 4715 4716
#include "confdefs.h"

int main() {
4717
} $ac_kw foo() {
4718 4719
; return 0; }
EOF
4720
if { (eval echo configure:4721: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4721
  rm -rf conftest*
4722
  ac_cv_c_inline=$ac_kw; break
4723 4724 4725 4726 4727
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
fi
rm -f conftest*
4728
done
4729 4730 4731

fi

4732 4733 4734 4735 4736
echo "$ac_t""$ac_cv_c_inline" 1>&6
case "$ac_cv_c_inline" in
  inline | yes) ;;
  no) cat >> confdefs.h <<\EOF
#define inline 
4737
EOF
4738 4739 4740
 ;;
  *)  cat >> confdefs.h <<EOF
#define inline $ac_cv_c_inline
4741
EOF
4742 4743
 ;;
esac
4744

4745

4746

4747
echo $ac_n "checking for preprocessor stringizing operator""... $ac_c" 1>&6
4748
echo "configure:4749: checking for preprocessor stringizing operator" >&5
4749
if eval "test \"`echo '$''{'ac_cv_c_stringize'+set}'`\" = set"; then
4750 4751
  echo $ac_n "(cached) $ac_c" 1>&6
else
4752
  cat > conftest.$ac_ext <<EOF
4753
#line 4754 "configure"
4754
#include "confdefs.h"
4755

4756 4757 4758
#define x(y) #y

char *s = x(teststring);
4759 4760

EOF
4761 4762 4763 4764 4765 4766 4767 4768 4769
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*
4770

4771
fi
4772

4773 4774 4775 4776 4777
if test "${ac_cv_c_stringize}" = yes
then
        cat >> confdefs.h <<\EOF
#define HAVE_STRINGIZE 1
EOF
4778

4779 4780
fi
echo "$ac_t""${ac_cv_c_stringize}" 1>&6
M
 
Marc G. Fournier 已提交
4781

4782
echo $ac_n "checking for signed types""... $ac_c" 1>&6
4783
echo "configure:4784: checking for signed types" >&5
4784 4785 4786 4787
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
4788
#line 4789 "configure"
4789 4790 4791 4792 4793 4794
#include "confdefs.h"

int main() {
signed char c; signed short s; signed int i;
; return 0; }
EOF
4795
if { (eval echo configure:4796: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814
  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
4815
echo "configure:4816: checking for volatile" >&5
4816 4817 4818 4819
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
4820
#line 4821 "configure"
4821 4822 4823 4824 4825 4826
#include "confdefs.h"

int main() {
extern volatile int i;
; return 0; }
EOF
4827
if { (eval echo configure:4828: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845
  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
4846
echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
4847
echo "configure:4848: checking whether struct tm is in sys/time.h or time.h" >&5
4848
if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
4849 4850 4851
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
4852
#line 4853 "configure"
4853
#include "confdefs.h"
4854
#include <sys/types.h>
4855
#include <time.h>
4856
int main() {
4857
struct tm *tp; tp->tm_sec;
4858 4859
; return 0; }
EOF
4860
if { (eval echo configure:4861: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4861
  rm -rf conftest*
4862
  ac_cv_struct_tm=time.h
4863 4864 4865 4866
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
4867
  ac_cv_struct_tm=sys/time.h
4868 4869
fi
rm -f conftest*
4870 4871
fi

4872 4873
echo "$ac_t""$ac_cv_struct_tm" 1>&6
if test $ac_cv_struct_tm = sys/time.h; then
4874
  cat >> confdefs.h <<\EOF
4875
#define TM_IN_SYS_TIME 1
4876 4877 4878 4879
EOF

fi

4880
echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6
4881
echo "configure:4882: checking for tm_zone in struct tm" >&5
4882 4883 4884 4885
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
4886
#line 4887 "configure"
4887
#include "confdefs.h"
4888 4889
#include <sys/types.h>
#include <$ac_cv_struct_tm>
4890
int main() {
4891
struct tm tm; tm.tm_zone;
4892 4893
; return 0; }
EOF
4894
if { (eval echo configure:4895: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4895
  rm -rf conftest*
4896
  ac_cv_struct_tm_zone=yes
4897 4898 4899 4900
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
4901
  ac_cv_struct_tm_zone=no
4902 4903
fi
rm -f conftest*
4904
fi
4905

4906 4907 4908 4909 4910 4911
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

4912
else
4913
  echo $ac_n "checking for tzname""... $ac_c" 1>&6
4914
echo "configure:4915: checking for tzname" >&5
4915 4916
if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
4917
else
4918
  cat > conftest.$ac_ext <<EOF
4919
#line 4920 "configure"
4920
#include "confdefs.h"
4921 4922 4923 4924 4925 4926 4927
#include <time.h>
#ifndef tzname /* For SGI.  */
extern char *tzname[]; /* RS6000 and others reject char **tzname.  */
#endif
int main() {
atoi(*tzname);
; return 0; }
4928
EOF
4929
if { (eval echo configure:4930: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4930 4931
  rm -rf conftest*
  ac_cv_var_tzname=yes
4932
else
4933 4934
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
4935 4936
  rm -rf conftest*
  ac_cv_var_tzname=no
4937
fi
4938
rm -f conftest*
4939 4940
fi

4941 4942 4943 4944 4945
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
4946

4947 4948
  fi
fi
4949

4950
echo $ac_n "checking for union semun""... $ac_c" 1>&6
4951
echo "configure:4952: checking for union semun" >&5
4952
if eval "test \"`echo '$''{'pgac_cv_union_semun'+set}'`\" = set"; then
4953 4954 4955
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
4956
#line 4957 "configure"
4957 4958
#include "confdefs.h"
#include <sys/types.h>
4959 4960
#include <sys/ipc.h>
#include <sys/sem.h>
4961
int main() {
4962
union semun semun;
4963 4964
; return 0; }
EOF
4965
if { (eval echo configure:4966: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4966
  rm -rf conftest*
4967
  pgac_cv_union_semun=yes
4968
else
4969 4970
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
4971
  rm -rf conftest*
4972
  pgac_cv_union_semun=no
4973 4974 4975 4976
fi
rm -f conftest*
fi

4977 4978 4979
echo "$ac_t""$pgac_cv_union_semun" 1>&6
if test x"$pgac_cv_union_semun" = xyes ; then
  cat >> confdefs.h <<\EOF
4980
#define HAVE_UNION_SEMUN 1
4981 4982
EOF

4983
fi
4984
echo $ac_n "checking for struct sockaddr_un""... $ac_c" 1>&6
4985
echo "configure:4986: checking for struct sockaddr_un" >&5
4986 4987 4988 4989
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
4990
#line 4991 "configure"
4991
#include "confdefs.h"
B
Bruce Momjian 已提交
4992
#include <sys/types.h>
4993 4994 4995 4996 4997 4998 4999
#ifdef HAVE_SYS_UN_H
#include <sys/un.h>
#endif
int main() {
struct sockaddr_un un;
; return 0; }
EOF
5000
if { (eval echo configure:5001: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016
  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
5017

5018
fi
5019

5020 5021 5022 5023
##
## Functions, global variables
##
echo $ac_n "checking for int timezone""... $ac_c" 1>&6
5024
echo "configure:5025: checking for int timezone" >&5
5025
if eval "test \"`echo '$''{'pgac_cv_var_int_timezone'+set}'`\" = set"; then
5026 5027 5028
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
5029
#line 5030 "configure"
5030
#include "confdefs.h"
5031
#include <time.h>
5032
int main() {
5033
int res = timezone / 60;
5034 5035
; return 0; }
EOF
5036
if { (eval echo configure:5037: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5037
  rm -rf conftest*
5038
  pgac_cv_var_int_timezone=yes
5039
else
5040 5041
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
5042
  rm -rf conftest*
5043
  pgac_cv_var_int_timezone=no
5044 5045
fi
rm -f conftest*
M
Marc G. Fournier 已提交
5046
fi
5047

5048 5049
echo "$ac_t""$pgac_cv_var_int_timezone" 1>&6
if test x"$pgac_cv_var_int_timezone" = xyes ; then
5050
  cat >> confdefs.h <<\EOF
5051
#define HAVE_INT_TIMEZONE 
5052 5053 5054
EOF

fi
5055
echo $ac_n "checking types of arguments for accept()""... $ac_c" 1>&6
5056
echo "configure:5057: checking types of arguments for accept()" >&5
5057
 if eval "test \"`echo '$''{'ac_cv_func_accept_arg1'+set}'`\" = set"; then
5058 5059
  echo $ac_n "(cached) $ac_c" 1>&6
else
5060 5061 5062 5063 5064 5065 5066
   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
5067 5068
     for ac_cv_func_accept_arg2 in 'struct sockaddr *' 'const struct sockaddr *' 'void *'; do
      for ac_cv_func_accept_arg3 in 'int' 'size_t' 'socklen_t' 'unsigned int'; do
5069
       cat > conftest.$ac_ext <<EOF
5070
#line 5071 "configure"
5071
#include "confdefs.h"
5072 5073 5074 5075 5076
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
5077
#endif
5078 5079
extern accept ($ac_cv_func_accept_arg1, $ac_cv_func_accept_arg2, $ac_cv_func_accept_arg3 *);
int main() {
5080 5081 5082

; return 0; }
EOF
5083
if { (eval echo configure:5084: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5084
  rm -rf conftest*
5085
  ac_not_found=no; break 3
5086
else
5087 5088
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
5089
  rm -rf conftest*
5090
  ac_not_found=yes
5091 5092
fi
rm -f conftest*
5093 5094 5095
      done
     done
    done
5096 5097 5098
    if test "$ac_not_found" = yes; then
      { echo "configure: error: could not determine argument types" 1>&2; exit 1; }
    fi
5099 5100 5101 5102 5103
   
fi
  
fi
 
M
Marc G. Fournier 已提交
5104
fi
5105 5106 5107 5108
 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
5109

5110 5111
 cat >> confdefs.h <<EOF
#define ACCEPT_TYPE_ARG2 $ac_cv_func_accept_arg2
5112 5113
EOF

5114 5115 5116
 cat >> confdefs.h <<EOF
#define ACCEPT_TYPE_ARG3 $ac_cv_func_accept_arg3
EOF
5117 5118


5119
echo $ac_n "checking whether gettimeofday takes only one argument""... $ac_c" 1>&6
5120
echo "configure:5121: checking whether gettimeofday takes only one argument" >&5
5121
if eval "test \"`echo '$''{'pgac_cv_func_gettimeofday_1arg'+set}'`\" = set"; then
5122 5123 5124
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
5125
#line 5126 "configure"
5126
#include "confdefs.h"
5127
#include <sys/time.h>
5128
int main() {
5129 5130 5131
struct timeval *tp;
struct timezone *tzp;
gettimeofday(tp,tzp);
5132 5133
; return 0; }
EOF
5134
if { (eval echo configure:5135: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5135
  rm -rf conftest*
5136
  pgac_cv_func_gettimeofday_1arg=no
5137
else
5138 5139
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
5140
  rm -rf conftest*
5141
  pgac_cv_func_gettimeofday_1arg=yes
5142 5143
fi
rm -f conftest*
M
Marc G. Fournier 已提交
5144
fi
5145

5146 5147 5148 5149
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 
5150
EOF
5151

5152 5153
fi

5154
echo $ac_n "checking for fcntl(F_SETLK)""... $ac_c" 1>&6
5155
echo "configure:5156: checking for fcntl(F_SETLK)" >&5
5156 5157 5158
case $host_os in
  linux*)       echo "$ac_t""broken on Linux" 1>&6 ;;
  *)
5159
cat > conftest.$ac_ext <<EOF
5160
#line 5161 "configure"
5161
#include "confdefs.h"
5162 5163
#include <stdio.h>
#include <fcntl.h>
5164

5165
int main() {
5166
struct flock lck;
5167 5168 5169
lck.l_whence = SEEK_SET; lck.l_start = lck.l_len = 0;
lck.l_type = F_WRLCK;
fcntl(0, F_SETLK, &lck);
5170 5171
; return 0; }
EOF
5172
if { (eval echo configure:5173: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
B
Bruce Momjian 已提交
5173
  rm -rf conftest*
5174 5175 5176 5177
  cat >> confdefs.h <<\EOF
#define HAVE_FCNTL_SETLK 1
EOF
 echo "$ac_t""yes" 1>&6
B
Bruce Momjian 已提交
5178 5179 5180 5181
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
5182
  echo "$ac_t""no" 1>&6
B
Bruce Momjian 已提交
5183 5184
fi
rm -f conftest*
5185 5186
        ;;
esac
B
Bruce Momjian 已提交
5187

B
Bruce Momjian 已提交
5188
for ac_func in fcvt getopt_long memmove pstat setproctitle setsid sigprocmask sysconf waitpid dlopen
M
 
Marc G. Fournier 已提交
5189 5190
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5191
echo "configure:5192: checking for $ac_func" >&5
M
 
Marc G. Fournier 已提交
5192 5193 5194 5195
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
5196
#line 5197 "configure"
M
 
Marc G. Fournier 已提交
5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218
#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
5219
if { (eval echo configure:5220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
M
 
Marc G. Fournier 已提交
5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242
  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

5243 5244

echo $ac_n "checking for PS_STRINGS""... $ac_c" 1>&6
5245
echo "configure:5246: checking for PS_STRINGS" >&5
5246 5247 5248 5249
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
5250
#line 5251 "configure"
5251
#include "confdefs.h"
5252 5253 5254
#include <machine/vmparam.h>
#include <sys/exec.h>

5255 5256 5257 5258 5259
int main() {
PS_STRINGS->ps_nargvstr = 1;
PS_STRINGS->ps_argvstr = "foo";
; return 0; }
EOF
5260
if { (eval echo configure:5261: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5261
  rm -rf conftest*
5262
  pgac_cv_var_PS_STRINGS=yes
5263 5264 5265 5266
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
5267
  pgac_cv_var_PS_STRINGS=no
M
 
Marc G. Fournier 已提交
5268
fi
5269
rm -f conftest*
5270 5271 5272 5273 5274 5275 5276 5277 5278
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 已提交
5279

5280
SNPRINTF=''
M
 
Marc G. Fournier 已提交
5281
echo $ac_n "checking for snprintf""... $ac_c" 1>&6
5282
echo "configure:5283: checking for snprintf" >&5
M
 
Marc G. Fournier 已提交
5283 5284 5285 5286
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
5287
#line 5288 "configure"
M
 
Marc G. Fournier 已提交
5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309
#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
5310
if { (eval echo configure:5311: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
M
 
Marc G. Fournier 已提交
5311 5312 5313 5314 5315 5316 5317 5318 5319 5320 5321 5322 5323 5324 5325 5326 5327 5328 5329
  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 已提交
5330
SNPRINTF='snprintf.o'
M
 
Marc G. Fournier 已提交
5331 5332
fi

5333
echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6
5334
echo "configure:5335: checking for vsnprintf" >&5
5335 5336 5337 5338
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
5339
#line 5340 "configure"
5340 5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361
#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
5362
if { (eval echo configure:5363: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384
  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 已提交
5385

5386
cat > conftest.$ac_ext <<EOF
5387
#line 5388 "configure"
5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399 5400 5401
#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
5402
#line 5403 "configure"
5403 5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415
#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*

5416 5417

# do this one the hard way in case isinf() is a macro
5418
echo $ac_n "checking for isinf""... $ac_c" 1>&6
5419
echo "configure:5420: checking for isinf" >&5
5420
if eval "test \"`echo '$''{'ac_cv_func_isinf'+set}'`\" = set"; then
5421 5422 5423
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
5424
#line 5425 "configure"
5425
#include "confdefs.h"
5426
#include <math.h>
5427

5428
int main() {
5429
double x = 0.0; int res = isinf(x);
5430 5431
; return 0; }
EOF
5432
if { (eval echo configure:5433: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5433
  rm -rf conftest*
5434
  ac_cv_func_isinf=yes
5435 5436 5437 5438
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
5439
  ac_cv_func_isinf=no
5440 5441 5442 5443
fi
rm -f conftest*
fi

5444 5445 5446
echo "$ac_t""$ac_cv_func_isinf" 1>&6

if test $ac_cv_func_isinf = yes ; then
5447 5448 5449 5450
  cat >> confdefs.h <<\EOF
#define HAVE_ISINF 1
EOF

5451
  ISINF=
5452
else
5453
  ISINF='isinf.o'
5454 5455 5456 5457
  # 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
5458
echo "configure:5459: checking for $ac_func" >&5
5459 5460 5461 5462
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
5463
#line 5464 "configure"
5464 5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485
#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
5486
if { (eval echo configure:5487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5487 5488 5489 5490 5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 5505 5506 5507 5508 5509
  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

5510 5511
fi

5512

5513
echo $ac_n "checking for getrusage""... $ac_c" 1>&6
5514
echo "configure:5515: checking for getrusage" >&5
5515 5516 5517 5518
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
5519
#line 5520 "configure"
5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541
#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
5542
if { (eval echo configure:5543: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5543 5544 5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564
  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

5565

5566
echo $ac_n "checking for srandom""... $ac_c" 1>&6
5567
echo "configure:5568: checking for srandom" >&5
5568 5569 5570 5571
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
5572
#line 5573 "configure"
5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594
#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
5595
if { (eval echo configure:5596: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617
  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

5618

5619
echo $ac_n "checking for gethostname""... $ac_c" 1>&6
5620
echo "configure:5621: checking for gethostname" >&5
5621 5622 5623 5624
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
5625
#line 5626 "configure"
5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647
#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
5648
if { (eval echo configure:5649: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670
  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

5671

5672
echo $ac_n "checking for random""... $ac_c" 1>&6
5673
echo "configure:5674: checking for random" >&5
5674 5675 5676 5677
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
5678
#line 5679 "configure"
5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 5700
#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
5701
if { (eval echo configure:5702: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5702 5703 5704 5705 5706 5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 5720
  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
5721
MISSING_RANDOM='random.o'
5722 5723
fi

5724

5725
echo $ac_n "checking for inet_aton""... $ac_c" 1>&6
5726
echo "configure:5727: checking for inet_aton" >&5
5727 5728 5729 5730
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
5731
#line 5732 "configure"
5732 5733 5734 5735 5736 5737 5738 5739 5740
#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();

5741
int main() {
5742 5743 5744 5745 5746 5747 5748 5749 5750 5751 5752 5753

/* 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
5754
if { (eval echo configure:5755: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5755 5756 5757
  rm -rf conftest*
  eval "ac_cv_func_inet_aton=yes"
else
5758 5759
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
5760 5761 5762 5763
  rm -rf conftest*
  eval "ac_cv_func_inet_aton=no"
fi
rm -f conftest*
M
Marc G. Fournier 已提交
5764
fi
5765

5766 5767 5768 5769 5770 5771 5772 5773 5774 5775 5776
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

5777

B
Bruce Momjian 已提交
5778
echo $ac_n "checking for strerror""... $ac_c" 1>&6
5779
echo "configure:5780: checking for strerror" >&5
B
Bruce Momjian 已提交
5780 5781 5782 5783
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
5784
#line 5785 "configure"
B
Bruce Momjian 已提交
5785 5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 5801 5802 5803 5804 5805 5806
#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
5807
if { (eval echo configure:5808: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
B
Bruce Momjian 已提交
5808 5809 5810 5811 5812 5813 5814 5815 5816 5817 5818 5819 5820 5821 5822 5823 5824 5825 5826 5827 5828 5829 5830 5831
  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



5832
echo $ac_n "checking for strdup""... $ac_c" 1>&6
5833
echo "configure:5834: checking for strdup" >&5
5834 5835 5836 5837
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
5838
#line 5839 "configure"
5839 5840 5841 5842 5843 5844 5845 5846 5847
#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();

5848
int main() {
5849 5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 5860

/* 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
5861
if { (eval echo configure:5862: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5862 5863 5864
  rm -rf conftest*
  eval "ac_cv_func_strdup=yes"
else
5865 5866
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
5867 5868 5869 5870
  rm -rf conftest*
  eval "ac_cv_func_strdup=no"
fi
rm -f conftest*
M
Marc G. Fournier 已提交
5871
fi
5872

5873 5874
if eval "test \"`echo '$ac_cv_func_'strdup`\" = yes"; then
  echo "$ac_t""yes" 1>&6
5875
  cat >> confdefs.h <<\EOF
5876 5877 5878
#define HAVE_STRDUP 1
EOF

5879 5880
else
  echo "$ac_t""no" 1>&6
5881
STRDUP='../../utils/strdup.o'
5882 5883
fi

5884

5885
echo $ac_n "checking for strtol""... $ac_c" 1>&6
5886
echo "configure:5887: checking for strtol" >&5
5887 5888 5889 5890
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
5891
#line 5892 "configure"
5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 5902 5903 5904 5905 5906 5907 5908 5909 5910 5911 5912 5913
#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
5914
if { (eval echo configure:5915: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5915 5916 5917 5918 5919 5920 5921 5922 5923 5924 5925 5926 5927 5928 5929 5930 5931 5932 5933
  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 已提交
5934
STRTOL='strtol.o'
5935 5936
fi

M
Marc G. Fournier 已提交
5937 5938

echo $ac_n "checking for strtoul""... $ac_c" 1>&6
5939
echo "configure:5940: checking for strtoul" >&5
M
Marc G. Fournier 已提交
5940 5941 5942 5943
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
5944
#line 5945 "configure"
M
Marc G. Fournier 已提交
5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 5956 5957 5958 5959 5960 5961 5962 5963 5964 5965 5966
#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
5967
if { (eval echo configure:5968: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
M
Marc G. Fournier 已提交
5968 5969 5970 5971 5972 5973 5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 5984 5985 5986 5987 5988 5989 5990
  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


5991
echo $ac_n "checking for strcasecmp""... $ac_c" 1>&6
5992
echo "configure:5993: checking for strcasecmp" >&5
5993 5994 5995 5996
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
5997
#line 5998 "configure"
5998 5999 6000 6001 6002 6003 6004 6005 6006 6007 6008 6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019
#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
6020
if { (eval echo configure:6021: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6021 6022 6023 6024 6025 6026 6027 6028 6029 6030 6031 6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042
  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

6043

6044
echo $ac_n "checking for cbrt""... $ac_c" 1>&6
6045
echo "configure:6046: checking for cbrt" >&5
6046 6047 6048 6049
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
6050
#line 6051 "configure"
6051 6052 6053 6054 6055 6056 6057 6058 6059
#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();

6060
int main() {
6061 6062 6063 6064 6065 6066 6067 6068 6069 6070 6071 6072

/* 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
6073
if { (eval echo configure:6074: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6074 6075 6076
  rm -rf conftest*
  eval "ac_cv_func_cbrt=yes"
else
6077 6078
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
6079 6080 6081 6082
  rm -rf conftest*
  eval "ac_cv_func_cbrt=no"
fi
rm -f conftest*
M
Marc G. Fournier 已提交
6083
fi
6084

6085 6086 6087 6088 6089 6090 6091 6092
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
6093
echo $ac_n "checking for cbrt in -lm""... $ac_c" 1>&6
6094
echo "configure:6095: checking for cbrt in -lm" >&5
6095
ac_lib_var=`echo m'_'cbrt | sed 'y%./+-%__p_%'`
6096 6097 6098 6099 6100 6101
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
6102
#line 6103 "configure"
6103 6104 6105 6106 6107 6108
#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();

6109
int main() {
6110 6111 6112
cbrt()
; return 0; }
EOF
6113
if { (eval echo configure:6114: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6114 6115 6116
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
6117 6118
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
6119 6120 6121 6122 6123 6124 6125 6126 6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137
  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

6138 6139 6140 6141

# 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=""
6142
case $host_cpu in
6143 6144 6145 6146 6147 6148 6149
  hppa1.1) 
	if [ -r /lib/pa1.1/libm.a ] ; then
	    HPUXMATHLIB="-L /lib/pa1.1 -lm"
	fi ;;
esac


6150
echo $ac_n "checking for rint""... $ac_c" 1>&6
6151
echo "configure:6152: checking for rint" >&5
6152 6153 6154 6155
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
6156
#line 6157 "configure"
6157 6158 6159 6160 6161 6162 6163 6164 6165
#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();

6166
int main() {
6167 6168 6169 6170 6171 6172 6173 6174 6175 6176 6177 6178

/* 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
6179
if { (eval echo configure:6180: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6180 6181 6182
  rm -rf conftest*
  eval "ac_cv_func_rint=yes"
else
6183 6184
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
6185 6186 6187 6188
  rm -rf conftest*
  eval "ac_cv_func_rint=no"
fi
rm -f conftest*
M
Marc G. Fournier 已提交
6189
fi
6190

6191 6192 6193 6194 6195 6196 6197 6198
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
6199
echo $ac_n "checking for rint in -lm""... $ac_c" 1>&6
6200
echo "configure:6201: checking for rint in -lm" >&5
6201
ac_lib_var=`echo m'_'rint | sed 'y%./+-%__p_%'`
6202 6203 6204 6205
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"
6206
LIBS="-lm $HPUXMATHLIB $LIBS"
6207
cat > conftest.$ac_ext <<EOF
6208
#line 6209 "configure"
6209 6210 6211 6212 6213 6214
#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();

6215
int main() {
6216 6217 6218
rint()
; return 0; }
EOF
6219
if { (eval echo configure:6220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6220 6221 6222
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
6223 6224
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 6238 6239 6240 6241 6242 6243 6244
  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


6245

P
Peter Eisentraut 已提交
6246 6247
# Readline versions < 2.1 don't have rl_completion_append_character
echo $ac_n "checking for rl_completion_append_character""... $ac_c" 1>&6
6248
echo "configure:6249: checking for rl_completion_append_character" >&5
P
Peter Eisentraut 已提交
6249
cat > conftest.$ac_ext <<EOF
6250
#line 6251 "configure"
6251
#include "confdefs.h"
P
Peter Eisentraut 已提交
6252 6253 6254 6255 6256 6257 6258 6259 6260 6261
#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; }
6262
EOF
6263
if { (eval echo configure:6264: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6264
  rm -rf conftest*
P
Peter Eisentraut 已提交
6265 6266
  echo "$ac_t""yes" 1>&6
cat >> confdefs.h <<\EOF
6267 6268 6269
#define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
EOF

B
Bruce Momjian 已提交
6270 6271 6272 6273
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
P
Peter Eisentraut 已提交
6274
  echo "$ac_t""no" 1>&6
B
Bruce Momjian 已提交
6275 6276 6277
fi
rm -f conftest*

P
Peter Eisentraut 已提交
6278

P
Peter Eisentraut 已提交
6279 6280 6281 6282 6283
# 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
6284
echo "configure:6285: checking whether filename_completion_function is declared" >&5
P
Peter Eisentraut 已提交
6285 6286 6287 6288
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 已提交
6289
else
P
Peter Eisentraut 已提交
6290 6291 6292
    _readline_header='xxx'
fi
cat > conftest.$ac_ext <<EOF
6293
#line 6294 "configure"
P
Peter Eisentraut 已提交
6294
#include "confdefs.h"
P
Peter Eisentraut 已提交
6295
#include <$_readline_header>
P
Peter Eisentraut 已提交
6296 6297 6298 6299 6300 6301 6302 6303
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 已提交
6304
echo "$ac_t""yes" 1>&6
P
Peter Eisentraut 已提交
6305
else
P
Peter Eisentraut 已提交
6306
  rm -rf conftest*
P
Peter Eisentraut 已提交
6307 6308
  echo "$ac_t""no" 1>&6
fi
P
Peter Eisentraut 已提交
6309
rm -f conftest*
P
Peter Eisentraut 已提交
6310 6311 6312



B
Bruce Momjian 已提交
6313

6314
echo $ac_n "checking for finite""... $ac_c" 1>&6
6315
echo "configure:6316: checking for finite" >&5
6316
cat > conftest.$ac_ext <<EOF
6317
#line 6318 "configure"
6318 6319 6320 6321 6322 6323
#include "confdefs.h"
#include <math.h>
int main() {
int dummy=finite(1.0);
; return 0; }
EOF
6324
if { (eval echo configure:6325: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337
  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*

6338
echo $ac_n "checking for sigsetjmp""... $ac_c" 1>&6
6339
echo "configure:6340: checking for sigsetjmp" >&5
6340
cat > conftest.$ac_ext <<EOF
6341
#line 6342 "configure"
6342 6343 6344 6345 6346 6347
#include "confdefs.h"
#include <setjmp.h>
int main() {
sigjmp_buf x; sigsetjmp(x, 1);
; return 0; }
EOF
6348
if { (eval echo configure:6349: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6349 6350 6351 6352 6353 6354 6355 6356 6357 6358 6359 6360 6361
  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*

6362 6363 6364 6365 6366 6367

# 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
6368
echo "configure:6369: checking for syslog" >&5
6369 6370 6371 6372
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
6373
#line 6374 "configure"
6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 6387 6388 6389 6390 6391 6392 6393 6394 6395
#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
6396
if { (eval echo configure:6397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6397 6398 6399 6400 6401 6402 6403 6404 6405 6406 6407 6408 6409 6410 6411 6412 6413 6414 6415 6416 6417 6418
  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

6419 6420 6421 6422 6423 6424 6425 6426 6427 6428 6429
      ;;
    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
6430 6431 6432 6433

fi


6434

6435
echo $ac_n "checking whether long int is 64 bits""... $ac_c" 1>&6
6436
echo "configure:6437: checking whether long int is 64 bits" >&5
6437 6438 6439 6440 6441 6442
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
6443 6444
else
  cat > conftest.$ac_ext <<EOF
6445
#line 6446 "configure"
6446 6447 6448
#include "confdefs.h"
typedef long int int64;

6449 6450
/*
 * These are globals to discourage the compiler from folding all the
6451 6452
 * arithmetic tests down to compile-time constants.
 */
6453 6454 6455 6456 6457 6458 6459 6460
int64 a = 20000001;
int64 b = 40000005;

int does_int64_work()
{
  int64 c,d;

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

6463
  /* Do perfunctory checks to see if 64-bit arithmetic seems to work */
6464 6465 6466 6467 6468 6469 6470 6471 6472 6473
  c = a * b;
  d = (c + b) / b;
  if (d != a+1)
    return 0;
  return 1;
}
main() {
  exit(! does_int64_work());
}
EOF
6474
if { (eval echo configure:6475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6475
then
6476
  pgac_cv_type_long_int_64=yes
6477 6478 6479 6480
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
6481
  pgac_cv_type_long_int_64=no
6482 6483 6484 6485
fi
rm -fr conftest*
fi

6486
fi
6487

6488 6489 6490 6491 6492 6493 6494 6495 6496 6497 6498 6499 6500
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
6501
echo "configure:6502: checking whether long long int is 64 bits" >&5
6502 6503 6504 6505 6506 6507
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
6508 6509
else
  cat > conftest.$ac_ext <<EOF
6510
#line 6511 "configure"
6511 6512 6513
#include "confdefs.h"
typedef long long int int64;

6514 6515
/*
 * These are globals to discourage the compiler from folding all the
6516 6517
 * arithmetic tests down to compile-time constants.
 */
6518 6519 6520 6521 6522 6523 6524 6525
int64 a = 20000001;
int64 b = 40000005;

int does_int64_work()
{
  int64 c,d;

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

6528
  /* Do perfunctory checks to see if 64-bit arithmetic seems to work */
6529 6530 6531 6532 6533 6534 6535 6536 6537 6538
  c = a * b;
  d = (c + b) / b;
  if (d != a+1)
    return 0;
  return 1;
}
main() {
  exit(! does_int64_work());
}
EOF
6539
if { (eval echo configure:6540: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6540
then
6541
  pgac_cv_type_long_long_int_64=yes
6542 6543 6544 6545
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
6546
  pgac_cv_type_long_long_int_64=no
6547 6548 6549 6550
fi
rm -fr conftest*
fi

6551 6552
fi

6553 6554 6555 6556 6557 6558 6559 6560 6561 6562 6563 6564 6565
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


6566

P
Peter Eisentraut 已提交
6567
if [ x"$HAVE_LONG_LONG_INT_64" = xyes ] ; then
6568
  if [ x$SNPRINTF = x ] ; then
M
 
Marc G. Fournier 已提交
6569
    echo $ac_n "checking whether snprintf handles 'long long int' as %lld""... $ac_c" 1>&6
6570
echo "configure:6571: checking whether snprintf handles 'long long int' as %lld" >&5
6571
    if test "$cross_compiling" = yes; then
6572 6573 6574 6575 6576
   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"'
  
6577 6578
else
  cat > conftest.$ac_ext <<EOF
6579
#line 6580 "configure"
6580 6581 6582 6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 6601 6602 6603 6604 6605
#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
6606
if { (eval echo configure:6607: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6607
then
M
 
Marc G. Fournier 已提交
6608
   echo "$ac_t""yes" 1>&6
6609 6610
	  INT64_FORMAT='"%lld"'
	
6611 6612 6613 6614
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
M
 
Marc G. Fournier 已提交
6615 6616
   echo "$ac_t""no" 1>&6
    echo $ac_n "checking whether snprintf handles 'long long int' as %qd""... $ac_c" 1>&6
6617
echo "configure:6618: checking whether snprintf handles 'long long int' as %qd" >&5 
M
 
Marc G. Fournier 已提交
6618
    if test "$cross_compiling" = yes; then
6619 6620 6621 6622 6623
   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 已提交
6624 6625
else
  cat > conftest.$ac_ext <<EOF
6626
#line 6627 "configure"
M
 
Marc G. Fournier 已提交
6627 6628 6629 6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652
#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
6653
if { (eval echo configure:6654: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
M
 
Marc G. Fournier 已提交
6654
then
6655 6656 6657
   echo "$ac_t""yes" 1>&6
    INT64_FORMAT='"%qd"'
  
M
 
Marc G. Fournier 已提交
6658 6659 6660 6661
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
6662 6663 6664 6665 6666
   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 已提交
6667 6668 6669 6670
fi
rm -fr conftest*
fi
 
6671 6672 6673 6674
fi
rm -fr conftest*
fi

6675 6676 6677 6678 6679 6680 6681
  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"'
6682 6683
fi

6684 6685 6686 6687 6688
cat >> confdefs.h <<EOF
#define INT64_FORMAT $INT64_FORMAT
EOF


6689 6690


6691
echo $ac_n "checking alignment of short""... $ac_c" 1>&6
6692
echo "configure:6693: checking alignment of short" >&5
6693
if eval "test \"`echo '$''{'pgac_cv_alignof_short'+set}'`\" = set"; then
6694 6695 6696
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
6697
  pgac_cv_alignof_short='sizeof(short)'
6698 6699
else
  cat > conftest.$ac_ext <<EOF
6700
#line 6701 "configure"
6701 6702 6703 6704 6705 6706 6707 6708 6709 6710 6711
#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
6712
if { (eval echo configure:6713: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6713
then
6714
  pgac_cv_alignof_short=`cat conftestval`
6715 6716 6717 6718
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
6719
  pgac_cv_alignof_short='sizeof(short)'
6720 6721 6722 6723 6724
fi
rm -fr conftest*
fi

fi
6725
echo "$ac_t""$pgac_cv_alignof_short" 1>&6
6726
cat >> confdefs.h <<EOF
6727
#define ALIGNOF_SHORT $pgac_cv_alignof_short
6728 6729 6730 6731
EOF


echo $ac_n "checking alignment of int""... $ac_c" 1>&6
6732
echo "configure:6733: checking alignment of int" >&5
6733
if eval "test \"`echo '$''{'pgac_cv_alignof_int'+set}'`\" = set"; then
6734 6735 6736
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
6737
  pgac_cv_alignof_int='sizeof(int)'
6738 6739
else
  cat > conftest.$ac_ext <<EOF
6740
#line 6741 "configure"
6741 6742 6743 6744 6745 6746 6747 6748 6749 6750 6751
#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
6752
if { (eval echo configure:6753: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6753
then
6754
  pgac_cv_alignof_int=`cat conftestval`
6755 6756 6757 6758
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
6759
  pgac_cv_alignof_int='sizeof(int)'
6760 6761 6762 6763 6764
fi
rm -fr conftest*
fi

fi
6765
echo "$ac_t""$pgac_cv_alignof_int" 1>&6
6766
cat >> confdefs.h <<EOF
6767
#define ALIGNOF_INT $pgac_cv_alignof_int
6768 6769 6770 6771
EOF


echo $ac_n "checking alignment of long""... $ac_c" 1>&6
6772
echo "configure:6773: checking alignment of long" >&5
6773
if eval "test \"`echo '$''{'pgac_cv_alignof_long'+set}'`\" = set"; then
6774 6775 6776
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
6777
  pgac_cv_alignof_long='sizeof(long)'
6778 6779
else
  cat > conftest.$ac_ext <<EOF
6780
#line 6781 "configure"
6781 6782 6783 6784 6785 6786 6787 6788 6789 6790 6791
#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
6792
if { (eval echo configure:6793: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6793
then
6794
  pgac_cv_alignof_long=`cat conftestval`
6795 6796 6797 6798
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
6799
  pgac_cv_alignof_long='sizeof(long)'
6800 6801 6802 6803 6804
fi
rm -fr conftest*
fi

fi
6805
echo "$ac_t""$pgac_cv_alignof_long" 1>&6
6806
cat >> confdefs.h <<EOF
6807
#define ALIGNOF_LONG $pgac_cv_alignof_long
6808 6809 6810
EOF


P
Peter Eisentraut 已提交
6811
if [ x"$HAVE_LONG_LONG_INT_64" = xyes ] ; then
6812
  echo $ac_n "checking alignment of long long int""... $ac_c" 1>&6
6813
echo "configure:6814: checking alignment of long long int" >&5
6814
if eval "test \"`echo '$''{'pgac_cv_alignof_long_long_int'+set}'`\" = set"; then
6815 6816 6817
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
6818
  pgac_cv_alignof_long_long_int='sizeof(long long int)'
6819 6820
else
  cat > conftest.$ac_ext <<EOF
6821
#line 6822 "configure"
6822 6823 6824 6825 6826 6827 6828 6829 6830 6831 6832
#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
6833
if { (eval echo configure:6834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6834
then
6835
  pgac_cv_alignof_long_long_int=`cat conftestval`
6836 6837 6838 6839
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
6840
  pgac_cv_alignof_long_long_int='sizeof(long long int)'
6841 6842 6843 6844 6845
fi
rm -fr conftest*
fi

fi
6846
echo "$ac_t""$pgac_cv_alignof_long_long_int" 1>&6
6847
cat >> confdefs.h <<EOF
6848
#define ALIGNOF_LONG_LONG_INT $pgac_cv_alignof_long_long_int
6849 6850 6851 6852 6853
EOF


fi
echo $ac_n "checking alignment of double""... $ac_c" 1>&6
6854
echo "configure:6855: checking alignment of double" >&5
6855
if eval "test \"`echo '$''{'pgac_cv_alignof_double'+set}'`\" = set"; then
6856 6857 6858
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
6859
  pgac_cv_alignof_double='sizeof(double)'
6860 6861
else
  cat > conftest.$ac_ext <<EOF
6862
#line 6863 "configure"
6863 6864 6865 6866 6867 6868 6869 6870 6871 6872 6873
#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
6874
if { (eval echo configure:6875: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6875
then
6876
  pgac_cv_alignof_double=`cat conftestval`
6877 6878 6879 6880
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
6881
  pgac_cv_alignof_double='sizeof(double)'
6882 6883 6884 6885 6886
fi
rm -fr conftest*
fi

fi
6887
echo "$ac_t""$pgac_cv_alignof_double" 1>&6
6888
cat >> confdefs.h <<EOF
6889
#define ALIGNOF_DOUBLE $pgac_cv_alignof_double
6890 6891 6892 6893 6894
EOF




6895 6896 6897 6898
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
6899
  fi
P
Peter Eisentraut 已提交
6900
  if test x"$HAVE_LONG_LONG_INT_64" = xyes && test $MAX_ALIGNOF -lt $pgac_cv_alignof_long_long_int ; then
6901
    MAX_ALIGNOF="$pgac_cv_alignof_long_long_int"
6902 6903
  fi
else
6904
    MAX_ALIGNOF="$pgac_cv_alignof_double"
6905 6906 6907 6908 6909 6910
fi
cat >> confdefs.h <<EOF
#define MAXIMUM_ALIGNOF $MAX_ALIGNOF
EOF


6911
echo $ac_n "checking for POSIX signal interface""... $ac_c" 1>&6
6912
echo "configure:6913: checking for POSIX signal interface" >&5
6913 6914 6915 6916
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
6917
#line 6918 "configure"
6918 6919
#include "confdefs.h"
#include <signal.h>
6920

6921 6922 6923 6924 6925 6926 6927
int main() {
struct sigaction act, oact;
sigemptyset(&act.sa_mask);
act.sa_flags = SA_RESTART;
sigaction(0, &act, &oact);
; return 0; }
EOF
6928
if { (eval echo configure:6929: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6929
  rm -rf conftest*
6930
  pgac_cv_func_posix_signals=yes
6931 6932 6933 6934
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
6935
  pgac_cv_func_posix_signals=no
6936 6937
fi
rm -f conftest*
6938 6939 6940 6941 6942 6943 6944 6945 6946 6947 6948
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

6949 6950


6951 6952 6953 6954 6955 6956
# 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 已提交
6957
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6958
echo "configure:6959: checking for $ac_word" >&5
B
Bruce Momjian 已提交
6959 6960 6961 6962 6963 6964 6965
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.
  ;;
6966 6967 6968
  ?:/*)			 
  ac_cv_path_TCLSH="$TCLSH" # Let the user override the test with a dos path.
  ;;
B
Bruce Momjian 已提交
6969
  *)
6970 6971 6972
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
B
Bruce Momjian 已提交
6973 6974 6975 6976 6977 6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988
    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 已提交
6989

6990 6991
test -n "$TCLSH" && break
done
B
Bruce Momjian 已提交
6992

6993
echo $ac_n "checking for tclConfig.sh""... $ac_c" 1>&6
6994
echo "configure:6995: checking for tclConfig.sh" >&5
6995 6996 6997
# Let user override test
if test -z "$TCL_CONFIG_SH"; then
    pgac_test_dirs="$with_tclconfig"
B
Bruce Momjian 已提交
6998

6999 7000 7001 7002
    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 已提交
7003 7004
    fi

P
Peter Eisentraut 已提交
7005
    for pgac_dir do
7006 7007 7008 7009 7010
        if test -r "$pgac_dir/tclConfig.sh"; then
            TCL_CONFIG_SH=$pgac_dir/tclConfig.sh
            break
        fi
    done
B
Bruce Momjian 已提交
7011 7012
fi

7013 7014 7015 7016 7017 7018
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
7019

B
Bruce Momjian 已提交
7020 7021


7022
fi
7023

7024 7025 7026
# Check for Tk configuration script tkConfig.sh
if test "$with_tk" = yes; then
    echo $ac_n "checking for tkConfig.sh""... $ac_c" 1>&6
7027
echo "configure:7028: checking for tkConfig.sh" >&5
7028 7029 7030
# Let user override test
if test -z "$TK_CONFIG_SH"; then
    pgac_test_dirs="$with_tkconfig $with_tclconfig"
7031

7032 7033 7034 7035 7036
    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
7037

P
Peter Eisentraut 已提交
7038
    for pgac_dir do
7039 7040 7041 7042 7043
        if test -r "$pgac_dir/tkConfig.sh"; then
            TK_CONFIG_SH=$pgac_dir/tkConfig.sh
            break
        fi
    done
7044 7045
fi

7046 7047 7048
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; }
7049
else
7050
    echo "$ac_t""$TK_CONFIG_SH" 1>&6
7051 7052 7053 7054
fi



7055
fi
7056 7057


7058
# Finally ready to produce output files ...
7059

7060 7061 7062 7063 7064 7065 7066 7067 7068 7069 7070 7071 7072 7073 7074 7075
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.
#
7076
EOF
7077 7078 7079 7080 7081 7082 7083 7084 7085 7086 7087 7088 7089 7090 7091 7092 7093 7094 7095 7096 7097
# 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
  :
7098
else
7099 7100 7101 7102 7103 7104
  if test -w $cache_file; then
    echo "updating cache $cache_file"
    cat confcache > $cache_file
  else
    echo "not updating unwritable cache $cache_file"
  fi
7105
fi
7106
rm -f confcache
7107

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

7110 7111 7112 7113 7114 7115 7116 7117 7118
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'
7119 7120
fi

7121
trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
7122

7123
DEFS=-DHAVE_CONFIG_H
7124 7125 7126 7127 7128 7129 7130 7131 7132 7133 7134 7135 7136 7137 7138 7139 7140 7141 7142 7143 7144 7145 7146 7147 7148 7149

# 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)
7150
    echo "$CONFIG_STATUS generated by autoconf version 2.13"
7151 7152 7153 7154 7155 7156 7157 7158
    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
7159
ac_given_INSTALL="$INSTALL"
7160

7161 7162 7163 7164 7165
trap 'rm -fr `echo "
  GNUmakefile
  src/GNUmakefile
  src/Makefile.global
  src/backend/port/Makefile
7166
 src/include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
7167 7168 7169 7170 7171 7172 7173 7174
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
7175
s%@SHELL@%$SHELL%g
7176 7177 7178
s%@CFLAGS@%$CFLAGS%g
s%@CPPFLAGS@%$CPPFLAGS%g
s%@CXXFLAGS@%$CXXFLAGS%g
7179
s%@FFLAGS@%$FFLAGS%g
7180 7181 7182 7183 7184 7185 7186 7187 7188 7189 7190 7191 7192 7193 7194 7195
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 已提交
7196
s%@docdir@%$docdir%g
7197
s%@mandir@%$mandir%g
7198
s%@VERSION@%$VERSION%g
7199 7200 7201 7202 7203
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
7204
s%@PORTNAME@%$PORTNAME%g
7205
s%@TAS@%$TAS%g
7206
s%@MULTIBYTE@%$MULTIBYTE%g
7207
s%@CC@%$CC%g
7208
s%@EXEEXT@%$EXEEXT%g
7209
s%@CPP@%$CPP%g
7210
s%@GCC@%$GCC%g
7211 7212 7213 7214
s%@AROPT@%$AROPT%g
s%@SHARED_LIB@%$SHARED_LIB%g
s%@DLSUFFIX@%$DLSUFFIX%g
s%@DL_LIB@%$DL_LIB%g
P
Peter Eisentraut 已提交
7215
s%@autodepend@%$autodepend%g
7216
s%@INCLUDES@%$INCLUDES%g
7217 7218
s%@with_tcl@%$with_tcl%g
s%@with_tk@%$with_tk%g
7219 7220 7221 7222 7223 7224 7225 7226 7227
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
7228 7229
s%@with_krb4@%$with_krb4%g
s%@with_krb5@%$with_krb5%g
7230
s%@krb_srvtab@%$krb_srvtab%g
7231
s%@KRB_LIBS@%$KRB_LIBS%g
7232
s%@with_openssl@%$with_openssl%g
7233 7234
s%@enable_odbc@%$enable_odbc%g
s%@odbcinst_ini_dir@%$odbcinst_ini_dir%g
M
 
Marc G. Fournier 已提交
7235
s%@ELF_SYS@%$ELF_SYS%g
7236
s%@CXX@%$CXX%g
7237
s%@CXXCPP@%$CXXCPP%g
7238
s%@with_CXX@%$with_CXX%g
7239
s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
7240
s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
7241
s%@INSTALL_DATA@%$INSTALL_DATA%g
7242
s%@INSTALL_SHLIB@%$INSTALL_SHLIB%g
7243
s%@AWK@%$AWK%g
7244 7245
s%@FLEX@%$FLEX%g
s%@FLEXFLAGS@%$FLEXFLAGS%g
7246 7247
s%@LN_S@%$LN_S%g
s%@RANLIB@%$RANLIB%g
7248
s%@TAR@%$TAR%g
7249
s%@PERL@%$PERL%g
7250
s%@YACC@%$YACC%g
7251
s%@YFLAGS@%$YFLAGS%g
7252
s%@WISH@%$WISH%g
M
 
Marc G. Fournier 已提交
7253
s%@SNPRINTF@%$SNPRINTF%g
7254
s%@ISINF@%$ISINF%g
7255 7256
s%@GETRUSAGE@%$GETRUSAGE%g
s%@SRANDOM@%$SRANDOM%g
7257
s%@GETHOSTNAME@%$GETHOSTNAME%g
7258
s%@MISSING_RANDOM@%$MISSING_RANDOM%g
7259
s%@INET_ATON@%$INET_ATON%g
B
Bruce Momjian 已提交
7260 7261
s%@STRERROR@%$STRERROR%g
s%@STRERROR2@%$STRERROR2%g
7262
s%@STRDUP@%$STRDUP%g
M
Marc G. Fournier 已提交
7263 7264
s%@STRTOL@%$STRTOL%g
s%@STRTOUL@%$STRTOUL%g
7265
s%@STRCASECMP@%$STRCASECMP%g
7266 7267
s%@HPUXMATHLIB@%$HPUXMATHLIB%g
s%@HAVE_POSIX_SIGNALS@%$HAVE_POSIX_SIGNALS%g
B
Bruce Momjian 已提交
7268 7269 7270
s%@TCLSH@%$TCLSH%g
s%@TCL_CONFIG_SH@%$TCL_CONFIG_SH%g
s%@TK_CONFIG_SH@%$TK_CONFIG_SH%g
7271 7272 7273

CEOF
EOF
7274 7275 7276 7277 7278 7279 7280 7281 7282 7283 7284 7285 7286 7287 7288 7289 7290 7291 7292 7293 7294 7295 7296 7297 7298 7299 7300 7301 7302 7303 7304 7305 7306 7307 7308 7309

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

7310 7311
cat >> $CONFIG_STATUS <<EOF

B
 
Bruce Momjian 已提交
7312
CONFIG_FILES=\${CONFIG_FILES-"GNUmakefile
7313 7314 7315
  src/GNUmakefile
  src/Makefile.global
  src/backend/port/Makefile
B
 
Bruce Momjian 已提交
7316
"}
7317 7318 7319
EOF
cat >> $CONFIG_STATUS <<\EOF
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
7320
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
7321
  case "$ac_file" in
7322
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
7323 7324 7325 7326
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  *) ac_file_in="${ac_file}.in" ;;
  esac

7327
  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
7328 7329 7330 7331 7332 7333 7334 7335 7336 7337 7338 7339 7340 7341 7342 7343 7344 7345 7346 7347 7348 7349 7350

  # 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

7351 7352 7353 7354
  case "$ac_given_INSTALL" in
  [/$]*) INSTALL="$ac_given_INSTALL" ;;
  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  esac
7355

7356 7357 7358 7359 7360 7361 7362 7363
  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
7364 7365

  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
7366 7367 7368 7369
  sed -e "$ac_comsub
s%@configure_input@%$configure_input%g
s%@srcdir@%$srcdir%g
s%@top_srcdir@%$top_srcdir%g
7370
s%@INSTALL@%$INSTALL%g
7371
" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
7372
fi; done
7373
rm -f conftest.s*
7374 7375 7376 7377 7378 7379 7380 7381 7382 7383 7384 7385 7386 7387 7388 7389 7390 7391 7392 7393

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

7394 7395 7396
if test "${CONFIG_HEADERS+set}" != set; then
EOF
cat >> $CONFIG_STATUS <<EOF
7397
  CONFIG_HEADERS="src/include/config.h"
7398 7399 7400
EOF
cat >> $CONFIG_STATUS <<\EOF
fi
7401
for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
7402
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
7403
  case "$ac_file" in
7404
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
7405 7406 7407 7408 7409 7410 7411
       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
7412 7413
  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
7414 7415 7416 7417 7418 7419 7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 7431 7432 7433 7434 7435 7436 7437 7438 7439 7440 7441 7442 7443 7444 7445 7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 7456 7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 7478 7479 7480 7481

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

7482 7483 7484
EOF

cat >> $CONFIG_STATUS <<EOF
7485
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}"
7486
ac_dests="src/backend/port/dynloader.c src/include/dynloader.h src/include/os.h src/Makefile.port src/backend/port/tas.s"
7487 7488 7489 7490 7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512 7513 7514 7515 7516 7517 7518 7519 7520 7521 7522 7523 7524 7525 7526
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
7527 7528
EOF
cat >> $CONFIG_STATUS <<EOF
7529

7530 7531
EOF
cat >> $CONFIG_STATUS <<\EOF
7532
echo "timestamp file" > src/include/stamp-h
7533 7534 7535 7536 7537 7538

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