with_pc_insults
with_secure_path
with_interfaces
-with_stow
with_askpass
with_exampledir
with_plugindir
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 deprecated
--with-askpass=PATH Fully qualified pathname of askpass helper
--with-exampledir=DIR path to install sudo examples in
--with-plugindir=DIR set directory to load plugins from
fi
-
-# Check whether --with-stow was given.
-if test "${with_stow+set}" = set; then :
- withval=$with_stow; case $with_stow in
- *) { $as_echo "$as_me:${as_lineno-$LINENO}: --with-stow option deprecated, now is defalt behavior" >&5
-$as_echo "$as_me: --with-stow option deprecated, now is defalt behavior" >&6;}
- ;;
-esac
-fi
-
-
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use an askpass helper" >&5
$as_echo_n "checking whether to use an askpass helper... " >&6; }
test "$docdir" = '${datarootdir}/doc/${PACKAGE_TARNAME}' && docdir='$(datarootdir)/doc/$(PACKAGE_TARNAME)'
test "$localedir" = '${datarootdir}/locale' && localedir='$(datarootdir)/locale'
test "$localstatedir" = '${prefix}/var' && localstatedir='$(prefix)/var'
-test "$sysconfdir" = '${prefix}/etc' -a X"$with_stow" != X"yes" && sysconfdir='/etc'
+test "$sysconfdir" = '${prefix}/etc' && sysconfdir='/etc'
if test X"$INIT_SCRIPT" != X""; then
ac_config_files="$ac_config_files init.d/$INIT_SCRIPT"
;;
esac], AC_MSG_RESULT(yes))
-AC_ARG_WITH(stow, [AS_HELP_STRING([--with-stow], [deprecated])],
-[case $with_stow in
- *) AC_MSG_NOTICE([--with-stow option deprecated, now is defalt behavior])
- ;;
-esac])
-
AC_MSG_CHECKING(whether to use an askpass helper)
AC_ARG_WITH(askpass, [AS_HELP_STRING([--with-askpass=PATH], [Fully qualified pathname of askpass helper])],
[case $with_askpass in
test "$docdir" = '${datarootdir}/doc/${PACKAGE_TARNAME}' && docdir='$(datarootdir)/doc/$(PACKAGE_TARNAME)'
test "$localedir" = '${datarootdir}/locale' && localedir='$(datarootdir)/locale'
test "$localstatedir" = '${prefix}/var' && localstatedir='$(prefix)/var'
-test "$sysconfdir" = '${prefix}/etc' -a X"$with_stow" != X"yes" && sysconfdir='/etc'
+test "$sysconfdir" = '${prefix}/etc' && sysconfdir='/etc'
dnl
dnl Substitute into the Makefile and man pages