]> granicus.if.org Git - sudo/commitdiff
Remove last remnants of the deprecated --with-stow option.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 18 Feb 2016 23:18:30 +0000 (16:18 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 18 Feb 2016 23:18:30 +0000 (16:18 -0700)
configure
configure.ac

index 66560b7f942f0cc72ee00c0c898b059974df9f92..9a328c7c42663df1f66f5de09a172bb4d72784a7 100755 (executable)
--- a/configure
+++ b/configure
@@ -920,7 +920,6 @@ with_ldap_secret_file
 with_pc_insults
 with_secure_path
 with_interfaces
-with_stow
 with_askpass
 with_exampledir
 with_plugindir
@@ -1730,7 +1729,6 @@ Optional Packages:
                           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
@@ -5686,17 +5684,6 @@ $as_echo "yes" >&6; }
 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; }
 
@@ -24362,7 +24349,7 @@ test "$datarootdir" = '${prefix}/share' && datarootdir='$(prefix)/share'
 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"
index 01214f9aea32d14f85deb008097cda72ee7290d1..d5aba59b033333a7c03769e00d3ec05326e8690f 100644 (file)
@@ -1182,12 +1182,6 @@ AC_ARG_WITH(interfaces, [AS_HELP_STRING([--without-interfaces], [don't try to re
                ;;
 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
@@ -4202,7 +4196,7 @@ test "$datarootdir" = '${prefix}/share' && datarootdir='$(prefix)/share'
 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