diff options
| author | bwarsaw | 2002-12-04 14:44:25 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-12-04 14:44:25 +0000 |
| commit | 681b9417453001efbb25f16510e6419042370b49 (patch) | |
| tree | 644e1facc4898fa0d2da56061f81c63496a478c7 | |
| parent | d913c16a425783b8490917307e8288216c290e00 (diff) | |
| download | mailman-681b9417453001efbb25f16510e6419042370b49.tar.gz mailman-681b9417453001efbb25f16510e6419042370b49.tar.zst mailman-681b9417453001efbb25f16510e6419042370b49.zip | |
Add machinery for list_owners
| -rw-r--r-- | bin/Makefile.in | 3 | ||||
| -rwxr-xr-x | configure | 3 | ||||
| -rw-r--r-- | configure.in | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/bin/Makefile.in b/bin/Makefile.in index ca0e2a119..a406ca469 100644 --- a/bin/Makefile.in +++ b/bin/Makefile.in @@ -46,7 +46,8 @@ 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 b4b5-archfix + unshunt fix_url.py convert.py transcheck b4b5-archfix \ + list_owners BUILDDIR= ../build/bin @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 2.35 +# From configure.in Revision: 2.36 # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 @@ -2074,6 +2074,7 @@ build/bin/inject:bin/inject \ build/bin/list_admins:bin/list_admins \ build/bin/list_lists:bin/list_lists \ build/bin/list_members:bin/list_members \ +build/bin/list_owners:bin/list_owners \ build/bin/mailmanctl:bin/mailmanctl \ build/bin/mmsitepass:bin/mmsitepass \ build/bin/newlist:bin/newlist \ diff --git a/configure.in b/configure.in index 9d4c74953..c7a0af6ad 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: 5907 $) +AC_REVISION($Revision: 5954 $) AC_PREREQ(2.0) AC_INIT(src/common.h) @@ -550,6 +550,7 @@ bin/inject \ bin/list_admins \ bin/list_lists \ bin/list_members \ +bin/list_owners \ bin/mailmanctl \ bin/mmsitepass \ bin/newlist \ |
