diff options
| author | bwarsaw | 2001-12-27 06:31:20 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-12-27 06:31:20 +0000 |
| commit | 0e49ac18e667c23d4055d103b2bc8e27e6725a86 (patch) | |
| tree | f7af8306e409e6e61e67104d3a3cd3595510803c | |
| parent | 2d683bb48572a76febc050276e69957ed0665806 (diff) | |
| download | mailman-0e49ac18e667c23d4055d103b2bc8e27e6725a86.tar.gz mailman-0e49ac18e667c23d4055d103b2bc8e27e6725a86.tar.zst mailman-0e49ac18e667c23d4055d103b2bc8e27e6725a86.zip | |
| -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 \ |
