diff options
| -rwxr-xr-x | configure | 3 | ||||
| -rw-r--r-- | configure.in | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 2.15 +# From configure.in Revision: 2.16 # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 @@ -2010,6 +2010,7 @@ build/contrib/rotatelogs.py:contrib/rotatelogs.py \ build/contrib/securelinux_fix.py:contrib/securelinux_fix.py \ build/cron/bumpdigests:cron/bumpdigests \ build/cron/checkdbs:cron/checkdbs \ +build/cron/disabled:cron/disabled \ build/cron/gate_news:cron/gate_news \ build/cron/mailpasswds:cron/mailpasswds \ build/cron/nightly_gzip:cron/nightly_gzip \ diff --git a/configure.in b/configure.in index f39435d4c..00673ea65 100644 --- a/configure.in +++ b/configure.in @@ -15,7 +15,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. dnl Process this file with autoconf to produce a configure script. -AC_REVISION($Revision: 4418 $) +AC_REVISION($Revision: 4461 $) AC_PREREQ(2.0) AC_INIT(src/alias-wrapper.c) @@ -498,6 +498,7 @@ contrib/rotatelogs.py \ contrib/securelinux_fix.py \ cron/bumpdigests \ cron/checkdbs \ +cron/disabled \ cron/gate_news \ cron/mailpasswds \ cron/nightly_gzip \ |
