diff options
author | bwarsaw <> | 2003-09-22 02:54:26 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-09-22 02:54:26 +0000 |
commit | 124e5282903d8c8e242bcf47c8a29d7a8c3f0391 (patch) | |
tree | ad175f1122799bd333f713bdcb3021af0daf975f /configure.in | |
parent | 2ab3bb7f7d16318f11775e14a421bd30049805f4 (diff) | |
download | mailman2-124e5282903d8c8e242bcf47c8a29d7a8c3f0391.tar.gz mailman2-124e5282903d8c8e242bcf47c8a29d7a8c3f0391.tar.xz mailman2-124e5282903d8c8e242bcf47c8a29d7a8c3f0391.zip |
Backporting from the HEAD -- top level files
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 06035b27..b574eec2 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: 6389 $) +AC_REVISION($Revision: 6548 $) AC_PREREQ(2.0) AC_INIT(src/common.h) @@ -551,6 +551,7 @@ bin/cleanarch \ bin/clone_member \ bin/config_list \ bin/convert.py \ +bin/discard \ bin/dumpdb \ bin/find_member \ bin/fix_url.py \ @@ -568,6 +569,7 @@ bin/pygettext.py \ bin/qrunner \ bin/remove_members \ bin/rmlist \ +bin/show_qfiles \ bin/sync_members \ bin/transcheck \ bin/unshunt \ |