summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw1999-11-24 17:41:21 +0000
committerbwarsaw1999-11-24 17:41:21 +0000
commit1302aec499d93d964b55983b5626f50087897191 (patch)
tree5e86470066f70470f4ffdf134def4c151fc8a773
parentce933b8db2f50585d90c55feb20b876361ebbe22 (diff)
downloadmailman-1302aec499d93d964b55983b5626f50087897191.tar.gz
mailman-1302aec499d93d964b55983b5626f50087897191.tar.zst
mailman-1302aec499d93d964b55983b5626f50087897191.zip
All the old delivery scripts contact_transport, deliver, dumb_deliver
are being removed as all mail deliver gets migrated to the new pipeline architecture. Eventually some of the bulk mailer functionality may be added back, but not this way. Don't build mail/Makefile since the subdir is going away
-rwxr-xr-xconfigure6
-rw-r--r--configure.in4
2 files changed, 5 insertions, 5 deletions
diff --git a/configure b/configure
index d717bdf18..ce5c9a14b 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
-# From configure.in Revision: 1.39
+# From configure.in Revision: 1.40
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
@@ -1995,7 +1995,7 @@ trap 'rm -fr `echo "misc/paths.py Mailman/Defaults.py Mailman/mm_cfg.py.dist
Mailman/Makefile Mailman/Cgi/Makefile Mailman/Logging/Makefile
Mailman/Archiver/Makefile Mailman/pythonlib/Makefile
Mailman/Handlers/Makefile
- mail/Makefile templates/Makefile cron/Makefile
+ templates/Makefile cron/Makefile
filters/Makefile scripts/Makefile
cron/crontab.in Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
@@ -2092,7 +2092,7 @@ CONFIG_FILES=\${CONFIG_FILES-"misc/paths.py Mailman/Defaults.py Mailman/mm_cfg.p
Mailman/Makefile Mailman/Cgi/Makefile Mailman/Logging/Makefile
Mailman/Archiver/Makefile Mailman/pythonlib/Makefile
Mailman/Handlers/Makefile
- mail/Makefile templates/Makefile cron/Makefile
+ templates/Makefile cron/Makefile
filters/Makefile scripts/Makefile
cron/crontab.in Makefile"}
EOF
diff --git a/configure.in b/configure.in
index 6e9b13cd3..db8d9e185 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: 1813 $)
+AC_REVISION($Revision: 1908 $)
AC_PREREQ(2.0)
AC_INIT(src/alias-wrapper.c)
@@ -395,6 +395,6 @@ AC_OUTPUT([misc/paths.py Mailman/Defaults.py Mailman/mm_cfg.py.dist
Mailman/Makefile Mailman/Cgi/Makefile Mailman/Logging/Makefile
Mailman/Archiver/Makefile Mailman/pythonlib/Makefile
Mailman/Handlers/Makefile
- mail/Makefile templates/Makefile cron/Makefile
+ templates/Makefile cron/Makefile
filters/Makefile scripts/Makefile
cron/crontab.in Makefile])