From de12cafe05e11364c3ef3ad384d84a3f37085c92 Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Wed, 24 Dec 2003 17:11:48 +0000 Subject: Added Richard Barrett's bin/rb-archfix script to reduce Pipermail archive bloat. Closes SF bug #835332. --- configure | 3 ++- configure.in | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configure b/configure index df89dd59..8c352a99 100755 --- a/configure +++ b/configure @@ -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 \ -- cgit v1.2.3