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 | |
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.
-rwxr-xr-x | configure | 3 | ||||
-rw-r--r-- | configure.in | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 2.39.2.2 . +# From configure.in Revision: 2.39.2.3 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57. # @@ -4070,6 +4070,7 @@ build/bin/update:bin/update \ build/bin/version:bin/version \ build/bin/withlist:bin/withlist \ build/bin/b4b5-archfix:bin/b4b5-archfix \ +build/bin/rb-archfix:bin/rb-archfix \ build/contrib/check_perms_grsecurity.py:contrib/check_perms_grsecurity.py \ build/contrib/qmail-to-mailman.py:contrib/qmail-to-mailman.py \ build/contrib/rotatelogs.py:contrib/rotatelogs.py \ 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 \ |