=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/configure,v retrieving revision 1.39 retrieving revision 1.40 diff -c -r1.39 -r1.40 *** src/usr.bin/sudo/Attic/configure 2009/04/11 11:48:06 1.39 --- src/usr.bin/sudo/Attic/configure 2009/06/21 14:48:41 1.40 *************** *** 1,7 **** #! /bin/sh # Guess values for system-dependent variables and create Makefiles. ! # Generated by GNU Autoconf 2.61 for sudo 1.7. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation --- 1,9 ---- #! /bin/sh # Guess values for system-dependent variables and create Makefiles. ! # Generated by GNU Autoconf 2.61 for sudo 1.7.2. # + # Report bugs to . + # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation *************** *** 722,730 **** # Identity of this package. PACKAGE_NAME='sudo' PACKAGE_TARNAME='sudo' ! PACKAGE_VERSION='1.7' ! PACKAGE_STRING='sudo 1.7' ! PACKAGE_BUGREPORT='' # Factoring default headers for most tests. ac_includes_default="\ --- 724,732 ---- # Identity of this package. PACKAGE_NAME='sudo' PACKAGE_TARNAME='sudo' ! PACKAGE_VERSION='1.7.2' ! PACKAGE_STRING='sudo 1.7.2' ! PACKAGE_BUGREPORT='http://www.sudo.ws/bugs/' # Factoring default headers for most tests. ac_includes_default="\ *************** *** 836,841 **** --- 838,844 ---- SELINUX_USAGE LDAP LOGINCAP_USAGE + NONUNIX_GROUPS_IMPL timedir timeout password_timeout *************** *** 895,900 **** --- 898,904 ---- NROFFPROG YACC YFLAGS + FLEX LIBOBJS KRB5CONFIG LTLIBOBJS' *************** *** 1412,1418 **** # 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 <<_ACEOF ! \`configure' configures sudo 1.7 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... --- 1416,1422 ---- # 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 <<_ACEOF ! \`configure' configures sudo 1.7.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... *************** *** 1477,1483 **** if test -n "$ac_init_help"; then case $ac_init_help in ! short | recursive ) echo "Configuration of sudo 1.7:";; esac cat <<\_ACEOF --- 1481,1487 ---- if test -n "$ac_init_help"; then case $ac_init_help in ! short | recursive ) echo "Configuration of sudo 1.7.2:";; esac cat <<\_ACEOF *************** *** 1526,1535 **** --with-skey=DIR enable S/Key support --with-opie=DIR enable OPIE support --with-long-otp-prompt use a two line OTP (skey/opie) prompt ! --with-SecurID[=DIR] enable SecurID support ! --with-fwtk[=DIR] enable FWTK AuthSRV support ! --with-kerb4[=DIR] enable Kerberos IV support ! --with-kerb5[=DIR] enable Kerberos V support --with-aixauth enable AIX general authentication support --with-pam enable PAM support --with-AFS enable AFS support --- 1530,1539 ---- --with-skey=DIR enable S/Key support --with-opie=DIR enable OPIE support --with-long-otp-prompt use a two line OTP (skey/opie) prompt ! --with-SecurID=DIR enable SecurID support ! --with-fwtk=DIR enable FWTK AuthSRV support ! --with-kerb4=DIR enable Kerberos IV support ! --with-kerb5=DIR enable Kerberos V support --with-aixauth enable AIX general authentication support --with-pam enable PAM support --with-AFS enable AFS support *************** *** 1545,1551 **** --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") --- 1549,1556 ---- --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") *************** *** 1554,1573 **** --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-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 --- 1559,1581 ---- --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 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-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 *************** *** 1575,1595 **** --with-csops-insults include CSOps insults --with-hal-insults include 2001-like insults --with-goons-insults include the insults from the "Goon Show" ! --with-nsswitch[=PATH] path to nsswitch.conf ! --with-ldap[=DIR] enable LDAP support --with-ldap-conf-file path to LDAP configuration file --with-ldap-secret-file path to LDAP secret password file ! --with-pc-insults replace politically incorrect insults with less offensive ones --with-secure-path override the user's path with a built-in one --without-interfaces don't try to read the ip addr of ether interfaces --with-stow properly handle GNU stow packaging --with-askpass=PATH Fully qualified pathname of askpass helper --with-selinux enable SELinux support --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-pic try to use only PIC/non-PIC objects [default=use both] --with-noexec=PATH fully qualified pathname of sudo_noexec.so ! --with-netsvc[=PATH] path to netsvc.conf Some influential environment variables: CC C compiler command --- 1583,1608 ---- --with-csops-insults include CSOps insults --with-hal-insults include 2001-like insults --with-goons-insults include the insults from the "Goon Show" ! --with-nsswitch=PATH path to nsswitch.conf ! --with-ldap=DIR enable LDAP support --with-ldap-conf-file path to LDAP configuration file --with-ldap-secret-file path to LDAP secret password file ! --with-pc-insults replace politically incorrect insults with less ! offensive ones --with-secure-path override the user's path with a built-in one --without-interfaces don't try to read the ip addr of ether interfaces --with-stow properly handle GNU stow packaging --with-askpass=PATH Fully qualified pathname of askpass helper + --with-libvas=NAME Name of the libvas shared library + (default=libvas.so) + --with-libvas-rpath=PATH + Path to look for libvas in [default=/opt/quest/lib] --with-selinux enable SELinux support --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-pic try to use only PIC/non-PIC objects [default=use both] --with-noexec=PATH fully qualified pathname of sudo_noexec.so ! --with-netsvc=PATH path to netsvc.conf Some influential environment variables: CC C compiler command *************** *** 1609,1614 **** --- 1622,1628 ---- Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. + Report bugs to . _ACEOF ac_status=$? fi *************** *** 1669,1675 **** test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF ! sudo configure 1.7 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, --- 1683,1689 ---- test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF ! sudo configure 1.7.2 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, *************** *** 1683,1689 **** This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. ! It was created by sudo $as_me 1.7, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ --- 1697,1703 ---- This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. ! It was created by sudo $as_me 1.7.2, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ *************** *** 2038,2045 **** ac_config_headers="$ac_config_headers config.h pathnames.h" ! { echo "$as_me:$LINENO: Configuring Sudo version 1.7" >&5 ! echo "$as_me: Configuring Sudo version 1.7" >&6;} --- 2052,2059 ---- ac_config_headers="$ac_config_headers config.h pathnames.h" ! { echo "$as_me:$LINENO: Configuring Sudo version $PACKAGE_VERSION" >&5 ! echo "$as_me: Configuring Sudo version $PACKAGE_VERSION" >&6;} *************** *** 2107,2112 **** --- 2121,2127 ---- + timeout=5 password_timeout=5 sudo_umask=0022 *************** *** 3783,3788 **** --- 3798,3841 ---- + # Check whether --with-libvas was given. + if test "${with_libvas+set}" = set; then + withval=$with_libvas; case $with_libvas in + yes) with_libvas=libvas.so + ;; + no) ;; + *) + cat >>confdefs.h <<_ACEOF + #define LIBVAS_SO "$with_with_libvas" + _ACEOF + + ;; + esac + if test X"$with_libvas" != X"no"; then + + cat >>confdefs.h <<_ACEOF + #define LIBVAS_SO "$with_libvas" + _ACEOF + + cat >>confdefs.h <<\_ACEOF + #define USING_NONUNIX_GROUPS 1 + _ACEOF + + NONUNIX_GROUPS_IMPL="vasgroups.o" + + # Check whether --with-libvas-rpath was given. + if test "${with_libvas_rpath+set}" = set; then + withval=$with_libvas_rpath; LIBVAS_RPATH=$withval + else + LIBVAS_RPATH=/opt/quest/lib + fi + + fi + + fi + + + { echo "$as_me:$LINENO: 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 was given. *************** *** 5507,5512 **** --- 5560,5567 ---- + + # Check whether --enable-shared was given. if test "${enable_shared+set}" = set; then enableval=$enable_shared; p=${PACKAGE-default} *************** *** 6207,6213 **** ;; *-*-irix6*) # Find out which ABI we are using. ! echo '#line 6210 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? --- 6262,6268 ---- ;; *-*-irix6*) # Find out which ABI we are using. ! echo '#line 6265 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? *************** *** 6757,6763 **** echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ! ;; esac { echo "$as_me:$LINENO: checking for $ac_header" >&5 --- 6812,6823 ---- echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ! ( cat <<\_ASBOX ! ## --------------------------------------- ## ! ## Report this to http://www.sudo.ws/bugs/ ## ! ## --------------------------------------- ## ! _ASBOX ! ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac { echo "$as_me:$LINENO: checking for $ac_header" >&5 *************** *** 7969,7975 **** esac ! enable_dlopen=no enable_win32_dll=no # Check whether --enable-libtool-lock was given. --- 8029,8035 ---- esac ! enable_dlopen=yes enable_win32_dll=no # Check whether --enable-libtool-lock was given. *************** *** 8066,8076 **** -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:8069: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 ! echo "$as_me:8073: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. --- 8126,8136 ---- -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:8129: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 ! echo "$as_me:8133: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. *************** *** 8356,8366 **** -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:8359: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 ! echo "$as_me:8363: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. --- 8416,8426 ---- -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:8419: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 ! echo "$as_me:8423: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. *************** *** 8460,8470 **** -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:8463: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 ! echo "$as_me:8467: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized --- 8520,8530 ---- -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:8523: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 ! echo "$as_me:8527: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized *************** *** 10820,10826 **** lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext <&5 + echo $ECHO_N "checking whether $CC understands +DAportable... $ECHO_C" >&6; } + if test "${sudo_cv_var_daportable+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF + cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ + + int + main () + { + + ; + return 0; + } + _ACEOF + rm -f conftest.$ac_objext conftest$ac_exeext + if { (ac_try="$ac_link" + case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; + esac + eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + sudo_cv_var_daportable=yes + else + echo "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + + sudo_cv_var_daportable=no + fi + + rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + + fi + { echo "$as_me:$LINENO: result: $sudo_cv_var_daportable" >&5 + echo "${ECHO_T}$sudo_cv_var_daportable" >&6; } + if test X"$sudo_cv_var_daportable" != X"yes"; then + CFLAGS="$_CFLAGS" + fi + case "$host" in *-*-hpux1-8.*) cat >>confdefs.h <<\_ACEOF *************** *** 12947,12952 **** --- 13067,13113 ---- done test -n "$YACC" || YACC="yacc" + # Extract the first word of "flex", so it can be a program name with args. + set dummy flex; ac_word=$2 + { echo "$as_me:$LINENO: checking for $ac_word" >&5 + echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } + if test "${ac_cv_path_FLEX+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + case $FLEX in + [\\/]* | ?:[\\/]*) + ac_cv_path_FLEX="$FLEX" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_FLEX="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + + test -z "$ac_cv_path_FLEX" && ac_cv_path_FLEX="flex" + ;; + esac + fi + FLEX=$ac_cv_path_FLEX + if test -n "$FLEX"; then + { echo "$as_me:$LINENO: result: $FLEX" >&5 + echo "${ECHO_T}$FLEX" >&6; } + else + { echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6; } + fi + + { echo "$as_me:$LINENO: checking for mv" >&5 echo $ECHO_N "checking for mv... $ECHO_C" >&6; } if test -f "/usr/bin/mv"; then *************** *** 13738,13744 **** echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ! ;; esac { echo "$as_me:$LINENO: checking for $ac_header" >&5 --- 13899,13910 ---- echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ! ( cat <<\_ASBOX ! ## --------------------------------------- ## ! ## Report this to http://www.sudo.ws/bugs/ ## ! ## --------------------------------------- ## ! _ASBOX ! ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac { echo "$as_me:$LINENO: checking for $ac_header" >&5 *************** *** 13941,13947 **** echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ! ;; esac { echo "$as_me:$LINENO: checking for $ac_header" >&5 --- 14107,14118 ---- echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ! ( cat <<\_ASBOX ! ## --------------------------------------- ## ! ## Report this to http://www.sudo.ws/bugs/ ## ! ## --------------------------------------- ## ! _ASBOX ! ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac { echo "$as_me:$LINENO: checking for $ac_header" >&5 *************** *** 14084,14090 **** echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ! ;; esac { echo "$as_me:$LINENO: checking for $ac_header" >&5 --- 14255,14266 ---- echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ! ( cat <<\_ASBOX ! ## --------------------------------------- ## ! ## Report this to http://www.sudo.ws/bugs/ ## ! ## --------------------------------------- ## ! _ASBOX ! ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac { echo "$as_me:$LINENO: checking for $ac_header" >&5 *************** *** 14226,14232 **** echo "$as_me: WARNING: project.h: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: project.h: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: project.h: in the future, the compiler will take precedence" >&2;} ! ;; esac { echo "$as_me:$LINENO: checking for project.h" >&5 --- 14402,14413 ---- echo "$as_me: WARNING: project.h: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: project.h: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: project.h: in the future, the compiler will take precedence" >&2;} ! ( cat <<\_ASBOX ! ## --------------------------------------- ## ! ## Report this to http://www.sudo.ws/bugs/ ## ! ## --------------------------------------- ## ! _ASBOX ! ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac { echo "$as_me:$LINENO: checking for project.h" >&5 *************** *** 19834,19840 **** echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ! ;; esac { echo "$as_me:$LINENO: checking for $ac_header" >&5 --- 20015,20026 ---- echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ! ( cat <<\_ASBOX ! ## --------------------------------------- ## ! ## Report this to http://www.sudo.ws/bugs/ ## ! ## --------------------------------------- ## ! _ASBOX ! ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac { echo "$as_me:$LINENO: checking for $ac_header" >&5 *************** *** 20142,20148 **** echo "$as_me: WARNING: bsd_auth.h: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: bsd_auth.h: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: bsd_auth.h: in the future, the compiler will take precedence" >&2;} ! ;; esac { echo "$as_me:$LINENO: checking for bsd_auth.h" >&5 --- 20328,20339 ---- echo "$as_me: WARNING: bsd_auth.h: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: bsd_auth.h: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: bsd_auth.h: in the future, the compiler will take precedence" >&2;} ! ( cat <<\_ASBOX ! ## --------------------------------------- ## ! ## Report this to http://www.sudo.ws/bugs/ ## ! ## --------------------------------------- ## ! _ASBOX ! ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac { echo "$as_me:$LINENO: checking for bsd_auth.h" >&5 *************** *** 20592,20598 **** echo "$as_me: WARNING: krb.h: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: krb.h: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: krb.h: in the future, the compiler will take precedence" >&2;} ! ;; esac { echo "$as_me:$LINENO: checking for krb.h" >&5 --- 20783,20794 ---- echo "$as_me: WARNING: krb.h: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: krb.h: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: krb.h: in the future, the compiler will take precedence" >&2;} ! ( cat <<\_ASBOX ! ## --------------------------------------- ## ! ## Report this to http://www.sudo.ws/bugs/ ## ! ## --------------------------------------- ## ! _ASBOX ! ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac { echo "$as_me:$LINENO: checking for krb.h" >&5 *************** *** 22918,22924 **** echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ! ;; esac { echo "$as_me:$LINENO: checking for $ac_header" >&5 --- 23114,23125 ---- echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ! ( cat <<\_ASBOX ! ## --------------------------------------- ## ! ## Report this to http://www.sudo.ws/bugs/ ## ! ## --------------------------------------- ## ! _ASBOX ! ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac { echo "$as_me:$LINENO: checking for $ac_header" >&5 *************** *** 23030,23036 **** fi done ! , break fi done --- 23231,23239 ---- fi done ! ! else ! break fi done *************** *** 23519,23525 **** echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ! ;; esac { echo "$as_me:$LINENO: checking for $ac_header" >&5 --- 23722,23733 ---- echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ! ( cat <<\_ASBOX ! ## --------------------------------------- ## ! ## Report this to http://www.sudo.ws/bugs/ ## ! ## --------------------------------------- ## ! _ASBOX ! ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac { echo "$as_me:$LINENO: checking for $ac_header" >&5 *************** *** 23660,23666 **** echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ! ;; esac { echo "$as_me:$LINENO: checking for $ac_header" >&5 --- 23868,23879 ---- echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ! ( cat <<\_ASBOX ! ## --------------------------------------- ## ! ## Report this to http://www.sudo.ws/bugs/ ## ! ## --------------------------------------- ## ! _ASBOX ! ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac { echo "$as_me:$LINENO: checking for $ac_header" >&5 *************** *** 23697,23702 **** --- 23910,23923 ---- LDFLAGS="$_LDFLAGS" fi + if test X"$LIBVAS_RPATH" != X""; then + if test -n "$blibpath"; then + blibpath_add="${blibpath_add}:$LIBVAS_RPATH" + else + LDFLAGS="$LDFLAGS -R$LIBVAS_RPATH" + fi + fi + if test -n "$blibpath"; then if test -n "$blibpath_add"; then SUDO_LDFLAGS="$SUDO_LDFLAGS -Wl,-blibpath:${blibpath}${blibpath_add}" *************** *** 24241,24247 **** # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" ! This file was extended by sudo $as_me 1.7, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES --- 24462,24468 ---- # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" ! This file was extended by sudo $as_me 1.7.2, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES *************** *** 24290,24296 **** _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ ! sudo config.status 1.7 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" --- 24511,24517 ---- _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ ! sudo config.status 1.7.2 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" *************** *** 24540,24545 **** --- 24761,24767 ---- SELINUX_USAGE!$SELINUX_USAGE$ac_delim LDAP!$LDAP$ac_delim LOGINCAP_USAGE!$LOGINCAP_USAGE$ac_delim + NONUNIX_GROUPS_IMPL!$NONUNIX_GROUPS_IMPL$ac_delim timedir!$timedir$ac_delim timeout!$timeout$ac_delim password_timeout!$password_timeout$ac_delim *************** *** 24562,24568 **** runas_default!$runas_default$ac_delim env_editor!$env_editor$ac_delim passwd_tries!$passwd_tries$ac_delim - tty_tickets!$tty_tickets$ac_delim _ACEOF if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then --- 24784,24789 ---- *************** *** 24604,24609 **** --- 24825,24831 ---- ac_delim='%!_!# ' for ac_last_try in false false false false false :; do cat >conf$$subs.sed <<_ACEOF + tty_tickets!$tty_tickets$ac_delim insults!$insults$ac_delim root_sudo!$root_sudo$ac_delim path_info!$path_info$ac_delim *************** *** 24640,24651 **** NROFFPROG!$NROFFPROG$ac_delim YACC!$YACC$ac_delim YFLAGS!$YFLAGS$ac_delim LIBOBJS!$LIBOBJS$ac_delim KRB5CONFIG!$KRB5CONFIG$ac_delim LTLIBOBJS!$LTLIBOBJS$ac_delim _ACEOF ! if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 39; then break elif $ac_last_try; then { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 --- 24862,24874 ---- NROFFPROG!$NROFFPROG$ac_delim YACC!$YACC$ac_delim YFLAGS!$YFLAGS$ac_delim + FLEX!$FLEX$ac_delim LIBOBJS!$LIBOBJS$ac_delim KRB5CONFIG!$KRB5CONFIG$ac_delim LTLIBOBJS!$LTLIBOBJS$ac_delim _ACEOF ! if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 41; then break elif $ac_last_try; then { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 *************** *** 25112,25117 **** --- 25335,25342 ---- ;; esac fi + +