11384 lines
320 KiB
Bash
Executable File
11384 lines
320 KiB
Bash
Executable File
#! /bin/sh
|
|
# Guess values for system-dependent variables and create Makefiles.
|
|
# Generated by Autoconf 2.50.
|
|
#
|
|
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
|
|
# Free Software Foundation, Inc.
|
|
# This configure script is free software; the Free Software Foundation
|
|
# gives unlimited permission to copy, distribute and modify it.
|
|
|
|
# Be Bourne compatible
|
|
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
|
|
emulate sh
|
|
NULLCMD=:
|
|
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
|
|
set -o posix
|
|
fi
|
|
|
|
# Name of the executable.
|
|
as_me=`echo "$0" |sed 's,.*[\\/],,'`
|
|
|
|
if expr a : '\(a\)' >/dev/null 2>&1; then
|
|
as_expr=expr
|
|
else
|
|
as_expr=false
|
|
fi
|
|
|
|
rm -f conf$$ conf$$.exe conf$$.file
|
|
echo >conf$$.file
|
|
if ln -s conf$$.file conf$$ 2>/dev/null; then
|
|
# We could just check for DJGPP; but this test a) works b) is more generic
|
|
# and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
|
|
if test -f conf$$.exe; then
|
|
# Don't use ln at all; we don't have any links
|
|
as_ln_s='cp -p'
|
|
else
|
|
as_ln_s='ln -s'
|
|
fi
|
|
elif ln conf$$.file conf$$ 2>/dev/null; then
|
|
as_ln_s=ln
|
|
else
|
|
as_ln_s='cp -p'
|
|
fi
|
|
rm -f conf$$ conf$$.exe conf$$.file
|
|
|
|
as_executable_p="test -f"
|
|
|
|
# Support unset when possible.
|
|
if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
|
|
as_unset=unset
|
|
else
|
|
as_unset=false
|
|
fi
|
|
|
|
# NLS nuisances.
|
|
$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
|
|
$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
|
|
$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
|
|
$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
|
|
$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
|
|
$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
|
|
$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
|
|
$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
|
|
|
|
# IFS
|
|
# We need space, tab and new line, in precisely that order.
|
|
as_nl='
|
|
'
|
|
IFS=" $as_nl"
|
|
|
|
# CDPATH.
|
|
$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
|
|
|
|
# Name of the host.
|
|
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
|
|
# so uname gets run too.
|
|
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
|
|
|
|
exec 6>&1
|
|
|
|
#
|
|
# Initializations.
|
|
#
|
|
ac_default_prefix=/usr/local
|
|
cross_compiling=no
|
|
subdirs=
|
|
MFLAGS= MAKEFLAGS=
|
|
SHELL=${CONFIG_SHELL-/bin/sh}
|
|
|
|
# Maximum number of lines to put in a shell here document.
|
|
# This variable seems obsolete. It should probably be removed, and
|
|
# only ac_max_sed_lines should be used.
|
|
: ${ac_max_here_lines=38}
|
|
|
|
# Avoid depending upon Character Ranges.
|
|
ac_cr_az='abcdefghijklmnopqrstuvwxyz'
|
|
ac_cr_AZ='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
|
|
ac_cr_09='0123456789'
|
|
ac_cr_alnum=$ac_cr_az$ac_cr_AZ$ac_cr_09
|
|
|
|
# Sed expression to map a string onto a valid sh and CPP variable names.
|
|
ac_tr_sh="sed y%*+%pp%;s%[^_$ac_cr_alnum]%_%g"
|
|
ac_tr_cpp="sed y%*$ac_cr_az%P$ac_cr_AZ%;s%[^_$ac_cr_alnum]%_%g"
|
|
|
|
ac_unique_file="sudo.h"
|
|
# Factoring default headers for most tests.
|
|
ac_includes_default="\
|
|
#include <stdio.h>
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
#if STDC_HEADERS
|
|
# include <stdlib.h>
|
|
# include <stddef.h>
|
|
#else
|
|
# if HAVE_STDLIB_H
|
|
# include <stdlib.h>
|
|
# endif
|
|
#endif
|
|
#if HAVE_STRING_H
|
|
# if !STDC_HEADERS && HAVE_MEMORY_H
|
|
# include <memory.h>
|
|
# endif
|
|
# include <string.h>
|
|
#else
|
|
# if HAVE_STRINGS_H
|
|
# include <strings.h>
|
|
# endif
|
|
#endif
|
|
#if HAVE_INTTYPES_H
|
|
# include <inttypes.h>
|
|
#endif
|
|
#if HAVE_UNISTD_H
|
|
# include <unistd.h>
|
|
#endif"
|
|
|
|
# Initialize some variables set by options.
|
|
ac_init_help=
|
|
ac_init_version=false
|
|
# The variables have the same names as the options, with
|
|
# dashes changed to underlines.
|
|
cache_file=/dev/null
|
|
exec_prefix=NONE
|
|
no_create=
|
|
no_recursion=
|
|
prefix=NONE
|
|
program_prefix=NONE
|
|
program_suffix=NONE
|
|
program_transform_name=s,x,x,
|
|
silent=
|
|
site=
|
|
srcdir=
|
|
verbose=
|
|
x_includes=NONE
|
|
x_libraries=NONE
|
|
|
|
# Installation directory options.
|
|
# These are left unexpanded so users can "make install exec_prefix=/foo"
|
|
# and all the variables that are supposed to be based on exec_prefix
|
|
# by default will actually change.
|
|
# Use braces instead of parens because sh, perl, etc. also accept them.
|
|
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'
|
|
infodir='${prefix}/info'
|
|
mandir='${prefix}/man'
|
|
|
|
# Identity of this package.
|
|
PACKAGE_NAME=
|
|
PACKAGE_TARNAME=
|
|
PACKAGE_VERSION=
|
|
PACKAGE_STRING=
|
|
PACKAGE_BUGREPORT=
|
|
|
|
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
|
|
|
|
ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
|
|
|
|
# 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_alias ;;
|
|
-build=* | --build=* | --buil=* | --bui=* | --bu=*)
|
|
build_alias=$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 ;;
|
|
|
|
--config-cache | -C)
|
|
cache_file=config.cache ;;
|
|
|
|
-datadir | --datadir | --datadi | --datad | --data | --dat | --da)
|
|
ac_prev=datadir ;;
|
|
-datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
|
|
| --da=*)
|
|
datadir=$ac_optarg ;;
|
|
|
|
-disable-* | --disable-*)
|
|
ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
|
|
# Reject names that are not valid shell variable names.
|
|
expr "x$ac_feature" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
|
|
{ echo "$as_me: error: invalid feature name: $ac_feature" >&2
|
|
{ (exit 1); exit 1; }; }
|
|
ac_feature=`echo $ac_feature | sed 's/-/_/g'`
|
|
eval "enable_$ac_feature=no" ;;
|
|
|
|
-enable-* | --enable-*)
|
|
ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
|
|
# Reject names that are not valid shell variable names.
|
|
expr "x$ac_feature" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
|
|
{ echo "$as_me: error: invalid feature name: $ac_feature" >&2
|
|
{ (exit 1); exit 1; }; }
|
|
ac_feature=`echo $ac_feature | sed 's/-/_/g'`
|
|
case $ac_option in
|
|
*=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
|
|
*) 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 | -h)
|
|
ac_init_help=long ;;
|
|
-help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
|
|
ac_init_help=recursive ;;
|
|
-help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
|
|
ac_init_help=short ;;
|
|
|
|
-host | --host | --hos | --ho)
|
|
ac_prev=host_alias ;;
|
|
-host=* | --host=* | --hos=* | --ho=*)
|
|
host_alias=$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 ;;
|
|
|
|
-infodir | --infodir | --infodi | --infod | --info | --inf)
|
|
ac_prev=infodir ;;
|
|
-infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
|
|
infodir=$ac_optarg ;;
|
|
|
|
-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_alias ;;
|
|
-target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
|
|
target_alias=$ac_optarg ;;
|
|
|
|
-v | -verbose | --verbose | --verbos | --verbo | --verb)
|
|
verbose=yes ;;
|
|
|
|
-version | --version | --versio | --versi | --vers | -V)
|
|
ac_init_version=: ;;
|
|
|
|
-with-* | --with-*)
|
|
ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
|
|
# Reject names that are not valid shell variable names.
|
|
expr "x$ac_package" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
|
|
{ echo "$as_me: error: invalid package name: $ac_package" >&2
|
|
{ (exit 1); exit 1; }; }
|
|
ac_package=`echo $ac_package| sed 's/-/_/g'`
|
|
case $ac_option in
|
|
*=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
|
|
*) ac_optarg=yes ;;
|
|
esac
|
|
eval with_$ac_package='$ac_optarg' ;;
|
|
|
|
-without-* | --without-*)
|
|
ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
|
|
# Reject names that are not valid shell variable names.
|
|
expr "x$ac_package" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
|
|
{ echo "$as_me: error: invalid package name: $ac_package" >&2
|
|
{ (exit 1); exit 1; }; }
|
|
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 "$as_me: error: unrecognized option: $ac_option
|
|
Try \`$0 --help' for more information." >&2
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
|
|
*=*)
|
|
ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
|
|
# Reject names that are not valid shell variable names.
|
|
expr "x$ac_envvar" : ".*[^_$ac_cr_alnum]" >/dev/null &&
|
|
{ echo "$as_me: error: invalid variable name: $ac_envvar" >&2
|
|
{ (exit 1); exit 1; }; }
|
|
ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
|
|
eval "$ac_envvar='$ac_optarg'"
|
|
export $ac_envvar ;;
|
|
|
|
*)
|
|
# FIXME: should be removed in autoconf 3.0.
|
|
echo "$as_me: WARNING: you should use --build, --host, --target" >&2
|
|
expr "x$ac_option" : ".*[^-._$ac_cr_alnum]" >/dev/null &&
|
|
echo "$as_me: WARNING: invalid host type: $ac_option" >&2
|
|
: ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
|
|
;;
|
|
|
|
esac
|
|
done
|
|
|
|
if test -n "$ac_prev"; then
|
|
ac_option=--`echo $ac_prev | sed 's/_/-/g'`
|
|
{ echo "$as_me: error: missing argument to $ac_option" >&2
|
|
{ (exit 1); exit 1; }; }
|
|
fi
|
|
|
|
# Be sure to have absolute paths.
|
|
for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
|
|
localstatedir libdir includedir oldincludedir infodir mandir \
|
|
exec_prefix prefix
|
|
do
|
|
eval ac_val=$`echo $ac_var`
|
|
case $ac_val in
|
|
[\\/$]* | ?:[\\/]* ) ;;
|
|
NONE ) ;;
|
|
*) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
|
|
{ (exit 1); exit 1; }; };;
|
|
esac
|
|
done
|
|
|
|
# There might be people who depend on the old broken behavior: `$host'
|
|
# used to hold the argument of --host etc.
|
|
build=$build_alias
|
|
host=$host_alias
|
|
target=$target_alias
|
|
|
|
# FIXME: should be removed in autoconf 3.0.
|
|
if test "x$host_alias" != x; then
|
|
if test "x$build_alias" = x; then
|
|
cross_compiling=maybe
|
|
echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
|
|
If a cross compiler is detected then cross compile mode will be used." >&2
|
|
elif test "x$build_alias" != "x$host_alias"; then
|
|
cross_compiling=yes
|
|
fi
|
|
fi
|
|
|
|
ac_tool_prefix=
|
|
test -n "$host_alias" && ac_tool_prefix=$host_alias-
|
|
|
|
test "$silent" = yes && exec 6>/dev/null
|
|
|
|
# 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 "$as_me: error: cannot find sources in $ac_confdir or .." >&2
|
|
{ (exit 1); exit 1; }; }
|
|
else
|
|
{ echo "$as_me: error: cannot find sources in $srcdir" >&2
|
|
{ (exit 1); exit 1; }; }
|
|
fi
|
|
fi
|
|
srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
|
|
ac_env_build_alias_set=${build_alias+set}
|
|
ac_env_build_alias_value=$build_alias
|
|
ac_cv_env_build_alias_set=${build_alias+set}
|
|
ac_cv_env_build_alias_value=$build_alias
|
|
ac_env_host_alias_set=${host_alias+set}
|
|
ac_env_host_alias_value=$host_alias
|
|
ac_cv_env_host_alias_set=${host_alias+set}
|
|
ac_cv_env_host_alias_value=$host_alias
|
|
ac_env_target_alias_set=${target_alias+set}
|
|
ac_env_target_alias_value=$target_alias
|
|
ac_cv_env_target_alias_set=${target_alias+set}
|
|
ac_cv_env_target_alias_value=$target_alias
|
|
ac_env_CC_set=${CC+set}
|
|
ac_env_CC_value=$CC
|
|
ac_cv_env_CC_set=${CC+set}
|
|
ac_cv_env_CC_value=$CC
|
|
ac_env_CFLAGS_set=${CFLAGS+set}
|
|
ac_env_CFLAGS_value=$CFLAGS
|
|
ac_cv_env_CFLAGS_set=${CFLAGS+set}
|
|
ac_cv_env_CFLAGS_value=$CFLAGS
|
|
ac_env_LDFLAGS_set=${LDFLAGS+set}
|
|
ac_env_LDFLAGS_value=$LDFLAGS
|
|
ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
|
|
ac_cv_env_LDFLAGS_value=$LDFLAGS
|
|
ac_env_CPPFLAGS_set=${CPPFLAGS+set}
|
|
ac_env_CPPFLAGS_value=$CPPFLAGS
|
|
ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
|
|
ac_cv_env_CPPFLAGS_value=$CPPFLAGS
|
|
ac_env_CPP_set=${CPP+set}
|
|
ac_env_CPP_value=$CPP
|
|
ac_cv_env_CPP_set=${CPP+set}
|
|
ac_cv_env_CPP_value=$CPP
|
|
|
|
#
|
|
# Report the --help message.
|
|
#
|
|
if test "$ac_init_help" = "long"; then
|
|
# 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
|
|
\`configure' configures this package to adapt to many kinds of systems.
|
|
|
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
|
|
|
To assign environment variables (e.g., CC, CFLAGS...), specify them as
|
|
VAR=VALUE. See below for descriptions of some of the useful variables.
|
|
|
|
Defaults for the options are specified in brackets.
|
|
|
|
Configuration:
|
|
-h, --help display this help and exit
|
|
--help=short display options specific to this package
|
|
--help=recursive display the short help of all the included packages
|
|
-V, --version display version information and exit
|
|
-q, --quiet, --silent do not print \`checking...' messages
|
|
--cache-file=FILE cache test results in FILE [disabled]
|
|
-C, --config-cache alias for \`--cache-file=config.cache'
|
|
-n, --no-create do not create output files
|
|
--srcdir=DIR find the sources in DIR [configure dir or \`..']
|
|
|
|
EOF
|
|
|
|
cat <<EOF
|
|
Installation directories:
|
|
--prefix=PREFIX install architecture-independent files in PREFIX
|
|
[$ac_default_prefix]
|
|
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
|
|
[PREFIX]
|
|
|
|
By default, \`make install' will install all the files in
|
|
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
|
|
an installation prefix other than \`$ac_default_prefix' using \`--prefix',
|
|
for instance \`--prefix=\$HOME'.
|
|
|
|
For better control, use the options below.
|
|
|
|
Fine tuning of the installation directories:
|
|
--bindir=DIR user executables [EPREFIX/bin]
|
|
--sbindir=DIR system admin executables [EPREFIX/sbin]
|
|
--libexecdir=DIR program executables [EPREFIX/libexec]
|
|
--datadir=DIR read-only architecture-independent data [PREFIX/share]
|
|
--sysconfdir=DIR read-only single-machine data [/etc]
|
|
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
|
|
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
|
|
--libdir=DIR object code libraries [EPREFIX/lib]
|
|
--includedir=DIR C header files [PREFIX/include]
|
|
--oldincludedir=DIR C header files for non-gcc [/usr/include]
|
|
--infodir=DIR info documentation [PREFIX/info]
|
|
--mandir=DIR man documentation [PREFIX/man]
|
|
EOF
|
|
|
|
cat <<\EOF
|
|
|
|
System types:
|
|
--build=BUILD configure for building on BUILD [guessed]
|
|
--host=HOST build programs to run on HOST [BUILD]
|
|
EOF
|
|
fi
|
|
|
|
if test -n "$ac_init_help"; then
|
|
|
|
cat <<\EOF
|
|
|
|
Optional Features:
|
|
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
|
|
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
|
|
--disable-authentication
|
|
Do not require authentication by default
|
|
--disable-shadow Never use shadow passwords
|
|
--disable-root-sudo don't allow root to run sudo
|
|
--enable-log-host Log the hostname in the log file
|
|
--enable-noargs-shell If sudo is given no arguments run a shell
|
|
--enable-shell-sets-home
|
|
set $HOME to target user in shell mode
|
|
--disable-path-info Print 'command not allowed' not 'command not found'
|
|
--disable-sia Never use SIA on Digital UNIX
|
|
|
|
Optional Packages:
|
|
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
|
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
|
|
--with-otp-only deprecated
|
|
--with-alertmail deprecated
|
|
--with-CC C compiler to use
|
|
--with-incpath additional places to look for include files
|
|
--with-libpath additional places to look for libraries
|
|
--with-libraries additional libraries to link with
|
|
--with-devel add developement options
|
|
--with-csops add CSOps standard options
|
|
--without-passwd don't use passwd/shadow file for authentication
|
|
--with-skey enable S/Key support
|
|
--with-opie enable OPIE support
|
|
--with-long-otp-prompt use a two line OTP (skey/opie) prompt
|
|
--with-SecurID enable SecurID support
|
|
--with-fwtk enable FWTK AuthSRV support
|
|
--with-kerb4 enable kerberos v4 support
|
|
--with-kerb5 enable kerberos v5 support
|
|
--with-authenticate enable AIX general authentication support
|
|
--with-pam enable PAM support
|
|
--with-AFS enable AFS support
|
|
--with-DCE enable DCE support
|
|
--with-logincap enable BSD login class support
|
|
--with-bsdauth enable BSD authentication support
|
|
--without-lecture don't print lecture for first-time sudoer
|
|
--with-logging log via syslog, file, or both
|
|
--with-logfac syslog facility to log with (default is "local2")
|
|
--with-goodpri syslog priority for commands (def is "notice")
|
|
--with-badpri syslog priority for failures (def is "alert")
|
|
--with-logpath path to the sudo log file
|
|
--with-loglen maximum length of a log file line (default is 80)
|
|
--with-ignore-dot ignore '.' in the PATH
|
|
--without-mail-if-no-user do not send mail if user not in sudoers
|
|
--with-mail-if-no-host send mail if user in sudoers but not for this host
|
|
--with-mail-if-noperms send mail if user not allowed to run command
|
|
--with-mailto who should get sudo mail (default is "root")
|
|
--with-mailsubject subject of sudo mail
|
|
--with-passprompt default password prompt
|
|
--with-badpass-message message the user sees when the password is wrong
|
|
--with-fqdn expect fully qualified hosts in sudoers
|
|
--with-timedir path to the sudo timestamp dir
|
|
--with-sendmail=path set path to sendmail
|
|
--without-sendmail do not send mail at all
|
|
--with-sudoers-mode mode of sudoers file (defaults to 0440)
|
|
--with-sudoers-uid uid that owns sudoers file (defaults to 0)
|
|
--with-sudoers-gid gid that owns sudoers file (defaults to 0)
|
|
--with-umask umask with which the prog should run (default is 022)
|
|
--without-umask Preserves the umask of the user invoking sudo.
|
|
--with-runas-default User to run commands as (default is "root")
|
|
--with-exempt=group no passwd needed for users in this group
|
|
--with-editor=path Default editor for visudo (defaults to vi)
|
|
--with-env-editor Use the environment variable EDITOR for visudo
|
|
--with-passwd-tries number of tries to enter password (default is 3)
|
|
--with-timeout minutes before sudo asks for passwd again (def is 5 minutes)
|
|
--with-password-timeout passwd prompt timeout in minutes (default is 5 minutes)
|
|
--with-execv use execv() instead of execvp()
|
|
--with-tty-tickets use a different ticket file for each tty
|
|
--with-insults insult the user for entering an incorrect password
|
|
--with-all-insults include all the sudo insult sets
|
|
--with-classic-insults include the insults from the "classic" sudo
|
|
--with-csops-insults include CSOps insults
|
|
--with-hal-insults include 2001-like insults
|
|
--with-goons-insults include the insults from the "Goon Show"
|
|
--with-secure-path override the user's path with a builtin one
|
|
--without-interfaces don't try to read the ip addr of ether interfaces
|
|
|
|
Some influential environment variables:
|
|
CC C compiler command
|
|
CFLAGS C compiler flags
|
|
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
|
|
nonstandard directory <lib dir>
|
|
CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
|
|
headers in a nonstandard directory <include dir>
|
|
CPP C preprocessor
|
|
|
|
Use these variables to override the choices made by `configure' or to help
|
|
it to find libraries and programs with nonstandard names/locations.
|
|
|
|
EOF
|
|
fi
|
|
|
|
if test "$ac_init_help" = "recursive"; then
|
|
# If there are subdirs, report their specific --help.
|
|
ac_popdir=`pwd`
|
|
for ac_subdir in : $ac_subdirs_all; do test "x$ac_subdir" = x: && continue
|
|
cd $ac_subdir
|
|
# A "../" for each directory in /$ac_subdir.
|
|
ac_dots=`echo $ac_subdir |
|
|
sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'`
|
|
|
|
case $srcdir in
|
|
.) # No --srcdir option. We are building in place.
|
|
ac_sub_srcdir=$srcdir ;;
|
|
[\\/]* | ?:[\\/]* ) # Absolute path.
|
|
ac_sub_srcdir=$srcdir/$ac_subdir ;;
|
|
*) # Relative path.
|
|
ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;;
|
|
esac
|
|
|
|
# Check for guested configure; otherwise get Cygnus style configure.
|
|
if test -f $ac_sub_srcdir/configure.gnu; then
|
|
echo
|
|
$SHELL $ac_sub_srcdir/configure.gnu --help=recursive
|
|
elif test -f $ac_sub_srcdir/configure; then
|
|
echo
|
|
$SHELL $ac_sub_srcdir/configure --help=recursive
|
|
elif test -f $ac_sub_srcdir/configure.ac ||
|
|
test -f $ac_sub_srcdir/configure.in; then
|
|
echo
|
|
$ac_configure --help
|
|
else
|
|
echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2
|
|
fi
|
|
cd $ac_popdir
|
|
done
|
|
fi
|
|
|
|
test -n "$ac_init_help" && exit 0
|
|
if $ac_init_version; then
|
|
cat <<\EOF
|
|
|
|
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
|
|
Free Software Foundation, Inc.
|
|
This configure script is free software; the Free Software Foundation
|
|
gives unlimited permission to copy, distribute and modify it.
|
|
EOF
|
|
exit 0
|
|
fi
|
|
exec 5>config.log
|
|
cat >&5 <<EOF
|
|
This file contains any messages produced by compilers while
|
|
running configure, to aid debugging if configure makes a mistake.
|
|
|
|
It was created by $as_me, which was
|
|
generated by GNU Autoconf 2.50. Invocation command line was
|
|
|
|
$ $0 $@
|
|
|
|
EOF
|
|
{
|
|
cat <<_ASUNAME
|
|
## ---------- ##
|
|
## Platform. ##
|
|
## ---------- ##
|
|
|
|
hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
|
|
uname -m = `(uname -m) 2>/dev/null || echo unknown`
|
|
uname -r = `(uname -r) 2>/dev/null || echo unknown`
|
|
uname -s = `(uname -s) 2>/dev/null || echo unknown`
|
|
uname -v = `(uname -v) 2>/dev/null || echo unknown`
|
|
|
|
/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
|
|
/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
|
|
|
|
/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
|
|
/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
|
|
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
|
|
hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
|
|
/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
|
|
/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
|
|
/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
|
|
|
|
PATH = $PATH
|
|
|
|
_ASUNAME
|
|
} >&5
|
|
|
|
cat >&5 <<EOF
|
|
## ------------ ##
|
|
## Core tests. ##
|
|
## ------------ ##
|
|
|
|
EOF
|
|
|
|
# Keep a trace of the command line.
|
|
# Strip out --no-create and --no-recursion so they do not pile up.
|
|
# Also quote any args containing shell meta-characters.
|
|
ac_configure_args=
|
|
ac_sep=
|
|
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_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
|
|
ac_configure_args="$ac_configure_args$ac_sep\"$ac_arg\""
|
|
ac_sep=" " ;;
|
|
*) ac_configure_args="$ac_configure_args$ac_sep$ac_arg"
|
|
ac_sep=" " ;;
|
|
esac
|
|
# Get rid of the leading space.
|
|
done
|
|
|
|
# When interrupted or exit'd, cleanup temporary files, and complete
|
|
# config.log. We remove comments because anyway the quotes in there
|
|
# would cause problems or look ugly.
|
|
trap 'exit_status=$?
|
|
# Save into config.log some information that might help in debugging.
|
|
echo >&5
|
|
echo "## ----------------- ##" >&5
|
|
echo "## Cache variables. ##" >&5
|
|
echo "## ----------------- ##" >&5
|
|
echo >&5
|
|
# The following way of writing the cache mishandles newlines in values,
|
|
{
|
|
(set) 2>&1 |
|
|
case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
|
|
*ac_space=\ *)
|
|
sed -n \
|
|
"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
|
|
s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
|
|
;;
|
|
*)
|
|
sed -n \
|
|
"s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
|
|
;;
|
|
esac;
|
|
} >&5
|
|
sed "/^$/d" confdefs.h >conftest.log
|
|
if test -s conftest.log; then
|
|
echo >&5
|
|
echo "## ------------ ##" >&5
|
|
echo "## confdefs.h. ##" >&5
|
|
echo "## ------------ ##" >&5
|
|
echo >&5
|
|
cat conftest.log >&5
|
|
fi
|
|
(echo; echo) >&5
|
|
test "$ac_signal" != 0 &&
|
|
echo "$as_me: caught signal $ac_signal" >&5
|
|
echo "$as_me: exit $exit_status" >&5
|
|
rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files &&
|
|
exit $exit_status
|
|
' 0
|
|
for ac_signal in 1 2 13 15; do
|
|
trap 'ac_status=$?; ac_signal='$ac_signal'; { (exit $ac_status); exit $ac_status; }' $ac_signal
|
|
done
|
|
ac_signal=0
|
|
|
|
# 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
|
|
|
|
# Let the site file select an alternate cache file if it wants to.
|
|
# 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 "$as_me:921: loading site script $ac_site_file" >&5
|
|
echo "$as_me: loading site script $ac_site_file" >&6;}
|
|
cat "$ac_site_file" >&5
|
|
. "$ac_site_file"
|
|
fi
|
|
done
|
|
|
|
if test -r "$cache_file"; then
|
|
# Some versions of bash will fail to source /dev/null (special
|
|
# files actually), so we avoid doing that.
|
|
if test -f "$cache_file"; then
|
|
{ echo "$as_me:932: loading cache $cache_file" >&5
|
|
echo "$as_me: loading cache $cache_file" >&6;}
|
|
case $cache_file in
|
|
[\\/]* | ?:[\\/]* ) . $cache_file;;
|
|
*) . ./$cache_file;;
|
|
esac
|
|
fi
|
|
else
|
|
{ echo "$as_me:940: creating cache $cache_file" >&5
|
|
echo "$as_me: creating cache $cache_file" >&6;}
|
|
>$cache_file
|
|
fi
|
|
|
|
# Check that the precious variables saved in the cache have kept the same
|
|
# value.
|
|
ac_suggest_removing_cache=false
|
|
for ac_var in `(set) 2>&1 |
|
|
sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
|
|
eval ac_old_set=\$ac_cv_env_${ac_var}_set
|
|
eval ac_new_set=\$ac_env_${ac_var}_set
|
|
eval ac_old_val="\$ac_cv_env_${ac_var}_value"
|
|
eval ac_new_val="\$ac_env_${ac_var}_value"
|
|
case $ac_old_set,$ac_new_set in
|
|
set,)
|
|
{ echo "$as_me:956: WARNING: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
|
|
echo "$as_me: WARNING: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
|
|
ac_suggest_removing_cache=: ;;
|
|
,set)
|
|
{ echo "$as_me:960: WARNING: \`$ac_var' was not set in the previous run" >&5
|
|
echo "$as_me: WARNING: \`$ac_var' was not set in the previous run" >&2;}
|
|
ac_suggest_removing_cache=: ;;
|
|
,);;
|
|
*)
|
|
if test "x$ac_old_val" != "x$ac_new_val"; then
|
|
{ echo "$as_me:966: WARNING: \`$ac_var' has changed since the previous run:" >&5
|
|
echo "$as_me: WARNING: \`$ac_var' has changed since the previous run:" >&2;}
|
|
{ echo "$as_me:968: WARNING: former value: $ac_old_val" >&5
|
|
echo "$as_me: WARNING: former value: $ac_old_val" >&2;}
|
|
{ echo "$as_me:970: WARNING: current value: $ac_new_val" >&5
|
|
echo "$as_me: WARNING: current value: $ac_new_val" >&2;}
|
|
ac_suggest_removing_cache=:
|
|
fi;;
|
|
esac
|
|
done
|
|
if $ac_suggest_removing_cache; then
|
|
{ echo "$as_me:977: WARNING: changes in the environment can compromise the build" >&5
|
|
echo "$as_me: WARNING: changes in the environment can compromise the build" >&2;}
|
|
{ echo "$as_me:979: WARNING: consider removing $cache_file and starting over" >&5
|
|
echo "$as_me: WARNING: consider removing $cache_file and starting over" >&2;}
|
|
fi
|
|
|
|
ac_ext=c
|
|
ac_cpp='$CPP $CPPFLAGS'
|
|
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
|
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
|
|
case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
|
|
*c*,-n*) ECHO_N= ECHO_C='
|
|
' ECHO_T=' ' ;;
|
|
*c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
|
|
*) ECHO_N= ECHO_C='\c' ECHO_T= ;;
|
|
esac
|
|
echo "#! $SHELL" >conftest.sh
|
|
echo "exit 0" >>conftest.sh
|
|
chmod +x conftest.sh
|
|
if { (echo "$as_me:998: PATH=\".;.\"; conftest.sh") >&5
|
|
(PATH=".;."; conftest.sh) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:1001: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; then
|
|
ac_path_separator=';'
|
|
else
|
|
ac_path_separator=:
|
|
fi
|
|
PATH_SEPARATOR="$ac_path_separator"
|
|
rm -f conftest.sh
|
|
|
|
ac_config_headers="$ac_config_headers config.h pathnames.h"
|
|
|
|
echo "Configuring Sudo version 1.6.4"
|
|
|
|
timeout=5
|
|
password_timeout=5
|
|
sudo_umask=0022
|
|
passprompt="Password:"
|
|
long_otp_prompt=off
|
|
lecture=on
|
|
logfac=local2
|
|
goodpri=notice
|
|
badpri=alert
|
|
loglen=80
|
|
ignore_dot=off
|
|
mail_no_user=on
|
|
mail_no_host=off
|
|
mail_no_perms=off
|
|
mailto=root
|
|
mailsub='*** SECURITY information for %h ***'
|
|
badpass_message='Sorry, try again.'
|
|
fqdn=off
|
|
runas_default=root
|
|
env_editor=off
|
|
passwd_tries=3
|
|
tty_tickets=off
|
|
insults=off
|
|
PROGS="sudo visudo"
|
|
test -n "$MANTYPE" || MANTYPE="man"
|
|
test -n "$mansrcdir" || mansrcdir="."
|
|
test -n "$SUDOERS_MODE" || SUDOERS_MODE=0440
|
|
test -n "$SUDOERS_UID" || SUDOERS_UID=0
|
|
test -n "$SUDOERS_GID" || SUDOERS_GID=0
|
|
DEV="#"
|
|
|
|
CHECKSHADOW=true
|
|
CHECKSIA=true
|
|
|
|
test "$mandir" = '${prefix}/man' && mandir='$(prefix)/man'
|
|
test "$bindir" = '${exec_prefix}/bin' && bindir='$(exec_prefix)/bin'
|
|
test "$sbindir" = '${exec_prefix}/sbin' && sbindir='$(exec_prefix)/sbin'
|
|
test "$sysconfdir" = '${prefix}/etc' && sysconfdir='/etc'
|
|
|
|
# Check whether --with-otp-only or --without-otp-only was given.
|
|
if test "${with_otp_only+set}" = set; then
|
|
withval="$with_otp_only"
|
|
case $with_otp_only in
|
|
yes) with_passwd=no
|
|
cat >>confdefs.h <<\EOF
|
|
#define WITHOUT_PASSWD 1
|
|
EOF
|
|
|
|
{ echo "$as_me:1062: WARNING: --with-otp-only option deprecated, treating as --without-passwd" >&5
|
|
echo "$as_me: WARNING: --with-otp-only option deprecated, treating as --without-passwd" >&2;}
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
# Check whether --with-alertmail or --without-alertmail was given.
|
|
if test "${with_alertmail+set}" = set; then
|
|
withval="$with_alertmail"
|
|
case $with_alertmail in
|
|
*) with_mailto="$with_alertmail"
|
|
cat >>confdefs.h <<\EOF
|
|
#define WITHOUT_PASSWD 1
|
|
EOF
|
|
|
|
{ echo "$as_me:1077: WARNING: --with-alertmail option deprecated, treating as --mailto" >&5
|
|
echo "$as_me: WARNING: --with-alertmail option deprecated, treating as --mailto" >&2;}
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
# Check whether --with-CC or --without-CC was given.
|
|
if test "${with_CC+set}" = set; then
|
|
withval="$with_CC"
|
|
case $with_CC in
|
|
yes) { { echo "$as_me:1087: error: \"must give --with-CC an argument.\"" >&5
|
|
echo "$as_me: error: \"must give --with-CC an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
no) { { echo "$as_me:1091: error: \"illegal argument: --without-CC.\"" >&5
|
|
echo "$as_me: error: \"illegal argument: --without-CC.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
*) CC=$with_CC
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
# Check whether --with-incpath or --without-incpath was given.
|
|
if test "${with_incpath+set}" = set; then
|
|
withval="$with_incpath"
|
|
case $with_incpath in
|
|
yes) { { echo "$as_me:1104: error: \"must give --with-incpath an argument.\"" >&5
|
|
echo "$as_me: error: \"must give --with-incpath an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
no) { { echo "$as_me:1108: error: \"--without-incpath not supported.\"" >&5
|
|
echo "$as_me: error: \"--without-incpath not supported.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
*) echo "Adding ${with_incpath} to CPPFLAGS"
|
|
for i in ${with_incpath}; do
|
|
CPPFLAGS="${CPPFLAGS} -I${i}"
|
|
done
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
# Check whether --with-libpath or --without-libpath was given.
|
|
if test "${with_libpath+set}" = set; then
|
|
withval="$with_libpath"
|
|
case $with_libpath in
|
|
yes) { { echo "$as_me:1124: error: \"must give --with-libpath an argument.\"" >&5
|
|
echo "$as_me: error: \"must give --with-libpath an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
no) { { echo "$as_me:1128: error: \"--without-libpath not supported.\"" >&5
|
|
echo "$as_me: error: \"--without-libpath not supported.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
*) echo "Adding ${with_libpath} to LDFLAGS"
|
|
for i in ${with_libpath}; do
|
|
LDFLAGS="${LDFLAGS} -L${i}"
|
|
done
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
# Check whether --with-libraries or --without-libraries was given.
|
|
if test "${with_libraries+set}" = set; then
|
|
withval="$with_libraries"
|
|
case $with_libraries in
|
|
yes) { { echo "$as_me:1144: error: \"must give --with-libraries an argument.\"" >&5
|
|
echo "$as_me: error: \"must give --with-libraries an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
no) { { echo "$as_me:1148: error: \"--without-libraries not supported.\"" >&5
|
|
echo "$as_me: error: \"--without-libraries not supported.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
*) echo "Adding ${with_libraries} to LIBS"
|
|
for i in ${with_libraries}; do
|
|
case $i in
|
|
-l*) ;;
|
|
*.a) ;;
|
|
*.o) ;;
|
|
*) i="-l${i}";;
|
|
esac
|
|
LIBS="${LIBS} ${i}"
|
|
done
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
# Check whether --with-devel or --without-devel was given.
|
|
if test "${with_devel+set}" = set; then
|
|
withval="$with_devel"
|
|
case $with_devel in
|
|
yes) echo 'Setting up for developement: -Wall, flex, yacc'
|
|
PROGS="${PROGS} testsudoers"
|
|
OSDEFS="${OSDEFS} -DSUDO_DEVEL"
|
|
DEV=""
|
|
;;
|
|
no) ;;
|
|
*) echo "Ignoring unknown argument to --with-devel: $with_devel"
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
# Check whether --with-csops or --without-csops was given.
|
|
if test "${with_csops+set}" = set; then
|
|
withval="$with_csops"
|
|
case $with_csops in
|
|
yes) echo 'Adding CSOps standard options'
|
|
CHECKSIA=false
|
|
with_ignore_dot=yes
|
|
insults=on
|
|
with_classic_insults=yes
|
|
with_csops_insults=yes
|
|
with_env_editor=yes
|
|
;;
|
|
no) ;;
|
|
*) echo "Ignoring unknown argument to --with-csops: $with_csops"
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
# Check whether --with-passwd or --without-passwd was given.
|
|
if test "${with_passwd+set}" = set; then
|
|
withval="$with_passwd"
|
|
case $with_passwd in
|
|
yes) ;;
|
|
no) cat >>confdefs.h <<\EOF
|
|
#define WITHOUT_PASSWD 1
|
|
EOF
|
|
|
|
echo "$as_me:1208: checking whether to use shadow/passwd file authentication" >&5
|
|
echo $ECHO_N "checking whether to use shadow/passwd file authentication... $ECHO_C" >&6
|
|
echo "$as_me:1210: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
;;
|
|
*) { { echo "$as_me:1213: error: \"Sorry, --with-passwd does not take an argument.\"" >&5
|
|
echo "$as_me: error: \"Sorry, --with-passwd does not take an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
# Check whether --with-skey or --without-skey was given.
|
|
if test "${with_skey+set}" = set; then
|
|
withval="$with_skey"
|
|
case $with_skey in
|
|
yes) if test -n "$with_opie"; then
|
|
{ { echo "$as_me:1225: error: \"cannot use both S/Key and OPIE\"" >&5
|
|
echo "$as_me: error: \"cannot use both S/Key and OPIE\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
fi
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_SKEY 1
|
|
EOF
|
|
|
|
echo "$as_me:1233: checking whether to try S/Key authentication" >&5
|
|
echo $ECHO_N "checking whether to try S/Key authentication... $ECHO_C" >&6
|
|
echo "$as_me:1235: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
AUTH_OBJS="${AUTH_OBJS} rfc1938.o"
|
|
;;
|
|
no) ;;
|
|
*) echo "Ignoring unknown argument to --with-skey: $with_skey"
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
# Check whether --with-opie or --without-opie was given.
|
|
if test "${with_opie+set}" = set; then
|
|
withval="$with_opie"
|
|
case $with_opie in
|
|
yes) if test -n "$with_skey"; then
|
|
{ { echo "$as_me:1250: error: \"cannot use both S/Key and OPIE\"" >&5
|
|
echo "$as_me: error: \"cannot use both S/Key and OPIE\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
fi
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_OPIE 1
|
|
EOF
|
|
|
|
echo "$as_me:1258: checking whether to try NRL OPIE authentication" >&5
|
|
echo $ECHO_N "checking whether to try NRL OPIE authentication... $ECHO_C" >&6
|
|
echo "$as_me:1260: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
AUTH_OBJS="${AUTH_OBJS} rfc1938.o"
|
|
;;
|
|
no) ;;
|
|
*) echo "Ignoring unknown argument to --with-opie: $with_opie"
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
# Check whether --with-long-otp-prompt or --without-long-otp-prompt was given.
|
|
if test "${with_long_otp_prompt+set}" = set; then
|
|
withval="$with_long_otp_prompt"
|
|
case $with_long_otp_prompt in
|
|
yes) cat >>confdefs.h <<\EOF
|
|
#define LONG_OTP_PROMPT 1
|
|
EOF
|
|
|
|
echo "$as_me:1278: checking whether to use a two line prompt for OTP authentication" >&5
|
|
echo $ECHO_N "checking whether to use a two line prompt for OTP authentication... $ECHO_C" >&6
|
|
echo "$as_me:1280: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
long_otp_prompt=on
|
|
;;
|
|
no) long_otp_prompt=off
|
|
;;
|
|
*) { { echo "$as_me:1286: error: \"--with-long-otp-prompt does not take an argument.\"" >&5
|
|
echo "$as_me: error: \"--with-long-otp-prompt does not take an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
# Check whether --with-SecurID or --without-SecurID was given.
|
|
if test "${with_SecurID+set}" = set; then
|
|
withval="$with_SecurID"
|
|
case $with_SecurID in
|
|
no) ;;
|
|
*) cat >>confdefs.h <<\EOF
|
|
#define HAVE_SECURID 1
|
|
EOF
|
|
|
|
echo "$as_me:1302: checking whether to use SecurID for authentication" >&5
|
|
echo $ECHO_N "checking whether to use SecurID for authentication... $ECHO_C" >&6
|
|
echo "$as_me:1304: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
with_passwd=no
|
|
AUTH_OBJS="securid.o"
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
# Check whether --with-fwtk or --without-fwtk was given.
|
|
if test "${with_fwtk+set}" = set; then
|
|
withval="$with_fwtk"
|
|
case $with_fwtk in
|
|
yes) cat >>confdefs.h <<\EOF
|
|
#define HAVE_FWTK 1
|
|
EOF
|
|
|
|
echo "$as_me:1320: checking whether to use FWTK AuthSRV for authentication" >&5
|
|
echo $ECHO_N "checking whether to use FWTK AuthSRV for authentication... $ECHO_C" >&6
|
|
echo "$as_me:1322: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
with_passwd=no
|
|
AUTH_OBJS="fwtk.o"
|
|
;;
|
|
no) ;;
|
|
*) cat >>confdefs.h <<\EOF
|
|
#define HAVE_FWTK 1
|
|
EOF
|
|
|
|
echo "$as_me:1332: checking whether to use FWTK AuthSRV for authentication" >&5
|
|
echo $ECHO_N "checking whether to use FWTK AuthSRV for authentication... $ECHO_C" >&6
|
|
echo "$as_me:1334: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
SUDO_LDFLAGS="${SUDO_LDFLAGS} -L${with_fwtk}"
|
|
CPPFLAGS="${CPPFLAGS} -I${with_fwtk}"
|
|
with_passwd=no
|
|
AUTH_OBJS="fwtk.o"
|
|
with_fwtk=yes
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
# Check whether --with-kerb4 or --without-kerb4 was given.
|
|
if test "${with_kerb4+set}" = set; then
|
|
withval="$with_kerb4"
|
|
case $with_kerb4 in
|
|
yes) echo "$as_me:1349: checking whether to try Kerberos 4 authentication" >&5
|
|
echo $ECHO_N "checking whether to try Kerberos 4 authentication... $ECHO_C" >&6
|
|
echo "$as_me:1351: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
;;
|
|
no) ;;
|
|
*) { { echo "$as_me:1355: error: \"--with-kerb4 does not take an argument.\"" >&5
|
|
echo "$as_me: error: \"--with-kerb4 does not take an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
# Check whether --with-kerb5 or --without-kerb5 was given.
|
|
if test "${with_kerb5+set}" = set; then
|
|
withval="$with_kerb5"
|
|
case $with_kerb5 in
|
|
yes) echo "$as_me:1366: checking whether to try Kerberos 5 authentication" >&5
|
|
echo $ECHO_N "checking whether to try Kerberos 5 authentication... $ECHO_C" >&6
|
|
echo "$as_me:1368: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
;;
|
|
no) ;;
|
|
*) { { echo "$as_me:1372: error: \"--with-kerb5 does not take an argument.\"" >&5
|
|
echo "$as_me: error: \"--with-kerb5 does not take an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
# Check whether --with-authenticate or --without-authenticate was given.
|
|
if test "${with_authenticate+set}" = set; then
|
|
withval="$with_authenticate"
|
|
case $with_authenticate in
|
|
yes) cat >>confdefs.h <<\EOF
|
|
#define HAVE_AUTHENTICATE 1
|
|
EOF
|
|
|
|
echo "$as_me:1387: checking whether to use AIX general authentication" >&5
|
|
echo $ECHO_N "checking whether to use AIX general authentication... $ECHO_C" >&6
|
|
echo "$as_me:1389: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
with_passwd=no
|
|
AUTH_OBJS="aix_auth.o"
|
|
;;
|
|
no) ;;
|
|
*) { { echo "$as_me:1395: error: \"--with-authenticate does not take an argument.\"" >&5
|
|
echo "$as_me: error: \"--with-authenticate does not take an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
# Check whether --with-pam or --without-pam was given.
|
|
if test "${with_pam+set}" = set; then
|
|
withval="$with_pam"
|
|
case $with_pam in
|
|
yes) cat >>confdefs.h <<\EOF
|
|
#define HAVE_PAM 1
|
|
EOF
|
|
|
|
echo "$as_me:1410: checking whether to use PAM authentication" >&5
|
|
echo $ECHO_N "checking whether to use PAM authentication... $ECHO_C" >&6
|
|
echo "$as_me:1412: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
with_passwd=no
|
|
AUTH_OBJS="pam.o"
|
|
;;
|
|
no) ;;
|
|
*) { { echo "$as_me:1418: error: \"--with-pam does not take an argument.\"" >&5
|
|
echo "$as_me: error: \"--with-pam does not take an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
# Check whether --with-AFS or --without-AFS was given.
|
|
if test "${with_AFS+set}" = set; then
|
|
withval="$with_AFS"
|
|
case $with_AFS in
|
|
yes) cat >>confdefs.h <<\EOF
|
|
#define HAVE_AFS 1
|
|
EOF
|
|
|
|
echo "$as_me:1433: checking whether to try AFS (kerberos) authentication" >&5
|
|
echo $ECHO_N "checking whether to try AFS (kerberos) authentication... $ECHO_C" >&6
|
|
echo "$as_me:1435: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
AUTH_OBJS="${AUTH_OBJS} afs.o"
|
|
;;
|
|
no) ;;
|
|
*) { { echo "$as_me:1440: error: \"--with-AFS does not take an argument.\"" >&5
|
|
echo "$as_me: error: \"--with-AFS does not take an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
# Check whether --with-DCE or --without-DCE was given.
|
|
if test "${with_DCE+set}" = set; then
|
|
withval="$with_DCE"
|
|
case $with_DCE in
|
|
yes) cat >>confdefs.h <<\EOF
|
|
#define HAVE_DCE 1
|
|
EOF
|
|
|
|
echo "$as_me:1455: checking whether to try DCE (kerberos) authentication" >&5
|
|
echo $ECHO_N "checking whether to try DCE (kerberos) authentication... $ECHO_C" >&6
|
|
echo "$as_me:1457: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
AUTH_OBJS="${AUTH_OBJS} dce.o"
|
|
;;
|
|
no) ;;
|
|
*) { { echo "$as_me:1462: error: \"--with-DCE does not take an argument.\"" >&5
|
|
echo "$as_me: error: \"--with-DCE does not take an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
# Check whether --with-logincap or --without-logincap was given.
|
|
if test "${with_logincap+set}" = set; then
|
|
withval="$with_logincap"
|
|
case $with_logincap in
|
|
yes|no) ;;
|
|
*) { { echo "$as_me:1474: error: \"--with-logincap does not take an argument.\"" >&5
|
|
echo "$as_me: error: \"--with-logincap does not take an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
# Check whether --with-bsdauth or --without-bsdauth was given.
|
|
if test "${with_bsdauth+set}" = set; then
|
|
withval="$with_bsdauth"
|
|
case $with_bsdauth in
|
|
yes) with_logincap=yes
|
|
;;
|
|
no) ;;
|
|
*) { { echo "$as_me:1488: error: \"--with-bsdauth does not take an argument.\"" >&5
|
|
echo "$as_me: error: \"--with-bsdauth does not take an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
echo "$as_me:1495: checking whether to lecture users the first time they run sudo" >&5
|
|
echo $ECHO_N "checking whether to lecture users the first time they run sudo... $ECHO_C" >&6
|
|
|
|
# Check whether --with-lecture or --without-lecture was given.
|
|
if test "${with_lecture+set}" = set; then
|
|
withval="$with_lecture"
|
|
case $with_lecture in
|
|
yes|short) lecture=on
|
|
;;
|
|
no|none) lecture=off
|
|
;;
|
|
*) { { echo "$as_me:1506: error: \"unknown argument to --with-lecture: $with_lecture\"" >&5
|
|
echo "$as_me: error: \"unknown argument to --with-lecture: $with_lecture\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
if test "$lecture" = "on"; then
|
|
echo "$as_me:1513: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
else
|
|
cat >>confdefs.h <<\EOF
|
|
#define NO_LECTURE 1
|
|
EOF
|
|
|
|
echo "$as_me:1520: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi
|
|
|
|
echo "$as_me:1524: checking whether sudo should log via syslog or to a file by default" >&5
|
|
echo $ECHO_N "checking whether sudo should log via syslog or to a file by default... $ECHO_C" >&6
|
|
|
|
# Check whether --with-logging or --without-logging was given.
|
|
if test "${with_logging+set}" = set; then
|
|
withval="$with_logging"
|
|
case $with_logging in
|
|
yes) { { echo "$as_me:1531: error: \"must give --with-logging an argument.\"" >&5
|
|
echo "$as_me: error: \"must give --with-logging an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
no) { { echo "$as_me:1535: error: \"--without-logging not supported.\"" >&5
|
|
echo "$as_me: error: \"--without-logging not supported.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
syslog) cat >>confdefs.h <<\EOF
|
|
#define LOGGING SLOG_SYSLOG
|
|
EOF
|
|
|
|
echo "$as_me:1543: result: syslog" >&5
|
|
echo "${ECHO_T}syslog" >&6
|
|
;;
|
|
file) cat >>confdefs.h <<\EOF
|
|
#define LOGGING SLOG_FILE
|
|
EOF
|
|
|
|
echo "$as_me:1550: result: file" >&5
|
|
echo "${ECHO_T}file" >&6
|
|
;;
|
|
both) cat >>confdefs.h <<\EOF
|
|
#define LOGGING SLOG_BOTH
|
|
EOF
|
|
|
|
echo "$as_me:1557: result: both" >&5
|
|
echo "${ECHO_T}both" >&6
|
|
;;
|
|
*) { { echo "$as_me:1560: error: \"unknown argument to --with-logging: $with_logging\"" >&5
|
|
echo "$as_me: error: \"unknown argument to --with-logging: $with_logging\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
else
|
|
cat >>confdefs.h <<\EOF
|
|
#define LOGGING SLOG_SYSLOG
|
|
EOF
|
|
echo "$as_me:1569: result: syslog" >&5
|
|
echo "${ECHO_T}syslog" >&6
|
|
fi;
|
|
|
|
echo "$as_me:1573: checking which syslog facility sudo should log with" >&5
|
|
echo $ECHO_N "checking which syslog facility sudo should log with... $ECHO_C" >&6
|
|
|
|
# Check whether --with-logfac or --without-logfac was given.
|
|
if test "${with_logfac+set}" = set; then
|
|
withval="$with_logfac"
|
|
case $with_logfac in
|
|
yes) { { echo "$as_me:1580: error: \"must give --with-logfac an argument.\"" >&5
|
|
echo "$as_me: error: \"must give --with-logfac an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
no) { { echo "$as_me:1584: error: \"--without-logfac not supported.\"" >&5
|
|
echo "$as_me: error: \"--without-logfac not supported.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
authpriv|auth|daemon|user|local0|local1|local2|local3|local4|local5|local6|local7) logfac=$with_logfac
|
|
;;
|
|
*) { { echo "$as_me:1590: error: \"$with_logfac is not a supported syslog facility.\"" >&5
|
|
echo "$as_me: error: \"$with_logfac is not a supported syslog facility.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
cat >>confdefs.h <<EOF
|
|
#define LOGFAC "$logfac"
|
|
EOF
|
|
|
|
echo "$as_me:1600: result: $logfac" >&5
|
|
echo "${ECHO_T}$logfac" >&6
|
|
|
|
echo "$as_me:1603: checking at which syslog priority to log commands" >&5
|
|
echo $ECHO_N "checking at which syslog priority to log commands... $ECHO_C" >&6
|
|
|
|
# Check whether --with-goodpri or --without-goodpri was given.
|
|
if test "${with_goodpri+set}" = set; then
|
|
withval="$with_goodpri"
|
|
case $with_goodpri in
|
|
yes) { { echo "$as_me:1610: error: \"must give --with-goodpri an argument.\"" >&5
|
|
echo "$as_me: error: \"must give --with-goodpri an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
no) { { echo "$as_me:1614: error: \"--without-goodpri not supported.\"" >&5
|
|
echo "$as_me: error: \"--without-goodpri not supported.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
alert|crit|debug|emerg|err|info|notice|warning)
|
|
goodpri=$with_goodpri
|
|
;;
|
|
*) { { echo "$as_me:1621: error: \"$with_goodpri is not a supported syslog priority.\"" >&5
|
|
echo "$as_me: error: \"$with_goodpri is not a supported syslog priority.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
cat >>confdefs.h <<EOF
|
|
#define PRI_SUCCESS "$goodpri"
|
|
EOF
|
|
|
|
echo "$as_me:1631: result: $goodpri" >&5
|
|
echo "${ECHO_T}$goodpri" >&6
|
|
|
|
echo "$as_me:1634: checking at which syslog priority to log failures" >&5
|
|
echo $ECHO_N "checking at which syslog priority to log failures... $ECHO_C" >&6
|
|
|
|
# Check whether --with-badpri or --without-badpri was given.
|
|
if test "${with_badpri+set}" = set; then
|
|
withval="$with_badpri"
|
|
case $with_badpri in
|
|
yes) { { echo "$as_me:1641: error: \"must give --with-badpri an argument.\"" >&5
|
|
echo "$as_me: error: \"must give --with-badpri an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
no) { { echo "$as_me:1645: error: \"--without-badpri not supported.\"" >&5
|
|
echo "$as_me: error: \"--without-badpri not supported.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
alert|crit|debug|emerg|err|info|notice|warning)
|
|
badpri=$with_badpri
|
|
;;
|
|
*) { { echo "$as_me:1652: error: $with_badpri is not a supported syslog priority." >&5
|
|
echo "$as_me: error: $with_badpri is not a supported syslog priority." >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
cat >>confdefs.h <<EOF
|
|
#define PRI_FAILURE "$badpri"
|
|
EOF
|
|
|
|
echo "$as_me:1662: result: badpri" >&5
|
|
echo "${ECHO_T}badpri" >&6
|
|
|
|
# Check whether --with-logpath or --without-logpath was given.
|
|
if test "${with_logpath+set}" = set; then
|
|
withval="$with_logpath"
|
|
case $with_logpath in
|
|
yes) { { echo "$as_me:1669: error: \"must give --with-logpath an argument.\"" >&5
|
|
echo "$as_me: error: \"must give --with-logpath an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
no) { { echo "$as_me:1673: error: \"--without-logpath not supported.\"" >&5
|
|
echo "$as_me: error: \"--without-logpath not supported.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
echo "$as_me:1680: checking how long a line in the log file should be" >&5
|
|
echo $ECHO_N "checking how long a line in the log file should be... $ECHO_C" >&6
|
|
|
|
# Check whether --with-loglen or --without-loglen was given.
|
|
if test "${with_loglen+set}" = set; then
|
|
withval="$with_loglen"
|
|
case $with_loglen in
|
|
yes) { { echo "$as_me:1687: error: \"must give --with-loglen an argument.\"" >&5
|
|
echo "$as_me: error: \"must give --with-loglen an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
no) { { echo "$as_me:1691: error: \"--without-loglen not supported.\"" >&5
|
|
echo "$as_me: error: \"--without-loglen not supported.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
[0-9]*) loglen=$with_loglen
|
|
;;
|
|
*) { { echo "$as_me:1697: error: \"you must enter a number, not $with_loglen\"" >&5
|
|
echo "$as_me: error: \"you must enter a number, not $with_loglen\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
cat >>confdefs.h <<EOF
|
|
#define MAXLOGFILELEN $loglen
|
|
EOF
|
|
|
|
echo "$as_me:1707: result: $loglen" >&5
|
|
echo "${ECHO_T}$loglen" >&6
|
|
|
|
echo "$as_me:1710: checking whether sudo should ignore '.' or '' in \$PATH" >&5
|
|
echo $ECHO_N "checking whether sudo should ignore '.' or '' in \$PATH... $ECHO_C" >&6
|
|
|
|
# Check whether --with-ignore-dot or --without-ignore-dot was given.
|
|
if test "${with_ignore_dot+set}" = set; then
|
|
withval="$with_ignore_dot"
|
|
case $with_ignore_dot in
|
|
yes) ignore_dot=on
|
|
;;
|
|
no) ignore_dot=off
|
|
;;
|
|
*) { { echo "$as_me:1721: error: \"--with-ignore-dot does not take an argument.\"" >&5
|
|
echo "$as_me: error: \"--with-ignore-dot does not take an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
if test "$ignore_dot" = "on"; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define IGNORE_DOT_PATH 1
|
|
EOF
|
|
|
|
echo "$as_me:1732: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
else
|
|
echo "$as_me:1735: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi
|
|
|
|
echo "$as_me:1739: checking whether to send mail when a user is not in sudoers" >&5
|
|
echo $ECHO_N "checking whether to send mail when a user is not in sudoers... $ECHO_C" >&6
|
|
|
|
# Check whether --with-mail-if-no-user or --without-mail-if-no-user was given.
|
|
if test "${with_mail_if_no_user+set}" = set; then
|
|
withval="$with_mail_if_no_user"
|
|
case $with_mail_if_no_user in
|
|
yes) mail_no_user=on
|
|
;;
|
|
no) mail_no_user=off
|
|
;;
|
|
*) { { echo "$as_me:1750: error: \"--with-mail-if-no-user does not take an argument.\"" >&5
|
|
echo "$as_me: error: \"--with-mail-if-no-user does not take an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
if test "$mail_no_user" = "on"; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define SEND_MAIL_WHEN_NO_USER 1
|
|
EOF
|
|
|
|
echo "$as_me:1761: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
else
|
|
echo "$as_me:1764: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi
|
|
|
|
echo "$as_me:1768: checking whether to send mail when user listed but not for this host" >&5
|
|
echo $ECHO_N "checking whether to send mail when user listed but not for this host... $ECHO_C" >&6
|
|
|
|
# Check whether --with-mail-if-no-host or --without-mail-if-no-host was given.
|
|
if test "${with_mail_if_no_host+set}" = set; then
|
|
withval="$with_mail_if_no_host"
|
|
case $with_mail_if_no_host in
|
|
yes) mail_no_host=on
|
|
;;
|
|
no) mail_no_host=off
|
|
;;
|
|
*) { { echo "$as_me:1779: error: \"--with-mail-if-no-host does not take an argument.\"" >&5
|
|
echo "$as_me: error: \"--with-mail-if-no-host does not take an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
if test "$mail_no_host" = "on"; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define SEND_MAIL_WHEN_NO_HOST 1
|
|
EOF
|
|
|
|
echo "$as_me:1790: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
else
|
|
echo "$as_me:1793: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi
|
|
|
|
echo "$as_me:1797: checking whether to send mail when a user tries a disallowed command" >&5
|
|
echo $ECHO_N "checking whether to send mail when a user tries a disallowed command... $ECHO_C" >&6
|
|
|
|
# Check whether --with-mail-if-noperms or --without-mail-if-noperms was given.
|
|
if test "${with_mail_if_noperms+set}" = set; then
|
|
withval="$with_mail_if_noperms"
|
|
case $with_mail_if_noperms in
|
|
yes) mail_noperms=on
|
|
;;
|
|
no) mail_noperms=off
|
|
;;
|
|
*) { { echo "$as_me:1808: error: \"--with-mail-if-noperms does not take an argument.\"" >&5
|
|
echo "$as_me: error: \"--with-mail-if-noperms does not take an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
if test "$mail_noperms" = "on"; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define SEND_MAIL_WHEN_NOT_OK 1
|
|
EOF
|
|
|
|
echo "$as_me:1819: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
else
|
|
echo "$as_me:1822: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi
|
|
|
|
echo "$as_me:1826: checking who should get the mail that sudo sends" >&5
|
|
echo $ECHO_N "checking who should get the mail that sudo sends... $ECHO_C" >&6
|
|
|
|
# Check whether --with-mailto or --without-mailto was given.
|
|
if test "${with_mailto+set}" = set; then
|
|
withval="$with_mailto"
|
|
case $with_mailto in
|
|
yes) { { echo "$as_me:1833: error: \"must give --with-mailto an argument.\"" >&5
|
|
echo "$as_me: error: \"must give --with-mailto an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
no) { { echo "$as_me:1837: error: \"--without-mailto not supported.\"" >&5
|
|
echo "$as_me: error: \"--without-mailto not supported.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
*) mailto=$with_mailto
|
|
;;
|
|
esac
|
|
fi;
|
|
cat >>confdefs.h <<EOF
|
|
#define MAILTO "$mailto"
|
|
EOF
|
|
|
|
echo "$as_me:1849: result: $mailto" >&5
|
|
echo "${ECHO_T}$mailto" >&6
|
|
|
|
# Check whether --with-mailsubject or --without-mailsubject was given.
|
|
if test "${with_mailsubject+set}" = set; then
|
|
withval="$with_mailsubject"
|
|
case $with_mailsubject in
|
|
yes) { { echo "$as_me:1856: error: \"must give --with-mailsubject an argument.\"" >&5
|
|
echo "$as_me: error: \"must give --with-mailsubject an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
no) echo "Sorry, --without-mailsubject not supported."
|
|
;;
|
|
*) mailsub="$with_mailsubject"
|
|
echo "$as_me:1863: checking sudo mail subject" >&5
|
|
echo $ECHO_N "checking sudo mail subject... $ECHO_C" >&6
|
|
echo "$as_me:1865: result: Using alert mail subject: $mailsub" >&5
|
|
echo "${ECHO_T}Using alert mail subject: $mailsub" >&6
|
|
;;
|
|
esac
|
|
fi;
|
|
cat >>confdefs.h <<EOF
|
|
#define MAILSUBJECT "$mailsub"
|
|
EOF
|
|
|
|
echo "$as_me:1874: checking for bad password prompt" >&5
|
|
echo $ECHO_N "checking for bad password prompt... $ECHO_C" >&6
|
|
|
|
# Check whether --with-passprompt or --without-passprompt was given.
|
|
if test "${with_passprompt+set}" = set; then
|
|
withval="$with_passprompt"
|
|
case $with_passprompt in
|
|
yes) { { echo "$as_me:1881: error: \"must give --with-passprompt an argument.\"" >&5
|
|
echo "$as_me: error: \"must give --with-passprompt an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
no) echo "Sorry, --without-passprompt not supported."
|
|
;;
|
|
*) passprompt="$with_passprompt"
|
|
esac
|
|
fi;
|
|
echo "$as_me:1890: result: $passprompt" >&5
|
|
echo "${ECHO_T}$passprompt" >&6
|
|
cat >>confdefs.h <<EOF
|
|
#define PASSPROMPT "$passprompt"
|
|
EOF
|
|
|
|
echo "$as_me:1896: checking for bad password message" >&5
|
|
echo $ECHO_N "checking for bad password message... $ECHO_C" >&6
|
|
|
|
# Check whether --with-badpass-message or --without-badpass-message was given.
|
|
if test "${with_badpass_message+set}" = set; then
|
|
withval="$with_badpass_message"
|
|
case $with_badpass_message in
|
|
yes) { { echo "$as_me:1903: error: \"Must give --with-badpass-message an argument.\"" >&5
|
|
echo "$as_me: error: \"Must give --with-badpass-message an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
no) echo "Sorry, --without-badpass-message not supported."
|
|
;;
|
|
*) badpass_message="$with_badpass_message"
|
|
;;
|
|
esac
|
|
fi;
|
|
cat >>confdefs.h <<EOF
|
|
#define INCORRECT_PASSWORD "$badpass_message"
|
|
EOF
|
|
|
|
echo "$as_me:1917: result: $badpass_message" >&5
|
|
echo "${ECHO_T}$badpass_message" >&6
|
|
|
|
echo "$as_me:1920: checking whether to expect fully qualified hosts in sudoers" >&5
|
|
echo $ECHO_N "checking whether to expect fully qualified hosts in sudoers... $ECHO_C" >&6
|
|
|
|
# Check whether --with-fqdn or --without-fqdn was given.
|
|
if test "${with_fqdn+set}" = set; then
|
|
withval="$with_fqdn"
|
|
case $with_fqdn in
|
|
yes) fqdn=on
|
|
;;
|
|
no) fqdn=off
|
|
;;
|
|
*) { { echo "$as_me:1931: error: \"--with-fqdn does not take an argument.\"" >&5
|
|
echo "$as_me: error: \"--with-fqdn does not take an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
if test "$fqdn" = "on"; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define FQDN 1
|
|
EOF
|
|
|
|
echo "$as_me:1942: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
else
|
|
echo "$as_me:1945: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi
|
|
|
|
# Check whether --with-timedir or --without-timedir was given.
|
|
if test "${with_timedir+set}" = set; then
|
|
withval="$with_timedir"
|
|
case $with_timedir in
|
|
yes) { { echo "$as_me:1953: error: \"must give --with-timedir an argument.\"" >&5
|
|
echo "$as_me: error: \"must give --with-timedir an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
no) { { echo "$as_me:1957: error: \"--without-timedir not supported.\"" >&5
|
|
echo "$as_me: error: \"--without-timedir not supported.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
# Check whether --with-sendmail or --without-sendmail was given.
|
|
if test "${with_sendmail+set}" = set; then
|
|
withval="$with_sendmail"
|
|
case $with_sendmail in
|
|
yes) with_sendmail=""
|
|
;;
|
|
no) ;;
|
|
*) cat >>confdefs.h <<EOF
|
|
#define _PATH_SUDO_SENDMAIL "$with_sendmail"
|
|
EOF
|
|
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
# Check whether --with-sudoers-mode or --without-sudoers-mode was given.
|
|
if test "${with_sudoers_mode+set}" = set; then
|
|
withval="$with_sudoers_mode"
|
|
case $with_sudoers_mode in
|
|
yes) { { echo "$as_me:1983: error: \"must give --with-sudoers-mode an argument.\"" >&5
|
|
echo "$as_me: error: \"must give --with-sudoers-mode an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
no) { { echo "$as_me:1987: error: \"--without-sudoers-mode not supported.\"" >&5
|
|
echo "$as_me: error: \"--without-sudoers-mode not supported.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
[1-9]*) SUDOERS_MODE=0${with_sudoers_mode}
|
|
;;
|
|
0*) SUDOERS_MODE=$with_sudoers_mode
|
|
;;
|
|
*) { { echo "$as_me:1995: error: \"you must use a numeric uid, not a name.\"" >&5
|
|
echo "$as_me: error: \"you must use a numeric uid, not a name.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
# Check whether --with-sudoers-uid or --without-sudoers-uid was given.
|
|
if test "${with_sudoers_uid+set}" = set; then
|
|
withval="$with_sudoers_uid"
|
|
case $with_sudoers_uid in
|
|
yes) { { echo "$as_me:2006: error: \"must give --with-sudoers-uid an argument.\"" >&5
|
|
echo "$as_me: error: \"must give --with-sudoers-uid an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
no) { { echo "$as_me:2010: error: \"--without-sudoers-uid not supported.\"" >&5
|
|
echo "$as_me: error: \"--without-sudoers-uid not supported.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
[0-9]*) SUDOERS_UID=$with_sudoers_uid
|
|
;;
|
|
*) { { echo "$as_me:2016: error: \"you must use a numeric uid, not a name.\"" >&5
|
|
echo "$as_me: error: \"you must use a numeric uid, not a name.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
# Check whether --with-sudoers-gid or --without-sudoers-gid was given.
|
|
if test "${with_sudoers_gid+set}" = set; then
|
|
withval="$with_sudoers_gid"
|
|
case $with_sudoers_gid in
|
|
yes) { { echo "$as_me:2027: error: \"must give --with-sudoers-gid an argument.\"" >&5
|
|
echo "$as_me: error: \"must give --with-sudoers-gid an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
no) { { echo "$as_me:2031: error: \"--without-sudoers-gid not supported.\"" >&5
|
|
echo "$as_me: error: \"--without-sudoers-gid not supported.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
[0-9]*) SUDOERS_GID=$with_sudoers_gid
|
|
;;
|
|
*) { { echo "$as_me:2037: error: \"you must use a numeric gid, not a name.\"" >&5
|
|
echo "$as_me: error: \"you must use a numeric gid, not a name.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
echo "$as_me:2044: checking for umask programs should be run with" >&5
|
|
echo $ECHO_N "checking for umask programs should be run with... $ECHO_C" >&6
|
|
|
|
# Check whether --with-umask or --without-umask was given.
|
|
if test "${with_umask+set}" = set; then
|
|
withval="$with_umask"
|
|
case $with_umask in
|
|
yes) { { echo "$as_me:2051: error: \"must give --with-umask an argument.\"" >&5
|
|
echo "$as_me: error: \"must give --with-umask an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
no) echo "$as_me:2055: result: user" >&5
|
|
echo "${ECHO_T}user" >&6
|
|
sudo_umask=0777
|
|
;;
|
|
[0-9]*) cat >>confdefs.h <<EOF
|
|
#define SUDO_UMASK $with_umask
|
|
EOF
|
|
|
|
echo "$as_me:2063: result: $with_umask" >&5
|
|
echo "${ECHO_T}$with_umask" >&6
|
|
sudo_umask=$with_umask
|
|
;;
|
|
*) { { echo "$as_me:2067: error: \"you must enter a numeric mask.\"" >&5
|
|
echo "$as_me: error: \"you must enter a numeric mask.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
cat >>confdefs.h <<EOF
|
|
#define SUDO_UMASK $sudo_umask
|
|
EOF
|
|
|
|
if test "$sudo_umask" = "0777"; then
|
|
echo "$as_me:2078: result: user" >&5
|
|
echo "${ECHO_T}user" >&6
|
|
else
|
|
echo "$as_me:2081: result: $sudo_umask" >&5
|
|
echo "${ECHO_T}$sudo_umask" >&6
|
|
fi
|
|
|
|
echo "$as_me:2085: checking for default user to run commands as" >&5
|
|
echo $ECHO_N "checking for default user to run commands as... $ECHO_C" >&6
|
|
|
|
# Check whether --with-runas-default or --without-runas-default was given.
|
|
if test "${with_runas_default+set}" = set; then
|
|
withval="$with_runas_default"
|
|
case $with_runas_default in
|
|
yes) { { echo "$as_me:2092: error: \"must give --with-runas-default an argument.\"" >&5
|
|
echo "$as_me: error: \"must give --with-runas-default an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
no) { { echo "$as_me:2096: error: \"--without-runas-default not supported.\"" >&5
|
|
echo "$as_me: error: \"--without-runas-default not supported.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
*) runas_default="$with_runas_default"
|
|
;;
|
|
esac
|
|
fi;
|
|
cat >>confdefs.h <<EOF
|
|
#define RUNAS_DEFAULT "$runas_default"
|
|
EOF
|
|
|
|
echo "$as_me:2108: result: $runas_default" >&5
|
|
echo "${ECHO_T}$runas_default" >&6
|
|
|
|
# Check whether --with-exempt or --without-exempt was given.
|
|
if test "${with_exempt+set}" = set; then
|
|
withval="$with_exempt"
|
|
case $with_exempt in
|
|
yes) { { echo "$as_me:2115: error: \"must give --with-exempt an argument.\"" >&5
|
|
echo "$as_me: error: \"must give --with-exempt an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
no) { { echo "$as_me:2119: error: \"--without-exempt not supported.\"" >&5
|
|
echo "$as_me: error: \"--without-exempt not supported.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
*) cat >>confdefs.h <<EOF
|
|
#define EXEMPTGROUP "$with_exempt"
|
|
EOF
|
|
|
|
echo "$as_me:2127: checking for group to be exempt from password" >&5
|
|
echo $ECHO_N "checking for group to be exempt from password... $ECHO_C" >&6
|
|
echo "$as_me:2129: result: $with_exempt" >&5
|
|
echo "${ECHO_T}$with_exempt" >&6
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
echo "$as_me:2135: checking for editor that visudo should use" >&5
|
|
echo $ECHO_N "checking for editor that visudo should use... $ECHO_C" >&6
|
|
|
|
# Check whether --with-editor or --without-editor was given.
|
|
if test "${with_editor+set}" = set; then
|
|
withval="$with_editor"
|
|
case $with_editor in
|
|
yes) { { echo "$as_me:2142: error: \"must give --with-editor an argument.\"" >&5
|
|
echo "$as_me: error: \"must give --with-editor an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
no) { { echo "$as_me:2146: error: \"--without-editor not supported.\"" >&5
|
|
echo "$as_me: error: \"--without-editor not supported.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
*) cat >>confdefs.h <<EOF
|
|
#define EDITOR "$with_editor"
|
|
EOF
|
|
|
|
echo "$as_me:2154: result: $with_editor" >&5
|
|
echo "${ECHO_T}$with_editor" >&6
|
|
;;
|
|
esac
|
|
else
|
|
cat >>confdefs.h <<\EOF
|
|
#define EDITOR _PATH_VI
|
|
EOF
|
|
echo "$as_me:2162: result: vi" >&5
|
|
echo "${ECHO_T}vi" >&6
|
|
fi;
|
|
|
|
echo "$as_me:2166: checking whether to obey EDITOR and VISUAL environment variables" >&5
|
|
echo $ECHO_N "checking whether to obey EDITOR and VISUAL environment variables... $ECHO_C" >&6
|
|
|
|
# Check whether --with-env-editor or --without-env-editor was given.
|
|
if test "${with_env_editor+set}" = set; then
|
|
withval="$with_env_editor"
|
|
case $with_env_editor in
|
|
yes) env_editor=on
|
|
;;
|
|
no) env_editor=off
|
|
;;
|
|
*) { { echo "$as_me:2177: error: \"--with-env-editor does not take an argument.\"" >&5
|
|
echo "$as_me: error: \"--with-env-editor does not take an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
if test "$env_editor" = "on"; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define ENV_EDITOR 1
|
|
EOF
|
|
|
|
echo "$as_me:2188: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
else
|
|
echo "$as_me:2191: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi
|
|
|
|
echo "$as_me:2195: checking number of tries a user gets to enter their password" >&5
|
|
echo $ECHO_N "checking number of tries a user gets to enter their password... $ECHO_C" >&6
|
|
|
|
# Check whether --with-passwd-tries or --without-passwd-tries was given.
|
|
if test "${with_passwd_tries+set}" = set; then
|
|
withval="$with_passwd_tries"
|
|
case $with_passwd_tries in
|
|
yes) ;;
|
|
no) { { echo "$as_me:2203: error: \"--without-editor not supported.\"" >&5
|
|
echo "$as_me: error: \"--without-editor not supported.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
[1-9]*) passwd_tries=$with_passwd_tries
|
|
;;
|
|
*) { { echo "$as_me:2209: error: \"you must enter the numer of tries, > 0\"" >&5
|
|
echo "$as_me: error: \"you must enter the numer of tries, > 0\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
cat >>confdefs.h <<EOF
|
|
#define TRIES_FOR_PASSWORD $passwd_tries
|
|
EOF
|
|
|
|
echo "$as_me:2219: result: $passwd_tries" >&5
|
|
echo "${ECHO_T}$passwd_tries" >&6
|
|
|
|
echo "$as_me:2222: checking time in minutes after which sudo will ask for a password again" >&5
|
|
echo $ECHO_N "checking time in minutes after which sudo will ask for a password again... $ECHO_C" >&6
|
|
|
|
# Check whether --with-timeout or --without-timeout was given.
|
|
if test "${with_timeout+set}" = set; then
|
|
withval="$with_timeout"
|
|
echo $with_timeout; case $with_timeout in
|
|
yes) ;;
|
|
no) timeout=0
|
|
;;
|
|
[0-9]*) timeout=$with_timeout
|
|
;;
|
|
*) { { echo "$as_me:2234: error: \"you must enter the numer of minutes.\"" >&5
|
|
echo "$as_me: error: \"you must enter the numer of minutes.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
cat >>confdefs.h <<EOF
|
|
#define TIMEOUT $timeout
|
|
EOF
|
|
|
|
echo "$as_me:2244: result: $timeout" >&5
|
|
echo "${ECHO_T}$timeout" >&6
|
|
|
|
echo "$as_me:2247: checking time in minutes after the password prompt will time out" >&5
|
|
echo $ECHO_N "checking time in minutes after the password prompt will time out... $ECHO_C" >&6
|
|
|
|
# Check whether --with-password-timeout or --without-password-timeout was given.
|
|
if test "${with_password_timeout+set}" = set; then
|
|
withval="$with_password_timeout"
|
|
case $with_password_timeout in
|
|
yes) ;;
|
|
no) password_timeout=0
|
|
;;
|
|
[0-9]*) password_timeout=$with_password_timeout
|
|
;;
|
|
*) { { echo "$as_me:2259: error: \"you must enter the numer of minutes.\"" >&5
|
|
echo "$as_me: error: \"you must enter the numer of minutes.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
cat >>confdefs.h <<EOF
|
|
#define PASSWORD_TIMEOUT $password_timeout
|
|
EOF
|
|
|
|
echo "$as_me:2269: result: $password_timeout" >&5
|
|
echo "${ECHO_T}$password_timeout" >&6
|
|
|
|
# Check whether --with-execv or --without-execv was given.
|
|
if test "${with_execv+set}" = set; then
|
|
withval="$with_execv"
|
|
case $with_execv in
|
|
yes) echo "$as_me:2276: checking whether to use execvp or execv" >&5
|
|
echo $ECHO_N "checking whether to use execvp or execv... $ECHO_C" >&6
|
|
echo "$as_me:2278: result: execv" >&5
|
|
echo "${ECHO_T}execv" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define USE_EXECV 1
|
|
EOF
|
|
|
|
;;
|
|
no) ;;
|
|
*) { { echo "$as_me:2286: error: \"--with-execv does not take an argument.\"" >&5
|
|
echo "$as_me: error: \"--with-execv does not take an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
echo "$as_me:2293: checking whether to use per-tty ticket files" >&5
|
|
echo $ECHO_N "checking whether to use per-tty ticket files... $ECHO_C" >&6
|
|
|
|
# Check whether --with-tty-tickets or --without-tty-tickets was given.
|
|
if test "${with_tty_tickets+set}" = set; then
|
|
withval="$with_tty_tickets"
|
|
case $with_tty_tickets in
|
|
yes) tty_tickets=on
|
|
;;
|
|
no) tty_tickets=off
|
|
;;
|
|
*) { { echo "$as_me:2304: error: \"--with-tty-tickets does not take an argument.\"" >&5
|
|
echo "$as_me: error: \"--with-tty-tickets does not take an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
if test "$tty_tickets" = "on"; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define USE_TTY_TICKETS 1
|
|
EOF
|
|
|
|
echo "$as_me:2315: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
else
|
|
echo "$as_me:2318: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi
|
|
|
|
echo "$as_me:2322: checking whether to include insults" >&5
|
|
echo $ECHO_N "checking whether to include insults... $ECHO_C" >&6
|
|
|
|
# Check whether --with-insults or --without-insults was given.
|
|
if test "${with_insults+set}" = set; then
|
|
withval="$with_insults"
|
|
case $with_insults in
|
|
yes) insults=on
|
|
with_classic_insults=yes
|
|
with_csops_insults=yes
|
|
;;
|
|
no) insults=off
|
|
;;
|
|
*) { { echo "$as_me:2335: error: \"--with-insults does not take an argument.\"" >&5
|
|
echo "$as_me: error: \"--with-insults does not take an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
if test "$insults" = "on"; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define USE_INSULTS 1
|
|
EOF
|
|
|
|
echo "$as_me:2346: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
else
|
|
echo "$as_me:2349: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi
|
|
|
|
# Check whether --with-all-insults or --without-all-insults was given.
|
|
if test "${with_all_insults+set}" = set; then
|
|
withval="$with_all_insults"
|
|
case $with_all_insults in
|
|
yes) with_classic_insults=yes
|
|
with_csops_insults=yes
|
|
with_hal_insults=yes
|
|
with_goons_insults=yes
|
|
;;
|
|
no) ;;
|
|
*) { { echo "$as_me:2363: error: \"--with-all-insults does not take an argument.\"" >&5
|
|
echo "$as_me: error: \"--with-all-insults does not take an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
# Check whether --with-classic-insults or --without-classic-insults was given.
|
|
if test "${with_classic_insults+set}" = set; then
|
|
withval="$with_classic_insults"
|
|
case $with_classic_insults in
|
|
yes) cat >>confdefs.h <<\EOF
|
|
#define CLASSIC_INSULTS 1
|
|
EOF
|
|
|
|
;;
|
|
no) ;;
|
|
*) { { echo "$as_me:2380: error: \"--with-classic-insults does not take an argument.\"" >&5
|
|
echo "$as_me: error: \"--with-classic-insults does not take an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
# Check whether --with-csops-insults or --without-csops-insults was given.
|
|
if test "${with_csops_insults+set}" = set; then
|
|
withval="$with_csops_insults"
|
|
case $with_csops_insults in
|
|
yes) cat >>confdefs.h <<\EOF
|
|
#define CSOPS_INSULTS 1
|
|
EOF
|
|
|
|
;;
|
|
no) ;;
|
|
*) { { echo "$as_me:2397: error: \"--with-csops-insults does not take an argument.\"" >&5
|
|
echo "$as_me: error: \"--with-csops-insults does not take an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
# Check whether --with-hal-insults or --without-hal-insults was given.
|
|
if test "${with_hal_insults+set}" = set; then
|
|
withval="$with_hal_insults"
|
|
case $with_hal_insults in
|
|
yes) cat >>confdefs.h <<\EOF
|
|
#define HAL_INSULTS 1
|
|
EOF
|
|
|
|
;;
|
|
no) ;;
|
|
*) { { echo "$as_me:2414: error: \"--with-hal-insults does not take an argument.\"" >&5
|
|
echo "$as_me: error: \"--with-hal-insults does not take an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
# Check whether --with-goons-insults or --without-goons-insults was given.
|
|
if test "${with_goons_insults+set}" = set; then
|
|
withval="$with_goons_insults"
|
|
case $with_goons_insults in
|
|
yes) cat >>confdefs.h <<\EOF
|
|
#define GOONS_INSULTS 1
|
|
EOF
|
|
|
|
;;
|
|
no) ;;
|
|
*) { { echo "$as_me:2431: error: \"--with-goons-insults does not take an argument.\"" >&5
|
|
echo "$as_me: error: \"--with-goons-insults does not take an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
fi;
|
|
|
|
if test "$insults" = "on"; then
|
|
echo "$as_me:2439: checking which insult sets to include" >&5
|
|
echo $ECHO_N "checking which insult sets to include... $ECHO_C" >&6
|
|
i=""
|
|
test "$with_goons_insults" = "yes" && i="goons ${i}"
|
|
test "$with_hal_insults" = "yes" && i="hal ${i}"
|
|
test "$with_csops_insults" = "yes" && i="csops ${i}"
|
|
test "$with_classic_insults" = "yes" && i="classic ${i}"
|
|
echo "$as_me:2446: result: $i" >&5
|
|
echo "${ECHO_T}$i" >&6
|
|
fi
|
|
|
|
echo "$as_me:2450: checking whether to override the user's path" >&5
|
|
echo $ECHO_N "checking whether to override the user's path... $ECHO_C" >&6
|
|
|
|
# Check whether --with-secure-path or --without-secure-path was given.
|
|
if test "${with_secure_path+set}" = set; then
|
|
withval="$with_secure_path"
|
|
case $with_secure_path in
|
|
yes) cat >>confdefs.h <<EOF
|
|
#define SECURE_PATH "/bin:/usr/ucb:/usr/bin:/usr/sbin:/sbin:/usr/etc:/etc"
|
|
EOF
|
|
|
|
echo "$as_me:2461: result: :/usr/ucb:/usr/bin:/usr/sbin:/sbin:/usr/etc:/etc" >&5
|
|
echo "${ECHO_T}:/usr/ucb:/usr/bin:/usr/sbin:/sbin:/usr/etc:/etc" >&6
|
|
;;
|
|
no) echo "$as_me:2464: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
;;
|
|
*) cat >>confdefs.h <<EOF
|
|
#define SECURE_PATH "$with_secure_path"
|
|
EOF
|
|
|
|
echo "$as_me:2471: result: $with_secure_path" >&5
|
|
echo "${ECHO_T}$with_secure_path" >&6
|
|
;;
|
|
esac
|
|
else
|
|
echo "$as_me:2476: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi;
|
|
|
|
echo "$as_me:2480: checking whether to get ip addresses from the network interfaces" >&5
|
|
echo $ECHO_N "checking whether to get ip addresses from the network interfaces... $ECHO_C" >&6
|
|
|
|
# Check whether --with-interfaces or --without-interfaces was given.
|
|
if test "${with_interfaces+set}" = set; then
|
|
withval="$with_interfaces"
|
|
case $with_interfaces in
|
|
yes) echo "$as_me:2487: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
;;
|
|
no) cat >>confdefs.h <<\EOF
|
|
#define STUB_LOAD_INTERFACES 1
|
|
EOF
|
|
|
|
echo "$as_me:2494: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
;;
|
|
*) { { echo "$as_me:2497: error: \"--with-interfaces does not take an argument.\"" >&5
|
|
echo "$as_me: error: \"--with-interfaces does not take an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
else
|
|
echo "$as_me:2503: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
fi;
|
|
|
|
echo "$as_me:2507: checking whether to do user authentication by default" >&5
|
|
echo $ECHO_N "checking whether to do user authentication by default... $ECHO_C" >&6
|
|
# Check whether --enable-authentication or --disable-authentication was given.
|
|
if test "${enable_authentication+set}" = set; then
|
|
enableval="$enable_authentication"
|
|
case "$enableval" in
|
|
yes) echo "$as_me:2513: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
;;
|
|
no) echo "$as_me:2516: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define NO_AUTHENTICATION 1
|
|
EOF
|
|
|
|
;;
|
|
*) echo "$as_me:2523: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
echo "Ignoring unknown argument to --enable-authentication: $enableval"
|
|
;;
|
|
esac
|
|
|
|
else
|
|
echo "$as_me:2530: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
fi;
|
|
|
|
echo "$as_me:2534: checking whether to disable shadow password support" >&5
|
|
echo $ECHO_N "checking whether to disable shadow password support... $ECHO_C" >&6
|
|
# Check whether --enable-shadow or --disable-shadow was given.
|
|
if test "${enable_shadow+set}" = set; then
|
|
enableval="$enable_shadow"
|
|
case "$enableval" in
|
|
yes) echo "$as_me:2540: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
;;
|
|
no) echo "$as_me:2543: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
CHECKSHADOW="false"
|
|
;;
|
|
*) echo "$as_me:2547: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
echo "Ignoring unknown argument to --enable-shadow: $enableval"
|
|
;;
|
|
esac
|
|
|
|
else
|
|
echo "$as_me:2554: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi;
|
|
|
|
echo "$as_me:2558: checking whether root should be allowed to use sudo" >&5
|
|
echo $ECHO_N "checking whether root should be allowed to use sudo... $ECHO_C" >&6
|
|
# Check whether --enable-root-sudo or --disable-root-sudo was given.
|
|
if test "${enable_root_sudo+set}" = set; then
|
|
enableval="$enable_root_sudo"
|
|
case "$enableval" in
|
|
yes) echo "$as_me:2564: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
;;
|
|
no) cat >>confdefs.h <<\EOF
|
|
#define NO_ROOT_SUDO 1
|
|
EOF
|
|
|
|
echo "$as_me:2571: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
;;
|
|
*) { { echo "$as_me:2574: error: \"--enable-root-sudo does not take an argument.\"" >&5
|
|
echo "$as_me: error: \"--enable-root-sudo does not take an argument.\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
esac
|
|
|
|
else
|
|
echo "$as_me:2581: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
fi;
|
|
|
|
echo "$as_me:2585: checking whether to log the hostname in the log file" >&5
|
|
echo $ECHO_N "checking whether to log the hostname in the log file... $ECHO_C" >&6
|
|
# Check whether --enable-log-host or --disable-log-host was given.
|
|
if test "${enable_log_host+set}" = set; then
|
|
enableval="$enable_log_host"
|
|
case "$enableval" in
|
|
yes) echo "$as_me:2591: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define HOST_IN_LOG 1
|
|
EOF
|
|
|
|
;;
|
|
no) echo "$as_me:2598: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
;;
|
|
*) echo "$as_me:2601: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
echo "Ignoring unknown argument to --enable-log-host: $enableval"
|
|
;;
|
|
esac
|
|
|
|
else
|
|
echo "$as_me:2608: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi;
|
|
|
|
echo "$as_me:2612: checking whether to invoke a shell if sudo is given no arguments" >&5
|
|
echo $ECHO_N "checking whether to invoke a shell if sudo is given no arguments... $ECHO_C" >&6
|
|
# Check whether --enable-noargs-shell or --disable-noargs-shell was given.
|
|
if test "${enable_noargs_shell+set}" = set; then
|
|
enableval="$enable_noargs_shell"
|
|
case "$enableval" in
|
|
yes) echo "$as_me:2618: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define SHELL_IF_NO_ARGS 1
|
|
EOF
|
|
|
|
;;
|
|
no) echo "$as_me:2625: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
;;
|
|
*) echo "$as_me:2628: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
echo "Ignoring unknown argument to --enable-noargs-shell: $enableval"
|
|
;;
|
|
esac
|
|
|
|
else
|
|
echo "$as_me:2635: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi;
|
|
|
|
echo "$as_me:2639: checking whether to set \$HOME to target user in shell mode" >&5
|
|
echo $ECHO_N "checking whether to set \$HOME to target user in shell mode... $ECHO_C" >&6
|
|
# Check whether --enable-shell-sets-home or --disable-shell-sets-home was given.
|
|
if test "${enable_shell_sets_home+set}" = set; then
|
|
enableval="$enable_shell_sets_home"
|
|
case "$enableval" in
|
|
yes) echo "$as_me:2645: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define SHELL_SETS_HOME 1
|
|
EOF
|
|
|
|
;;
|
|
no) echo "$as_me:2652: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
;;
|
|
*) echo "$as_me:2655: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
echo "Ignoring unknown argument to --enable-shell-sets-home: $enableval"
|
|
;;
|
|
esac
|
|
|
|
else
|
|
echo "$as_me:2662: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi;
|
|
|
|
echo "$as_me:2666: checking whether to disable 'command not found' messages" >&5
|
|
echo $ECHO_N "checking whether to disable 'command not found' messages... $ECHO_C" >&6
|
|
# Check whether --enable-path_info or --disable-path_info was given.
|
|
if test "${enable_path_info+set}" = set; then
|
|
enableval="$enable_path_info"
|
|
case "$enableval" in
|
|
yes) echo "$as_me:2672: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
;;
|
|
no) echo "$as_me:2675: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define DONT_LEAK_PATH_INFO 1
|
|
EOF
|
|
|
|
;;
|
|
*) echo "$as_me:2682: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
echo "Ignoring unknown argument to --enable-path-info: $enableval"
|
|
;;
|
|
esac
|
|
|
|
else
|
|
echo "$as_me:2689: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi;
|
|
|
|
# Extract the first word of "egrep", so it can be a program name with args.
|
|
set dummy egrep; ac_word=$2
|
|
echo "$as_me:2695: checking for $ac_word" >&5
|
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
if test "${ac_cv_prog_EGREPPROG+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
if test -n "$EGREPPROG"; then
|
|
ac_cv_prog_EGREPPROG="$EGREPPROG" # Let the user override the test.
|
|
else
|
|
ac_save_IFS=$IFS; IFS=$ac_path_separator
|
|
ac_dummy="$PATH"
|
|
for ac_dir in $ac_dummy; do
|
|
IFS=$ac_save_IFS
|
|
test -z "$ac_dir" && ac_dir=.
|
|
$as_executable_p "$ac_dir/$ac_word" || continue
|
|
ac_cv_prog_EGREPPROG="egrep"
|
|
echo "$as_me:2710: found $ac_dir/$ac_word" >&5
|
|
break
|
|
done
|
|
|
|
fi
|
|
fi
|
|
EGREPPROG=$ac_cv_prog_EGREPPROG
|
|
if test -n "$EGREPPROG"; then
|
|
echo "$as_me:2718: result: $EGREPPROG" >&5
|
|
echo "${ECHO_T}$EGREPPROG" >&6
|
|
else
|
|
echo "$as_me:2721: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi
|
|
|
|
if test -z "$EGREPPROG"; then
|
|
echo "Sorry, configure requires egrep to run."
|
|
exit
|
|
fi
|
|
|
|
ac_cv_prog_cc_cross="no"
|
|
cross_compiling="no"
|
|
ac_ext=c
|
|
ac_cpp='$CPP $CPPFLAGS'
|
|
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
|
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
if test -n "$ac_tool_prefix"; then
|
|
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
|
|
set dummy ${ac_tool_prefix}gcc; ac_word=$2
|
|
echo "$as_me:2740: checking for $ac_word" >&5
|
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
if test "${ac_cv_prog_CC+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
if test -n "$CC"; then
|
|
ac_cv_prog_CC="$CC" # Let the user override the test.
|
|
else
|
|
ac_save_IFS=$IFS; IFS=$ac_path_separator
|
|
ac_dummy="$PATH"
|
|
for ac_dir in $ac_dummy; do
|
|
IFS=$ac_save_IFS
|
|
test -z "$ac_dir" && ac_dir=.
|
|
$as_executable_p "$ac_dir/$ac_word" || continue
|
|
ac_cv_prog_CC="${ac_tool_prefix}gcc"
|
|
echo "$as_me:2755: found $ac_dir/$ac_word" >&5
|
|
break
|
|
done
|
|
|
|
fi
|
|
fi
|
|
CC=$ac_cv_prog_CC
|
|
if test -n "$CC"; then
|
|
echo "$as_me:2763: result: $CC" >&5
|
|
echo "${ECHO_T}$CC" >&6
|
|
else
|
|
echo "$as_me:2766: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi
|
|
|
|
fi
|
|
if test -z "$ac_cv_prog_CC"; then
|
|
ac_ct_CC=$CC
|
|
# Extract the first word of "gcc", so it can be a program name with args.
|
|
set dummy gcc; ac_word=$2
|
|
echo "$as_me:2775: checking for $ac_word" >&5
|
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
if test -n "$ac_ct_CC"; then
|
|
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
|
|
else
|
|
ac_save_IFS=$IFS; IFS=$ac_path_separator
|
|
ac_dummy="$PATH"
|
|
for ac_dir in $ac_dummy; do
|
|
IFS=$ac_save_IFS
|
|
test -z "$ac_dir" && ac_dir=.
|
|
$as_executable_p "$ac_dir/$ac_word" || continue
|
|
ac_cv_prog_ac_ct_CC="gcc"
|
|
echo "$as_me:2790: found $ac_dir/$ac_word" >&5
|
|
break
|
|
done
|
|
|
|
fi
|
|
fi
|
|
ac_ct_CC=$ac_cv_prog_ac_ct_CC
|
|
if test -n "$ac_ct_CC"; then
|
|
echo "$as_me:2798: result: $ac_ct_CC" >&5
|
|
echo "${ECHO_T}$ac_ct_CC" >&6
|
|
else
|
|
echo "$as_me:2801: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi
|
|
|
|
CC=$ac_ct_CC
|
|
else
|
|
CC="$ac_cv_prog_CC"
|
|
fi
|
|
|
|
if test -z "$CC"; then
|
|
if test -n "$ac_tool_prefix"; then
|
|
# Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
|
|
set dummy ${ac_tool_prefix}cc; ac_word=$2
|
|
echo "$as_me:2814: checking for $ac_word" >&5
|
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
if test "${ac_cv_prog_CC+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
if test -n "$CC"; then
|
|
ac_cv_prog_CC="$CC" # Let the user override the test.
|
|
else
|
|
ac_save_IFS=$IFS; IFS=$ac_path_separator
|
|
ac_dummy="$PATH"
|
|
for ac_dir in $ac_dummy; do
|
|
IFS=$ac_save_IFS
|
|
test -z "$ac_dir" && ac_dir=.
|
|
$as_executable_p "$ac_dir/$ac_word" || continue
|
|
ac_cv_prog_CC="${ac_tool_prefix}cc"
|
|
echo "$as_me:2829: found $ac_dir/$ac_word" >&5
|
|
break
|
|
done
|
|
|
|
fi
|
|
fi
|
|
CC=$ac_cv_prog_CC
|
|
if test -n "$CC"; then
|
|
echo "$as_me:2837: result: $CC" >&5
|
|
echo "${ECHO_T}$CC" >&6
|
|
else
|
|
echo "$as_me:2840: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi
|
|
|
|
fi
|
|
if test -z "$ac_cv_prog_CC"; then
|
|
ac_ct_CC=$CC
|
|
# Extract the first word of "cc", so it can be a program name with args.
|
|
set dummy cc; ac_word=$2
|
|
echo "$as_me:2849: checking for $ac_word" >&5
|
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
if test -n "$ac_ct_CC"; then
|
|
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
|
|
else
|
|
ac_save_IFS=$IFS; IFS=$ac_path_separator
|
|
ac_dummy="$PATH"
|
|
for ac_dir in $ac_dummy; do
|
|
IFS=$ac_save_IFS
|
|
test -z "$ac_dir" && ac_dir=.
|
|
$as_executable_p "$ac_dir/$ac_word" || continue
|
|
ac_cv_prog_ac_ct_CC="cc"
|
|
echo "$as_me:2864: found $ac_dir/$ac_word" >&5
|
|
break
|
|
done
|
|
|
|
fi
|
|
fi
|
|
ac_ct_CC=$ac_cv_prog_ac_ct_CC
|
|
if test -n "$ac_ct_CC"; then
|
|
echo "$as_me:2872: result: $ac_ct_CC" >&5
|
|
echo "${ECHO_T}$ac_ct_CC" >&6
|
|
else
|
|
echo "$as_me:2875: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi
|
|
|
|
CC=$ac_ct_CC
|
|
else
|
|
CC="$ac_cv_prog_CC"
|
|
fi
|
|
|
|
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 "$as_me:2888: checking for $ac_word" >&5
|
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
if test "${ac_cv_prog_CC+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
if test -n "$CC"; then
|
|
ac_cv_prog_CC="$CC" # Let the user override the test.
|
|
else
|
|
ac_prog_rejected=no
|
|
ac_save_IFS=$IFS; IFS=$ac_path_separator
|
|
ac_dummy="$PATH"
|
|
for ac_dir in $ac_dummy; do
|
|
IFS=$ac_save_IFS
|
|
test -z "$ac_dir" && ac_dir=.
|
|
$as_executable_p "$ac_dir/$ac_word" || continue
|
|
if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
|
|
ac_prog_rejected=yes
|
|
continue
|
|
fi
|
|
ac_cv_prog_CC="cc"
|
|
echo "$as_me:2908: found $ac_dir/$ac_word" >&5
|
|
break
|
|
done
|
|
|
|
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 $# != 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" ${1+"$@"}
|
|
shift
|
|
ac_cv_prog_CC="$@"
|
|
fi
|
|
fi
|
|
fi
|
|
fi
|
|
CC=$ac_cv_prog_CC
|
|
if test -n "$CC"; then
|
|
echo "$as_me:2930: result: $CC" >&5
|
|
echo "${ECHO_T}$CC" >&6
|
|
else
|
|
echo "$as_me:2933: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi
|
|
|
|
fi
|
|
if test -z "$CC"; then
|
|
if test -n "$ac_tool_prefix"; then
|
|
for ac_prog in cl
|
|
do
|
|
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
|
|
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
|
|
echo "$as_me:2944: checking for $ac_word" >&5
|
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
if test "${ac_cv_prog_CC+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
if test -n "$CC"; then
|
|
ac_cv_prog_CC="$CC" # Let the user override the test.
|
|
else
|
|
ac_save_IFS=$IFS; IFS=$ac_path_separator
|
|
ac_dummy="$PATH"
|
|
for ac_dir in $ac_dummy; do
|
|
IFS=$ac_save_IFS
|
|
test -z "$ac_dir" && ac_dir=.
|
|
$as_executable_p "$ac_dir/$ac_word" || continue
|
|
ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
|
|
echo "$as_me:2959: found $ac_dir/$ac_word" >&5
|
|
break
|
|
done
|
|
|
|
fi
|
|
fi
|
|
CC=$ac_cv_prog_CC
|
|
if test -n "$CC"; then
|
|
echo "$as_me:2967: result: $CC" >&5
|
|
echo "${ECHO_T}$CC" >&6
|
|
else
|
|
echo "$as_me:2970: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi
|
|
|
|
test -n "$CC" && break
|
|
done
|
|
fi
|
|
if test -z "$CC"; then
|
|
ac_ct_CC=$CC
|
|
for ac_prog in cl
|
|
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 "$as_me:2983: checking for $ac_word" >&5
|
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
if test -n "$ac_ct_CC"; then
|
|
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
|
|
else
|
|
ac_save_IFS=$IFS; IFS=$ac_path_separator
|
|
ac_dummy="$PATH"
|
|
for ac_dir in $ac_dummy; do
|
|
IFS=$ac_save_IFS
|
|
test -z "$ac_dir" && ac_dir=.
|
|
$as_executable_p "$ac_dir/$ac_word" || continue
|
|
ac_cv_prog_ac_ct_CC="$ac_prog"
|
|
echo "$as_me:2998: found $ac_dir/$ac_word" >&5
|
|
break
|
|
done
|
|
|
|
fi
|
|
fi
|
|
ac_ct_CC=$ac_cv_prog_ac_ct_CC
|
|
if test -n "$ac_ct_CC"; then
|
|
echo "$as_me:3006: result: $ac_ct_CC" >&5
|
|
echo "${ECHO_T}$ac_ct_CC" >&6
|
|
else
|
|
echo "$as_me:3009: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi
|
|
|
|
test -n "$ac_ct_CC" && break
|
|
done
|
|
|
|
CC=$ac_ct_CC
|
|
fi
|
|
|
|
fi
|
|
|
|
test -z "$CC" && { { echo "$as_me:3021: error: no acceptable cc found in \$PATH" >&5
|
|
echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 3026 "configure"
|
|
#include "confdefs.h"
|
|
|
|
int
|
|
main ()
|
|
{
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
ac_clean_files_save=$ac_clean_files
|
|
ac_clean_files="$ac_clean_files a.out a.exe"
|
|
# Try to create an executable without -o first, disregard a.out.
|
|
# It will help us diagnose broken compiler, and finding out an intuition
|
|
# of exeext.
|
|
echo "$as_me:3042: checking for C compiler default output" >&5
|
|
echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
|
|
ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
|
|
if { (eval echo "$as_me:3045: \"$ac_link_default\"") >&5
|
|
(eval $ac_link_default) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:3048: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; then
|
|
for ac_file in `ls a.exe conftest.exe a.* conftest conftest.* 2>/dev/null`; do
|
|
case $ac_file in
|
|
*.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
|
|
a.out ) # We found the default executable, but exeext='' is most
|
|
# certainly right.
|
|
break;;
|
|
*.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
|
|
export ac_cv_exeext
|
|
break;;
|
|
* ) break;;
|
|
esac
|
|
done
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
{ { echo "$as_me:3065: error: C compiler cannot create executables" >&5
|
|
echo "$as_me: error: C compiler cannot create executables" >&2;}
|
|
{ (exit 77); exit 77; }; }
|
|
fi
|
|
|
|
ac_exeext=$ac_cv_exeext
|
|
echo "$as_me:3071: result: $ac_file" >&5
|
|
echo "${ECHO_T}$ac_file" >&6
|
|
|
|
# Check the compiler produces executables we can run. If not, either
|
|
# the compiler is broken, or we cross compile.
|
|
echo "$as_me:3076: checking whether the C compiler works" >&5
|
|
echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
|
|
# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
|
|
# If not cross compiling, check that we can run a simple program.
|
|
if test "$cross_compiling" != yes; then
|
|
if { ac_try='./$ac_file'
|
|
{ (eval echo "$as_me:3082: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:3085: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
cross_compiling=no
|
|
else
|
|
if test "$cross_compiling" = maybe; then
|
|
cross_compiling=yes
|
|
else
|
|
{ { echo "$as_me:3092: error: cannot run C compiled programs.
|
|
If you meant to cross compile, use \`--host'." >&5
|
|
echo "$as_me: error: cannot run C compiled programs.
|
|
If you meant to cross compile, use \`--host'." >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
fi
|
|
fi
|
|
fi
|
|
echo "$as_me:3100: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
|
|
rm -f a.out a.exe conftest$ac_cv_exeext
|
|
ac_clean_files=$ac_clean_files_save
|
|
# Check the compiler produces executables we can run. If not, either
|
|
# the compiler is broken, or we cross compile.
|
|
echo "$as_me:3107: checking whether we are cross compiling" >&5
|
|
echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
|
|
echo "$as_me:3109: result: $cross_compiling" >&5
|
|
echo "${ECHO_T}$cross_compiling" >&6
|
|
|
|
echo "$as_me:3112: checking for executable suffix" >&5
|
|
echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
|
|
if { (eval echo "$as_me:3114: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:3117: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; then
|
|
# If both `conftest.exe' and `conftest' are `present' (well, observable)
|
|
# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
|
|
# work properly (i.e., refer to `conftest.exe'), while it won't with
|
|
# `rm'.
|
|
for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
|
|
case $ac_file in
|
|
*.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
|
|
*.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
|
|
export ac_cv_exeext
|
|
break;;
|
|
* ) break;;
|
|
esac
|
|
done
|
|
else
|
|
{ { echo "$as_me:3133: error: cannot compute EXEEXT: cannot compile and link" >&5
|
|
echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
fi
|
|
|
|
rm -f conftest$ac_cv_exeext
|
|
echo "$as_me:3139: result: $ac_cv_exeext" >&5
|
|
echo "${ECHO_T}$ac_cv_exeext" >&6
|
|
|
|
rm -f conftest.$ac_ext
|
|
EXEEXT=$ac_cv_exeext
|
|
ac_exeext=$EXEEXT
|
|
echo "$as_me:3145: checking for object suffix" >&5
|
|
echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
|
|
if test "${ac_cv_objext+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 3151 "configure"
|
|
#include "confdefs.h"
|
|
|
|
int
|
|
main ()
|
|
{
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.o conftest.obj
|
|
if { (eval echo "$as_me:3163: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:3166: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; then
|
|
for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
|
|
case $ac_file in
|
|
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;
|
|
*) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
|
|
break;;
|
|
esac
|
|
done
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
{ { echo "$as_me:3178: error: cannot compute OBJEXT: cannot compile" >&5
|
|
echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
fi
|
|
|
|
rm -f conftest.$ac_cv_objext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:3185: result: $ac_cv_objext" >&5
|
|
echo "${ECHO_T}$ac_cv_objext" >&6
|
|
OBJEXT=$ac_cv_objext
|
|
ac_objext=$OBJEXT
|
|
echo "$as_me:3189: checking whether we are using the GNU C compiler" >&5
|
|
echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
|
|
if test "${ac_cv_c_compiler_gnu+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 3195 "configure"
|
|
#include "confdefs.h"
|
|
|
|
int
|
|
main ()
|
|
{
|
|
#ifndef __GNUC__
|
|
choke me
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
if { (eval echo "$as_me:3210: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:3213: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
{ (eval echo "$as_me:3216: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:3219: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_compiler_gnu=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_compiler_gnu=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
ac_cv_c_compiler_gnu=$ac_compiler_gnu
|
|
|
|
fi
|
|
echo "$as_me:3231: result: $ac_cv_c_compiler_gnu" >&5
|
|
echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
|
|
GCC=`test $ac_compiler_gnu = yes && echo yes`
|
|
ac_test_CFLAGS=${CFLAGS+set}
|
|
ac_save_CFLAGS=$CFLAGS
|
|
CFLAGS="-g"
|
|
echo "$as_me:3237: checking whether $CC accepts -g" >&5
|
|
echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
|
|
if test "${ac_cv_prog_cc_g+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 3243 "configure"
|
|
#include "confdefs.h"
|
|
|
|
int
|
|
main ()
|
|
{
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
if { (eval echo "$as_me:3255: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:3258: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
{ (eval echo "$as_me:3261: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:3264: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_prog_cc_g=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_prog_cc_g=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:3274: result: $ac_cv_prog_cc_g" >&5
|
|
echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
|
|
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
|
|
CFLAGS="-g -O2"
|
|
else
|
|
CFLAGS="-g"
|
|
fi
|
|
else
|
|
if test "$GCC" = yes; then
|
|
CFLAGS="-O2"
|
|
else
|
|
CFLAGS=
|
|
fi
|
|
fi
|
|
# Some people use a C++ compiler to compile C. Since we use `exit',
|
|
# in C++ we need to declare it. In case someone uses the same compiler
|
|
# for both compiling C and C++ we need to have the C++ compiler decide
|
|
# the declaration of exit, since it's the most demanding environment.
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#ifndef __cplusplus
|
|
choke me
|
|
#endif
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
if { (eval echo "$as_me:3301: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:3304: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
{ (eval echo "$as_me:3307: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:3310: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
for ac_declaration in \
|
|
''\
|
|
'#include <stdlib.h>' \
|
|
'extern "C" void std::exit (int) throw (); using std::exit;' \
|
|
'extern "C" void std::exit (int); using std::exit;' \
|
|
'extern "C" void exit (int) throw ();' \
|
|
'extern "C" void exit (int);' \
|
|
'void exit (int);'
|
|
do
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 3322 "configure"
|
|
#include "confdefs.h"
|
|
#include <stdlib.h>
|
|
$ac_declaration
|
|
int
|
|
main ()
|
|
{
|
|
exit (42);
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
if { (eval echo "$as_me:3335: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:3338: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
{ (eval echo "$as_me:3341: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:3344: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
:
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
continue
|
|
fi
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 3354 "configure"
|
|
#include "confdefs.h"
|
|
$ac_declaration
|
|
int
|
|
main ()
|
|
{
|
|
exit (42);
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
if { (eval echo "$as_me:3366: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:3369: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
{ (eval echo "$as_me:3372: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:3375: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
break
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
fi
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
done
|
|
echo '#ifdef __cplusplus' >>confdefs.h
|
|
echo $ac_declaration >>confdefs.h
|
|
echo '#endif' >>confdefs.h
|
|
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
fi
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
ac_ext=c
|
|
ac_cpp='$CPP $CPPFLAGS'
|
|
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
|
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
|
|
ac_cv_prog_cc_cross="no"
|
|
cross_compiling="no"
|
|
ac_ext=c
|
|
ac_cpp='$CPP $CPPFLAGS'
|
|
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
|
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
echo "$as_me:3406: checking how to run the C preprocessor" >&5
|
|
echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
|
|
# On Suns, sometimes $CPP names a directory.
|
|
if test -n "$CPP" && test -d "$CPP"; then
|
|
CPP=
|
|
fi
|
|
if test -z "$CPP"; then
|
|
if test "${ac_cv_prog_CPP+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
# Double quotes because CPP needs to be expanded
|
|
for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
|
|
do
|
|
ac_preproc_ok=false
|
|
for ac_c_preproc_warn_flag in '' yes
|
|
do
|
|
# Use a header file that comes with gcc, so configuring glibc
|
|
# with a fresh cross-compiler works.
|
|
# On the NeXT, cc -E runs the code through the compiler's parser,
|
|
# not just through cpp. "Syntax error" is here to catch this case.
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 3427 "configure"
|
|
#include "confdefs.h"
|
|
#include <assert.h>
|
|
Syntax error
|
|
_ACEOF
|
|
if { (eval echo "$as_me:3432: \"$ac_cpp conftest.$ac_ext\"") >&5
|
|
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
|
|
ac_status=$?
|
|
egrep -v '^ *\+' conftest.er1 >conftest.err
|
|
rm -f conftest.er1
|
|
cat conftest.err >&5
|
|
echo "$as_me:3438: \$? = $ac_status" >&5
|
|
(exit $ac_status); } >/dev/null; then
|
|
if test -s conftest.err; then
|
|
ac_cpp_err=$ac_c_preproc_warn_flag
|
|
else
|
|
ac_cpp_err=
|
|
fi
|
|
else
|
|
ac_cpp_err=yes
|
|
fi
|
|
if test -z "$ac_cpp_err"; then
|
|
:
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
# Broken: fails on valid input.
|
|
continue
|
|
fi
|
|
rm -f conftest.err conftest.$ac_ext
|
|
|
|
# OK, works on sane cases. Now check whether non-existent headers
|
|
# can be detected and how.
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 3461 "configure"
|
|
#include "confdefs.h"
|
|
#include <ac_nonexistent.h>
|
|
_ACEOF
|
|
if { (eval echo "$as_me:3465: \"$ac_cpp conftest.$ac_ext\"") >&5
|
|
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
|
|
ac_status=$?
|
|
egrep -v '^ *\+' conftest.er1 >conftest.err
|
|
rm -f conftest.er1
|
|
cat conftest.err >&5
|
|
echo "$as_me:3471: \$? = $ac_status" >&5
|
|
(exit $ac_status); } >/dev/null; then
|
|
if test -s conftest.err; then
|
|
ac_cpp_err=$ac_c_preproc_warn_flag
|
|
else
|
|
ac_cpp_err=
|
|
fi
|
|
else
|
|
ac_cpp_err=yes
|
|
fi
|
|
if test -z "$ac_cpp_err"; then
|
|
# Broken: success on invalid input.
|
|
continue
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
# Passes both tests.
|
|
ac_preproc_ok=:
|
|
break
|
|
fi
|
|
rm -f conftest.err conftest.$ac_ext
|
|
|
|
done
|
|
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
|
|
rm -f conftest.err conftest.$ac_ext
|
|
if $ac_preproc_ok; then
|
|
break
|
|
fi
|
|
|
|
done
|
|
ac_cv_prog_CPP=$CPP
|
|
|
|
fi
|
|
CPP=$ac_cv_prog_CPP
|
|
else
|
|
ac_cv_prog_CPP=$CPP
|
|
fi
|
|
echo "$as_me:3508: result: $CPP" >&5
|
|
echo "${ECHO_T}$CPP" >&6
|
|
ac_preproc_ok=false
|
|
for ac_c_preproc_warn_flag in '' yes
|
|
do
|
|
# Use a header file that comes with gcc, so configuring glibc
|
|
# with a fresh cross-compiler works.
|
|
# On the NeXT, cc -E runs the code through the compiler's parser,
|
|
# not just through cpp. "Syntax error" is here to catch this case.
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 3518 "configure"
|
|
#include "confdefs.h"
|
|
#include <assert.h>
|
|
Syntax error
|
|
_ACEOF
|
|
if { (eval echo "$as_me:3523: \"$ac_cpp conftest.$ac_ext\"") >&5
|
|
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
|
|
ac_status=$?
|
|
egrep -v '^ *\+' conftest.er1 >conftest.err
|
|
rm -f conftest.er1
|
|
cat conftest.err >&5
|
|
echo "$as_me:3529: \$? = $ac_status" >&5
|
|
(exit $ac_status); } >/dev/null; then
|
|
if test -s conftest.err; then
|
|
ac_cpp_err=$ac_c_preproc_warn_flag
|
|
else
|
|
ac_cpp_err=
|
|
fi
|
|
else
|
|
ac_cpp_err=yes
|
|
fi
|
|
if test -z "$ac_cpp_err"; then
|
|
:
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
# Broken: fails on valid input.
|
|
continue
|
|
fi
|
|
rm -f conftest.err conftest.$ac_ext
|
|
|
|
# OK, works on sane cases. Now check whether non-existent headers
|
|
# can be detected and how.
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 3552 "configure"
|
|
#include "confdefs.h"
|
|
#include <ac_nonexistent.h>
|
|
_ACEOF
|
|
if { (eval echo "$as_me:3556: \"$ac_cpp conftest.$ac_ext\"") >&5
|
|
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
|
|
ac_status=$?
|
|
egrep -v '^ *\+' conftest.er1 >conftest.err
|
|
rm -f conftest.er1
|
|
cat conftest.err >&5
|
|
echo "$as_me:3562: \$? = $ac_status" >&5
|
|
(exit $ac_status); } >/dev/null; then
|
|
if test -s conftest.err; then
|
|
ac_cpp_err=$ac_c_preproc_warn_flag
|
|
else
|
|
ac_cpp_err=
|
|
fi
|
|
else
|
|
ac_cpp_err=yes
|
|
fi
|
|
if test -z "$ac_cpp_err"; then
|
|
# Broken: success on invalid input.
|
|
continue
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
# Passes both tests.
|
|
ac_preproc_ok=:
|
|
break
|
|
fi
|
|
rm -f conftest.err conftest.$ac_ext
|
|
|
|
done
|
|
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
|
|
rm -f conftest.err conftest.$ac_ext
|
|
if $ac_preproc_ok; then
|
|
:
|
|
else
|
|
{ { echo "$as_me:3590: error: C preprocessor \"$CPP\" fails sanity check" >&5
|
|
echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
fi
|
|
|
|
ac_ext=c
|
|
ac_cpp='$CPP $CPPFLAGS'
|
|
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
|
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
|
|
echo "$as_me:3601: checking for POSIXized ISC" >&5
|
|
echo $ECHO_N "checking for POSIXized ISC... $ECHO_C" >&6
|
|
if test -d /etc/conf/kconfig.d &&
|
|
grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
|
|
then
|
|
echo "$as_me:3606: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
ISC=yes # If later tests want to check for ISC.
|
|
|
|
cat >>confdefs.h <<\EOF
|
|
#define _POSIX_SOURCE 1
|
|
EOF
|
|
|
|
if test "$GCC" = yes; then
|
|
CC="$CC -posix"
|
|
else
|
|
CC="$CC -Xp"
|
|
fi
|
|
else
|
|
echo "$as_me:3620: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
ISC=
|
|
fi
|
|
|
|
if test "$with_devel" = "yes" -a -n "$GCC"; then
|
|
CFLAGS="${CFLAGS} -Wall"
|
|
fi
|
|
|
|
# Extract the first word of "uname", so it can be a program name with args.
|
|
set dummy uname; ac_word=$2
|
|
echo "$as_me:3631: checking for $ac_word" >&5
|
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
if test "${ac_cv_prog_UNAMEPROG+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
if test -n "$UNAMEPROG"; then
|
|
ac_cv_prog_UNAMEPROG="$UNAMEPROG" # Let the user override the test.
|
|
else
|
|
ac_save_IFS=$IFS; IFS=$ac_path_separator
|
|
ac_dummy="$PATH"
|
|
for ac_dir in $ac_dummy; do
|
|
IFS=$ac_save_IFS
|
|
test -z "$ac_dir" && ac_dir=.
|
|
$as_executable_p "$ac_dir/$ac_word" || continue
|
|
ac_cv_prog_UNAMEPROG="uname"
|
|
echo "$as_me:3646: found $ac_dir/$ac_word" >&5
|
|
break
|
|
done
|
|
|
|
fi
|
|
fi
|
|
UNAMEPROG=$ac_cv_prog_UNAMEPROG
|
|
if test -n "$UNAMEPROG"; then
|
|
echo "$as_me:3654: result: $UNAMEPROG" >&5
|
|
echo "${ECHO_T}$UNAMEPROG" >&6
|
|
else
|
|
echo "$as_me:3657: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi
|
|
|
|
# Extract the first word of "tr", so it can be a program name with args.
|
|
set dummy tr; ac_word=$2
|
|
echo "$as_me:3663: checking for $ac_word" >&5
|
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
if test "${ac_cv_prog_TRPROG+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
if test -n "$TRPROG"; then
|
|
ac_cv_prog_TRPROG="$TRPROG" # Let the user override the test.
|
|
else
|
|
ac_save_IFS=$IFS; IFS=$ac_path_separator
|
|
ac_dummy="$PATH"
|
|
for ac_dir in $ac_dummy; do
|
|
IFS=$ac_save_IFS
|
|
test -z "$ac_dir" && ac_dir=.
|
|
$as_executable_p "$ac_dir/$ac_word" || continue
|
|
ac_cv_prog_TRPROG="tr"
|
|
echo "$as_me:3678: found $ac_dir/$ac_word" >&5
|
|
break
|
|
done
|
|
|
|
fi
|
|
fi
|
|
TRPROG=$ac_cv_prog_TRPROG
|
|
if test -n "$TRPROG"; then
|
|
echo "$as_me:3686: result: $TRPROG" >&5
|
|
echo "${ECHO_T}$TRPROG" >&6
|
|
else
|
|
echo "$as_me:3689: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi
|
|
|
|
# Extract the first word of "sed", so it can be a program name with args.
|
|
set dummy sed; ac_word=$2
|
|
echo "$as_me:3695: checking for $ac_word" >&5
|
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
if test "${ac_cv_prog_SEDPROG+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
if test -n "$SEDPROG"; then
|
|
ac_cv_prog_SEDPROG="$SEDPROG" # Let the user override the test.
|
|
else
|
|
ac_save_IFS=$IFS; IFS=$ac_path_separator
|
|
ac_dummy="$PATH"
|
|
for ac_dir in $ac_dummy; do
|
|
IFS=$ac_save_IFS
|
|
test -z "$ac_dir" && ac_dir=.
|
|
$as_executable_p "$ac_dir/$ac_word" || continue
|
|
ac_cv_prog_SEDPROG="sed"
|
|
echo "$as_me:3710: found $ac_dir/$ac_word" >&5
|
|
break
|
|
done
|
|
|
|
fi
|
|
fi
|
|
SEDPROG=$ac_cv_prog_SEDPROG
|
|
if test -n "$SEDPROG"; then
|
|
echo "$as_me:3718: result: $SEDPROG" >&5
|
|
echo "${ECHO_T}$SEDPROG" >&6
|
|
else
|
|
echo "$as_me:3721: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi
|
|
|
|
# Extract the first word of "nroff", so it can be a program name with args.
|
|
set dummy nroff; ac_word=$2
|
|
echo "$as_me:3727: checking for $ac_word" >&5
|
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
if test "${ac_cv_prog_NROFFPROG+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
if test -n "$NROFFPROG"; then
|
|
ac_cv_prog_NROFFPROG="$NROFFPROG" # Let the user override the test.
|
|
else
|
|
ac_save_IFS=$IFS; IFS=$ac_path_separator
|
|
ac_dummy="$PATH"
|
|
for ac_dir in $ac_dummy; do
|
|
IFS=$ac_save_IFS
|
|
test -z "$ac_dir" && ac_dir=.
|
|
$as_executable_p "$ac_dir/$ac_word" || continue
|
|
ac_cv_prog_NROFFPROG="nroff"
|
|
echo "$as_me:3742: found $ac_dir/$ac_word" >&5
|
|
break
|
|
done
|
|
|
|
fi
|
|
fi
|
|
NROFFPROG=$ac_cv_prog_NROFFPROG
|
|
if test -n "$NROFFPROG"; then
|
|
echo "$as_me:3750: result: $NROFFPROG" >&5
|
|
echo "${ECHO_T}$NROFFPROG" >&6
|
|
else
|
|
echo "$as_me:3753: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi
|
|
|
|
if test -z "$NROFFPROG"; then
|
|
MANTYPE="cat"
|
|
mansrcdir='$(srcdir)'
|
|
fi
|
|
|
|
ac_aux_dir=
|
|
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
|
|
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
|
|
elif test -f $ac_dir/shtool; then
|
|
ac_aux_dir=$ac_dir
|
|
ac_install_sh="$ac_aux_dir/shtool install -c"
|
|
break
|
|
fi
|
|
done
|
|
if test -z "$ac_aux_dir"; then
|
|
{ { echo "$as_me:3779: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
|
|
echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
fi
|
|
ac_config_guess="$SHELL $ac_aux_dir/config.guess"
|
|
ac_config_sub="$SHELL $ac_aux_dir/config.sub"
|
|
ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
|
|
|
|
# Make sure we can run config.sub.
|
|
$ac_config_sub sun4 >/dev/null 2>&1 ||
|
|
{ { echo "$as_me:3789: error: cannot run $ac_config_sub" >&5
|
|
echo "$as_me: error: cannot run $ac_config_sub" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
|
|
echo "$as_me:3793: checking build system type" >&5
|
|
echo $ECHO_N "checking build system type... $ECHO_C" >&6
|
|
if test "${ac_cv_build+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_cv_build_alias=$build_alias
|
|
test -z "$ac_cv_build_alias" &&
|
|
ac_cv_build_alias=`$ac_config_guess`
|
|
test -z "$ac_cv_build_alias" &&
|
|
{ { echo "$as_me:3802: error: cannot guess build type; you must specify one" >&5
|
|
echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
|
|
{ { echo "$as_me:3806: error: $ac_config_sub $ac_cv_build_alias failed." >&5
|
|
echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
|
|
fi
|
|
echo "$as_me:3811: result: $ac_cv_build" >&5
|
|
echo "${ECHO_T}$ac_cv_build" >&6
|
|
build=$ac_cv_build
|
|
build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
|
|
build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
|
|
build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
|
|
|
|
echo "$as_me:3818: checking host system type" >&5
|
|
echo $ECHO_N "checking host system type... $ECHO_C" >&6
|
|
if test "${ac_cv_host+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_cv_host_alias=$host_alias
|
|
test -z "$ac_cv_host_alias" &&
|
|
ac_cv_host_alias=$ac_cv_build_alias
|
|
ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
|
|
{ { echo "$as_me:3827: error: $ac_config_sub $ac_cv_host_alias failed" >&5
|
|
echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
|
|
fi
|
|
echo "$as_me:3832: result: $ac_cv_host" >&5
|
|
echo "${ECHO_T}$ac_cv_host" >&6
|
|
host=$ac_cv_host
|
|
host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
|
|
host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
|
|
host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
|
|
|
|
if test -n "$sudo_cv_prev_host"; then
|
|
if test "$sudo_cv_prev_host" != "$host"; then
|
|
echo ""
|
|
echo "Fatal Error: config.cache exists from another platform!"
|
|
echo "Please remove it and re-run configure."
|
|
echo ""
|
|
exit 1
|
|
else
|
|
echo "$as_me:3847: checking previous host type" >&5
|
|
echo $ECHO_N "checking previous host type... $ECHO_C" >&6
|
|
if test "${sudo_cv_prev_host+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
sudo_cv_prev_host="$host"
|
|
fi
|
|
|
|
echo $sudo_cv_prev_host
|
|
fi
|
|
else
|
|
# this will produce no output since there is no cached value
|
|
if test "${sudo_cv_prev_host+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
sudo_cv_prev_host="$host"
|
|
fi
|
|
|
|
fi
|
|
|
|
if test -n "$host_os"; then
|
|
OS=`echo $host_os | sed 's/[0-9].*//'`
|
|
OSREV=`echo $host_os | sed 's/^[^0-9]*\([0-9][0-9]*\).*$/\1/'`
|
|
else
|
|
OS="unknown"
|
|
OSREV=0
|
|
fi
|
|
|
|
case "$host" in
|
|
*-*-sunos4*)
|
|
# getcwd(3) opens a pipe to getpwd(1)!?!
|
|
BROKEN_GETCWD=1
|
|
|
|
# system headers lack prototypes but gcc helps...
|
|
if test -n "$GCC"; then
|
|
CPPFLAGS="${CPPFLAGS} -D__USE_FIXED_PROTOTYPES__"
|
|
fi
|
|
|
|
# check for password adjunct functions (shadow passwords)
|
|
if test "$CHECKSHADOW" = "true"; then
|
|
|
|
for ac_func in getpwanam issecure
|
|
do
|
|
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
|
|
echo "$as_me:3891: checking for $ac_func" >&5
|
|
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
|
|
if eval "test \"\${$ac_ac_var+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 3897 "configure"
|
|
#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. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* 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 ();
|
|
char (*f) ();
|
|
|
|
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
|
|
f = $ac_func;
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:3928: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:3931: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:3934: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:3937: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
eval "$ac_ac_var=yes"
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
eval "$ac_ac_var=no"
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:3947: result: `eval echo '${'$ac_ac_var'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
|
|
if test `eval echo '${'$ac_ac_var'}'` = yes; then
|
|
cat >>confdefs.h <<EOF
|
|
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
|
|
EOF
|
|
|
|
else
|
|
break
|
|
fi
|
|
done
|
|
|
|
CHECKSHADOW="false"
|
|
fi
|
|
;;
|
|
*-*-solaris2*)
|
|
# To get the crypt(3) prototype (so we pass -Wall)
|
|
CPPFLAGS="${CPPFLAGS} -D__EXTENSIONS__"
|
|
# AFS support needs -lucb
|
|
if test "$with_AFS" = "yes"; then
|
|
AFS_LIBS="-lc -lucb"
|
|
fi
|
|
mansectsu=1m
|
|
mansectform=4
|
|
;;
|
|
*-*-aix*)
|
|
# To get all prototypes (so we pass -Wall)
|
|
CPPFLAGS="${CPPFLAGS} -D_XOPEN_EXTENDED_SOURCE"
|
|
cat >>confdefs.h <<\EOF
|
|
#define _ALL_SOURCE 1
|
|
EOF
|
|
|
|
SUDO_LDFLAGS="${SUDO_LDFLAGS} -Wl,-bI:\$(srcdir)/aixcrypt.exp"
|
|
;;
|
|
*-*-hiuxmpp*)
|
|
if test "$CHECKSHADOW" = "true"; then
|
|
echo "$as_me:3983: checking for getprpwnam in -lsec" >&5
|
|
echo $ECHO_N "checking for getprpwnam in -lsec... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_sec_getprpwnam+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lsec $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 3991 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char getprpwnam ();
|
|
int
|
|
main ()
|
|
{
|
|
getprpwnam ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:4010: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:4013: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:4016: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:4019: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_sec_getprpwnam=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_sec_getprpwnam=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:4030: result: $ac_cv_lib_sec_getprpwnam" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_sec_getprpwnam" >&6
|
|
if test $ac_cv_lib_sec_getprpwnam = yes; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_GETPRPWNAM 1
|
|
EOF
|
|
SUDO_LIBS="${SUDO_LIBS} -lsec"; LIBS="${LIBS} -lsec"; SECUREWARE=1
|
|
else
|
|
echo "$as_me:4038: checking for getprpwnam in -lsecurity" >&5
|
|
echo $ECHO_N "checking for getprpwnam in -lsecurity... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_security_getprpwnam+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lsecurity $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 4046 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char getprpwnam ();
|
|
int
|
|
main ()
|
|
{
|
|
getprpwnam ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:4065: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:4068: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:4071: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:4074: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_security_getprpwnam=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_security_getprpwnam=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:4085: result: $ac_cv_lib_security_getprpwnam" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_security_getprpwnam" >&6
|
|
if test $ac_cv_lib_security_getprpwnam = yes; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_GETPRPWNAM 1
|
|
EOF
|
|
SUDO_LIBS="${SUDO_LIBS} -lsecurity"; LIBS="${LIBS} -lsecurity"; SECUREWARE=1
|
|
fi
|
|
|
|
fi
|
|
|
|
CHECKSHADOW="false"
|
|
fi
|
|
mansectsu=1m
|
|
mansectform=4
|
|
;;
|
|
*-*-hpux1[0-9]*)
|
|
# uncomment this for a statically linked sudo
|
|
# (XXX - should be an option to configure)
|
|
#STATIC_SUDO=true
|
|
|
|
# If using cc, run in ANSI mode if possible
|
|
if test -z "$GCC"; then
|
|
$CC -Aa 2>&1 | grep 'A option is available only' >conftest.out
|
|
if test ! -s conftest.out; then
|
|
CPPFLAGS="${CPPFLAGS} -Aa"
|
|
fi
|
|
rm -f conftest.out
|
|
fi
|
|
|
|
# Add -D_HPUX_SOURCE so we don't get strict ANSI headers
|
|
CPPFLAGS="${CPPFLAGS} -D_HPUX_SOURCE"
|
|
|
|
if test "$CHECKSHADOW" = "true"; then
|
|
echo "$as_me:4119: checking for getprpwnam in -lsec" >&5
|
|
echo $ECHO_N "checking for getprpwnam in -lsec... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_sec_getprpwnam+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lsec $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 4127 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char getprpwnam ();
|
|
int
|
|
main ()
|
|
{
|
|
getprpwnam ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:4146: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:4149: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:4152: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:4155: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_sec_getprpwnam=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_sec_getprpwnam=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:4166: result: $ac_cv_lib_sec_getprpwnam" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_sec_getprpwnam" >&6
|
|
if test $ac_cv_lib_sec_getprpwnam = yes; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_GETPRPWNAM 1
|
|
EOF
|
|
echo "$as_me:4172: checking for iscomsec in -lsec" >&5
|
|
echo $ECHO_N "checking for iscomsec in -lsec... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_sec_iscomsec+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lsec $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 4180 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char iscomsec ();
|
|
int
|
|
main ()
|
|
{
|
|
iscomsec ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:4199: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:4202: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:4205: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:4208: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_sec_iscomsec=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_sec_iscomsec=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:4219: result: $ac_cv_lib_sec_iscomsec" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_sec_iscomsec" >&6
|
|
if test $ac_cv_lib_sec_iscomsec = yes; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_ISCOMSEC 1
|
|
EOF
|
|
|
|
fi
|
|
SUDO_LIBS="${SUDO_LIBS} -lsec"; LIBS="${LIBS} -lsec"; SECUREWARE=1
|
|
fi
|
|
|
|
CHECKSHADOW="false"
|
|
fi
|
|
|
|
if test -n "$STATIC_SUDO"; then
|
|
if test -n "$GCC"; then
|
|
SUDO_LDFLAGS="${SUDO_LDFLAGS} -static"
|
|
else
|
|
SUDO_LDFLAGS="${SUDO_LDFLAGS} -Wl,-a,archive"
|
|
fi
|
|
fi
|
|
|
|
# AFS support needs -lBSD
|
|
if test "$with_AFS" = "yes"; then
|
|
AFS_LIBS="-lc -lBSD"
|
|
fi
|
|
mansectsu=1m
|
|
mansectform=4
|
|
;;
|
|
*-*-hpux9*)
|
|
# uncomment this for a statically linked sudo
|
|
# (XXX - should be an option to configure)
|
|
#STATIC_SUDO=true
|
|
|
|
# If using cc, run in ANSI mode if possible
|
|
if test -z "$GCC"; then
|
|
$CC -Aa 2>&1 | grep 'A option is available only' >conftest.out
|
|
if test ! -s conftest.out; then
|
|
CPPFLAGS="${CPPFLAGS} -Aa"
|
|
fi
|
|
rm -f conftest.out
|
|
fi
|
|
|
|
# Add -D_HPUX_SOURCE so we don't get strict ANSI headers
|
|
CPPFLAGS="${CPPFLAGS} -D_HPUX_SOURCE"
|
|
|
|
cat >>confdefs.h <<\EOF
|
|
#define BROKEN_SYSLOG 1
|
|
EOF
|
|
|
|
if test "$CHECKSHADOW" = "true"; then
|
|
|
|
for ac_func in getspwuid
|
|
do
|
|
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
|
|
echo "$as_me:4274: checking for $ac_func" >&5
|
|
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
|
|
if eval "test \"\${$ac_ac_var+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 4280 "configure"
|
|
#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. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* 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 ();
|
|
char (*f) ();
|
|
|
|
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
|
|
f = $ac_func;
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:4311: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:4314: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:4317: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:4320: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
eval "$ac_ac_var=yes"
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
eval "$ac_ac_var=no"
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:4330: result: `eval echo '${'$ac_ac_var'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
|
|
if test `eval echo '${'$ac_ac_var'}'` = yes; then
|
|
cat >>confdefs.h <<EOF
|
|
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
|
|
EOF
|
|
|
|
fi
|
|
done
|
|
|
|
CHECKSHADOW="false"
|
|
fi
|
|
|
|
if test -n "$STATIC_SUDO"; then
|
|
if test -n "$GCC"; then
|
|
SUDO_LDFLAGS="${SUDO_LDFLAGS} -static"
|
|
else
|
|
SUDO_LDFLAGS="${SUDO_LDFLAGS} -Wl,-a,archive"
|
|
fi
|
|
fi
|
|
|
|
# DCE support (requires ANSI C compiler)
|
|
if test "$with_DCE" = "yes"; then
|
|
# order of libs in 9.X is important. -lc_r must be last
|
|
SUDO_LIBS="${SUDO_LIBS} -ldce -lM -lc_r"
|
|
LIBS="${LIBS} -ldce -lM -lc_r"
|
|
CPPFLAGS="${CPPFLAGS} -D_REENTRANT -I/usr/include/reentrant"
|
|
fi
|
|
|
|
# AFS support needs -lBSD
|
|
if test "$with_AFS" = "yes"; then
|
|
AFS_LIBS="-lc -lBSD"
|
|
fi
|
|
mansectsu=1m
|
|
mansectform=4
|
|
;;
|
|
*-*-hpux*)
|
|
|
|
cat >>confdefs.h <<\EOF
|
|
#define BROKEN_SYSLOG 1
|
|
EOF
|
|
|
|
# Not sure if setuid binaries are safe in < 9.x
|
|
if test -n "$GCC"; then
|
|
SUDO_LDFLAGS="${SUDO_LDFLAGS} -static"
|
|
else
|
|
SUDO_LDFLAGS="${SUDO_LDFLAGS} -Wl,-a,archive"
|
|
fi
|
|
|
|
# AFS support needs -lBSD
|
|
if test "$with_AFS" = "yes"; then
|
|
AFS_LIBS="-lc -lBSD"
|
|
fi
|
|
mansectsu=1m
|
|
mansectform=4
|
|
;;
|
|
*-dec-osf*)
|
|
# ignore envariables wrt dynamic lib path
|
|
SUDO_LDFLAGS="${SUDO_LDFLAGS} -Wl,-no_library_replacement"
|
|
|
|
echo "$as_me:4390: checking whether to disable sia support on Digital UNIX" >&5
|
|
echo $ECHO_N "checking whether to disable sia support on Digital UNIX... $ECHO_C" >&6
|
|
# Check whether --enable-sia or --disable-sia was given.
|
|
if test "${enable_sia+set}" = set; then
|
|
enableval="$enable_sia"
|
|
case "$enableval" in
|
|
yes) echo "$as_me:4396: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
;;
|
|
no) echo "$as_me:4399: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
CHECKSIA=false
|
|
;;
|
|
*) echo "$as_me:4403: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
echo "Ignoring unknown argument to --enable-sia: $enableval"
|
|
;;
|
|
esac
|
|
|
|
else
|
|
echo "$as_me:4410: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi;
|
|
|
|
# use SIA by default, if we have it, else SecureWare
|
|
# unless overridden on the command line
|
|
if test "$CHECKSIA" = "true"; then
|
|
echo "$as_me:4417: checking for sia_ses_init" >&5
|
|
echo $ECHO_N "checking for sia_ses_init... $ECHO_C" >&6
|
|
if test "${ac_cv_func_sia_ses_init+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 4423 "configure"
|
|
#include "confdefs.h"
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
which can conflict with char sia_ses_init (); below. */
|
|
#include <assert.h>
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char sia_ses_init ();
|
|
char (*f) ();
|
|
|
|
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_sia_ses_init) || defined (__stub___sia_ses_init)
|
|
choke me
|
|
#else
|
|
f = sia_ses_init;
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:4454: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:4457: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:4460: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:4463: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_func_sia_ses_init=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_func_sia_ses_init=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:4473: result: $ac_cv_func_sia_ses_init" >&5
|
|
echo "${ECHO_T}$ac_cv_func_sia_ses_init" >&6
|
|
if test $ac_cv_func_sia_ses_init = yes; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_SIA 1
|
|
EOF
|
|
|
|
if test -n "$with_skey" -o -n "$with_opie" -o -n "$with_otp_only" -o -n "$with_long_otp_prompt" -o -n "$with_SecurID" -o -n "$with_fwtk" -o -n "$with_kerb4" -o -n "$with_kerb5" -o -n "$with_pam" -o -n "$with_AFS" -o -n "$with_DCE"; then
|
|
{ { echo "$as_me:4481: error: \"you cannot mix SIA and other authentication schemes. You can turn off SIA support via the --disable-sia option\"" >&5
|
|
echo "$as_me: error: \"you cannot mix SIA and other authentication schemes. You can turn off SIA support via the --disable-sia option\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
fi; CHECKSHADOW=false
|
|
fi
|
|
|
|
fi
|
|
if test "$CHECKSHADOW" = "true"; then
|
|
echo "$as_me:4489: checking for getprpwnam in -lsecurity" >&5
|
|
echo $ECHO_N "checking for getprpwnam in -lsecurity... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_security_getprpwnam+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lsecurity $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 4497 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char getprpwnam ();
|
|
int
|
|
main ()
|
|
{
|
|
getprpwnam ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:4516: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:4519: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:4522: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:4525: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_security_getprpwnam=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_security_getprpwnam=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:4536: result: $ac_cv_lib_security_getprpwnam" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_security_getprpwnam" >&6
|
|
if test $ac_cv_lib_security_getprpwnam = yes; then
|
|
SECUREWARE=1
|
|
fi
|
|
|
|
CHECKSHADOW="false"
|
|
fi
|
|
|
|
if test -n "$SECUREWARE"; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_GETPRPWNAM 1
|
|
EOF
|
|
|
|
# -ldb includes bogus versions of snprintf/vsnprintf
|
|
|
|
for ac_func in snprintf
|
|
do
|
|
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
|
|
echo "$as_me:4555: checking for $ac_func" >&5
|
|
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
|
|
if eval "test \"\${$ac_ac_var+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 4561 "configure"
|
|
#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. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* 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 ();
|
|
char (*f) ();
|
|
|
|
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
|
|
f = $ac_func;
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:4592: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:4595: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:4598: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:4601: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
eval "$ac_ac_var=yes"
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
eval "$ac_ac_var=no"
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:4611: result: `eval echo '${'$ac_ac_var'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
|
|
if test `eval echo '${'$ac_ac_var'}'` = yes; then
|
|
cat >>confdefs.h <<EOF
|
|
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
|
|
EOF
|
|
|
|
else
|
|
NEED_SNPRINTF=1
|
|
fi
|
|
done
|
|
|
|
for ac_func in vsnprintf
|
|
do
|
|
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
|
|
echo "$as_me:4626: checking for $ac_func" >&5
|
|
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
|
|
if eval "test \"\${$ac_ac_var+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 4632 "configure"
|
|
#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. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* 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 ();
|
|
char (*f) ();
|
|
|
|
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
|
|
f = $ac_func;
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:4663: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:4666: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:4669: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:4672: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
eval "$ac_ac_var=yes"
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
eval "$ac_ac_var=no"
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:4682: result: `eval echo '${'$ac_ac_var'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
|
|
if test `eval echo '${'$ac_ac_var'}'` = yes; then
|
|
cat >>confdefs.h <<EOF
|
|
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
|
|
EOF
|
|
|
|
else
|
|
NEED_SNPRINTF=1
|
|
fi
|
|
done
|
|
|
|
# 4.x and higher need -ldb too...
|
|
echo "$as_me:4695: checking for dbopen in -ldb" >&5
|
|
echo $ECHO_N "checking for dbopen in -ldb... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_db_dbopen+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-ldb $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 4703 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char dbopen ();
|
|
int
|
|
main ()
|
|
{
|
|
dbopen ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:4722: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:4725: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:4728: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:4731: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_db_dbopen=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_db_dbopen=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:4742: result: $ac_cv_lib_db_dbopen" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_db_dbopen" >&6
|
|
if test $ac_cv_lib_db_dbopen = yes; then
|
|
SUDO_LIBS="${SUDO_LIBS} -lsecurity -ldb -laud -lm"; LIBS="${LIBS} -lsecurity -ldb -laud -lm"
|
|
else
|
|
SUDO_LIBS="${SUDO_LIBS} -lsecurity -ldb -laud -lm"; LIBS="${LIBS} -lsecurity -ldb -laud -lm"
|
|
fi
|
|
|
|
for ac_func in dispcrypt
|
|
do
|
|
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
|
|
echo "$as_me:4753: checking for $ac_func" >&5
|
|
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
|
|
if eval "test \"\${$ac_ac_var+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 4759 "configure"
|
|
#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. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* 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 ();
|
|
char (*f) ();
|
|
|
|
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
|
|
f = $ac_func;
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:4790: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:4793: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:4796: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:4799: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
eval "$ac_ac_var=yes"
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
eval "$ac_ac_var=no"
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:4809: result: `eval echo '${'$ac_ac_var'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
|
|
if test `eval echo '${'$ac_ac_var'}'` = yes; then
|
|
cat >>confdefs.h <<EOF
|
|
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
|
|
EOF
|
|
|
|
fi
|
|
done
|
|
|
|
echo "$as_me:4819: checking for broken /usr/include/prot.h" >&5
|
|
echo $ECHO_N "checking for broken /usr/include/prot.h... $ECHO_C" >&6
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 4822 "configure"
|
|
#include "confdefs.h"
|
|
|
|
#include <sys/types.h>
|
|
#include <sys/security.h>
|
|
#include <prot.h>
|
|
|
|
int
|
|
main ()
|
|
{
|
|
exit(0);
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
if { (eval echo "$as_me:4838: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:4841: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
{ (eval echo "$as_me:4844: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:4847: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
echo "$as_me:4849: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
echo "$as_me:4854: result: yes, fixing locally" >&5
|
|
echo "${ECHO_T}yes, fixing locally" >&6
|
|
sed 's:<acl.h>:<sys/acl.h>:g' < /usr/include/prot.h > prot.h
|
|
|
|
fi
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
elif test "$CHECKSIA" = "true"; then
|
|
with_passwd=no
|
|
AUTH_OBJS="sia.o"
|
|
fi
|
|
mansectsu=8
|
|
mansectform=4
|
|
;;
|
|
*-*-irix*)
|
|
CPPFLAGS="${CPPFLAGS} -D_BSD_TYPES"
|
|
if test -z "$NROFFPROG"; then
|
|
MAN_POSTINSTALL=' /bin/rm -f $(mandir8)/sudo.$(mansect8).z $(mandir8)/visudo.$(mansect8).z $(mandir5)/sudoers.$(mansect5).z ; /usr/bin/pack $(mandir8)/sudo.$(mansect8) $(mandir8)/visudo.$(mansect8) $(mandir5)/sudoers.$(mansect5)'
|
|
if test "$prefix" = "/usr/local" -a "$mandir" = '$(prefix)/man'; then
|
|
if test -d /usr/share/catman/local; then
|
|
mandir="/usr/share/catman/local"
|
|
else
|
|
mandir="/usr/catman/local"
|
|
fi
|
|
fi
|
|
else
|
|
if test "$prefix" = "/usr/local" -a "$mandir" = '$(prefix)/man'; then
|
|
if test -d "/usr/share/man/local"; then
|
|
mandir="/usr/share/man/local"
|
|
else
|
|
mandir="/usr/man/local"
|
|
fi
|
|
fi
|
|
fi
|
|
# IRIX <= 4 needs -lsun
|
|
if test "$OSREV" -le 4; then
|
|
echo "$as_me:4889: checking for getpwnam in -lsun" >&5
|
|
echo $ECHO_N "checking for getpwnam in -lsun... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_sun_getpwnam+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lsun $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 4897 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char getpwnam ();
|
|
int
|
|
main ()
|
|
{
|
|
getpwnam ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:4916: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:4919: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:4922: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:4925: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_sun_getpwnam=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_sun_getpwnam=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:4936: result: $ac_cv_lib_sun_getpwnam" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_sun_getpwnam" >&6
|
|
if test $ac_cv_lib_sun_getpwnam = yes; then
|
|
LIBS="${LIBS} -lsun"
|
|
fi
|
|
|
|
fi
|
|
mansectsu=1m
|
|
mansectform=4
|
|
;;
|
|
*-*-linux*)
|
|
# To get crypt(3) and vasprintf() prototypes (so we pass -Wall)
|
|
cat >>confdefs.h <<\EOF
|
|
#define _GNU_SOURCE 1
|
|
EOF
|
|
|
|
# Some Linux versions need to link with -lshadow
|
|
if test "$CHECKSHADOW" = "true"; then
|
|
|
|
for ac_func in getspnam
|
|
do
|
|
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
|
|
echo "$as_me:4958: checking for $ac_func" >&5
|
|
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
|
|
if eval "test \"\${$ac_ac_var+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 4964 "configure"
|
|
#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. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* 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 ();
|
|
char (*f) ();
|
|
|
|
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
|
|
f = $ac_func;
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:4995: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:4998: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:5001: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:5004: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
eval "$ac_ac_var=yes"
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
eval "$ac_ac_var=no"
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:5014: result: `eval echo '${'$ac_ac_var'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
|
|
if test `eval echo '${'$ac_ac_var'}'` = yes; then
|
|
cat >>confdefs.h <<EOF
|
|
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
|
|
EOF
|
|
|
|
else
|
|
echo "$as_me:5022: checking for getspnam in -lshadow" >&5
|
|
echo $ECHO_N "checking for getspnam in -lshadow... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_shadow_getspnam+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lshadow $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 5030 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char getspnam ();
|
|
int
|
|
main ()
|
|
{
|
|
getspnam ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:5049: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:5052: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:5055: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:5058: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_shadow_getspnam=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_shadow_getspnam=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:5069: result: $ac_cv_lib_shadow_getspnam" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_shadow_getspnam" >&6
|
|
if test $ac_cv_lib_shadow_getspnam = yes; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_GETSPNAM 1
|
|
EOF
|
|
SUDO_LIBS="${SUDO_LIBS} -lshadow"; LIBS="${LIBS} -lshadow"
|
|
fi
|
|
|
|
fi
|
|
done
|
|
|
|
CHECKSHADOW="false"
|
|
fi
|
|
;;
|
|
*-convex-bsd*)
|
|
cat >>confdefs.h <<\EOF
|
|
#define _CONVEX_SOURCE 1
|
|
EOF
|
|
|
|
if test -z "$GCC"; then
|
|
CFLAGS="${CFLAGS} -D__STDC__"
|
|
fi
|
|
|
|
if test "$CHECKSHADOW" = "true"; then
|
|
echo "$as_me:5094: checking for getprpwnam in -lsec" >&5
|
|
echo $ECHO_N "checking for getprpwnam in -lsec... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_sec_getprpwnam+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lsec $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 5102 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char getprpwnam ();
|
|
int
|
|
main ()
|
|
{
|
|
getprpwnam ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:5121: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:5124: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:5127: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:5130: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_sec_getprpwnam=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_sec_getprpwnam=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:5141: result: $ac_cv_lib_sec_getprpwnam" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_sec_getprpwnam" >&6
|
|
if test $ac_cv_lib_sec_getprpwnam = yes; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_GETPRPWNAM 1
|
|
EOF
|
|
SUDO_LIBS="${SUDO_LIBS} -lprot"; LIBS="${LIBS} -lprot"; OSDEFS="${OSDEFS} -D_AUDIT -D_ACL -DSecureWare"; SECUREWARE=1
|
|
fi
|
|
|
|
CHECKSHADOW="false"
|
|
fi
|
|
;;
|
|
*-*-ultrix*)
|
|
OS="ultrix"
|
|
if test "$CHECKSHADOW" = "true"; then
|
|
echo "$as_me:5156: checking for getauthuid in -lauth" >&5
|
|
echo $ECHO_N "checking for getauthuid in -lauth... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_auth_getauthuid+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lauth $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 5164 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char getauthuid ();
|
|
int
|
|
main ()
|
|
{
|
|
getauthuid ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:5183: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:5186: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:5189: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:5192: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_auth_getauthuid=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_auth_getauthuid=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:5203: result: $ac_cv_lib_auth_getauthuid" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_auth_getauthuid" >&6
|
|
if test $ac_cv_lib_auth_getauthuid = yes; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_GETAUTHUID 1
|
|
EOF
|
|
SUDO_LIBS="${SUDO_LIBS} -lauth"; LIBS="${LIBS} -lauth"
|
|
fi
|
|
|
|
CHECKSHADOW="false"
|
|
fi
|
|
;;
|
|
*-*-riscos*)
|
|
LIBS="${LIBS} -lsun -lbsd"
|
|
CPPFLAGS="${CPPFLAGS} -I/usr/include -I/usr/include/bsd"
|
|
OSDEFS="${OSDEFS} -D_MIPS"
|
|
mansectsu=1m
|
|
mansectform=4
|
|
;;
|
|
*-*-isc*)
|
|
OSDEFS="${OSDEFS} -D_ISC"
|
|
LIB_CRYPT=1
|
|
SUDO_LIBS="${SUDO_LIBS} -lcrypt"
|
|
LIBS="${LIBS} -lcrypt"
|
|
|
|
if test "$CHECKSHADOW" = "true"; then
|
|
echo "$as_me:5229: checking for getspnam in -lsec" >&5
|
|
echo $ECHO_N "checking for getspnam in -lsec... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_sec_getspnam+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lsec $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 5237 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char getspnam ();
|
|
int
|
|
main ()
|
|
{
|
|
getspnam ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:5256: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:5259: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:5262: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:5265: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_sec_getspnam=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_sec_getspnam=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:5276: result: $ac_cv_lib_sec_getspnam" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_sec_getspnam" >&6
|
|
if test $ac_cv_lib_sec_getspnam = yes; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_GETSPNAM 1
|
|
EOF
|
|
SUDO_LIBS="${SUDO_LIBS} -lsec"; LIBS="${LIBS} -lsec"
|
|
fi
|
|
|
|
CHECKSHADOW="false"
|
|
fi
|
|
mansectsu=1m
|
|
mansectform=4
|
|
;;
|
|
*-*-sco*|*-sco-*)
|
|
if test "$CHECKSHADOW" = "true"; then
|
|
echo "$as_me:5292: checking for getprpwnam in -lprot" >&5
|
|
echo $ECHO_N "checking for getprpwnam in -lprot... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_prot_getprpwnam_lx+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lprot -lx $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 5300 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char getprpwnam ();
|
|
int
|
|
main ()
|
|
{
|
|
getprpwnam ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:5319: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:5322: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:5325: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:5328: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_prot_getprpwnam_lx=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_prot_getprpwnam_lx=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:5339: result: $ac_cv_lib_prot_getprpwnam_lx" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_prot_getprpwnam_lx" >&6
|
|
if test $ac_cv_lib_prot_getprpwnam_lx = yes; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_GETPRPWNAM 1
|
|
EOF
|
|
SUDO_LIBS="${SUDO_LIBS} -lprot -lx"; LIBS="${LIBS} -lprot -lx"; SECUREWARE=1
|
|
fi
|
|
|
|
echo "$as_me:5348: checking for getspnam in -lgen" >&5
|
|
echo $ECHO_N "checking for getspnam in -lgen... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_gen_getspnam+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lgen $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 5356 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char getspnam ();
|
|
int
|
|
main ()
|
|
{
|
|
getspnam ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:5375: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:5378: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:5381: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:5384: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_gen_getspnam=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_gen_getspnam=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:5395: result: $ac_cv_lib_gen_getspnam" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_gen_getspnam" >&6
|
|
if test $ac_cv_lib_gen_getspnam = yes; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_GETSPNAM 1
|
|
EOF
|
|
SUDO_LIBS="${SUDO_LIBS} -lgen"; LIBS="${LIBS} -lgen"
|
|
fi
|
|
|
|
CHECKSHADOW="false"
|
|
fi
|
|
mansectsu=1m
|
|
mansectform=4
|
|
;;
|
|
*-sequent-sysv*)
|
|
if test "$CHECKSHADOW" = "true"; then
|
|
echo "$as_me:5411: checking for getspnam in -lsec" >&5
|
|
echo $ECHO_N "checking for getspnam in -lsec... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_sec_getspnam+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lsec $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 5419 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char getspnam ();
|
|
int
|
|
main ()
|
|
{
|
|
getspnam ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:5438: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:5441: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:5444: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:5447: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_sec_getspnam=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_sec_getspnam=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:5458: result: $ac_cv_lib_sec_getspnam" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_sec_getspnam" >&6
|
|
if test $ac_cv_lib_sec_getspnam = yes; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_GETSPNAM 1
|
|
EOF
|
|
SUDO_LIBS="${SUDO_LIBS} -lsec"; LIBS="${LIBS} -lsec"
|
|
fi
|
|
|
|
CHECKSHADOW="false"
|
|
fi
|
|
mansectsu=1m
|
|
mansectform=4
|
|
;;
|
|
*-ncr-sysv4*|*-ncr-sysvr4*)
|
|
echo "$as_me:5473: checking for strcasecmp in -lc89" >&5
|
|
echo $ECHO_N "checking for strcasecmp in -lc89... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_c89_strcasecmp+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lc89 $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 5481 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* 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 ()
|
|
{
|
|
strcasecmp ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:5500: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:5503: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:5506: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:5509: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_c89_strcasecmp=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_c89_strcasecmp=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:5520: result: $ac_cv_lib_c89_strcasecmp" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_c89_strcasecmp" >&6
|
|
if test $ac_cv_lib_c89_strcasecmp = yes; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_STRCASECMP 1
|
|
EOF
|
|
LIBS="${LIBS} -lc89"; ac_cv_func_strcasecmp=yes
|
|
fi
|
|
|
|
mansectsu=1m
|
|
mansectform=4
|
|
;;
|
|
*-ccur-sysv4*|*-ccur-sysvr4*)
|
|
LIBS="${LIBS} -lgen"
|
|
SUDO_LIBS="${SUDO_LIBS} -lgen"
|
|
mansectsu=1m
|
|
mansectform=4
|
|
;;
|
|
*-*-bsdi*)
|
|
# Use shlicc for BSD/OS [23].x unless asked to do otherwise
|
|
if test "${with_CC+set}" != set -a "$ac_cv_prog_CC" = gcc; then
|
|
case "$OSREV" in
|
|
2|3) echo 'using shlicc as CC'
|
|
ac_cv_prog_CC=shlicc
|
|
CC="$ac_cv_prog_CC"
|
|
;;
|
|
esac
|
|
fi
|
|
;;
|
|
*-*-freebsd*)
|
|
if test "$with_logincap" = "yes"; then
|
|
SUDO_LIBS="${SUDO_LIBS} -lutil"
|
|
fi
|
|
if test "$with_skey" = "yes"; then
|
|
SUDO_LIBS="${SUDO_LIBS} -lmd"
|
|
fi
|
|
if test "$CHECKSHADOW" = "true"; then
|
|
CHECKSHADOW="false"
|
|
fi
|
|
;;
|
|
*-*-*openbsd*)
|
|
BROKEN_SETREUID=yes
|
|
if test "$CHECKSHADOW" = "true"; then
|
|
CHECKSHADOW="false"
|
|
fi
|
|
;;
|
|
*-*-*netbsd*)
|
|
BROKEN_SETREUID=yes
|
|
if test "$CHECKSHADOW" = "true"; then
|
|
CHECKSHADOW="false"
|
|
fi
|
|
;;
|
|
*-*-*bsd*)
|
|
if test "$CHECKSHADOW" = "true"; then
|
|
CHECKSHADOW="false"
|
|
fi
|
|
;;
|
|
*-*-nextstep*)
|
|
# lockf() on is broken on the NeXT -- use flock instead
|
|
ac_cv_func_lockf=no
|
|
ac_cv_func_flock=yes
|
|
;;
|
|
*-*-sysv*)
|
|
mansectsu=1m
|
|
mansectform=4
|
|
;;
|
|
esac
|
|
|
|
test -n "$mansectsu" || mansectsu=8
|
|
test -n "$mansectform" || mansectform=5
|
|
|
|
if test "$CHECKSHADOW" = "true"; then
|
|
|
|
for ac_func in getspnam
|
|
do
|
|
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
|
|
echo "$as_me:5596: checking for $ac_func" >&5
|
|
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
|
|
if eval "test \"\${$ac_ac_var+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 5602 "configure"
|
|
#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. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* 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 ();
|
|
char (*f) ();
|
|
|
|
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
|
|
f = $ac_func;
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:5633: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:5636: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:5639: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:5642: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
eval "$ac_ac_var=yes"
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
eval "$ac_ac_var=no"
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:5652: result: `eval echo '${'$ac_ac_var'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
|
|
if test `eval echo '${'$ac_ac_var'}'` = yes; then
|
|
cat >>confdefs.h <<EOF
|
|
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
|
|
EOF
|
|
CHECKSHADOW="false"
|
|
else
|
|
echo "$as_me:5660: checking for getspnam in -lgen" >&5
|
|
echo $ECHO_N "checking for getspnam in -lgen... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_gen_getspnam+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lgen $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 5668 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char getspnam ();
|
|
int
|
|
main ()
|
|
{
|
|
getspnam ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:5687: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:5690: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:5693: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:5696: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_gen_getspnam=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_gen_getspnam=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:5707: result: $ac_cv_lib_gen_getspnam" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_gen_getspnam" >&6
|
|
if test $ac_cv_lib_gen_getspnam = yes; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_GETSPNAM 1
|
|
EOF
|
|
SUDO_LIBS="${SUDO_LIBS} -lgen"; LIBS="${LIBS} -lgen"
|
|
fi
|
|
|
|
fi
|
|
done
|
|
|
|
fi
|
|
if test "$CHECKSHADOW" = "true"; then
|
|
echo "$as_me:5721: checking for getprpwnam" >&5
|
|
echo $ECHO_N "checking for getprpwnam... $ECHO_C" >&6
|
|
if test "${ac_cv_func_getprpwnam+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 5727 "configure"
|
|
#include "confdefs.h"
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
which can conflict with char getprpwnam (); below. */
|
|
#include <assert.h>
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char getprpwnam ();
|
|
char (*f) ();
|
|
|
|
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_getprpwnam) || defined (__stub___getprpwnam)
|
|
choke me
|
|
#else
|
|
f = getprpwnam;
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:5758: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:5761: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:5764: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:5767: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_func_getprpwnam=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_func_getprpwnam=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:5777: result: $ac_cv_func_getprpwnam" >&5
|
|
echo "${ECHO_T}$ac_cv_func_getprpwnam" >&6
|
|
if test $ac_cv_func_getprpwnam = yes; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_GETPRPWNAM 1
|
|
EOF
|
|
CHECKSHADOW="false"; SECUREWARE=1, echo "$as_me:5783: checking for getprpwnam in -lsec" >&5
|
|
echo $ECHO_N "checking for getprpwnam in -lsec... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_sec_getprpwnam+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lsec $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 5791 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char getprpwnam ();
|
|
int
|
|
main ()
|
|
{
|
|
getprpwnam ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:5810: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:5813: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:5816: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:5819: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_sec_getprpwnam=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_sec_getprpwnam=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:5830: result: $ac_cv_lib_sec_getprpwnam" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_sec_getprpwnam" >&6
|
|
if test $ac_cv_lib_sec_getprpwnam = yes; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_GETPRPWNAM 1
|
|
EOF
|
|
CHECKSHADOW="false"; SECUREWARE=1; SUDO_LIBS="${SUDO_LIBS} -lsec"; LIBS="${LIBS} -lsec"
|
|
else
|
|
echo "$as_me:5838: checking for getprpwnam in -lsecurity" >&5
|
|
echo $ECHO_N "checking for getprpwnam in -lsecurity... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_security_getprpwnam+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lsecurity $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 5846 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char getprpwnam ();
|
|
int
|
|
main ()
|
|
{
|
|
getprpwnam ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:5865: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:5868: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:5871: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:5874: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_security_getprpwnam=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_security_getprpwnam=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:5885: result: $ac_cv_lib_security_getprpwnam" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_security_getprpwnam" >&6
|
|
if test $ac_cv_lib_security_getprpwnam = yes; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_GETPRPWNAM 1
|
|
EOF
|
|
CHECKSHADOW="false"; SECUREWARE=1; SUDO_LIBS="${SUDO_LIBS} -lsecurity"; LIBS="${LIBS} -lsecurity"
|
|
else
|
|
echo "$as_me:5893: checking for getprpwnam in -lprot" >&5
|
|
echo $ECHO_N "checking for getprpwnam in -lprot... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_prot_getprpwnam+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lprot $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 5901 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char getprpwnam ();
|
|
int
|
|
main ()
|
|
{
|
|
getprpwnam ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:5920: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:5923: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:5926: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:5929: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_prot_getprpwnam=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_prot_getprpwnam=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:5940: result: $ac_cv_lib_prot_getprpwnam" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_prot_getprpwnam" >&6
|
|
if test $ac_cv_lib_prot_getprpwnam = yes; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_GETPRPWNAM 1
|
|
EOF
|
|
CHECKSHADOW="false"; SECUREWARE=1; SUDO_LIBS="${SUDO_LIBS} -lprot"; LIBS="${LIBS} -lprot"
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
if test $ac_cv_c_compiler_gnu = yes; then
|
|
echo "$as_me:5958: checking whether $CC needs -traditional" >&5
|
|
echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
|
|
if test "${ac_cv_prog_gcc_traditional+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_pattern="Autoconf.*'x'"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 5965 "configure"
|
|
#include "confdefs.h"
|
|
#include <sgtty.h>
|
|
Autoconf TIOCGETP
|
|
_ACEOF
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
egrep "$ac_pattern" >/dev/null 2>&1; then
|
|
ac_cv_prog_gcc_traditional=yes
|
|
else
|
|
ac_cv_prog_gcc_traditional=no
|
|
fi
|
|
rm -f conftest*
|
|
|
|
if test $ac_cv_prog_gcc_traditional = no; then
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 5980 "configure"
|
|
#include "confdefs.h"
|
|
#include <termio.h>
|
|
Autoconf TCGETA
|
|
_ACEOF
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
egrep "$ac_pattern" >/dev/null 2>&1; then
|
|
ac_cv_prog_gcc_traditional=yes
|
|
fi
|
|
rm -f conftest*
|
|
|
|
fi
|
|
fi
|
|
echo "$as_me:5993: result: $ac_cv_prog_gcc_traditional" >&5
|
|
echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
|
|
if test $ac_cv_prog_gcc_traditional = yes; then
|
|
CC="$CC -traditional"
|
|
fi
|
|
fi
|
|
|
|
echo "$as_me:6000: checking for $CC option to accept ANSI C" >&5
|
|
echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
|
|
if test "${ac_cv_prog_cc_stdc+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_cv_prog_cc_stdc=no
|
|
ac_save_CC=$CC
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 6008 "configure"
|
|
#include "confdefs.h"
|
|
#include <stdarg.h>
|
|
#include <stdio.h>
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
|
|
struct buf { int x; };
|
|
FILE * (*rcsopen) (struct buf *, struct stat *, int);
|
|
static char *e (p, i)
|
|
char **p;
|
|
int i;
|
|
{
|
|
return p[i];
|
|
}
|
|
static char *f (char * (*g) (char **, int), char **p, ...)
|
|
{
|
|
char *s;
|
|
va_list v;
|
|
va_start (v,p);
|
|
s = g (p, va_arg (v,int));
|
|
va_end (v);
|
|
return s;
|
|
}
|
|
int test (int i, double x);
|
|
struct s1 {int (*f) (int a);};
|
|
struct s2 {int (*f) (double a);};
|
|
int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
|
|
int argc;
|
|
char **argv;
|
|
int
|
|
main ()
|
|
{
|
|
return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
# Don't try gcc -ansi; that turns off useful extensions and
|
|
# breaks some systems' header files.
|
|
# AIX -qlanglvl=ansi
|
|
# Ultrix and OSF/1 -std1
|
|
# HP-UX 10.20 and later -Ae
|
|
# HP-UX older versions -Aa -D_HPUX_SOURCE
|
|
# SVR4 -Xc -D__EXTENSIONS__
|
|
for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
|
|
do
|
|
CC="$ac_save_CC $ac_arg"
|
|
rm -f conftest.$ac_objext
|
|
if { (eval echo "$as_me:6057: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:6060: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
{ (eval echo "$as_me:6063: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:6066: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_prog_cc_stdc=$ac_arg
|
|
break
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
fi
|
|
rm -f conftest.$ac_objext
|
|
done
|
|
rm -f conftest.$ac_ext conftest.$ac_objext
|
|
CC=$ac_save_CC
|
|
|
|
fi
|
|
|
|
case "x$ac_cv_prog_cc_stdc" in
|
|
x|xno)
|
|
echo "$as_me:6083: result: none needed" >&5
|
|
echo "${ECHO_T}none needed" >&6 ;;
|
|
*)
|
|
echo "$as_me:6086: result: $ac_cv_prog_cc_stdc" >&5
|
|
echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
|
|
CC="$CC $ac_cv_prog_cc_stdc" ;;
|
|
esac
|
|
|
|
echo "$as_me:6091: checking for an ANSI C-conforming const" >&5
|
|
echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
|
|
if test "${ac_cv_c_const+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 6097 "configure"
|
|
#include "confdefs.h"
|
|
|
|
int
|
|
main ()
|
|
{
|
|
/* FIXME: Include the comments suggested by Paul. */
|
|
#ifndef __cplusplus
|
|
/* 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;
|
|
|
|
*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;
|
|
}
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
if { (eval echo "$as_me:6155: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:6158: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
{ (eval echo "$as_me:6161: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:6164: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_c_const=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_c_const=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:6174: result: $ac_cv_c_const" >&5
|
|
echo "${ECHO_T}$ac_cv_c_const" >&6
|
|
if test $ac_cv_c_const = no; then
|
|
|
|
cat >>confdefs.h <<\EOF
|
|
#define const
|
|
EOF
|
|
|
|
fi
|
|
|
|
echo "$as_me:6184: checking for working volatile" >&5
|
|
echo $ECHO_N "checking for working volatile... $ECHO_C" >&6
|
|
if test "${ac_cv_c_volatile+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 6190 "configure"
|
|
#include "confdefs.h"
|
|
|
|
int
|
|
main ()
|
|
{
|
|
|
|
volatile int x;
|
|
int * volatile y;
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
if { (eval echo "$as_me:6204: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:6207: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
{ (eval echo "$as_me:6210: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:6213: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_c_volatile=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_c_volatile=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:6223: result: $ac_cv_c_volatile" >&5
|
|
echo "${ECHO_T}$ac_cv_c_volatile" >&6
|
|
if test $ac_cv_c_volatile = no; then
|
|
|
|
cat >>confdefs.h <<\EOF
|
|
#define volatile
|
|
EOF
|
|
|
|
fi
|
|
|
|
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
|
|
echo "$as_me:6237: checking for $ac_word" >&5
|
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
if test "${ac_cv_prog_YACC+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
if test -n "$YACC"; then
|
|
ac_cv_prog_YACC="$YACC" # Let the user override the test.
|
|
else
|
|
ac_save_IFS=$IFS; IFS=$ac_path_separator
|
|
ac_dummy="$PATH"
|
|
for ac_dir in $ac_dummy; do
|
|
IFS=$ac_save_IFS
|
|
test -z "$ac_dir" && ac_dir=.
|
|
$as_executable_p "$ac_dir/$ac_word" || continue
|
|
ac_cv_prog_YACC="$ac_prog"
|
|
echo "$as_me:6252: found $ac_dir/$ac_word" >&5
|
|
break
|
|
done
|
|
|
|
fi
|
|
fi
|
|
YACC=$ac_cv_prog_YACC
|
|
if test -n "$YACC"; then
|
|
echo "$as_me:6260: result: $YACC" >&5
|
|
echo "${ECHO_T}$YACC" >&6
|
|
else
|
|
echo "$as_me:6263: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi
|
|
|
|
test -n "$YACC" && break
|
|
done
|
|
test -n "$YACC" || YACC="yacc"
|
|
|
|
echo "$as_me:6271: checking for mv" >&5
|
|
echo $ECHO_N "checking for mv... $ECHO_C" >&6
|
|
if test -f "/usr/bin/mv"; then
|
|
echo "$as_me:6274: result: /usr/bin/mv" >&5
|
|
echo "${ECHO_T}/usr/bin/mv" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define _PATH_MV "/usr/bin/mv"
|
|
EOF
|
|
|
|
elif test -f "/bin/mv"; then
|
|
echo "$as_me:6281: result: /bin/mv" >&5
|
|
echo "${ECHO_T}/bin/mv" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define _PATH_MV "/bin/mv"
|
|
EOF
|
|
|
|
elif test -f "/usr/ucb/mv"; then
|
|
echo "$as_me:6288: result: /usr/ucb/mv" >&5
|
|
echo "${ECHO_T}/usr/ucb/mv" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define _PATH_MV "/usr/ucb/mv"
|
|
EOF
|
|
|
|
elif test -f "/usr/sbin/mv"; then
|
|
echo "$as_me:6295: result: /usr/sbin/mv" >&5
|
|
echo "${ECHO_T}/usr/sbin/mv" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define _PATH_MV "/usr/sbin/mv"
|
|
EOF
|
|
|
|
else
|
|
echo "$as_me:6302: result: not found" >&5
|
|
echo "${ECHO_T}not found" >&6
|
|
fi
|
|
|
|
echo "$as_me:6306: checking for bourne shell" >&5
|
|
echo $ECHO_N "checking for bourne shell... $ECHO_C" >&6
|
|
if test -f "/bin/sh"; then
|
|
echo "$as_me:6309: result: /bin/sh" >&5
|
|
echo "${ECHO_T}/bin/sh" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define _PATH_BSHELL "/bin/sh"
|
|
EOF
|
|
|
|
elif test -f "/usr/bin/sh"; then
|
|
echo "$as_me:6316: result: /usr/bin/sh" >&5
|
|
echo "${ECHO_T}/usr/bin/sh" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define _PATH_BSHELL "/usr/bin/sh"
|
|
EOF
|
|
|
|
elif test -f "/sbin/sh"; then
|
|
echo "$as_me:6323: result: /sbin/sh" >&5
|
|
echo "${ECHO_T}/sbin/sh" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define _PATH_BSHELL "/sbin/sh"
|
|
EOF
|
|
|
|
elif test -f "/usr/sbin/sh"; then
|
|
echo "$as_me:6330: result: /usr/sbin/sh" >&5
|
|
echo "${ECHO_T}/usr/sbin/sh" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define _PATH_BSHELL "/usr/sbin/sh"
|
|
EOF
|
|
|
|
elif test -f "/bin/ksh"; then
|
|
echo "$as_me:6337: result: /bin/ksh" >&5
|
|
echo "${ECHO_T}/bin/ksh" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define _PATH_BSHELL "/bin/ksh"
|
|
EOF
|
|
|
|
elif test -f "/usr/bin/ksh"; then
|
|
echo "$as_me:6344: result: /usr/bin/ksh" >&5
|
|
echo "${ECHO_T}/usr/bin/ksh" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define _PATH_BSHELL "/usr/bin/ksh"
|
|
EOF
|
|
|
|
elif test -f "/bin/bash"; then
|
|
echo "$as_me:6351: result: /bin/bash" >&5
|
|
echo "${ECHO_T}/bin/bash" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define _PATH_BSHELL "/bin/bash"
|
|
EOF
|
|
|
|
elif test -f "/usr/bin/bash"; then
|
|
echo "$as_me:6358: result: /usr/bin/bash" >&5
|
|
echo "${ECHO_T}/usr/bin/bash" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define _PATH_BSHELL "/usr/bin/bash"
|
|
EOF
|
|
|
|
else
|
|
echo "$as_me:6365: result: not found" >&5
|
|
echo "${ECHO_T}not found" >&6
|
|
fi
|
|
|
|
if test -z "$with_sendmail"; then
|
|
echo "$as_me:6370: checking for sendmail" >&5
|
|
echo $ECHO_N "checking for sendmail... $ECHO_C" >&6
|
|
if test -f "/usr/sbin/sendmail"; then
|
|
echo "$as_me:6373: result: /usr/sbin/sendmail" >&5
|
|
echo "${ECHO_T}/usr/sbin/sendmail" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
|
|
EOF
|
|
|
|
elif test -f "/usr/lib/sendmail"; then
|
|
echo "$as_me:6380: result: /usr/lib/sendmail" >&5
|
|
echo "${ECHO_T}/usr/lib/sendmail" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define _PATH_SUDO_SENDMAIL "/usr/lib/sendmail"
|
|
EOF
|
|
|
|
elif test -f "/usr/etc/sendmail"; then
|
|
echo "$as_me:6387: result: /usr/etc/sendmail" >&5
|
|
echo "${ECHO_T}/usr/etc/sendmail" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define _PATH_SUDO_SENDMAIL "/usr/etc/sendmail"
|
|
EOF
|
|
|
|
elif test -f "/usr/ucblib/sendmail"; then
|
|
echo "$as_me:6394: result: /usr/ucblib/sendmail" >&5
|
|
echo "${ECHO_T}/usr/ucblib/sendmail" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define _PATH_SUDO_SENDMAIL "/usr/ucblib/sendmail"
|
|
EOF
|
|
|
|
elif test -f "/usr/local/lib/sendmail"; then
|
|
echo "$as_me:6401: result: /usr/local/lib/sendmail" >&5
|
|
echo "${ECHO_T}/usr/local/lib/sendmail" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define _PATH_SUDO_SENDMAIL "/usr/local/lib/sendmail"
|
|
EOF
|
|
|
|
elif test -f "/usr/local/bin/sendmail"; then
|
|
echo "$as_me:6408: result: /usr/local/bin/sendmail" >&5
|
|
echo "${ECHO_T}/usr/local/bin/sendmail" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define _PATH_SUDO_SENDMAIL "/usr/local/bin/sendmail"
|
|
EOF
|
|
|
|
else
|
|
echo "$as_me:6415: result: not found" >&5
|
|
echo "${ECHO_T}not found" >&6
|
|
fi
|
|
|
|
fi
|
|
if test -z "$with_editor"; then
|
|
echo "$as_me:6421: checking for vi" >&5
|
|
echo $ECHO_N "checking for vi... $ECHO_C" >&6
|
|
if test -f "/usr/bin/vi"; then
|
|
echo "$as_me:6424: result: /usr/bin/vi" >&5
|
|
echo "${ECHO_T}/usr/bin/vi" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define _PATH_VI "/usr/bin/vi"
|
|
EOF
|
|
|
|
elif test -f "/usr/ucb/vi"; then
|
|
echo "$as_me:6431: result: /usr/ucb/vi" >&5
|
|
echo "${ECHO_T}/usr/ucb/vi" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define _PATH_VI "/usr/ucb/vi"
|
|
EOF
|
|
|
|
elif test -f "/usr/bsd/vi"; then
|
|
echo "$as_me:6438: result: /usr/bsd/vi" >&5
|
|
echo "${ECHO_T}/usr/bsd/vi" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define _PATH_VI "/usr/bsd/vi"
|
|
EOF
|
|
|
|
elif test -f "/bin/vi"; then
|
|
echo "$as_me:6445: result: /bin/vi" >&5
|
|
echo "${ECHO_T}/bin/vi" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define _PATH_VI "/bin/vi"
|
|
EOF
|
|
|
|
elif test -f "/usr/local/bin/vi"; then
|
|
echo "$as_me:6452: result: /usr/local/bin/vi" >&5
|
|
echo "${ECHO_T}/usr/local/bin/vi" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define _PATH_VI "/usr/local/bin/vi"
|
|
EOF
|
|
|
|
else
|
|
echo "$as_me:6459: result: not found" >&5
|
|
echo "${ECHO_T}not found" >&6
|
|
fi
|
|
|
|
fi
|
|
echo "$as_me:6464: checking for ANSI C header files" >&5
|
|
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
|
|
if test "${ac_cv_header_stdc+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 6470 "configure"
|
|
#include "confdefs.h"
|
|
#include <stdlib.h>
|
|
#include <stdarg.h>
|
|
#include <string.h>
|
|
#include <float.h>
|
|
|
|
_ACEOF
|
|
if { (eval echo "$as_me:6478: \"$ac_cpp conftest.$ac_ext\"") >&5
|
|
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
|
|
ac_status=$?
|
|
egrep -v '^ *\+' conftest.er1 >conftest.err
|
|
rm -f conftest.er1
|
|
cat conftest.err >&5
|
|
echo "$as_me:6484: \$? = $ac_status" >&5
|
|
(exit $ac_status); } >/dev/null; then
|
|
if test -s conftest.err; then
|
|
ac_cpp_err=$ac_c_preproc_warn_flag
|
|
else
|
|
ac_cpp_err=
|
|
fi
|
|
else
|
|
ac_cpp_err=yes
|
|
fi
|
|
if test -z "$ac_cpp_err"; then
|
|
ac_cv_header_stdc=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_header_stdc=no
|
|
fi
|
|
rm -f conftest.err conftest.$ac_ext
|
|
|
|
if test $ac_cv_header_stdc = yes; then
|
|
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 6506 "configure"
|
|
#include "confdefs.h"
|
|
#include <string.h>
|
|
|
|
_ACEOF
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
egrep "memchr" >/dev/null 2>&1; then
|
|
:
|
|
else
|
|
ac_cv_header_stdc=no
|
|
fi
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
if test $ac_cv_header_stdc = yes; then
|
|
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 6524 "configure"
|
|
#include "confdefs.h"
|
|
#include <stdlib.h>
|
|
|
|
_ACEOF
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
egrep "free" >/dev/null 2>&1; then
|
|
:
|
|
else
|
|
ac_cv_header_stdc=no
|
|
fi
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
if test $ac_cv_header_stdc = yes; then
|
|
# /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
|
|
if test "$cross_compiling" = yes; then
|
|
:
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 6545 "configure"
|
|
#include "confdefs.h"
|
|
#include <ctype.h>
|
|
#if ((' ' & 0x0FF) == 0x020)
|
|
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
|
|
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
|
|
#else
|
|
# define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
|
|
|| ('j' <= (c) && (c) <= 'r') \
|
|
|| ('s' <= (c) && (c) <= 'z'))
|
|
# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
|
|
#endif
|
|
|
|
#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
|
|
int
|
|
main ()
|
|
{
|
|
int i;
|
|
for (i = 0; i < 256; i++)
|
|
if (XOR (islower (i), ISLOWER (i))
|
|
|| toupper (i) != TOUPPER (i))
|
|
exit(2);
|
|
exit (0);
|
|
}
|
|
_ACEOF
|
|
rm -f conftest$ac_exeext
|
|
if { (eval echo "$as_me:6571: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:6574: \$? = $ac_status" >&5
|
|
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
|
|
{ (eval echo "$as_me:6576: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:6579: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
:
|
|
else
|
|
echo "$as_me: program exited with status $ac_status" >&5
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_header_stdc=no
|
|
fi
|
|
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
fi
|
|
fi
|
|
echo "$as_me:6592: result: $ac_cv_header_stdc" >&5
|
|
echo "${ECHO_T}$ac_cv_header_stdc" >&6
|
|
if test $ac_cv_header_stdc = yes; then
|
|
|
|
cat >>confdefs.h <<\EOF
|
|
#define STDC_HEADERS 1
|
|
EOF
|
|
|
|
fi
|
|
|
|
ac_header_dirent=no
|
|
for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
|
|
ac_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $ac_tr_sh`
|
|
echo "$as_me:6605: checking for $ac_hdr that defines DIR" >&5
|
|
echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
|
|
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 6611 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
#include <$ac_hdr>
|
|
|
|
int
|
|
main ()
|
|
{
|
|
DIR *dirp = 0;
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
if { (eval echo "$as_me:6625: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:6628: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
{ (eval echo "$as_me:6631: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:6634: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
eval "$ac_ac_Header=yes"
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
eval "$ac_ac_Header=no"
|
|
fi
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:6644: result: `eval echo '${'$ac_ac_Header'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
|
|
if test `eval echo '${'$ac_ac_Header'}'` = yes; then
|
|
cat >>confdefs.h <<EOF
|
|
#define `echo "HAVE_$ac_hdr" | $ac_tr_cpp` 1
|
|
EOF
|
|
|
|
ac_header_dirent=$ac_hdr; break
|
|
fi
|
|
|
|
done
|
|
# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
|
|
if test $ac_header_dirent = dirent.h; then
|
|
echo "$as_me:6657: checking for opendir in -ldir" >&5
|
|
echo $ECHO_N "checking for opendir in -ldir... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_dir_opendir+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-ldir $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 6665 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char opendir ();
|
|
int
|
|
main ()
|
|
{
|
|
opendir ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:6684: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:6687: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:6690: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:6693: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_dir_opendir=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_dir_opendir=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:6704: result: $ac_cv_lib_dir_opendir" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_dir_opendir" >&6
|
|
if test $ac_cv_lib_dir_opendir = yes; then
|
|
LIBS="$LIBS -ldir"
|
|
fi
|
|
|
|
else
|
|
echo "$as_me:6711: checking for opendir in -lx" >&5
|
|
echo $ECHO_N "checking for opendir in -lx... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_x_opendir+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lx $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 6719 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char opendir ();
|
|
int
|
|
main ()
|
|
{
|
|
opendir ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:6738: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:6741: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:6744: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:6747: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_x_opendir=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_x_opendir=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:6758: result: $ac_cv_lib_x_opendir" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_x_opendir" >&6
|
|
if test $ac_cv_lib_x_opendir = yes; then
|
|
LIBS="$LIBS -lx"
|
|
fi
|
|
|
|
fi
|
|
|
|
for ac_header in malloc.h paths.h utime.h netgroup.h sys/sockio.h sys/bsdtypes.h sys/select.h
|
|
do
|
|
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
|
|
echo "$as_me:6769: checking for $ac_header" >&5
|
|
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
|
|
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 6775 "configure"
|
|
#include "confdefs.h"
|
|
#include <$ac_header>
|
|
_ACEOF
|
|
if { (eval echo "$as_me:6779: \"$ac_cpp conftest.$ac_ext\"") >&5
|
|
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
|
|
ac_status=$?
|
|
egrep -v '^ *\+' conftest.er1 >conftest.err
|
|
rm -f conftest.er1
|
|
cat conftest.err >&5
|
|
echo "$as_me:6785: \$? = $ac_status" >&5
|
|
(exit $ac_status); } >/dev/null; then
|
|
if test -s conftest.err; then
|
|
ac_cpp_err=$ac_c_preproc_warn_flag
|
|
else
|
|
ac_cpp_err=
|
|
fi
|
|
else
|
|
ac_cpp_err=yes
|
|
fi
|
|
if test -z "$ac_cpp_err"; then
|
|
eval "$ac_ac_Header=yes"
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
eval "$ac_ac_Header=no"
|
|
fi
|
|
rm -f conftest.err conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:6804: result: `eval echo '${'$ac_ac_Header'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
|
|
if test `eval echo '${'$ac_ac_Header'}'` = yes; then
|
|
cat >>confdefs.h <<EOF
|
|
#define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
|
|
EOF
|
|
|
|
fi
|
|
done
|
|
|
|
if test "$OS" != "ultrix"; then
|
|
echo "$as_me:6815: checking POSIX termios" >&5
|
|
echo $ECHO_N "checking POSIX termios... $ECHO_C" >&6
|
|
if test "${ac_cv_sys_posix_termios+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 6821 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
#include <unistd.h>
|
|
#include <termios.h>
|
|
int
|
|
main ()
|
|
{
|
|
/* SunOS 4.0.3 has termios.h but not the library calls. */
|
|
tcgetattr(0, 0);
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:6836: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:6839: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:6842: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:6845: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_sys_posix_termios=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_sys_posix_termios=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:6855: result: $ac_cv_sys_posix_termios" >&5
|
|
echo "${ECHO_T}$ac_cv_sys_posix_termios" >&6
|
|
|
|
if test "$ac_cv_sys_posix_termios" = "yes"; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_TERMIOS_H 1
|
|
EOF
|
|
|
|
else
|
|
|
|
for ac_header in termio.h
|
|
do
|
|
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
|
|
echo "$as_me:6868: checking for $ac_header" >&5
|
|
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
|
|
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 6874 "configure"
|
|
#include "confdefs.h"
|
|
#include <$ac_header>
|
|
_ACEOF
|
|
if { (eval echo "$as_me:6878: \"$ac_cpp conftest.$ac_ext\"") >&5
|
|
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
|
|
ac_status=$?
|
|
egrep -v '^ *\+' conftest.er1 >conftest.err
|
|
rm -f conftest.er1
|
|
cat conftest.err >&5
|
|
echo "$as_me:6884: \$? = $ac_status" >&5
|
|
(exit $ac_status); } >/dev/null; then
|
|
if test -s conftest.err; then
|
|
ac_cpp_err=$ac_c_preproc_warn_flag
|
|
else
|
|
ac_cpp_err=
|
|
fi
|
|
else
|
|
ac_cpp_err=yes
|
|
fi
|
|
if test -z "$ac_cpp_err"; then
|
|
eval "$ac_ac_Header=yes"
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
eval "$ac_ac_Header=no"
|
|
fi
|
|
rm -f conftest.err conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:6903: result: `eval echo '${'$ac_ac_Header'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
|
|
if test `eval echo '${'$ac_ac_Header'}'` = yes; then
|
|
cat >>confdefs.h <<EOF
|
|
#define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
|
|
EOF
|
|
|
|
fi
|
|
done
|
|
|
|
fi
|
|
fi
|
|
if test "$with_logincap" = "yes"; then
|
|
|
|
for ac_header in login_cap.h
|
|
do
|
|
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
|
|
echo "$as_me:6920: checking for $ac_header" >&5
|
|
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
|
|
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 6926 "configure"
|
|
#include "confdefs.h"
|
|
#include <$ac_header>
|
|
_ACEOF
|
|
if { (eval echo "$as_me:6930: \"$ac_cpp conftest.$ac_ext\"") >&5
|
|
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
|
|
ac_status=$?
|
|
egrep -v '^ *\+' conftest.er1 >conftest.err
|
|
rm -f conftest.er1
|
|
cat conftest.err >&5
|
|
echo "$as_me:6936: \$? = $ac_status" >&5
|
|
(exit $ac_status); } >/dev/null; then
|
|
if test -s conftest.err; then
|
|
ac_cpp_err=$ac_c_preproc_warn_flag
|
|
else
|
|
ac_cpp_err=
|
|
fi
|
|
else
|
|
ac_cpp_err=yes
|
|
fi
|
|
if test -z "$ac_cpp_err"; then
|
|
eval "$ac_ac_Header=yes"
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
eval "$ac_ac_Header=no"
|
|
fi
|
|
rm -f conftest.err conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:6955: result: `eval echo '${'$ac_ac_Header'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
|
|
if test `eval echo '${'$ac_ac_Header'}'` = yes; then
|
|
cat >>confdefs.h <<EOF
|
|
#define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
|
|
EOF
|
|
|
|
fi
|
|
done
|
|
|
|
fi
|
|
if test "$with_bsdauth" = "yes"; then
|
|
echo "$as_me:6967: checking for bsd_auth.h" >&5
|
|
echo $ECHO_N "checking for bsd_auth.h... $ECHO_C" >&6
|
|
if test "${ac_cv_header_bsd_auth_h+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 6973 "configure"
|
|
#include "confdefs.h"
|
|
#include <bsd_auth.h>
|
|
_ACEOF
|
|
if { (eval echo "$as_me:6977: \"$ac_cpp conftest.$ac_ext\"") >&5
|
|
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
|
|
ac_status=$?
|
|
egrep -v '^ *\+' conftest.er1 >conftest.err
|
|
rm -f conftest.er1
|
|
cat conftest.err >&5
|
|
echo "$as_me:6983: \$? = $ac_status" >&5
|
|
(exit $ac_status); } >/dev/null; then
|
|
if test -s conftest.err; then
|
|
ac_cpp_err=$ac_c_preproc_warn_flag
|
|
else
|
|
ac_cpp_err=
|
|
fi
|
|
else
|
|
ac_cpp_err=yes
|
|
fi
|
|
if test -z "$ac_cpp_err"; then
|
|
ac_cv_header_bsd_auth_h=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_header_bsd_auth_h=no
|
|
fi
|
|
rm -f conftest.err conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:7002: result: $ac_cv_header_bsd_auth_h" >&5
|
|
echo "${ECHO_T}$ac_cv_header_bsd_auth_h" >&6
|
|
if test $ac_cv_header_bsd_auth_h = yes; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_BSD_AUTH_H 1
|
|
EOF
|
|
with_passwd=no; AUTH_OBJS=bsdauth.o
|
|
fi
|
|
|
|
fi
|
|
|
|
for ac_header in stdlib.h string.h memory.h strings.h inttypes.h unistd.h
|
|
do
|
|
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
|
|
echo "$as_me:7016: checking for $ac_header" >&5
|
|
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
|
|
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 7022 "configure"
|
|
#include "confdefs.h"
|
|
#include <$ac_header>
|
|
_ACEOF
|
|
if { (eval echo "$as_me:7026: \"$ac_cpp conftest.$ac_ext\"") >&5
|
|
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
|
|
ac_status=$?
|
|
egrep -v '^ *\+' conftest.er1 >conftest.err
|
|
rm -f conftest.er1
|
|
cat conftest.err >&5
|
|
echo "$as_me:7032: \$? = $ac_status" >&5
|
|
(exit $ac_status); } >/dev/null; then
|
|
if test -s conftest.err; then
|
|
ac_cpp_err=$ac_c_preproc_warn_flag
|
|
else
|
|
ac_cpp_err=
|
|
fi
|
|
else
|
|
ac_cpp_err=yes
|
|
fi
|
|
if test -z "$ac_cpp_err"; then
|
|
eval "$ac_ac_Header=yes"
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
eval "$ac_ac_Header=no"
|
|
fi
|
|
rm -f conftest.err conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:7051: result: `eval echo '${'$ac_ac_Header'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
|
|
if test `eval echo '${'$ac_ac_Header'}'` = yes; then
|
|
cat >>confdefs.h <<EOF
|
|
#define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
|
|
EOF
|
|
|
|
fi
|
|
done
|
|
|
|
echo "$as_me:7061: checking for mode_t" >&5
|
|
echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
|
|
if test "${ac_cv_type_mode_t+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 7067 "configure"
|
|
#include "confdefs.h"
|
|
$ac_includes_default
|
|
int
|
|
main ()
|
|
{
|
|
if ((mode_t *) 0)
|
|
return 0;
|
|
if (sizeof (mode_t))
|
|
return 0;
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
if { (eval echo "$as_me:7082: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:7085: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
{ (eval echo "$as_me:7088: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:7091: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_type_mode_t=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_type_mode_t=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:7101: result: $ac_cv_type_mode_t" >&5
|
|
echo "${ECHO_T}$ac_cv_type_mode_t" >&6
|
|
if test $ac_cv_type_mode_t = yes; then
|
|
:
|
|
else
|
|
|
|
cat >>confdefs.h <<EOF
|
|
#define mode_t int
|
|
EOF
|
|
|
|
fi
|
|
|
|
echo "$as_me:7113: checking for uid_t in sys/types.h" >&5
|
|
echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
|
|
if test "${ac_cv_type_uid_t+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 7119 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
|
|
_ACEOF
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
egrep "uid_t" >/dev/null 2>&1; then
|
|
ac_cv_type_uid_t=yes
|
|
else
|
|
ac_cv_type_uid_t=no
|
|
fi
|
|
rm -f conftest*
|
|
|
|
fi
|
|
echo "$as_me:7133: result: $ac_cv_type_uid_t" >&5
|
|
echo "${ECHO_T}$ac_cv_type_uid_t" >&6
|
|
if test $ac_cv_type_uid_t = no; then
|
|
|
|
cat >>confdefs.h <<\EOF
|
|
#define uid_t int
|
|
EOF
|
|
|
|
cat >>confdefs.h <<\EOF
|
|
#define gid_t int
|
|
EOF
|
|
|
|
fi
|
|
|
|
echo "$as_me:7147: checking for sig_atomic_t" >&5
|
|
echo $ECHO_N "checking for sig_atomic_t... $ECHO_C" >&6
|
|
if test "${ac_cv_type_sig_atomic_t+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 7153 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
#include <signal.h>
|
|
|
|
int
|
|
main ()
|
|
{
|
|
if ((sig_atomic_t *) 0)
|
|
return 0;
|
|
if (sizeof (sig_atomic_t))
|
|
return 0;
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
if { (eval echo "$as_me:7170: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:7173: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
{ (eval echo "$as_me:7176: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:7179: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_type_sig_atomic_t=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_type_sig_atomic_t=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:7189: result: $ac_cv_type_sig_atomic_t" >&5
|
|
echo "${ECHO_T}$ac_cv_type_sig_atomic_t" >&6
|
|
if test $ac_cv_type_sig_atomic_t = yes; then
|
|
|
|
cat >>confdefs.h <<EOF
|
|
#define HAVE_SIG_ATOMIC_T 1
|
|
EOF
|
|
|
|
else
|
|
cat >>confdefs.h <<\EOF
|
|
#define sig_atomic_t int
|
|
EOF
|
|
|
|
fi
|
|
|
|
echo "$as_me:7204: checking for sigaction_t" >&5
|
|
echo $ECHO_N "checking for sigaction_t... $ECHO_C" >&6
|
|
if test "${ac_cv_type_sigaction_t+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 7210 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
#include <signal.h>
|
|
|
|
int
|
|
main ()
|
|
{
|
|
if ((sigaction_t *) 0)
|
|
return 0;
|
|
if (sizeof (sigaction_t))
|
|
return 0;
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
if { (eval echo "$as_me:7227: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:7230: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
{ (eval echo "$as_me:7233: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:7236: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_type_sigaction_t=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_type_sigaction_t=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:7246: result: $ac_cv_type_sigaction_t" >&5
|
|
echo "${ECHO_T}$ac_cv_type_sigaction_t" >&6
|
|
if test $ac_cv_type_sigaction_t = yes; then
|
|
|
|
cat >>confdefs.h <<EOF
|
|
#define HAVE_SIGACTION_T 1
|
|
EOF
|
|
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_SIGACTION_T 1
|
|
EOF
|
|
|
|
fi
|
|
|
|
echo "$as_me:7260: checking for size_t" >&5
|
|
echo $ECHO_N "checking for size_t... $ECHO_C" >&6
|
|
if test "${sudo_cv_type_size_t+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 7266 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
#include <stdio.h>
|
|
#if STDC_HEADERS
|
|
#include <stdlib.h>
|
|
#endif
|
|
#if HAVE_UNISTD_H
|
|
#include <unistd.h>
|
|
#endif
|
|
_ACEOF
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
egrep "size_t" >/dev/null 2>&1; then
|
|
sudo_cv_type_size_t=yes
|
|
else
|
|
sudo_cv_type_size_t=no
|
|
fi
|
|
rm -f conftest*
|
|
|
|
fi
|
|
echo "$as_me:7286: result: $sudo_cv_type_size_t" >&5
|
|
echo "${ECHO_T}$sudo_cv_type_size_t" >&6
|
|
if test $sudo_cv_type_size_t = no; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define size_t int
|
|
EOF
|
|
|
|
fi
|
|
|
|
echo "$as_me:7295: checking for ssize_t" >&5
|
|
echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
|
|
if test "${sudo_cv_type_ssize_t+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 7301 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
#include <stdio.h>
|
|
#if STDC_HEADERS
|
|
#include <stdlib.h>
|
|
#endif
|
|
#if HAVE_UNISTD_H
|
|
#include <unistd.h>
|
|
#endif
|
|
_ACEOF
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
egrep "ssize_t" >/dev/null 2>&1; then
|
|
sudo_cv_type_ssize_t=yes
|
|
else
|
|
sudo_cv_type_ssize_t=no
|
|
fi
|
|
rm -f conftest*
|
|
|
|
fi
|
|
echo "$as_me:7321: result: $sudo_cv_type_ssize_t" >&5
|
|
echo "${ECHO_T}$sudo_cv_type_ssize_t" >&6
|
|
if test $sudo_cv_type_ssize_t = no; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define ssize_t int
|
|
EOF
|
|
|
|
fi
|
|
|
|
echo "$as_me:7330: checking for dev_t" >&5
|
|
echo $ECHO_N "checking for dev_t... $ECHO_C" >&6
|
|
if test "${sudo_cv_type_dev_t+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 7336 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
#include <stdio.h>
|
|
#if STDC_HEADERS
|
|
#include <stdlib.h>
|
|
#endif
|
|
#if HAVE_UNISTD_H
|
|
#include <unistd.h>
|
|
#endif
|
|
_ACEOF
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
egrep "dev_t" >/dev/null 2>&1; then
|
|
sudo_cv_type_dev_t=yes
|
|
else
|
|
sudo_cv_type_dev_t=no
|
|
fi
|
|
rm -f conftest*
|
|
|
|
fi
|
|
echo "$as_me:7356: result: $sudo_cv_type_dev_t" >&5
|
|
echo "${ECHO_T}$sudo_cv_type_dev_t" >&6
|
|
if test $sudo_cv_type_dev_t = no; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define dev_t int
|
|
EOF
|
|
|
|
fi
|
|
|
|
echo "$as_me:7365: checking for ino_t" >&5
|
|
echo $ECHO_N "checking for ino_t... $ECHO_C" >&6
|
|
if test "${sudo_cv_type_ino_t+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 7371 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
#include <stdio.h>
|
|
#if STDC_HEADERS
|
|
#include <stdlib.h>
|
|
#endif
|
|
#if HAVE_UNISTD_H
|
|
#include <unistd.h>
|
|
#endif
|
|
_ACEOF
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
egrep "ino_t" >/dev/null 2>&1; then
|
|
sudo_cv_type_ino_t=yes
|
|
else
|
|
sudo_cv_type_ino_t=no
|
|
fi
|
|
rm -f conftest*
|
|
|
|
fi
|
|
echo "$as_me:7391: result: $sudo_cv_type_ino_t" >&5
|
|
echo "${ECHO_T}$sudo_cv_type_ino_t" >&6
|
|
if test $sudo_cv_type_ino_t = no; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define ino_t unsigned int
|
|
EOF
|
|
|
|
fi
|
|
|
|
echo "$as_me:7400: checking for full void implementation" >&5
|
|
echo $ECHO_N "checking for full void implementation... $ECHO_C" >&6
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 7403 "configure"
|
|
#include "confdefs.h"
|
|
|
|
int
|
|
main ()
|
|
{
|
|
void *foo;
|
|
foo = (void *)0; (void *)"test";
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
if { (eval echo "$as_me:7416: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:7419: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
{ (eval echo "$as_me:7422: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:7425: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define VOID void
|
|
EOF
|
|
|
|
echo "$as_me:7431: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
cat >>confdefs.h <<\EOF
|
|
#define VOID char
|
|
EOF
|
|
|
|
echo "$as_me:7440: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
|
|
echo "$as_me:7445: checking max length of uid_t" >&5
|
|
echo $ECHO_N "checking max length of uid_t... $ECHO_C" >&6
|
|
if test "${sudo_cv_uid_t_len+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
rm -f conftestdata
|
|
if test "$cross_compiling" = yes; then
|
|
{ { echo "$as_me:7452: error: cannot run test program while cross compiling" >&5
|
|
echo "$as_me: error: cannot run test program while cross compiling" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 7457 "configure"
|
|
#include "confdefs.h"
|
|
#include <stdio.h>
|
|
#include <pwd.h>
|
|
#include <limits.h>
|
|
#include <sys/types.h>
|
|
#include <sys/param.h>
|
|
main() {
|
|
FILE *f;
|
|
char b[1024];
|
|
uid_t u = (uid_t) -1;
|
|
|
|
if ((f = fopen("conftestdata", "w")) == NULL)
|
|
exit(1);
|
|
|
|
(void) sprintf(b, "%u", u);
|
|
(void) fprintf(f, "%d\n", strlen(b));
|
|
(void) fclose(f);
|
|
exit(0);
|
|
}
|
|
_ACEOF
|
|
rm -f conftest$ac_exeext
|
|
if { (eval echo "$as_me:7479: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:7482: \$? = $ac_status" >&5
|
|
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
|
|
{ (eval echo "$as_me:7484: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:7487: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
sudo_cv_uid_t_len=`cat conftestdata`
|
|
else
|
|
echo "$as_me: program exited with status $ac_status" >&5
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
sudo_cv_uid_t_len=10
|
|
fi
|
|
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
|
|
fi
|
|
|
|
rm -f conftestdata
|
|
echo "$as_me:7502: result: $sudo_cv_uid_t_len" >&5
|
|
echo "${ECHO_T}$sudo_cv_uid_t_len" >&6
|
|
cat >>confdefs.h <<EOF
|
|
#define MAX_UID_T_LEN $sudo_cv_uid_t_len
|
|
EOF
|
|
|
|
echo "$as_me:7508: checking for long long support" >&5
|
|
echo $ECHO_N "checking for long long support... $ECHO_C" >&6
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 7511 "configure"
|
|
#include "confdefs.h"
|
|
|
|
int
|
|
main ()
|
|
{
|
|
long long foo = 1000; foo /= 10;
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:7523: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:7526: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:7529: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:7532: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_LONG_LONG 1
|
|
EOF
|
|
|
|
if test "$cross_compiling" = yes; then
|
|
{ { echo "$as_me:7539: error: cannot run test program while cross compiling" >&5
|
|
echo "$as_me: error: cannot run test program while cross compiling" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 7544 "configure"
|
|
#include "confdefs.h"
|
|
main() {if (sizeof(long long) == sizeof(long)) exit(0); else exit(1);}
|
|
_ACEOF
|
|
rm -f conftest$ac_exeext
|
|
if { (eval echo "$as_me:7549: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:7552: \$? = $ac_status" >&5
|
|
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
|
|
{ (eval echo "$as_me:7554: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:7557: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define LONG_IS_QUAD 1
|
|
EOF
|
|
|
|
else
|
|
echo "$as_me: program exited with status $ac_status" >&5
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
fi
|
|
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:7570: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
echo "$as_me:7575: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
echo "$as_me:7579: checking for sa_len field in struct sockaddr" >&5
|
|
echo $ECHO_N "checking for sa_len field in struct sockaddr... $ECHO_C" >&6
|
|
if test "${sudo_cv_sock_sa_len+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
if test "$cross_compiling" = yes; then
|
|
sudo_cv_sock_sa_len=no
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 7588 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
main() {
|
|
struct sockaddr s;
|
|
s.sa_len = 0;
|
|
exit(0);
|
|
}
|
|
_ACEOF
|
|
rm -f conftest$ac_exeext
|
|
if { (eval echo "$as_me:7599: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:7602: \$? = $ac_status" >&5
|
|
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
|
|
{ (eval echo "$as_me:7604: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:7607: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
sudo_cv_sock_sa_len=yes
|
|
else
|
|
echo "$as_me: program exited with status $ac_status" >&5
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
sudo_cv_sock_sa_len=no
|
|
fi
|
|
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
rm -f core core.* *.core
|
|
fi
|
|
echo "$as_me:7620: result: $sudo_cv_sock_sa_len" >&5
|
|
echo "${ECHO_T}$sudo_cv_sock_sa_len" >&6
|
|
if test $sudo_cv_sock_sa_len = yes; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_SA_LEN 1
|
|
EOF
|
|
|
|
fi
|
|
|
|
case "$DEFS" in
|
|
*"RETSIGTYPE"*) ;;
|
|
*) echo "$as_me:7631: checking return type of signal handlers" >&5
|
|
echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
|
|
if test "${ac_cv_type_signal+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 7637 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
#include <signal.h>
|
|
#ifdef signal
|
|
# undef signal
|
|
#endif
|
|
#ifdef __cplusplus
|
|
extern "C" void (*signal (int, void (*)(int)))(int);
|
|
#else
|
|
void (*signal ()) ();
|
|
#endif
|
|
|
|
int
|
|
main ()
|
|
{
|
|
int i;
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
if { (eval echo "$as_me:7659: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:7662: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
{ (eval echo "$as_me:7665: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:7668: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_type_signal=void
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_type_signal=int
|
|
fi
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:7678: result: $ac_cv_type_signal" >&5
|
|
echo "${ECHO_T}$ac_cv_type_signal" >&6
|
|
|
|
cat >>confdefs.h <<EOF
|
|
#define RETSIGTYPE $ac_cv_type_signal
|
|
EOF
|
|
|
|
;;
|
|
esac
|
|
|
|
for ac_func in strchr strrchr memchr memcpy memset sysconf tzset \
|
|
seteuid setegid strftime setrlimit initgroups fstat
|
|
do
|
|
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
|
|
echo "$as_me:7692: checking for $ac_func" >&5
|
|
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
|
|
if eval "test \"\${$ac_ac_var+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 7698 "configure"
|
|
#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. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* 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 ();
|
|
char (*f) ();
|
|
|
|
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
|
|
f = $ac_func;
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:7729: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:7732: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:7735: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:7738: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
eval "$ac_ac_var=yes"
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
eval "$ac_ac_var=no"
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:7748: result: `eval echo '${'$ac_ac_var'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
|
|
if test `eval echo '${'$ac_ac_var'}'` = yes; then
|
|
cat >>confdefs.h <<EOF
|
|
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
|
|
EOF
|
|
|
|
fi
|
|
done
|
|
|
|
if test -z "$BROKEN_SETREUID"; then
|
|
|
|
for ac_func in setreuid
|
|
do
|
|
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
|
|
echo "$as_me:7763: checking for $ac_func" >&5
|
|
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
|
|
if eval "test \"\${$ac_ac_var+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 7769 "configure"
|
|
#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. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* 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 ();
|
|
char (*f) ();
|
|
|
|
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
|
|
f = $ac_func;
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:7800: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:7803: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:7806: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:7809: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
eval "$ac_ac_var=yes"
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
eval "$ac_ac_var=no"
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:7819: result: `eval echo '${'$ac_ac_var'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
|
|
if test `eval echo '${'$ac_ac_var'}'` = yes; then
|
|
cat >>confdefs.h <<EOF
|
|
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
|
|
EOF
|
|
|
|
fi
|
|
done
|
|
|
|
fi
|
|
if test X"$with_interfaces" != X"no"; then
|
|
|
|
for ac_func in getifaddrs
|
|
do
|
|
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
|
|
echo "$as_me:7835: checking for $ac_func" >&5
|
|
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
|
|
if eval "test \"\${$ac_ac_var+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 7841 "configure"
|
|
#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. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* 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 ();
|
|
char (*f) ();
|
|
|
|
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
|
|
f = $ac_func;
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:7872: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:7875: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:7878: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:7881: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
eval "$ac_ac_var=yes"
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
eval "$ac_ac_var=no"
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:7891: result: `eval echo '${'$ac_ac_var'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
|
|
if test `eval echo '${'$ac_ac_var'}'` = yes; then
|
|
cat >>confdefs.h <<EOF
|
|
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
|
|
EOF
|
|
|
|
fi
|
|
done
|
|
|
|
fi
|
|
if test -n "$SECUREWARE"; then
|
|
|
|
for ac_func in bigcrypt set_auth_parameters initprivs
|
|
do
|
|
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
|
|
echo "$as_me:7907: checking for $ac_func" >&5
|
|
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
|
|
if eval "test \"\${$ac_ac_var+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 7913 "configure"
|
|
#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. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* 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 ();
|
|
char (*f) ();
|
|
|
|
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
|
|
f = $ac_func;
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:7944: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:7947: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:7950: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:7953: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
eval "$ac_ac_var=yes"
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
eval "$ac_ac_var=no"
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:7963: result: `eval echo '${'$ac_ac_var'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
|
|
if test `eval echo '${'$ac_ac_var'}'` = yes; then
|
|
cat >>confdefs.h <<EOF
|
|
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
|
|
EOF
|
|
|
|
fi
|
|
done
|
|
|
|
fi
|
|
if test -z "$BROKEN_GETCWD"; then
|
|
|
|
for ac_func in getcwd
|
|
do
|
|
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
|
|
echo "$as_me:7979: checking for $ac_func" >&5
|
|
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
|
|
if eval "test \"\${$ac_ac_var+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 7985 "configure"
|
|
#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. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* 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 ();
|
|
char (*f) ();
|
|
|
|
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
|
|
f = $ac_func;
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:8016: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8019: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:8022: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8025: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
eval "$ac_ac_var=yes"
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
eval "$ac_ac_var=no"
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:8035: result: `eval echo '${'$ac_ac_var'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
|
|
if test `eval echo '${'$ac_ac_var'}'` = yes; then
|
|
cat >>confdefs.h <<EOF
|
|
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
|
|
EOF
|
|
|
|
else
|
|
LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
|
|
fi
|
|
done
|
|
|
|
fi
|
|
|
|
for ac_func in lockf flock
|
|
do
|
|
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
|
|
echo "$as_me:8052: checking for $ac_func" >&5
|
|
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
|
|
if eval "test \"\${$ac_ac_var+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 8058 "configure"
|
|
#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. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* 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 ();
|
|
char (*f) ();
|
|
|
|
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
|
|
f = $ac_func;
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:8089: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8092: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:8095: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8098: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
eval "$ac_ac_var=yes"
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
eval "$ac_ac_var=no"
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:8108: result: `eval echo '${'$ac_ac_var'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
|
|
if test `eval echo '${'$ac_ac_var'}'` = yes; then
|
|
cat >>confdefs.h <<EOF
|
|
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
|
|
EOF
|
|
break
|
|
fi
|
|
done
|
|
|
|
for ac_func in waitpid wait3
|
|
do
|
|
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
|
|
echo "$as_me:8121: checking for $ac_func" >&5
|
|
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
|
|
if eval "test \"\${$ac_ac_var+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 8127 "configure"
|
|
#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. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* 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 ();
|
|
char (*f) ();
|
|
|
|
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
|
|
f = $ac_func;
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:8158: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8161: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:8164: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8167: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
eval "$ac_ac_var=yes"
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
eval "$ac_ac_var=no"
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:8177: result: `eval echo '${'$ac_ac_var'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
|
|
if test `eval echo '${'$ac_ac_var'}'` = yes; then
|
|
cat >>confdefs.h <<EOF
|
|
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
|
|
EOF
|
|
break
|
|
fi
|
|
done
|
|
|
|
for ac_func in innetgr _innetgr
|
|
do
|
|
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
|
|
echo "$as_me:8190: checking for $ac_func" >&5
|
|
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
|
|
if eval "test \"\${$ac_ac_var+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 8196 "configure"
|
|
#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. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* 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 ();
|
|
char (*f) ();
|
|
|
|
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
|
|
f = $ac_func;
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:8227: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8230: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:8233: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8236: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
eval "$ac_ac_var=yes"
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
eval "$ac_ac_var=no"
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:8246: result: `eval echo '${'$ac_ac_var'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
|
|
if test `eval echo '${'$ac_ac_var'}'` = yes; then
|
|
cat >>confdefs.h <<EOF
|
|
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
|
|
EOF
|
|
|
|
for ac_func in getdomainname
|
|
do
|
|
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
|
|
echo "$as_me:8256: checking for $ac_func" >&5
|
|
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
|
|
if eval "test \"\${$ac_ac_var+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 8262 "configure"
|
|
#include "confdefs.h"
|
|
/* System header to define __stub macros and hopefully few prototypes
|
|
else
|
|
which can conflict with char $ac_func (); below. */
|
|
#include <assert.h>
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* 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 ();
|
|
char (*f) ();
|
|
|
|
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
|
|
f = $ac_func;
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:8294: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8297: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:8300: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8303: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
eval "$ac_ac_var=yes"
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
eval "$ac_ac_var=no"
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:8313: result: `eval echo '${'$ac_ac_var'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
|
|
if test `eval echo '${'$ac_ac_var'}'` = yes; then
|
|
cat >>confdefs.h <<EOF
|
|
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
|
|
EOF
|
|
|
|
fi
|
|
done
|
|
break
|
|
fi
|
|
done
|
|
|
|
for ac_func in lsearch
|
|
do
|
|
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
|
|
echo "$as_me:8329: checking for $ac_func" >&5
|
|
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
|
|
if eval "test \"\${$ac_ac_var+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 8335 "configure"
|
|
#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. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* 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 ();
|
|
char (*f) ();
|
|
|
|
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
|
|
f = $ac_func;
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:8366: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8369: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:8372: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8375: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
eval "$ac_ac_var=yes"
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
eval "$ac_ac_var=no"
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:8385: result: `eval echo '${'$ac_ac_var'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
|
|
if test `eval echo '${'$ac_ac_var'}'` = yes; then
|
|
cat >>confdefs.h <<EOF
|
|
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
|
|
EOF
|
|
|
|
else
|
|
echo "$as_me:8393: checking for lsearch in -lcompat" >&5
|
|
echo $ECHO_N "checking for lsearch in -lcompat... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_compat_lsearch+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lcompat $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 8401 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char lsearch ();
|
|
int
|
|
main ()
|
|
{
|
|
lsearch ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:8420: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8423: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:8426: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8429: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_compat_lsearch=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_compat_lsearch=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:8440: result: $ac_cv_lib_compat_lsearch" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_compat_lsearch" >&6
|
|
if test $ac_cv_lib_compat_lsearch = yes; then
|
|
echo "$as_me:8443: checking for search.h" >&5
|
|
echo $ECHO_N "checking for search.h... $ECHO_C" >&6
|
|
if test "${ac_cv_header_search_h+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 8449 "configure"
|
|
#include "confdefs.h"
|
|
#include <search.h>
|
|
_ACEOF
|
|
if { (eval echo "$as_me:8453: \"$ac_cpp conftest.$ac_ext\"") >&5
|
|
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
|
|
ac_status=$?
|
|
egrep -v '^ *\+' conftest.er1 >conftest.err
|
|
rm -f conftest.er1
|
|
cat conftest.err >&5
|
|
echo "$as_me:8459: \$? = $ac_status" >&5
|
|
(exit $ac_status); } >/dev/null; then
|
|
if test -s conftest.err; then
|
|
ac_cpp_err=$ac_c_preproc_warn_flag
|
|
else
|
|
ac_cpp_err=
|
|
fi
|
|
else
|
|
ac_cpp_err=yes
|
|
fi
|
|
if test -z "$ac_cpp_err"; then
|
|
ac_cv_header_search_h=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_header_search_h=no
|
|
fi
|
|
rm -f conftest.err conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:8478: result: $ac_cv_header_search_h" >&5
|
|
echo "${ECHO_T}$ac_cv_header_search_h" >&6
|
|
if test $ac_cv_header_search_h = yes; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_LSEARCH 1
|
|
EOF
|
|
LIBS="${LIBS} -lcompat"
|
|
else
|
|
LIBOBJS="$LIBOBJS lsearch.$ac_objext"
|
|
fi
|
|
|
|
else
|
|
LIBOBJS="$LIBOBJS lsearch.$ac_objext"
|
|
fi
|
|
|
|
fi
|
|
done
|
|
|
|
for ac_func in utime
|
|
do
|
|
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
|
|
echo "$as_me:8499: checking for $ac_func" >&5
|
|
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
|
|
if eval "test \"\${$ac_ac_var+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 8505 "configure"
|
|
#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. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* 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 ();
|
|
char (*f) ();
|
|
|
|
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
|
|
f = $ac_func;
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:8536: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8539: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:8542: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8545: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
eval "$ac_ac_var=yes"
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
eval "$ac_ac_var=no"
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:8555: result: `eval echo '${'$ac_ac_var'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
|
|
if test `eval echo '${'$ac_ac_var'}'` = yes; then
|
|
cat >>confdefs.h <<EOF
|
|
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
|
|
EOF
|
|
echo "$as_me:8561: checking for POSIX utime" >&5
|
|
echo $ECHO_N "checking for POSIX utime... $ECHO_C" >&6
|
|
if test "${sudo_cv_func_utime_posix+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
rm -f conftestdata; > conftestdata
|
|
if test "$cross_compiling" = yes; then
|
|
sudo_cv_func_utime_posix=no
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 8571 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
#include <sys/time.h>
|
|
#include <utime.h>
|
|
main() {
|
|
struct utimbuf ut;
|
|
ut.actime = ut.modtime = time(0);
|
|
utime("conftestdata", &ut);
|
|
exit(0);
|
|
}
|
|
_ACEOF
|
|
rm -f conftest$ac_exeext
|
|
if { (eval echo "$as_me:8584: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8587: \$? = $ac_status" >&5
|
|
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
|
|
{ (eval echo "$as_me:8589: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8592: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
sudo_cv_func_utime_posix=yes
|
|
else
|
|
echo "$as_me: program exited with status $ac_status" >&5
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
sudo_cv_func_utime_posix=no
|
|
fi
|
|
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
rm -f core core.* *.core
|
|
fi
|
|
echo "$as_me:8605: result: $sudo_cv_func_utime_posix" >&5
|
|
echo "${ECHO_T}$sudo_cv_func_utime_posix" >&6
|
|
if test $sudo_cv_func_utime_posix = yes; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_UTIME_POSIX 1
|
|
EOF
|
|
|
|
fi
|
|
|
|
else
|
|
LIBOBJS="$LIBOBJS utime.$ac_objext"
|
|
fi
|
|
done
|
|
|
|
echo "$as_me:8619: checking for working fnmatch with FNM_CASEFOLD" >&5
|
|
echo $ECHO_N "checking for working fnmatch with FNM_CASEFOLD... $ECHO_C" >&6
|
|
if test "${sudo_cv_func_fnmatch+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
rm -f conftestdata; > conftestdata
|
|
if test "$cross_compiling" = yes; then
|
|
sudo_cv_func_fnmatch=no
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 8629 "configure"
|
|
#include "confdefs.h"
|
|
#include <fnmatch.h>
|
|
main() { exit(fnmatch("/*/bin/echo *", "/usr/bin/echo just a test", FNM_CASEFOLD)); }
|
|
|
|
_ACEOF
|
|
rm -f conftest$ac_exeext
|
|
if { (eval echo "$as_me:8636: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8639: \$? = $ac_status" >&5
|
|
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
|
|
{ (eval echo "$as_me:8641: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8644: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
sudo_cv_func_fnmatch=yes
|
|
else
|
|
echo "$as_me: program exited with status $ac_status" >&5
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
sudo_cv_func_fnmatch=no
|
|
fi
|
|
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
rm -f core core.* *.core
|
|
fi
|
|
echo "$as_me:8657: result: $sudo_cv_func_fnmatch" >&5
|
|
echo "${ECHO_T}$sudo_cv_func_fnmatch" >&6
|
|
if test $sudo_cv_func_fnmatch = yes; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_FNMATCH 1
|
|
EOF
|
|
|
|
else
|
|
LIBOBJS="$LIBOBJS fnmatch.$ac_objext"
|
|
fi
|
|
|
|
echo "$as_me:8668: checking for isblank" >&5
|
|
echo $ECHO_N "checking for isblank... $ECHO_C" >&6
|
|
if test "${sudo_cv_func_isblank+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 8674 "configure"
|
|
#include "confdefs.h"
|
|
#include <ctype.h>
|
|
int
|
|
main ()
|
|
{
|
|
(void)isblank(1);
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:8686: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8689: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:8692: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8695: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
sudo_cv_func_isblank=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
sudo_cv_func_isblank=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:8705: result: $sudo_cv_func_isblank" >&5
|
|
echo "${ECHO_T}$sudo_cv_func_isblank" >&6
|
|
|
|
if test "$sudo_cv_func_isblank" = "yes"; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_ISBLANK 1
|
|
EOF
|
|
|
|
fi
|
|
|
|
for ac_func in strerror strcasecmp sigaction
|
|
do
|
|
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
|
|
echo "$as_me:8718: checking for $ac_func" >&5
|
|
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
|
|
if eval "test \"\${$ac_ac_var+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 8724 "configure"
|
|
#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. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* 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 ();
|
|
char (*f) ();
|
|
|
|
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
|
|
f = $ac_func;
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:8755: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8758: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:8761: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8764: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
eval "$ac_ac_var=yes"
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
eval "$ac_ac_var=no"
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:8774: result: `eval echo '${'$ac_ac_var'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
|
|
if test `eval echo '${'$ac_ac_var'}'` = yes; then
|
|
cat >>confdefs.h <<EOF
|
|
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
|
|
EOF
|
|
|
|
else
|
|
LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
|
|
fi
|
|
done
|
|
|
|
for ac_func in snprintf vsnprintf asprintf vasprintf
|
|
do
|
|
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
|
|
echo "$as_me:8789: checking for $ac_func" >&5
|
|
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
|
|
if eval "test \"\${$ac_ac_var+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 8795 "configure"
|
|
#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. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* 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 ();
|
|
char (*f) ();
|
|
|
|
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
|
|
f = $ac_func;
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:8826: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8829: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:8832: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8835: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
eval "$ac_ac_var=yes"
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
eval "$ac_ac_var=no"
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:8845: result: `eval echo '${'$ac_ac_var'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
|
|
if test `eval echo '${'$ac_ac_var'}'` = yes; then
|
|
cat >>confdefs.h <<EOF
|
|
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
|
|
EOF
|
|
|
|
else
|
|
NEED_SNPRINTF=1
|
|
fi
|
|
done
|
|
|
|
if test -n "$NEED_SNPRINTF"; then
|
|
LIBOBJS="$LIBOBJS snprintf.$ac_objext"
|
|
fi
|
|
if test -z "$LIB_CRYPT"; then
|
|
echo "$as_me:8861: checking for crypt" >&5
|
|
echo $ECHO_N "checking for crypt... $ECHO_C" >&6
|
|
if test "${ac_cv_func_crypt+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 8867 "configure"
|
|
#include "confdefs.h"
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
which can conflict with char crypt (); below. */
|
|
#include <assert.h>
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char crypt ();
|
|
char (*f) ();
|
|
|
|
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_crypt) || defined (__stub___crypt)
|
|
choke me
|
|
#else
|
|
f = crypt;
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:8898: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8901: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:8904: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8907: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_func_crypt=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_func_crypt=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:8917: result: $ac_cv_func_crypt" >&5
|
|
echo "${ECHO_T}$ac_cv_func_crypt" >&6
|
|
if test $ac_cv_func_crypt = yes; then
|
|
:
|
|
else
|
|
echo "$as_me:8922: checking for crypt in -lcrypt" >&5
|
|
echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_crypt_crypt+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lcrypt $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 8930 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* 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;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:8949: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8952: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:8955: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:8958: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_crypt_crypt=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_crypt_crypt=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:8969: result: $ac_cv_lib_crypt_crypt" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6
|
|
if test $ac_cv_lib_crypt_crypt = yes; then
|
|
SUDO_LIBS="${SUDO_LIBS} -lcrypt"; LIBS="${LIBS} -lcrypt"
|
|
else
|
|
echo "$as_me:8974: checking for crypt in -lcrypt_d" >&5
|
|
echo $ECHO_N "checking for crypt in -lcrypt_d... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_crypt_d_crypt+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lcrypt_d $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 8982 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* 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;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:9001: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9004: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:9007: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9010: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_crypt_d_crypt=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_crypt_d_crypt=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:9021: result: $ac_cv_lib_crypt_d_crypt" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_crypt_d_crypt" >&6
|
|
if test $ac_cv_lib_crypt_d_crypt = yes; then
|
|
SUDO_LIBS="${SUDO_LIBS} -lcrypt_d"; LIBS="${LIBS} -lcrypt_d"
|
|
else
|
|
echo "$as_me:9026: checking for crypt in -lufc" >&5
|
|
echo $ECHO_N "checking for crypt in -lufc... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_ufc_crypt+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lufc $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 9034 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* 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;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:9053: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9056: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:9059: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9062: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_ufc_crypt=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_ufc_crypt=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:9073: result: $ac_cv_lib_ufc_crypt" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_ufc_crypt" >&6
|
|
if test $ac_cv_lib_ufc_crypt = yes; then
|
|
SUDO_LIBS="${SUDO_LIBS} -lufc"; LIBS="${LIBS} -lufc"
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
echo "$as_me:9086: checking for socket" >&5
|
|
echo $ECHO_N "checking for socket... $ECHO_C" >&6
|
|
if test "${ac_cv_func_socket+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 9092 "configure"
|
|
#include "confdefs.h"
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
which can conflict with char socket (); below. */
|
|
#include <assert.h>
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char socket ();
|
|
char (*f) ();
|
|
|
|
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_socket) || defined (__stub___socket)
|
|
choke me
|
|
#else
|
|
f = socket;
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:9123: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9126: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:9129: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9132: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_func_socket=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_func_socket=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:9142: result: $ac_cv_func_socket" >&5
|
|
echo "${ECHO_T}$ac_cv_func_socket" >&6
|
|
if test $ac_cv_func_socket = yes; then
|
|
:
|
|
else
|
|
echo "$as_me:9147: checking for socket in -lsocket" >&5
|
|
echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_socket_socket+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lsocket $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 9155 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char socket ();
|
|
int
|
|
main ()
|
|
{
|
|
socket ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:9174: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9177: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:9180: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9183: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_socket_socket=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_socket_socket=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:9194: result: $ac_cv_lib_socket_socket" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
|
|
if test $ac_cv_lib_socket_socket = yes; then
|
|
NET_LIBS="${NET_LIBS} -lsocket"; LIBS="${LIBS} -lsocket"
|
|
else
|
|
echo "$as_me:9199: checking for socket in -linet" >&5
|
|
echo $ECHO_N "checking for socket in -linet... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_inet_socket+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-linet $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 9207 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char socket ();
|
|
int
|
|
main ()
|
|
{
|
|
socket ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:9226: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9229: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:9232: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9235: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_inet_socket=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_inet_socket=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:9246: result: $ac_cv_lib_inet_socket" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_inet_socket" >&6
|
|
if test $ac_cv_lib_inet_socket = yes; then
|
|
NET_LIBS="${NET_LIBS} -linet"; LIBS="${LIBS} -linet"
|
|
else
|
|
{ echo "$as_me:9251: WARNING: unable to find socket() trying -lsocket -lnsl" >&5
|
|
echo "$as_me: WARNING: unable to find socket() trying -lsocket -lnsl" >&2;}
|
|
echo "$as_me:9253: checking for socket in -lsocket" >&5
|
|
echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_socket_socket_lnsl+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lsocket -lnsl $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 9261 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char socket ();
|
|
int
|
|
main ()
|
|
{
|
|
socket ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:9280: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9283: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:9286: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9289: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_socket_socket_lnsl=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_socket_socket_lnsl=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:9300: result: $ac_cv_lib_socket_socket_lnsl" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_socket_socket_lnsl" >&6
|
|
if test $ac_cv_lib_socket_socket_lnsl = yes; then
|
|
NET_LIBS="${NET_LIBS} -lsocket -lnsl"; LIBS="${LIBS} -lsocket -lnsl"
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
echo "$as_me:9312: checking for inet_addr" >&5
|
|
echo $ECHO_N "checking for inet_addr... $ECHO_C" >&6
|
|
if test "${ac_cv_func_inet_addr+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 9318 "configure"
|
|
#include "confdefs.h"
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
which can conflict with char inet_addr (); below. */
|
|
#include <assert.h>
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char inet_addr ();
|
|
char (*f) ();
|
|
|
|
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_inet_addr) || defined (__stub___inet_addr)
|
|
choke me
|
|
#else
|
|
f = inet_addr;
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:9349: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9352: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:9355: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9358: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_func_inet_addr=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_func_inet_addr=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:9368: result: $ac_cv_func_inet_addr" >&5
|
|
echo "${ECHO_T}$ac_cv_func_inet_addr" >&6
|
|
if test $ac_cv_func_inet_addr = yes; then
|
|
:
|
|
else
|
|
echo "$as_me:9373: checking for __inet_addr" >&5
|
|
echo $ECHO_N "checking for __inet_addr... $ECHO_C" >&6
|
|
if test "${ac_cv_func___inet_addr+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 9379 "configure"
|
|
#include "confdefs.h"
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
which can conflict with char __inet_addr (); below. */
|
|
#include <assert.h>
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char __inet_addr ();
|
|
char (*f) ();
|
|
|
|
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___inet_addr) || defined (__stub_____inet_addr)
|
|
choke me
|
|
#else
|
|
f = __inet_addr;
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:9410: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9413: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:9416: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9419: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_func___inet_addr=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_func___inet_addr=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:9429: result: $ac_cv_func___inet_addr" >&5
|
|
echo "${ECHO_T}$ac_cv_func___inet_addr" >&6
|
|
if test $ac_cv_func___inet_addr = yes; then
|
|
:
|
|
else
|
|
echo "$as_me:9434: checking for inet_addr in -lnsl" >&5
|
|
echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lnsl $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 9442 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char inet_addr ();
|
|
int
|
|
main ()
|
|
{
|
|
inet_addr ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:9461: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9464: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:9467: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9470: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_nsl_inet_addr=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_nsl_inet_addr=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:9481: result: $ac_cv_lib_nsl_inet_addr" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
|
|
if test $ac_cv_lib_nsl_inet_addr = yes; then
|
|
NET_LIBS="${NET_LIBS} -lnsl"; LIBS="${LIBS} -lnsl"
|
|
else
|
|
echo "$as_me:9486: checking for inet_addr in -linet" >&5
|
|
echo $ECHO_N "checking for inet_addr in -linet... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_inet_inet_addr+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-linet $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 9494 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char inet_addr ();
|
|
int
|
|
main ()
|
|
{
|
|
inet_addr ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:9513: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9516: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:9519: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9522: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_inet_inet_addr=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_inet_inet_addr=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:9533: result: $ac_cv_lib_inet_inet_addr" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_inet_inet_addr" >&6
|
|
if test $ac_cv_lib_inet_inet_addr = yes; then
|
|
NET_LIBS="${NET_LIBS} -linet"; LIBS="${LIBS} -linet"
|
|
else
|
|
{ echo "$as_me:9538: WARNING: unable to find inet_addr() trying -lsocket -lnsl" >&5
|
|
echo "$as_me: WARNING: unable to find inet_addr() trying -lsocket -lnsl" >&2;}
|
|
echo "$as_me:9540: checking for inet_addr in -lsocket" >&5
|
|
echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_socket_inet_addr_lnsl+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lsocket -lnsl $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 9548 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char inet_addr ();
|
|
int
|
|
main ()
|
|
{
|
|
inet_addr ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:9567: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9570: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:9573: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9576: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_socket_inet_addr_lnsl=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_socket_inet_addr_lnsl=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:9587: result: $ac_cv_lib_socket_inet_addr_lnsl" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_socket_inet_addr_lnsl" >&6
|
|
if test $ac_cv_lib_socket_inet_addr_lnsl = yes; then
|
|
NET_LIBS="${NET_LIBS} -lsocket -lnsl"; LIBS="${LIBS} -lsocket -lnsl"
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
echo "$as_me:9601: checking for syslog" >&5
|
|
echo $ECHO_N "checking for syslog... $ECHO_C" >&6
|
|
if test "${ac_cv_func_syslog+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 9607 "configure"
|
|
#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. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char syslog ();
|
|
char (*f) ();
|
|
|
|
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
|
|
f = syslog;
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:9638: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9641: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:9644: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9647: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_func_syslog=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_func_syslog=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:9657: result: $ac_cv_func_syslog" >&5
|
|
echo "${ECHO_T}$ac_cv_func_syslog" >&6
|
|
if test $ac_cv_func_syslog = yes; then
|
|
:
|
|
else
|
|
echo "$as_me:9662: checking for syslog in -lsocket" >&5
|
|
echo $ECHO_N "checking for syslog in -lsocket... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_socket_syslog+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lsocket $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 9670 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* 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 ()
|
|
{
|
|
syslog ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:9689: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9692: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:9695: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9698: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_socket_syslog=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_socket_syslog=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:9709: result: $ac_cv_lib_socket_syslog" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_socket_syslog" >&6
|
|
if test $ac_cv_lib_socket_syslog = yes; then
|
|
NET_LIBS="${NET_LIBS} -lsocket"; LIBS="${LIBS} -lsocket"
|
|
else
|
|
echo "$as_me:9714: checking for syslog in -lnsl" >&5
|
|
echo $ECHO_N "checking for syslog in -lnsl... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_nsl_syslog+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lnsl $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 9722 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* 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 ()
|
|
{
|
|
syslog ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:9741: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9744: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:9747: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9750: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_nsl_syslog=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_nsl_syslog=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:9761: result: $ac_cv_lib_nsl_syslog" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_nsl_syslog" >&6
|
|
if test $ac_cv_lib_nsl_syslog = yes; then
|
|
NET_LIBS="${NET_LIBS} -lnsl"; LIBS="${LIBS} -lnsl"
|
|
else
|
|
echo "$as_me:9766: checking for syslog in -linet" >&5
|
|
echo $ECHO_N "checking for syslog in -linet... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_inet_syslog+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-linet $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 9774 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* 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 ()
|
|
{
|
|
syslog ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:9793: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9796: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:9799: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9802: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_inet_syslog=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_inet_syslog=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:9813: result: $ac_cv_lib_inet_syslog" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_inet_syslog" >&6
|
|
if test $ac_cv_lib_inet_syslog = yes; then
|
|
NET_LIBS="${NET_LIBS} -linet"; LIBS="${LIBS} -linet"
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
if test "$with_DCE" = "yes" -o "$ac_cv_prog_YACC" = "bison -y"; then
|
|
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
|
|
# for constant arguments. Useless!
|
|
echo "$as_me:9828: checking for working alloca.h" >&5
|
|
echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
|
|
if test "${ac_cv_working_alloca_h+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 9834 "configure"
|
|
#include "confdefs.h"
|
|
#include <alloca.h>
|
|
int
|
|
main ()
|
|
{
|
|
char *p = (char *) alloca (2 * sizeof (int));
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:9846: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9849: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:9852: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9855: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_working_alloca_h=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_working_alloca_h=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:9865: result: $ac_cv_working_alloca_h" >&5
|
|
echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
|
|
if test $ac_cv_working_alloca_h = yes; then
|
|
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_ALLOCA_H 1
|
|
EOF
|
|
|
|
fi
|
|
|
|
echo "$as_me:9875: checking for alloca" >&5
|
|
echo $ECHO_N "checking for alloca... $ECHO_C" >&6
|
|
if test "${ac_cv_func_alloca_works+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 9881 "configure"
|
|
#include "confdefs.h"
|
|
#ifdef __GNUC__
|
|
# define alloca __builtin_alloca
|
|
#else
|
|
# ifdef _MSC_VER
|
|
# include <malloc.h>
|
|
# define alloca _alloca
|
|
# else
|
|
# if HAVE_ALLOCA_H
|
|
# include <alloca.h>
|
|
# else
|
|
# ifdef _AIX
|
|
#pragma alloca
|
|
# else
|
|
# ifndef alloca /* predefined by HP cc +Olibcalls */
|
|
char *alloca ();
|
|
# endif
|
|
# endif
|
|
# endif
|
|
# endif
|
|
#endif
|
|
|
|
int
|
|
main ()
|
|
{
|
|
char *p = (char *) alloca (1);
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:9913: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9916: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:9919: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:9922: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_func_alloca_works=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_func_alloca_works=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:9932: result: $ac_cv_func_alloca_works" >&5
|
|
echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
|
|
|
|
if test $ac_cv_func_alloca_works = yes; then
|
|
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_ALLOCA 1
|
|
EOF
|
|
|
|
else
|
|
# The SVR3 libPW and SVR4 libucb both contain incompatible functions
|
|
# that cause trouble. Some versions do not even contain alloca or
|
|
# contain a buggy version. If you still want to use their alloca,
|
|
# use ar to extract alloca.o from them instead of compiling alloca.c.
|
|
|
|
ALLOCA=alloca.$ac_objext
|
|
|
|
cat >>confdefs.h <<\EOF
|
|
#define C_ALLOCA 1
|
|
EOF
|
|
|
|
echo "$as_me:9953: checking whether \`alloca.c' needs Cray hooks" >&5
|
|
echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
|
|
if test "${ac_cv_os_cray+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 9959 "configure"
|
|
#include "confdefs.h"
|
|
#if defined(CRAY) && ! defined(CRAY2)
|
|
webecray
|
|
#else
|
|
wenotbecray
|
|
#endif
|
|
|
|
_ACEOF
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
egrep "webecray" >/dev/null 2>&1; then
|
|
ac_cv_os_cray=yes
|
|
else
|
|
ac_cv_os_cray=no
|
|
fi
|
|
rm -f conftest*
|
|
|
|
fi
|
|
echo "$as_me:9977: result: $ac_cv_os_cray" >&5
|
|
echo "${ECHO_T}$ac_cv_os_cray" >&6
|
|
if test $ac_cv_os_cray = yes; then
|
|
for ac_func in _getb67 GETB67 getb67; do
|
|
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
|
|
echo "$as_me:9982: checking for $ac_func" >&5
|
|
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
|
|
if eval "test \"\${$ac_ac_var+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 9988 "configure"
|
|
#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. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* 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 ();
|
|
char (*f) ();
|
|
|
|
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
|
|
f = $ac_func;
|
|
#endif
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:10019: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:10022: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:10025: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:10028: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
eval "$ac_ac_var=yes"
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
eval "$ac_ac_var=no"
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
echo "$as_me:10038: result: `eval echo '${'$ac_ac_var'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
|
|
if test `eval echo '${'$ac_ac_var'}'` = yes; then
|
|
|
|
cat >>confdefs.h <<EOF
|
|
#define CRAY_STACKSEG_END $ac_func
|
|
EOF
|
|
|
|
break
|
|
fi
|
|
|
|
done
|
|
fi
|
|
|
|
echo "$as_me:10052: checking stack direction for C alloca" >&5
|
|
echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
|
|
if test "${ac_cv_c_stack_direction+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
if test "$cross_compiling" = yes; then
|
|
ac_cv_c_stack_direction=0
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 10061 "configure"
|
|
#include "confdefs.h"
|
|
int
|
|
find_stack_direction ()
|
|
{
|
|
static char *addr = 0;
|
|
auto char dummy;
|
|
if (addr == 0)
|
|
{
|
|
addr = &dummy;
|
|
return find_stack_direction ();
|
|
}
|
|
else
|
|
return (&dummy > addr) ? 1 : -1;
|
|
}
|
|
|
|
int
|
|
main ()
|
|
{
|
|
exit (find_stack_direction () < 0);
|
|
}
|
|
_ACEOF
|
|
rm -f conftest$ac_exeext
|
|
if { (eval echo "$as_me:10084: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:10087: \$? = $ac_status" >&5
|
|
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
|
|
{ (eval echo "$as_me:10089: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:10092: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_c_stack_direction=1
|
|
else
|
|
echo "$as_me: program exited with status $ac_status" >&5
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_c_stack_direction=-1
|
|
fi
|
|
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
fi
|
|
echo "$as_me:10104: result: $ac_cv_c_stack_direction" >&5
|
|
echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
|
|
|
|
cat >>confdefs.h <<EOF
|
|
#define STACK_DIRECTION $ac_cv_c_stack_direction
|
|
EOF
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
if test "$with_kerb5" = "yes"; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_KERB5 1
|
|
EOF
|
|
|
|
if test -f "/usr/local/include/krb5.h"; then
|
|
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
|
|
elif test -f "/usr/local/kerberos/include/krb5.h"; then
|
|
CPPFLAGS="$CPPFLAGS -I/usr/local/kerberos/include"
|
|
elif test -f "/usr/krb5/include/krb5.h"; then
|
|
CPPFLAGS="$CPPFLAGS -I/usr/krb5/include"
|
|
elif test -f "/usr/local/krb5/include/krb5.h"; then
|
|
CPPFLAGS="$CPPFLAGS -I/usr/local/krb5/include"
|
|
else
|
|
echo 'Unable to locate kerberos 5 include files, you will have to edit the Makefile and add -I/path/to/krb/includes to CPPFLAGS'
|
|
fi
|
|
|
|
if test -f "/usr/local/lib/libkrb5.a"; then
|
|
SUDO_LDFLAGS="${SUDO_LDFLAGS} -L/usr/local/lib"
|
|
elif test -f "/usr/local/kerberos/lib/libkrb5.a"; then
|
|
SUDO_LDFLAGS="${SUDO_LDFLAGS} -L/usr/local/kerberos/lib"
|
|
elif test -f "/usr/krb5/lib/libkrb5.a"; then
|
|
SUDO_LDFLAGS="${SUDO_LDFLAGS} -L/usr/krb5/lib"
|
|
elif test -f "/usr/local/krb5/lib/libkrb5.a"; then
|
|
SUDO_LDFLAGS="${SUDO_LDFLAGS} -L/usr/local/krb5/lib"
|
|
else
|
|
echo 'Unable to locate kerberos 5 libraries, you will have to edit the Makefile and add -L/path/to/krb/libs to SUDO_LDFLAGS'
|
|
fi
|
|
|
|
SUDO_LIBS="${SUDO_LIBS} -lkrb5 -lk5crypto -lcom_err"
|
|
AUTH_OBJS="${AUTH_OBJS} kerb5.o"
|
|
fi
|
|
|
|
if test "$with_pam" = "yes"; then
|
|
echo "$as_me:10149: checking for main in -ldl" >&5
|
|
echo $ECHO_N "checking for main in -ldl... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_dl_main+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-ldl $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 10157 "configure"
|
|
#include "confdefs.h"
|
|
|
|
int
|
|
main ()
|
|
{
|
|
main ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:10169: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:10172: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:10175: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:10178: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_dl_main=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_dl_main=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:10189: result: $ac_cv_lib_dl_main" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_dl_main" >&6
|
|
if test $ac_cv_lib_dl_main = yes; then
|
|
SUDO_LIBS="${SUDO_LIBS} -ldl -lpam"
|
|
else
|
|
SUDO_LIBS="${SUDO_LIBS} -lpam"
|
|
fi
|
|
ac_cv_lib_dl=ac_cv_lib_dl_main
|
|
|
|
fi
|
|
|
|
if test "$with_kerb4" = "yes"; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_KERB4 1
|
|
EOF
|
|
|
|
if test -f "/usr/include/kerberosIV/krb.h"; then
|
|
CPPFLAGS="${CPPFLAGS} -I/usr/include/kerberosIV"
|
|
elif test -f "/usr/local/include/kerberosIV/krb.h"; then
|
|
CPPFLAGS="${CPPFLAGS} -I/usr/local/include/kerberosIV"
|
|
elif test -f "/usr/kerberos/include/krb.h"; then
|
|
CPPFLAGS="${CPPFLAGS} -I/usr/kerberos/include"
|
|
elif test -f "/usr/local/kerberos/include/krb.h"; then
|
|
CPPFLAGS="${CPPFLAGS} -I/usr/local/kerberos/include"
|
|
else
|
|
echo 'Unable to locate kerberos 4 include files, you will have to edit the Makefile and add -I/path/to/krb/includes to CPPFLAGS'
|
|
fi
|
|
|
|
if test -d "/usr/kerberos/lib"; then
|
|
SUDO_LDFLAGS="${SUDO_LDFLAGS} -L/usr/kerberos/lib"
|
|
elif test -d "/usr/lib/kerberos"; then
|
|
SUDO_LDFLAGS="${SUDO_LDFLAGS} -L/usr/lib/kerberos"
|
|
elif test -f "/usr/local/lib/libkrb.a"; then
|
|
SUDO_LDFLAGS="${SUDO_LDFLAGS} -L/usr/local/lib"
|
|
elif test ! -f "/usr/lib/libkrb.a"; then
|
|
echo 'Unable to locate kerberos 4 libraries, you will have to edit the Makefile and add -L/path/to/krb/libs to SUDO_LDFLAGS'
|
|
fi
|
|
|
|
echo "$as_me:10227: checking for main in -ldes" >&5
|
|
echo $ECHO_N "checking for main in -ldes... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_des_main+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-ldes $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 10235 "configure"
|
|
#include "confdefs.h"
|
|
|
|
int
|
|
main ()
|
|
{
|
|
main ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:10247: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:10250: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:10253: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:10256: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_des_main=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_des_main=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:10267: result: $ac_cv_lib_des_main" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_des_main" >&6
|
|
if test $ac_cv_lib_des_main = yes; then
|
|
SUDO_LIBS="${SUDO_LIBS} -lkrb -ldes"
|
|
else
|
|
SUDO_LIBS="${SUDO_LIBS} -lkrb"
|
|
fi
|
|
ac_cv_lib_des=ac_cv_lib_des_main
|
|
|
|
AUTH_OBJS="${AUTH_OBJS} kerb4.o"
|
|
fi
|
|
|
|
if test "$with_AFS" = "yes"; then
|
|
|
|
# looks like the "standard" place for AFS libs is /usr/afsws/lib
|
|
AFSLIBDIRS="/usr/lib/afs /usr/afsws/lib /usr/afsws/lib/afs"
|
|
for i in $AFSLIBDIRS; do
|
|
if test -d ${i}; then
|
|
SUDO_LDFLAGS="${SUDO_LDFLAGS} -L${i}"
|
|
FOUND_AFSLIBDIR=true
|
|
fi
|
|
done
|
|
if test -z "$FOUND_AFSLIBDIR"; then
|
|
echo 'Unable to locate AFS libraries, you will have to edit the Makefile and add -L/path/to/afs/libs to SUDO_LDFLAGS or rerun configure with the --with-libpath options.'
|
|
fi
|
|
|
|
# Order is important here. Note that we build AFS_LIBS from right to left
|
|
# since AFS_LIBS may be initialized with BSD compat libs that must go last
|
|
AFS_LIBS="-laudit ${AFS_LIBS}"
|
|
for i in $AFSLIBDIRS; do
|
|
if test -f ${i}/util.a; then
|
|
AFS_LIBS="${i}/util.a ${AFS_LIBS}"
|
|
FOUND_UTIL_A=true
|
|
break;
|
|
fi
|
|
done
|
|
if test -z "$FOUND_UTIL_A"; then
|
|
AFS_LIBS="-lutil ${AFS_LIBS}"
|
|
fi
|
|
AFS_LIBS="-lkauth -lprot -lubik -lauth -lrxkad -lsys -ldes -lrx -llwp -lcom_err ${AFS_LIBS}"
|
|
|
|
# AFS includes may live in /usr/include on some machines...
|
|
for i in /usr/afsws/include; do
|
|
if test -d ${i}; then
|
|
CPPFLAGS="${CPPFLAGS} -I${i}"
|
|
FOUND_AFSINCDIR=true
|
|
fi
|
|
done
|
|
|
|
if test -z "$FOUND_AFSLIBDIR"; then
|
|
echo 'Unable to locate AFS include dir, you may have to edit the Makefile and add -I/path/to/afs/includes to CPPFLAGS or rerun configure with the --with-incpath options.'
|
|
fi
|
|
fi
|
|
|
|
if test "$with_DCE" = "yes"; then
|
|
DCE_OBJS="${DCE_OBJS} dce_pwent.o"
|
|
SUDO_LIBS="${SUDO_LIBS} -ldce"
|
|
fi
|
|
|
|
if test "$with_skey" = "yes"; then
|
|
SUDO_LIBS="${SUDO_LIBS} -lskey"
|
|
if test -f /usr/include/skey.h -a -f /usr/lib/libskey.a; then
|
|
:
|
|
elif test -f /usr/local/include/skey.h; then
|
|
CPPFLAGS="${CPPFLAGS} -I/usr/local/include"
|
|
SUDO_LDFLAGS="${SUDO_LDFLAGS} -L/usr/local/lib"
|
|
elif test "$with_csops" = "yes" -a -f /tools/cs/skey/include/skey.h -a -f /tools/cs/skey/lib/libskey.a; then
|
|
CPPFLAGS="${CPPFLAGS} -I/tools/cs/skey/include"
|
|
SUDO_LDFLAGS="${SUDO_LDFLAGS} -L/tools/cs/skey/lib"
|
|
else
|
|
echo 'Unable to locate libskey.a and/or skey.h, you will have to edit the Makefile and add -L/path/to/skey/lib to SUDO_LDFLAGS and/or -I/path/to/skey.h to CPPFLAGS'
|
|
fi
|
|
echo "$as_me:10339: checking for skeyaccess in -lskey" >&5
|
|
echo $ECHO_N "checking for skeyaccess in -lskey... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_skey_skeyaccess+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lskey $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line 10347 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char skeyaccess ();
|
|
int
|
|
main ()
|
|
{
|
|
skeyaccess ();
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (eval echo "$as_me:10366: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:10369: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
{ (eval echo "$as_me:10372: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:10375: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_skey_skeyaccess=yes
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
ac_cv_lib_skey_skeyaccess=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:10386: result: $ac_cv_lib_skey_skeyaccess" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_skey_skeyaccess" >&6
|
|
if test $ac_cv_lib_skey_skeyaccess = yes; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_SKEYACCESS 1
|
|
EOF
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
if test "$with_opie" = "yes"; then
|
|
SUDO_LIBS="${SUDO_LIBS} -lopie"
|
|
if test -f /usr/include/opie.h -a -f /usr/lib/libopie.a; then
|
|
:
|
|
elif test -f /usr/local/include/opie.h; then
|
|
CPPFLAGS="${CPPFLAGS} -I/usr/local/include"
|
|
SUDO_LDFLAGS="${SUDO_LDFLAGS} -L/usr/local/lib"
|
|
else
|
|
echo 'Unable to locate libopie.a and/or opie.h, you will have to edit the Makefile and add -L/path/to/opie/lib to SUDO_LDFLAGS and/or -I/path/to/opie.h to CPPFLAGS'
|
|
fi
|
|
fi
|
|
|
|
if test -n "$with_SecurID" -a "$with_SecurID" != "no"; then
|
|
if test "$with_SecurID" != "yes"; then
|
|
SUDO_LIBS="${SUDO_LIBS} ${with_SecurID}/sdiclient.a"
|
|
CPPFLAGS="${CPPFLAGS} -I${with_SecurID}"
|
|
elif test -f /usr/ace/examples/sdiclient.a; then
|
|
SUDO_LIBS="${SUDO_LIBS} /usr/ace/examples/sdiclient.a"
|
|
CPPFLAGS="${CPPFLAGS} -I/usr/ace/examples"
|
|
else
|
|
SUDO_LIBS="${SUDO_LIBS} /usr/ace/sdiclient.a"
|
|
CPPFLAGS="${CPPFLAGS} -I/usr/ace"
|
|
fi
|
|
fi
|
|
|
|
if test "$with_fwtk" = "yes"; then
|
|
SUDO_LIBS="${SUDO_LIBS} -lauth -lfwall"
|
|
fi
|
|
|
|
if test "$with_authenticate" = "yes"; then
|
|
SUDO_LIBS="${SUDO_LIBS} -ls"
|
|
fi
|
|
|
|
echo "$as_me:10430: checking for log file location" >&5
|
|
echo $ECHO_N "checking for log file location... $ECHO_C" >&6
|
|
if test -n "$with_logpath"; then
|
|
echo "$as_me:10433: result: $with_logpath" >&5
|
|
echo "${ECHO_T}$with_logpath" >&6
|
|
cat >>confdefs.h <<EOF
|
|
#define _PATH_SUDO_LOGFILE "$with_logpath"
|
|
EOF
|
|
|
|
elif test -d "/var/log"; then
|
|
echo "$as_me:10440: result: /var/log/sudo.log" >&5
|
|
echo "${ECHO_T}/var/log/sudo.log" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define _PATH_SUDO_LOGFILE "/var/log/sudo.log"
|
|
EOF
|
|
|
|
elif test -d "/var/adm"; then
|
|
echo "$as_me:10447: result: /var/adm/sudo.log" >&5
|
|
echo "${ECHO_T}/var/adm/sudo.log" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define _PATH_SUDO_LOGFILE "/var/adm/sudo.log"
|
|
EOF
|
|
|
|
elif test -d "/usr/adm"; then
|
|
echo "$as_me:10454: result: /usr/adm/sudo.log" >&5
|
|
echo "${ECHO_T}/usr/adm/sudo.log" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define _PATH_SUDO_LOGFILE "/usr/adm/sudo.log"
|
|
EOF
|
|
|
|
else
|
|
echo "$as_me:10461: result: unknown" >&5
|
|
echo "${ECHO_T}unknown" >&6
|
|
fi
|
|
|
|
echo "$as_me:10465: checking for timestamp file location" >&5
|
|
echo $ECHO_N "checking for timestamp file location... $ECHO_C" >&6
|
|
if test -n "$with_timedir"; then
|
|
echo "$as_me:10468: result: $with_timedir" >&5
|
|
echo "${ECHO_T}$with_timedir" >&6
|
|
cat >>confdefs.h <<EOF
|
|
#define _PATH_SUDO_TIMEDIR "$with_timedir"
|
|
EOF
|
|
|
|
timedir="$with_timedir"
|
|
elif test -d "/var/run"; then
|
|
echo "$as_me:10476: result: /var/run/sudo" >&5
|
|
echo "${ECHO_T}/var/run/sudo" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define _PATH_SUDO_TIMEDIR "/var/run/sudo"
|
|
EOF
|
|
|
|
timedir="/var/run/sudo"
|
|
else
|
|
echo "$as_me:10484: result: /tmp/.odus" >&5
|
|
echo "${ECHO_T}/tmp/.odus" >&6
|
|
cat >>confdefs.h <<\EOF
|
|
#define _PATH_SUDO_TIMEDIR "/tmp/.odus"
|
|
EOF
|
|
|
|
timedir="/tmp/.odus"
|
|
fi
|
|
|
|
if test "$with_passwd" = "no"; then
|
|
cat >>confdefs.h <<\EOF
|
|
#define WITHOUT_PASSWD 1
|
|
EOF
|
|
|
|
if test -z "$AUTH_OBJS"; then
|
|
{ { echo "$as_me:10499: error: no authentication methods defined." >&5
|
|
echo "$as_me: error: no authentication methods defined." >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
fi
|
|
else
|
|
if test -n "$SECUREWARE"; then
|
|
AUTH_OBJS="${AUTH_OBJS} passwd.o secureware.o"
|
|
else
|
|
AUTH_OBJS="${AUTH_OBJS} passwd.o"
|
|
fi
|
|
fi
|
|
|
|
if test -n "$LIBS"; then
|
|
L="$LIBS"
|
|
LIBS=
|
|
for l in ${L}; do
|
|
dupe=0
|
|
for sl in ${SUDO_LIBS} ${NET_LIBS}; do
|
|
test $l = $sl && dupe=1
|
|
done
|
|
test $dupe = 0 && LIBS="${LIBS} $l"
|
|
done
|
|
fi
|
|
|
|
test "$exec_prefix" = "NONE" && exec_prefix='$(prefix)'
|
|
|
|
ac_config_files="$ac_config_files Makefile sudo.man visudo.man sudoers.man"
|
|
cat >confcache <<\_ACEOF
|
|
# 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, see configure's option --config-cache.
|
|
# It is not useful on other systems. If it contains results you don't
|
|
# want to keep, you may remove or edit it.
|
|
#
|
|
# config.status only pays attention to the cache file if you give it
|
|
# the --recheck option to rerun configure.
|
|
#
|
|
# `ac_cv_env_foo' variables (set or unset) will be overriden when
|
|
# loading this file, other *unset* `ac_cv_foo' will be assigned the
|
|
# following values.
|
|
|
|
_ACEOF
|
|
|
|
# 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 \
|
|
"s/'/'\\\\''/g;
|
|
s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
|
|
;;
|
|
*)
|
|
# `set' quotes correctly as required by POSIX, so do not add quotes.
|
|
sed -n \
|
|
"s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
|
|
;;
|
|
esac;
|
|
} |
|
|
sed '
|
|
t clear
|
|
: clear
|
|
s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
|
|
t end
|
|
/^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
|
|
: end' >>confcache
|
|
if cmp -s $cache_file confcache; then :; else
|
|
if test -w $cache_file; then
|
|
test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
|
|
cat confcache >$cache_file
|
|
else
|
|
echo "not updating unwritable cache $cache_file"
|
|
fi
|
|
fi
|
|
rm -f confcache
|
|
|
|
test "x$prefix" = xNONE && prefix=$ac_default_prefix
|
|
# Let make expand exec_prefix.
|
|
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
|
|
|
|
# VPATH may cause trouble with some makes, so we remove $(srcdir),
|
|
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
|
|
# trailing colons and then remove the whole line if VPATH becomes empty
|
|
# (actually we leave an empty line to preserve line numbers).
|
|
if test "x$srcdir" = x.; then
|
|
ac_vpsub='/^[ ]*VPATH[ ]*=/{
|
|
s/:*\$(srcdir):*/:/;
|
|
s/:*\${srcdir}:*/:/;
|
|
s/:*@srcdir@:*/:/;
|
|
s/^\([^=]*=[ ]*\):*/\1/;
|
|
s/:*$//;
|
|
s/^[^=]*=[ ]*$//;
|
|
}'
|
|
fi
|
|
|
|
DEFS=-DHAVE_CONFIG_H
|
|
|
|
: ${CONFIG_STATUS=./config.status}
|
|
ac_clean_files_save=$ac_clean_files
|
|
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
|
|
{ echo "$as_me:10605: creating $CONFIG_STATUS" >&5
|
|
echo "$as_me: creating $CONFIG_STATUS" >&6;}
|
|
cat >$CONFIG_STATUS <<_ACEOF
|
|
#! $SHELL
|
|
# Generated automatically by configure.
|
|
# Run this file to recreate the current configuration.
|
|
# Compiler output produced by configure, useful for debugging
|
|
# configure, is in config.log if it exists.
|
|
|
|
debug=false
|
|
SHELL=\${CONFIG_SHELL-$SHELL}
|
|
ac_cs_invocation="\$0 \$@"
|
|
|
|
_ACEOF
|
|
|
|
cat >>$CONFIG_STATUS <<\_ACEOF
|
|
# Be Bourne compatible
|
|
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
|
|
emulate sh
|
|
NULLCMD=:
|
|
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
|
|
set -o posix
|
|
fi
|
|
|
|
# Name of the executable.
|
|
as_me=`echo "$0" |sed 's,.*[\\/],,'`
|
|
|
|
if expr a : '\(a\)' >/dev/null 2>&1; then
|
|
as_expr=expr
|
|
else
|
|
as_expr=false
|
|
fi
|
|
|
|
rm -f conf$$ conf$$.exe conf$$.file
|
|
echo >conf$$.file
|
|
if ln -s conf$$.file conf$$ 2>/dev/null; then
|
|
# We could just check for DJGPP; but this test a) works b) is more generic
|
|
# and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
|
|
if test -f conf$$.exe; then
|
|
# Don't use ln at all; we don't have any links
|
|
as_ln_s='cp -p'
|
|
else
|
|
as_ln_s='ln -s'
|
|
fi
|
|
elif ln conf$$.file conf$$ 2>/dev/null; then
|
|
as_ln_s=ln
|
|
else
|
|
as_ln_s='cp -p'
|
|
fi
|
|
rm -f conf$$ conf$$.exe conf$$.file
|
|
|
|
as_executable_p="test -f"
|
|
|
|
# Support unset when possible.
|
|
if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
|
|
as_unset=unset
|
|
else
|
|
as_unset=false
|
|
fi
|
|
|
|
# NLS nuisances.
|
|
$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
|
|
$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
|
|
$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
|
|
$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
|
|
$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
|
|
$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
|
|
$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
|
|
$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
|
|
|
|
# IFS
|
|
# We need space, tab and new line, in precisely that order.
|
|
as_nl='
|
|
'
|
|
IFS=" $as_nl"
|
|
|
|
# CDPATH.
|
|
$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
|
|
|
|
exec 6>&1
|
|
|
|
_ACEOF
|
|
|
|
# Files that config.status was made for.
|
|
if test -n "$ac_config_files"; then
|
|
echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
|
|
fi
|
|
|
|
if test -n "$ac_config_headers"; then
|
|
echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
|
|
fi
|
|
|
|
if test -n "$ac_config_links"; then
|
|
echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
|
|
fi
|
|
|
|
if test -n "$ac_config_commands"; then
|
|
echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
|
|
fi
|
|
|
|
cat >>$CONFIG_STATUS <<\EOF
|
|
|
|
ac_cs_usage="\
|
|
\`$as_me' instantiates files from templates according to the
|
|
current configuration.
|
|
|
|
Usage: $0 [OPTIONS] [FILE]...
|
|
|
|
-h, --help print this help, then exit
|
|
-V, --version print version number, then exit
|
|
-d, --debug don't remove temporary files
|
|
--recheck update $as_me by reconfiguring in the same conditions
|
|
--file=FILE[:TEMPLATE]
|
|
instantiate the configuration file FILE
|
|
--header=FILE[:TEMPLATE]
|
|
instantiate the configuration header FILE
|
|
|
|
Configuration files:
|
|
$config_files
|
|
|
|
Configuration headers:
|
|
$config_headers
|
|
|
|
Report bugs to <bug-autoconf@gnu.org>."
|
|
EOF
|
|
|
|
cat >>$CONFIG_STATUS <<EOF
|
|
ac_cs_version="\\
|
|
config.status
|
|
configured by $0, generated by GNU Autoconf 2.50,
|
|
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
|
|
|
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
|
|
Free Software Foundation, Inc.
|
|
This config.status script is free software; the Free Software Foundation
|
|
gives unlimited permission to copy, distribute and modify it."
|
|
srcdir=$srcdir
|
|
EOF
|
|
|
|
cat >>$CONFIG_STATUS <<\EOF
|
|
# If no file are specified by the user, then we need to provide default
|
|
# value. By we need to know if files were specified by the user.
|
|
ac_need_defaults=:
|
|
while test $# != 0
|
|
do
|
|
case $1 in
|
|
--*=*)
|
|
ac_option=`expr "x$1" : 'x\([^=]*\)='`
|
|
ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
|
|
shift
|
|
set dummy "$ac_option" "$ac_optarg" ${1+"$@"}
|
|
shift
|
|
;;
|
|
-*);;
|
|
*) # This is not an option, so the user has probably given explicit
|
|
# arguments.
|
|
ac_need_defaults=false;;
|
|
esac
|
|
|
|
case $1 in
|
|
# Handling of the options.
|
|
EOF
|
|
cat >>$CONFIG_STATUS <<EOF
|
|
-recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
|
|
echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
|
|
exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
|
|
EOF
|
|
cat >>$CONFIG_STATUS <<\EOF
|
|
--version | --vers* | -V )
|
|
echo "$ac_cs_version"; exit 0 ;;
|
|
--he | --h)
|
|
# Conflict between --help and --header
|
|
{ { echo "$as_me:10777: error: ambiguous option: $1
|
|
Try \`$0 --help' for more information." >&5
|
|
echo "$as_me: error: ambiguous option: $1
|
|
Try \`$0 --help' for more information." >&2;}
|
|
{ (exit 1); exit 1; }; };;
|
|
--help | --hel | -h )
|
|
echo "$ac_cs_usage"; exit 0 ;;
|
|
--debug | --d* | -d )
|
|
debug=: ;;
|
|
--file | --fil | --fi | --f )
|
|
shift
|
|
CONFIG_FILES="$CONFIG_FILES $1"
|
|
ac_need_defaults=false;;
|
|
--header | --heade | --head | --hea )
|
|
shift
|
|
CONFIG_HEADERS="$CONFIG_HEADERS $1"
|
|
ac_need_defaults=false;;
|
|
|
|
# Handling of arguments.
|
|
'Makefile' ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
|
|
'sudo.man' ) CONFIG_FILES="$CONFIG_FILES sudo.man" ;;
|
|
'visudo.man' ) CONFIG_FILES="$CONFIG_FILES visudo.man" ;;
|
|
'sudoers.man' ) CONFIG_FILES="$CONFIG_FILES sudoers.man" ;;
|
|
'config.h' ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
|
|
'pathnames.h' ) CONFIG_HEADERS="$CONFIG_HEADERS pathnames.h" ;;
|
|
|
|
# This is an error.
|
|
-*) { { echo "$as_me:10804: error: unrecognized option: $1
|
|
Try \`$0 --help' for more information." >&5
|
|
echo "$as_me: error: unrecognized option: $1
|
|
Try \`$0 --help' for more information." >&2;}
|
|
{ (exit 1); exit 1; }; } ;;
|
|
*) { { echo "$as_me:10809: error: invalid argument: $1" >&5
|
|
echo "$as_me: error: invalid argument: $1" >&2;}
|
|
{ (exit 1); exit 1; }; };;
|
|
esac
|
|
shift
|
|
done
|
|
|
|
exec 5>>config.log
|
|
cat >&5 << _ACEOF
|
|
|
|
## ----------------------- ##
|
|
## Running config.status. ##
|
|
## ----------------------- ##
|
|
|
|
This file was extended by $as_me 2.50, executed with
|
|
> $ac_cs_invocation
|
|
on `(hostname || uname -n) 2>/dev/null | sed 1q`
|
|
|
|
_ACEOF
|
|
EOF
|
|
|
|
cat >>$CONFIG_STATUS <<\EOF
|
|
# If the user did not use the arguments to specify the items to instantiate,
|
|
# then the envvar interface is used. Set only those that are not.
|
|
# We use the long form for the default assignment because of an extremely
|
|
# bizarre bug on SunOS 4.1.3.
|
|
if $ac_need_defaults; then
|
|
test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
|
|
test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
|
|
fi
|
|
|
|
# Create a temporary directory, and hook for its removal unless debugging.
|
|
$debug ||
|
|
{
|
|
trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
|
|
trap '{ (exit $?); exit $?; }' 1 2 13 15
|
|
}
|
|
|
|
# Create a (secure) tmp directory for tmp files.
|
|
: ${TMPDIR=/tmp}
|
|
{
|
|
tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
|
|
test -n "$tmp" && test -d "$tmp"
|
|
} ||
|
|
{
|
|
tmp=$TMPDIR/cs$$-$RANDOM
|
|
(umask 077 && mkdir $tmp)
|
|
} ||
|
|
{
|
|
echo "$me: cannot create a temporary directory in $TMPDIR" >&2
|
|
{ (exit 1); exit 1; }
|
|
}
|
|
|
|
EOF
|
|
|
|
cat >>$CONFIG_STATUS <<EOF
|
|
|
|
#
|
|
# CONFIG_FILES section.
|
|
#
|
|
|
|
# No need to generate the scripts if there are no CONFIG_FILES.
|
|
# This happens for instance when ./config.status config.h
|
|
if test -n "\$CONFIG_FILES"; then
|
|
# Protect against being on the right side of a sed subst in config.status.
|
|
sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
|
|
s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
|
|
s,@SHELL@,$SHELL,;t t
|
|
s,@exec_prefix@,$exec_prefix,;t t
|
|
s,@prefix@,$prefix,;t t
|
|
s,@program_transform_name@,$program_transform_name,;t t
|
|
s,@bindir@,$bindir,;t t
|
|
s,@sbindir@,$sbindir,;t t
|
|
s,@libexecdir@,$libexecdir,;t t
|
|
s,@datadir@,$datadir,;t t
|
|
s,@sysconfdir@,$sysconfdir,;t t
|
|
s,@sharedstatedir@,$sharedstatedir,;t t
|
|
s,@localstatedir@,$localstatedir,;t t
|
|
s,@libdir@,$libdir,;t t
|
|
s,@includedir@,$includedir,;t t
|
|
s,@oldincludedir@,$oldincludedir,;t t
|
|
s,@infodir@,$infodir,;t t
|
|
s,@mandir@,$mandir,;t t
|
|
s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
|
|
s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
|
|
s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
|
|
s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
|
|
s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
|
|
s,@ECHO_C@,$ECHO_C,;t t
|
|
s,@ECHO_N@,$ECHO_N,;t t
|
|
s,@ECHO_T@,$ECHO_T,;t t
|
|
s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
|
|
s,@DEFS@,$DEFS,;t t
|
|
s,@LIBS@,$LIBS,;t t
|
|
s,@CFLAGS@,$CFLAGS,;t t
|
|
s,@PROGS@,$PROGS,;t t
|
|
s,@CPPFLAGS@,$CPPFLAGS,;t t
|
|
s,@LDFLAGS@,$LDFLAGS,;t t
|
|
s,@SUDO_LDFLAGS@,$SUDO_LDFLAGS,;t t
|
|
s,@SUDO_LIBS@,$SUDO_LIBS,;t t
|
|
s,@NET_LIBS@,$NET_LIBS,;t t
|
|
s,@AFS_LIBS@,$AFS_LIBS,;t t
|
|
s,@OSDEFS@,$OSDEFS,;t t
|
|
s,@AUTH_OBJS@,$AUTH_OBJS,;t t
|
|
s,@LIBOBJS@,$LIBOBJS,;t t
|
|
s,@MANTYPE@,$MANTYPE,;t t
|
|
s,@MAN_POSTINSTALL@,$MAN_POSTINSTALL,;t t
|
|
s,@SUDOERS_MODE@,$SUDOERS_MODE,;t t
|
|
s,@SUDOERS_UID@,$SUDOERS_UID,;t t
|
|
s,@SUDOERS_GID@,$SUDOERS_GID,;t t
|
|
s,@DEV@,$DEV,;t t
|
|
s,@mansectsu@,$mansectsu,;t t
|
|
s,@mansectform@,$mansectform,;t t
|
|
s,@mansrcdir@,$mansrcdir,;t t
|
|
s,@timedir@,$timedir,;t t
|
|
s,@timeout@,$timeout,;t t
|
|
s,@password_timeout@,$password_timeout,;t t
|
|
s,@sudo_umask@,$sudo_umask,;t t
|
|
s,@passprompt@,$passprompt,;t t
|
|
s,@long_otp_prompt@,$long_otp_prompt,;t t
|
|
s,@lecture@,$lecture,;t t
|
|
s,@logfac@,$logfac,;t t
|
|
s,@goodpri@,$goodpri,;t t
|
|
s,@badpri@,$badpri,;t t
|
|
s,@loglen@,$loglen,;t t
|
|
s,@ignore_dot@,$ignore_dot,;t t
|
|
s,@mail_no_user@,$mail_no_user,;t t
|
|
s,@mail_no_host@,$mail_no_host,;t t
|
|
s,@mail_no_perms@,$mail_no_perms,;t t
|
|
s,@mailto@,$mailto,;t t
|
|
s,@mailsub@,$mailsub,;t t
|
|
s,@badpass_message@,$badpass_message,;t t
|
|
s,@fqdn@,$fqdn,;t t
|
|
s,@runas_default@,$runas_default,;t t
|
|
s,@env_editor@,$env_editor,;t t
|
|
s,@passwd_tries@,$passwd_tries,;t t
|
|
s,@tty_tickets@,$tty_tickets,;t t
|
|
s,@insults@,$insults,;t t
|
|
s,@EGREPPROG@,$EGREPPROG,;t t
|
|
s,@CC@,$CC,;t t
|
|
s,@ac_ct_CC@,$ac_ct_CC,;t t
|
|
s,@EXEEXT@,$EXEEXT,;t t
|
|
s,@OBJEXT@,$OBJEXT,;t t
|
|
s,@CPP@,$CPP,;t t
|
|
s,@UNAMEPROG@,$UNAMEPROG,;t t
|
|
s,@TRPROG@,$TRPROG,;t t
|
|
s,@SEDPROG@,$SEDPROG,;t t
|
|
s,@NROFFPROG@,$NROFFPROG,;t t
|
|
s,@build@,$build,;t t
|
|
s,@build_cpu@,$build_cpu,;t t
|
|
s,@build_vendor@,$build_vendor,;t t
|
|
s,@build_os@,$build_os,;t t
|
|
s,@host@,$host,;t t
|
|
s,@host_cpu@,$host_cpu,;t t
|
|
s,@host_vendor@,$host_vendor,;t t
|
|
s,@host_os@,$host_os,;t t
|
|
s,@YACC@,$YACC,;t t
|
|
s,@ALLOCA@,$ALLOCA,;t t
|
|
CEOF
|
|
|
|
EOF
|
|
|
|
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_lines=48
|
|
ac_sed_frag=1 # Number of current file.
|
|
ac_beg=1 # First line for current file.
|
|
ac_end=$ac_max_sed_lines # 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" $tmp/subs.sed >$tmp/subs.frag
|
|
else
|
|
sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
|
|
fi
|
|
if test ! -s $tmp/subs.frag; then
|
|
ac_more_lines=false
|
|
else
|
|
# The purpose of the label and of the branching condition is to
|
|
# speed up the sed processing (if there are no `@' at all, there
|
|
# is no need to browse any of the substitutions).
|
|
# These are the two extra sed commands mentioned above.
|
|
(echo ':t
|
|
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
|
|
if test -z "$ac_sed_cmds"; then
|
|
ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
|
|
else
|
|
ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
|
|
fi
|
|
ac_sed_frag=`expr $ac_sed_frag + 1`
|
|
ac_beg=$ac_end
|
|
ac_end=`expr $ac_end + $ac_max_sed_lines`
|
|
fi
|
|
done
|
|
if test -z "$ac_sed_cmds"; then
|
|
ac_sed_cmds=cat
|
|
fi
|
|
fi # test -n "$CONFIG_FILES"
|
|
|
|
EOF
|
|
cat >>$CONFIG_STATUS <<\EOF
|
|
for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
|
|
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
|
|
case $ac_file in
|
|
- | *:- | *:-:* ) # input from stdin
|
|
cat >$tmp/stdin
|
|
ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
|
|
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
|
|
*:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
|
|
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
|
|
* ) ac_file_in=$ac_file.in ;;
|
|
esac
|
|
|
|
# Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
|
|
ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
|
X"$ac_file" : 'X\(//\)[^/]' \| \
|
|
X"$ac_file" : 'X\(//\)$' \| \
|
|
X"$ac_file" : 'X\(/\)' \| \
|
|
. : '\(.\)' 2>/dev/null ||
|
|
echo X"$ac_file" |
|
|
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
|
|
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
|
|
/^X\(\/\/\)$/{ s//\1/; q; }
|
|
/^X\(\/\).*/{ s//\1/; q; }
|
|
s/.*/./; q'`
|
|
if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
|
|
{ case "$ac_dir" in
|
|
[\\/]* | ?:[\\/]* ) as_incr_dir=;;
|
|
*) as_incr_dir=.;;
|
|
esac
|
|
as_dummy="$ac_dir"
|
|
for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
|
|
case $as_mkdir_dir in
|
|
# Skip DOS drivespec
|
|
?:) as_incr_dir=$as_mkdir_dir ;;
|
|
*)
|
|
as_incr_dir=$as_incr_dir/$as_mkdir_dir
|
|
test -d "$as_incr_dir" || mkdir "$as_incr_dir"
|
|
;;
|
|
esac
|
|
done; }
|
|
|
|
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 $srcdir in
|
|
.) ac_srcdir=.
|
|
if test -z "$ac_dots"; then
|
|
ac_top_srcdir=.
|
|
else
|
|
ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'`
|
|
fi ;;
|
|
[\\/]* | ?:[\\/]* )
|
|
ac_srcdir=$srcdir$ac_dir_suffix;
|
|
ac_top_srcdir=$srcdir ;;
|
|
*) # Relative path.
|
|
ac_srcdir=$ac_dots$srcdir$ac_dir_suffix
|
|
ac_top_srcdir=$ac_dots$srcdir ;;
|
|
esac
|
|
|
|
if test x"$ac_file" != x-; then
|
|
{ echo "$as_me:11076: creating $ac_file" >&5
|
|
echo "$as_me: creating $ac_file" >&6;}
|
|
rm -f "$ac_file"
|
|
fi
|
|
# Let's still pretend it is `configure' which instantiates (i.e., don't
|
|
# use $as_me), people would be surprised to read:
|
|
# /* config.h. Generated automatically by config.status. */
|
|
configure_input="Generated automatically from `echo $ac_file_in |
|
|
sed 's,.*/,,'` by configure."
|
|
|
|
# First look for the input files in the build tree, otherwise in the
|
|
# src tree.
|
|
ac_file_inputs=`IFS=:
|
|
for f in $ac_file_in; do
|
|
case $f in
|
|
-) echo $tmp/stdin ;;
|
|
[\\/$]*)
|
|
# Absolute (can't be DOS-style, as IFS=:)
|
|
test -f "$f" || { { echo "$as_me:11094: error: cannot find input file: $f" >&5
|
|
echo "$as_me: error: cannot find input file: $f" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
echo $f;;
|
|
*) # Relative
|
|
if test -f "$f"; then
|
|
# Build tree
|
|
echo $f
|
|
elif test -f "$srcdir/$f"; then
|
|
# Source tree
|
|
echo $srcdir/$f
|
|
else
|
|
# /dev/null tree
|
|
{ { echo "$as_me:11107: error: cannot find input file: $f" >&5
|
|
echo "$as_me: error: cannot find input file: $f" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
fi;;
|
|
esac
|
|
done` || { (exit 1); exit 1; }
|
|
EOF
|
|
cat >>$CONFIG_STATUS <<EOF
|
|
sed "$ac_vpsub
|
|
$extrasub
|
|
EOF
|
|
cat >>$CONFIG_STATUS <<\EOF
|
|
:t
|
|
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
|
|
s,@configure_input@,$configure_input,;t t
|
|
s,@srcdir@,$ac_srcdir,;t t
|
|
s,@top_srcdir@,$ac_top_srcdir,;t t
|
|
" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
|
|
rm -f $tmp/stdin
|
|
if test x"$ac_file" != x-; then
|
|
mv $tmp/out $ac_file
|
|
else
|
|
cat $tmp/out
|
|
rm -f $tmp/out
|
|
fi
|
|
|
|
done
|
|
EOF
|
|
cat >>$CONFIG_STATUS <<\EOF
|
|
|
|
#
|
|
# CONFIG_HEADER section.
|
|
#
|
|
|
|
# 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=' '
|
|
ac_dD=',;t'
|
|
# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
|
|
ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
|
|
ac_uB='$,\1#\2define\3'
|
|
ac_uC=' '
|
|
ac_uD=',;t'
|
|
|
|
for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
|
|
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
|
|
case $ac_file in
|
|
- | *:- | *:-:* ) # input from stdin
|
|
cat >$tmp/stdin
|
|
ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
|
|
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
|
|
*:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
|
|
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
|
|
* ) ac_file_in=$ac_file.in ;;
|
|
esac
|
|
|
|
test x"$ac_file" != x- && { echo "$as_me:11167: creating $ac_file" >&5
|
|
echo "$as_me: creating $ac_file" >&6;}
|
|
|
|
# First look for the input files in the build tree, otherwise in the
|
|
# src tree.
|
|
ac_file_inputs=`IFS=:
|
|
for f in $ac_file_in; do
|
|
case $f in
|
|
-) echo $tmp/stdin ;;
|
|
[\\/$]*)
|
|
# Absolute (can't be DOS-style, as IFS=:)
|
|
test -f "$f" || { { echo "$as_me:11178: error: cannot find input file: $f" >&5
|
|
echo "$as_me: error: cannot find input file: $f" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
echo $f;;
|
|
*) # Relative
|
|
if test -f "$f"; then
|
|
# Build tree
|
|
echo $f
|
|
elif test -f "$srcdir/$f"; then
|
|
# Source tree
|
|
echo $srcdir/$f
|
|
else
|
|
# /dev/null tree
|
|
{ { echo "$as_me:11191: error: cannot find input file: $f" >&5
|
|
echo "$as_me: error: cannot find input file: $f" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
fi;;
|
|
esac
|
|
done` || { (exit 1); exit 1; }
|
|
# Remove the trailing spaces.
|
|
sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
|
|
|
|
EOF
|
|
|
|
# Transform confdefs.h into two sed scripts, `conftest.defines' and
|
|
# `conftest.undefs', that substitutes the proper values into
|
|
# config.h.in to produce config.h. The first handles `#define'
|
|
# templates, and the second `#undef' templates.
|
|
# 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.defines conftest.undefs
|
|
# Using a here document instead of a string reduces the quoting nightmare.
|
|
# Putting comments in sed scripts is not portable.
|
|
#
|
|
# `end' is used to avoid that the second main sed command (meant for
|
|
# 0-ary CPP macros) applies to n-ary macro definitions.
|
|
# See the Autoconf documentation for `clear'.
|
|
cat >confdef2sed.sed <<\EOF
|
|
s/[\\&,]/\\&/g
|
|
s,[\\$`],\\&,g
|
|
t clear
|
|
: clear
|
|
s,^[ ]*#[ ]*define[ ][ ]*\(\([^ (][^ (]*\)([^)]*)\)[ ]*\(.*\)$,${ac_dA}\2${ac_dB}\1${ac_dC}\3${ac_dD},gp
|
|
t end
|
|
s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
|
|
: end
|
|
EOF
|
|
# If some macros were called several times there might be several times
|
|
# the same #defines, which is useless. Nevertheless, we may not want to
|
|
# sort them, since we want the *last* AC-DEFINE to be honored.
|
|
uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
|
|
sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
|
|
rm -f confdef2sed.sed
|
|
|
|
# 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.undefs <<\EOF
|
|
s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
|
|
EOF
|
|
|
|
# Break up conftest.defines because some shells have a limit on the size
|
|
# of here documents, and old seds have small limits too (100 cmds).
|
|
echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
|
|
echo ' if egrep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
|
|
echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
|
|
echo ' :' >>$CONFIG_STATUS
|
|
rm -f conftest.tail
|
|
while grep . conftest.defines >/dev/null
|
|
do
|
|
# Write a limited-size here document to $tmp/defines.sed.
|
|
echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
|
|
# Speed up: don't consider the non `#define' lines.
|
|
echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
|
|
# Work around the forget-to-reset-the-flag bug.
|
|
echo 't clr' >>$CONFIG_STATUS
|
|
echo ': clr' >>$CONFIG_STATUS
|
|
sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
|
|
echo 'CEOF
|
|
sed -f $tmp/defines.sed $tmp/in >$tmp/out
|
|
rm -f $tmp/in
|
|
mv $tmp/out $tmp/in
|
|
' >>$CONFIG_STATUS
|
|
sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
|
|
rm -f conftest.defines
|
|
mv conftest.tail conftest.defines
|
|
done
|
|
rm -f conftest.defines
|
|
echo ' fi # egrep' >>$CONFIG_STATUS
|
|
echo >>$CONFIG_STATUS
|
|
|
|
# Break up conftest.undefs because some shells have a limit on the size
|
|
# of here documents, and old seds have small limits too (100 cmds).
|
|
echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
|
|
rm -f conftest.tail
|
|
while grep . conftest.undefs >/dev/null
|
|
do
|
|
# Write a limited-size here document to $tmp/undefs.sed.
|
|
echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
|
|
# Speed up: don't consider the non `#undef'
|
|
echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
|
|
# Work around the forget-to-reset-the-flag bug.
|
|
echo 't clr' >>$CONFIG_STATUS
|
|
echo ': clr' >>$CONFIG_STATUS
|
|
sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
|
|
echo 'CEOF
|
|
sed -f $tmp/undefs.sed $tmp/in >$tmp/out
|
|
rm -f $tmp/in
|
|
mv $tmp/out $tmp/in
|
|
' >>$CONFIG_STATUS
|
|
sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
|
|
rm -f conftest.undefs
|
|
mv conftest.tail conftest.undefs
|
|
done
|
|
rm -f conftest.undefs
|
|
|
|
cat >>$CONFIG_STATUS <<\EOF
|
|
# Let's still pretend it is `configure' which instantiates (i.e., don't
|
|
# use $as_me), people would be surprised to read:
|
|
# /* config.h. Generated automatically by config.status. */
|
|
if test x"$ac_file" = x-; then
|
|
echo "/* Generated automatically by configure. */" >$tmp/config.h
|
|
else
|
|
echo "/* $ac_file. Generated automatically by configure. */" >$tmp/config.h
|
|
fi
|
|
cat $tmp/in >>$tmp/config.h
|
|
rm -f $tmp/in
|
|
if test x"$ac_file" != x-; then
|
|
if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
|
|
{ echo "$as_me:11308: $ac_file is unchanged" >&5
|
|
echo "$as_me: $ac_file is unchanged" >&6;}
|
|
else
|
|
ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
|
X"$ac_file" : 'X\(//\)[^/]' \| \
|
|
X"$ac_file" : 'X\(//\)$' \| \
|
|
X"$ac_file" : 'X\(/\)' \| \
|
|
. : '\(.\)' 2>/dev/null ||
|
|
echo X"$ac_file" |
|
|
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
|
|
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
|
|
/^X\(\/\/\)$/{ s//\1/; q; }
|
|
/^X\(\/\).*/{ s//\1/; q; }
|
|
s/.*/./; q'`
|
|
if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
|
|
{ case "$ac_dir" in
|
|
[\\/]* | ?:[\\/]* ) as_incr_dir=;;
|
|
*) as_incr_dir=.;;
|
|
esac
|
|
as_dummy="$ac_dir"
|
|
for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
|
|
case $as_mkdir_dir in
|
|
# Skip DOS drivespec
|
|
?:) as_incr_dir=$as_mkdir_dir ;;
|
|
*)
|
|
as_incr_dir=$as_incr_dir/$as_mkdir_dir
|
|
test -d "$as_incr_dir" || mkdir "$as_incr_dir"
|
|
;;
|
|
esac
|
|
done; }
|
|
|
|
fi
|
|
rm -f $ac_file
|
|
mv $tmp/config.h $ac_file
|
|
fi
|
|
else
|
|
cat $tmp/config.h
|
|
rm -f $tmp/config.h
|
|
fi
|
|
done
|
|
EOF
|
|
|
|
cat >>$CONFIG_STATUS <<\EOF
|
|
|
|
{ (exit 0); exit 0; }
|
|
EOF
|
|
chmod +x $CONFIG_STATUS
|
|
ac_clean_files=$ac_clean_files_save
|
|
|
|
# configure is writing to config.log, and then calls config.status.
|
|
# config.status does its own redirection, appending to config.log.
|
|
# Unfortunately, on DOS this fails, as config.log is still kept open
|
|
# by configure, so config.status won't be able to write to it; its
|
|
# output is simply discarded. So we exec the FD to /dev/null,
|
|
# effectively closing config.log, so it can be properly (re)opened and
|
|
# appended to by config.status. When coming back to configure, we
|
|
# need to make the FD available again.
|
|
if test "$no_create" != yes; then
|
|
ac_cs_success=:
|
|
exec 5>/dev/null
|
|
$SHELL $CONFIG_STATUS || ac_cs_success=false
|
|
exec 5>>config.log
|
|
# Use ||, not &&, to avoid exiting from the if with $? = 1, which
|
|
# would make configure fail if this is the last instruction.
|
|
$ac_cs_success || { (exit 1); exit 1; }
|
|
fi
|
|
|
|
if test "$with_pam" = "yes"; then
|
|
echo ""
|
|
case $host in
|
|
*-*-linux*)
|
|
echo "You will need to customize sample.pam and install it as /etc/pam.d/sudo"
|
|
;;
|
|
esac
|
|
echo ""
|
|
fi
|