|
1 | 1 | #! /bin/sh |
2 | 2 | # Guess values for system-dependent variables and create Makefiles. |
3 | | -# Generated by GNU Autoconf 2.72 for sudo 1.9.16. |
| 3 | +# Generated by GNU Autoconf 2.72 for sudo 1.9.16p1. |
4 | 4 | # |
5 | 5 | # Report bugs to <https://bugzilla.sudo.ws/>. |
6 | 6 | # |
@@ -614,8 +614,8 @@ MAKEFLAGS= |
614 | 614 | # Identity of this package. |
615 | 615 | PACKAGE_NAME='sudo' |
616 | 616 | PACKAGE_TARNAME='sudo' |
617 | | -PACKAGE_VERSION='1.9.16' |
618 | | -PACKAGE_STRING='sudo 1.9.16' |
| 617 | +PACKAGE_VERSION='1.9.16p1' |
| 618 | +PACKAGE_STRING='sudo 1.9.16p1' |
619 | 619 | PACKAGE_BUGREPORT='https://bugzilla.sudo.ws/' |
620 | 620 | PACKAGE_URL='' |
621 | 621 |
|
@@ -734,6 +734,7 @@ pam_login_service |
734 | 734 | pam_session |
735 | 735 | editor |
736 | 736 | secure_path_status |
| 737 | +secure_path_config |
737 | 738 | secure_path |
738 | 739 | netsvc_conf |
739 | 740 | nsswitch_conf |
@@ -1644,7 +1645,7 @@ if test "$ac_init_help" = "long"; then |
1644 | 1645 | # Omit some internal or obsolete options to make the list less imposing. |
1645 | 1646 | # This message is too long to be a string in the A/UX 3.1 sh. |
1646 | 1647 | cat <<_ACEOF |
1647 | | -'configure' configures sudo 1.9.16 to adapt to many kinds of systems. |
| 1648 | +'configure' configures sudo 1.9.16p1 to adapt to many kinds of systems. |
1648 | 1649 |
|
1649 | 1650 | Usage: $0 [OPTION]... [VAR=VALUE]... |
1650 | 1651 |
|
|
1710 | 1711 |
|
1711 | 1712 | if test -n "$ac_init_help"; then |
1712 | 1713 | case $ac_init_help in |
1713 | | - short | recursive ) echo "Configuration of sudo 1.9.16:";; |
| 1714 | + short | recursive ) echo "Configuration of sudo 1.9.16p1:";; |
1714 | 1715 | esac |
1715 | 1716 | cat <<\_ACEOF |
1716 | 1717 |
|
@@ -1885,7 +1886,8 @@ Optional Packages: |
1885 | 1886 | --with-ldap-conf-file path to LDAP configuration file |
1886 | 1887 | --with-ldap-secret-file path to LDAP secret password file |
1887 | 1888 | --with-secure-path-value |
1888 | | - value of secure_path in the default sudoers file |
| 1889 | + value of secure_path in the default sudoers file, or |
| 1890 | + "no" to comment out by default |
1889 | 1891 | --with-secure-path override the user's path with a built-in one |
1890 | 1892 | --without-interfaces don't try to read the ip addr of network interfaces |
1891 | 1893 | --with-askpass=PATH Fully qualified pathname of askpass helper |
|
2004 | 2006 | test -n "$ac_init_help" && exit $ac_status |
2005 | 2007 | if $ac_init_version; then |
2006 | 2008 | cat <<\_ACEOF |
2007 | | -sudo configure 1.9.16 |
| 2009 | +sudo configure 1.9.16p1 |
2008 | 2010 | generated by GNU Autoconf 2.72 |
2009 | 2011 |
|
2010 | 2012 | Copyright (C) 2023 Free Software Foundation, Inc. |
@@ -2824,7 +2826,7 @@ cat >config.log <<_ACEOF |
2824 | 2826 | This file contains any messages produced by compilers while |
2825 | 2827 | running configure, to aid debugging if configure makes a mistake. |
2826 | 2828 |
|
2827 | | -It was created by sudo $as_me 1.9.16, which was |
| 2829 | +It was created by sudo $as_me 1.9.16p1, which was |
2828 | 2830 | generated by GNU Autoconf 2.72. Invocation command line was |
2829 | 2831 |
|
2830 | 2832 | $ $0$ac_configure_args_raw |
@@ -3685,6 +3687,7 @@ sudoers_path='$(sysconfdir)/sudoers' |
3685 | 3687 |
|
3686 | 3688 |
|
3687 | 3689 |
|
| 3690 | + |
3688 | 3691 |
|
3689 | 3692 |
|
3690 | 3693 | # |
@@ -3733,6 +3736,7 @@ sesh_file="$libexecdir/sudo/sesh" |
3733 | 3736 | visudo="$sbindir/visudo" |
3734 | 3737 | nsswitch_conf=/etc/nsswitch.conf |
3735 | 3738 | secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" |
| 3739 | +secure_path_config= |
3736 | 3740 | secure_path_status="disabled" |
3737 | 3741 | pam_session=on |
3738 | 3742 | pam_login_service=sudo |
@@ -6314,7 +6318,9 @@ EOF |
6314 | 6318 | if test ${with_secure_path_value+y} |
6315 | 6319 | then : |
6316 | 6320 | withval=$with_secure_path_value; case $with_secure_path_value in |
6317 | | - yes|no) as_fn_error $? "must give --secure-path-value an argument." "$LINENO" 5 |
| 6321 | + yes) as_fn_error $? "must give --with-secure-path-value an argument." "$LINENO" 5 |
| 6322 | + ;; |
| 6323 | + no) secure_path_config="# " |
6318 | 6324 | ;; |
6319 | 6325 | *) secure_path="$with_secure_path_value" |
6320 | 6326 | ;; |
@@ -36768,7 +36774,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
36768 | 36774 | # report actual input values of CONFIG_FILES etc. instead of their |
36769 | 36775 | # values after options handling. |
36770 | 36776 | ac_log=" |
36771 | | -This file was extended by sudo $as_me 1.9.16, which was |
| 36777 | +This file was extended by sudo $as_me 1.9.16p1, which was |
36772 | 36778 | generated by GNU Autoconf 2.72. Invocation command line was |
36773 | 36779 |
|
36774 | 36780 | CONFIG_FILES = $CONFIG_FILES |
@@ -36836,7 +36842,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ |
36836 | 36842 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
36837 | 36843 | ac_cs_config='$ac_cs_config_escaped' |
36838 | 36844 | ac_cs_version="\\ |
36839 | | -sudo config.status 1.9.16 |
| 36845 | +sudo config.status 1.9.16p1 |
36840 | 36846 | configured by $0, generated by GNU Autoconf 2.72, |
36841 | 36847 | with options \\"\$ac_cs_config\\" |
36842 | 36848 |
|
|
0 commit comments