11#! /bin/sh
22# Guess values for system-dependent variables and create Makefiles.
3- # Generated by GNU Autoconf 2.69 for sudo 1.9.0 .
3+ # Generated by GNU Autoconf 2.69 for sudo 1.9.1 .
44#
55# Report bugs to <https://bugzilla.sudo.ws/>.
66#
@@ -590,8 +590,8 @@ MAKEFLAGS=
590590# Identity of this package.
591591PACKAGE_NAME='sudo'
592592PACKAGE_TARNAME='sudo'
593- PACKAGE_VERSION='1.9.0 '
594- PACKAGE_STRING='sudo 1.9.0 '
593+ PACKAGE_VERSION='1.9.1 '
594+ PACKAGE_STRING='sudo 1.9.1 '
595595PACKAGE_BUGREPORT='https://bugzilla.sudo.ws/'
596596PACKAGE_URL=''
597597
@@ -846,6 +846,7 @@ infodir
846846docdir
847847oldincludedir
848848includedir
849+ runstatedir
849850localstatedir
850851sharedstatedir
851852sysconfdir
@@ -1070,6 +1071,7 @@ datadir='${datarootdir}'
10701071sysconfdir='${prefix}/etc'
10711072sharedstatedir='${prefix}/com'
10721073localstatedir='${prefix}/var'
1074+ runstatedir='${localstatedir}/run'
10731075includedir='${prefix}/include'
10741076oldincludedir='/usr/include'
10751077docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1322,6 +1324,15 @@ do
13221324 | -silent | --silent | --silen | --sile | --sil)
13231325 silent=yes ;;
13241326
1327+ -runstatedir | --runstatedir | --runstatedi | --runstated \
1328+ | --runstate | --runstat | --runsta | --runst | --runs \
1329+ | --run | --ru | --r)
1330+ ac_prev=runstatedir ;;
1331+ -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1332+ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1333+ | --run=* | --ru=* | --r=*)
1334+ runstatedir=$ac_optarg ;;
1335+
13251336 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
13261337 ac_prev=sbindir ;;
13271338 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
14591470for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
14601471 datadir sysconfdir sharedstatedir localstatedir includedir \
14611472 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1462- libdir localedir mandir
1473+ libdir localedir mandir runstatedir
14631474do
14641475 eval ac_val=\$$ac_var
14651476 # Remove trailing slashes.
@@ -1572,7 +1583,7 @@ if test "$ac_init_help" = "long"; then
15721583 # Omit some internal or obsolete options to make the list less imposing.
15731584 # This message is too long to be a string in the A/UX 3.1 sh.
15741585 cat <<_ACEOF
1575- \`configure' configures sudo 1.9.0 to adapt to many kinds of systems.
1586+ \`configure' configures sudo 1.9.1 to adapt to many kinds of systems.
15761587
15771588Usage: $0 [OPTION]... [VAR=VALUE]...
15781589
@@ -1612,6 +1623,7 @@ Fine tuning of the installation directories:
16121623 --sysconfdir=DIR read-only single-machine data [/etc]
16131624 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
16141625 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1626+ --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
16151627 --libdir=DIR object code libraries [EPREFIX/lib]
16161628 --includedir=DIR C header files [PREFIX/include]
16171629 --oldincludedir=DIR C header files for non-gcc [/usr/include]
16371649
16381650if test -n "$ac_init_help"; then
16391651 case $ac_init_help in
1640- short | recursive ) echo "Configuration of sudo 1.9.0 :";;
1652+ short | recursive ) echo "Configuration of sudo 1.9.1 :";;
16411653 esac
16421654 cat <<\_ACEOF
16431655
19121924test -n "$ac_init_help" && exit $ac_status
19131925if $ac_init_version; then
19141926 cat <<\_ACEOF
1915- sudo configure 1.9.0
1927+ sudo configure 1.9.1
19161928generated by GNU Autoconf 2.69
19171929
19181930Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2621,7 +2633,7 @@ cat >config.log <<_ACEOF
26212633This file contains any messages produced by compilers while
26222634running configure, to aid debugging if configure makes a mistake.
26232635
2624- It was created by sudo $as_me 1.9.0 , which was
2636+ It was created by sudo $as_me 1.9.1 , which was
26252637generated by GNU Autoconf 2.69. Invocation command line was
26262638
26272639 $ $0 $@
@@ -15605,6 +15617,9 @@ fi
1560515617 *) RTLD_PRELOAD_VAR="LDR_PRELOAD";;
1560615618 esac
1560715619
15620+ # cfmakeraw is broken on AIX (and is not documented)
15621+ : ${ac_cv_func_cfmakeraw='no'}
15622+
1560815623 # strnlen/strndup may be broken on AIX < 6 depending
1560915624 # on the libc version, use our own.
1561015625 if test $OSMAJOR -lt 6; then
@@ -19457,7 +19472,8 @@ fi
1945719472
1945819473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking python include flags" >&5
1945919474$as_echo_n "checking python include flags... " >&6; }
19460- PYTHON_INCLUDE=`$PYTHON_CONFIG --cflags`
19475+ # Pull out python include path, ignore other flags
19476+ PYTHON_INCLUDE=`$PYTHON_CONFIG --cflags | tr " " "\n" | grep "^-I" | sort -u | tr "\n" " "`
1946119477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON_INCLUDE" >&5
1946219478$as_echo "$PYTHON_INCLUDE" >&6; }
1946319479
@@ -19474,6 +19490,7 @@ fi
1947419490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking python linker flags" >&5
1947519491$as_echo_n "checking python linker flags... " >&6; }
1947619492 PYTHON_LIBS=`$PYTHON_CONFIG --ldflags $PY_EMBED`
19493+ PYTHON_LIBS=`$PYTHON_CONFIG --ldflags $PY_EMBED | tr " " "\n" | grep "^-[lL]" | tr "\n" " "`
1947719494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON_LIBS" >&5
1947819495$as_echo "$PYTHON_LIBS" >&6; }
1947919496
@@ -19884,6 +19901,19 @@ if test "x$ac_cv_func_getdelim" = xyes; then :
1988419901#define HAVE_GETDELIM 1
1988519902_ACEOF
1988619903
19904+ # Out of date gcc fixed includes may result in missing getdelim() prototype
19905+ ac_fn_c_check_decl "$LINENO" "getdelim" "ac_cv_have_decl_getdelim" "$ac_includes_default"
19906+ if test "x$ac_cv_have_decl_getdelim" = xyes; then :
19907+ ac_have_decl=1
19908+ else
19909+ ac_have_decl=0
19910+ fi
19911+
19912+ cat >>confdefs.h <<_ACEOF
19913+ #define HAVE_DECL_GETDELIM $ac_have_decl
19914+ _ACEOF
19915+
19916+
1988719917else
1988819918
1988919919 case " $LIBOBJS " in
@@ -26500,8 +26530,12 @@ EOF
2650026530
2650126531{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sudo run dir location" >&5
2650226532$as_echo_n "checking for sudo run dir location... " >&6; }
26503- rundir="$with_rundir"
26504- if test -z "$rundir"; then
26533+ if test -n "$with_rundir"; then
26534+ rundir="$with_rundir"
26535+ elif test "$runstatedir" != '${localstatedir}/run'; then
26536+ rundir="$runstatedir/sudo"
26537+ else
26538+ # No --with-rundir or --runstatedir specified
2650526539 for d in /run /var/run /var/db /var/lib /var/adm /usr/adm; do
2650626540 if test -d "$d"; then
2650726541 rundir="$d/sudo"
@@ -27810,6 +27844,7 @@ test "$datarootdir" = '${prefix}/share' && datarootdir='$(prefix)/share'
2781027844test "$docdir" = '${datarootdir}/doc/${PACKAGE_TARNAME}' && docdir='$(datarootdir)/doc/$(PACKAGE_TARNAME)'
2781127845test "$localedir" = '${datarootdir}/locale' && localedir='$(datarootdir)/locale'
2781227846test "$localstatedir" = '${prefix}/var' && localstatedir='$(prefix)/var'
27847+ test "$runstatedir" = '${localstatedir}/run' && runstatedir='$(localstatedir)/run'
2781327848test "$sysconfdir" = '${prefix}/etc' && sysconfdir='/etc'
2781427849
2781527850if test X"$INIT_SCRIPT" != X""; then
@@ -28329,7 +28364,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2832928364# report actual input values of CONFIG_FILES etc. instead of their
2833028365# values after options handling.
2833128366ac_log="
28332- This file was extended by sudo $as_me 1.9.0 , which was
28367+ This file was extended by sudo $as_me 1.9.1 , which was
2833328368generated by GNU Autoconf 2.69. Invocation command line was
2833428369
2833528370 CONFIG_FILES = $CONFIG_FILES
@@ -28395,7 +28430,7 @@ _ACEOF
2839528430cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2839628431ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2839728432ac_cs_version="\\
28398- sudo config.status 1.9.0
28433+ sudo config.status 1.9.1
2839928434configured by $0, generated by GNU Autoconf 2.69,
2840028435 with options \\"\$ac_cs_config\\"
2840128436
0 commit comments