diff options
author | bwarsaw <> | 2003-12-24 17:11:48 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-12-24 17:11:48 +0000 |
commit | de12cafe05e11364c3ef3ad384d84a3f37085c92 (patch) | |
tree | 9ee2f604e06b3b363982db70d120aa31c2cbd3dd /configure.in | |
parent | 8b2cb37d61dc71c95c6bab860ef6b2da98516cfd (diff) | |
download | mailman2-de12cafe05e11364c3ef3ad384d84a3f37085c92.tar.gz mailman2-de12cafe05e11364c3ef3ad384d84a3f37085c92.tar.xz mailman2-de12cafe05e11364c3ef3ad384d84a3f37085c92.zip |
Added Richard Barrett's bin/rb-archfix script to reduce Pipermail
archive bloat. Closes SF bug #835332.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b574eec2..b00788be 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: 6548 $) +AC_REVISION($Revision: 6770 $) AC_PREREQ(2.0) AC_INIT(src/common.h) @@ -577,6 +577,7 @@ bin/update \ bin/version \ bin/withlist \ bin/b4b5-archfix \ +bin/rb-archfix \ contrib/check_perms_grsecurity.py \ contrib/qmail-to-mailman.py \ contrib/rotatelogs.py \ |