`-l' will be prepended to it. Multiple libraries may be
specified as long as they are space separated.
+ --with-plugindir=PATH
+ Set the directory that sudo looks in to find the policy and I/O
+ logging plugins. Defaults to the libexec dir used by configure.
+
--with-efence
Link with the "electric fence" debugging malloc.
--with-csops
Add CSOps standard options. You probably aren't interested in this.
+ --with-devel
+ Configure development options. This will enable compiler warnings
+ and set the Makefile to be able to regenerate the sudoers parser
+ as well as the manual pages.
+
--with-linux-audit
Enable audit support for Linux systems. Audits attempts
to run a command as well as SELinux role changes.
with_interfaces
with_stow
with_askpass
-with_plugin_dir
+with_plugindir
enable_authentication
enable_root_mailer
enable_setreuid
--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-plugin_dir set directory to load plugins from
+ --with-plugindir set directory to load plugins from
--with-selinux enable SELinux support
--with-pic try to use only PIC/non-PIC objects [default=use
both]
fi
-with_plugindir="$libexecdir"
-# Check whether --with-plugin_dir was given.
-if test "${with_plugin_dir+set}" = set; then :
- withval=$with_plugin_dir; case $with_plugin_dir in
- no) as_fn_error "\"illegal argument: --without-plugin_dir.\"" "$LINENO" 5
+# Check whether --with-plugindir was given.
+if test "${with_plugindir+set}" = set; then :
+ withval=$with_plugindir; case $with_plugindir in
+ no) as_fn_error "\"illegal argument: --without-plugindir.\"" "$LINENO" 5
;;
*) ;;
esac
+else
+ with_plugindir="$libexecdir"
fi
;;
esac], AC_MSG_RESULT(no))
-with_plugindir="$libexecdir"
-AC_ARG_WITH(plugin_dir, [AS_HELP_STRING([--with-plugin_dir], [set directory to load plugins from])],
-[case $with_plugin_dir in
- no) AC_MSG_ERROR(["illegal argument: --without-plugin_dir."])
+AC_ARG_WITH(plugindir, [AS_HELP_STRING([--with-plugindir], [set directory to load plugins from])],
+[case $with_plugindir in
+ no) AC_MSG_ERROR(["illegal argument: --without-plugindir."])
;;
*) ;;
-esac])
+esac], [with_plugindir="$libexecdir"])
dnl
dnl Options for --enable