11#! /bin/sh
22# Guess values for system-dependent variables and create Makefiles.
3- # Generated by GNU Autoconf 2.69 for sudo 1.9.4p2 .
3+ # Generated by GNU Autoconf 2.69 for sudo 1.9.5 .
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.4p2 '
594- PACKAGE_STRING='sudo 1.9.4p2 '
593+ PACKAGE_VERSION='1.9.5 '
594+ PACKAGE_STRING='sudo 1.9.5 '
595595PACKAGE_BUGREPORT='https://bugzilla.sudo.ws/'
596596PACKAGE_URL=''
597597
@@ -1584,7 +1584,7 @@ if test "$ac_init_help" = "long"; then
15841584 # Omit some internal or obsolete options to make the list less imposing.
15851585 # This message is too long to be a string in the A/UX 3.1 sh.
15861586 cat <<_ACEOF
1587- \`configure' configures sudo 1.9.4p2 to adapt to many kinds of systems.
1587+ \`configure' configures sudo 1.9.5 to adapt to many kinds of systems.
15881588
15891589Usage: $0 [OPTION]... [VAR=VALUE]...
15901590
16501650
16511651if test -n "$ac_init_help"; then
16521652 case $ac_init_help in
1653- short | recursive ) echo "Configuration of sudo 1.9.4p2 :";;
1653+ short | recursive ) echo "Configuration of sudo 1.9.5 :";;
16541654 esac
16551655 cat <<\_ACEOF
16561656
19241924test -n "$ac_init_help" && exit $ac_status
19251925if $ac_init_version; then
19261926 cat <<\_ACEOF
1927- sudo configure 1.9.4p2
1927+ sudo configure 1.9.5
19281928generated by GNU Autoconf 2.69
19291929
19301930Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2633,7 +2633,7 @@ cat >config.log <<_ACEOF
26332633This file contains any messages produced by compilers while
26342634running configure, to aid debugging if configure makes a mistake.
26352635
2636- It was created by sudo $as_me 1.9.4p2 , which was
2636+ It was created by sudo $as_me 1.9.5 , which was
26372637generated by GNU Autoconf 2.69. Invocation command line was
26382638
26392639 $ $0 $@
@@ -2928,8 +2928,6 @@ as_fn_append ac_header_list " sys/statvfs.h"
29282928as_fn_append ac_func_list " fexecve"
29292929as_fn_append ac_func_list " killpg"
29302930as_fn_append ac_func_list " nl_langinfo"
2931- as_fn_append ac_func_list " pread"
2932- as_fn_append ac_func_list " pwrite"
29332931as_fn_append ac_func_list " faccessat"
29342932as_fn_append ac_func_list " wordexp"
29352933as_fn_append ac_func_list " getauxval"
@@ -19437,10 +19435,6 @@ done
1943719435
1943819436
1943919437
19440-
19441-
19442-
19443-
1944419438case "$host_os" in
1944519439 hpux*)
1944619440 if test X"$ac_cv_func_pread" = X"yes"; then
@@ -19466,6 +19460,58 @@ done
1946619460 fi
1946719461 ;;
1946819462esac
19463+ for ac_func in pread
19464+ do :
19465+ ac_fn_c_check_func "$LINENO" "pread" "ac_cv_func_pread"
19466+ if test "x$ac_cv_func_pread" = xyes; then :
19467+ cat >>confdefs.h <<_ACEOF
19468+ #define HAVE_PREAD 1
19469+ _ACEOF
19470+
19471+ else
19472+
19473+ case " $LIBOBJS " in
19474+ *" pread.$ac_objext "* ) ;;
19475+ *) LIBOBJS="$LIBOBJS pread.$ac_objext"
19476+ ;;
19477+ esac
19478+
19479+
19480+ for _sym in sudo_pread; do
19481+ COMPAT_EXP="${COMPAT_EXP}${_sym}
19482+ "
19483+ done
19484+
19485+
19486+ fi
19487+ done
19488+
19489+ for ac_func in pwrite
19490+ do :
19491+ ac_fn_c_check_func "$LINENO" "pwrite" "ac_cv_func_pwrite"
19492+ if test "x$ac_cv_func_pwrite" = xyes; then :
19493+ cat >>confdefs.h <<_ACEOF
19494+ #define HAVE_PWRITE 1
19495+ _ACEOF
19496+
19497+ else
19498+
19499+ case " $LIBOBJS " in
19500+ *" pwrite.$ac_objext "* ) ;;
19501+ *) LIBOBJS="$LIBOBJS pwrite.$ac_objext"
19502+ ;;
19503+ esac
19504+
19505+
19506+ for _sym in sudo_pwrite; do
19507+ COMPAT_EXP="${COMPAT_EXP}${_sym}
19508+ "
19509+ done
19510+
19511+
19512+ fi
19513+ done
19514+
1946919515for ac_func in cfmakeraw
1947019516do :
1947119517 ac_fn_c_check_func "$LINENO" "cfmakeraw" "ac_cv_func_cfmakeraw"
@@ -22884,17 +22930,26 @@ if test "x$ac_cv_func_getprogname" = xyes; then :
2288422930 cat >>confdefs.h <<_ACEOF
2288522931#define HAVE_GETPROGNAME 1
2288622932_ACEOF
22887- for ac_func in setprogname
22933+
22934+ for ac_func in setprogname
2288822935do :
2288922936 ac_fn_c_check_func "$LINENO" "setprogname" "ac_cv_func_setprogname"
2289022937if test "x$ac_cv_func_setprogname" = xyes; then :
2289122938 cat >>confdefs.h <<_ACEOF
2289222939#define HAVE_SETPROGNAME 1
2289322940_ACEOF
2289422941
22942+ else
22943+
22944+ for _sym in sudo_setprogname; do
22945+ COMPAT_EXP="${COMPAT_EXP}${_sym}
22946+ "
22947+ done
22948+
2289522949fi
2289622950done
2289722951
22952+
2289822953else
2289922954
2290022955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __progname" >&5
@@ -22936,6 +22991,12 @@ $as_echo "$sudo_cv___progname" >&6; }
2293622991 done
2293722992
2293822993
22994+ for _sym in sudo_setprogname; do
22995+ COMPAT_EXP="${COMPAT_EXP}${_sym}
22996+ "
22997+ done
22998+
22999+
2293923000fi
2294023001done
2294123002
@@ -28755,7 +28816,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2875528816# report actual input values of CONFIG_FILES etc. instead of their
2875628817# values after options handling.
2875728818ac_log="
28758- This file was extended by sudo $as_me 1.9.4p2 , which was
28819+ This file was extended by sudo $as_me 1.9.5 , which was
2875928820generated by GNU Autoconf 2.69. Invocation command line was
2876028821
2876128822 CONFIG_FILES = $CONFIG_FILES
@@ -28821,7 +28882,7 @@ _ACEOF
2882128882cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2882228883ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2882328884ac_cs_version="\\
28824- sudo config.status 1.9.4p2
28885+ sudo config.status 1.9.5
2882528886configured by $0, generated by GNU Autoconf 2.69,
2882628887 with options \\"\$ac_cs_config\\"
2882728888
0 commit comments