diff options
| -rw-r--r-- | bin/Makefile.in | 2 | ||||
| -rwxr-xr-x | configure | 3 | ||||
| -rw-r--r-- | configure.in | 3 |
3 files changed, 5 insertions, 3 deletions
diff --git a/bin/Makefile.in b/bin/Makefile.in index 56f306cb7..ca0e2a119 100644 --- a/bin/Makefile.in +++ b/bin/Makefile.in @@ -46,7 +46,7 @@ SCRIPTS= mmsitepass newlist rmlist add_members \ sync_members check_db withlist check_perms find_member \ version config_list list_lists dumpdb cleanarch \ list_admins genaliases change_pw mailmanctl qrunner inject \ - unshunt fix_url.py convert.py transcheck + unshunt fix_url.py convert.py transcheck b4b5-archfix BUILDDIR= ../build/bin @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 2.33 +# From configure.in Revision: 2.34 # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 @@ -2087,6 +2087,7 @@ build/bin/unshunt:bin/unshunt \ build/bin/update:bin/update \ build/bin/version:bin/version \ build/bin/withlist:bin/withlist \ +build/bin/b4b5-archfix:bin/b4b5-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 a2d5e4ba4..b2f3b5088 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: 5628 $) +AC_REVISION($Revision: 5850 $) AC_PREREQ(2.0) AC_INIT(src/common.h) @@ -563,6 +563,7 @@ bin/unshunt \ bin/update \ bin/version \ bin/withlist \ +bin/b4b5-archfix \ contrib/check_perms_grsecurity.py \ contrib/qmail-to-mailman.py \ contrib/rotatelogs.py \ |
