From 323033546da8d2b00ef993223cc83b003e183aa0 Mon Sep 17 00:00:00 2001 From: Dale Mellor Date: Sun, 13 Jun 2010 03:49:39 +0100 Subject: Added --enable-no-vixie-clobber to configure.ac. --- configure.ac | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3253535..aef53f5 100644 --- a/configure.ac +++ b/configure.ac @@ -105,6 +105,18 @@ fi SENDMAIL=$ac_cv_prog_SENDMAIL +# Find out if we are avoiding Vixie. + +AC_MSG_CHECKING([whether to avoid clobbering a Vixie installation]) +AC_ARG_ENABLE(no-vixie-clobber, + AC_HELP_STRING([--enable-no-vixie-clobber], + [do not install with program names that would override a legacy cron installation]), + NO_VIXIE_CLOBBER=$enableval, + NO_VIXIE_CLOBBER=[no]) +AC_MSG_RESULT($NO_VIXIE_CLOBBER) +AC_SUBST(NO_VIXIE_CLOBBER) + + # Configure the various files that mcron uses at runtime. AC_MSG_CHECKING([which spool directory to use]) -- cgit v1.2.3