diff options
-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 \ |