summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorbwarsaw2001-05-18 21:22:52 +0000
committerbwarsaw2001-05-18 21:22:52 +0000
commitdd2179e7f08405be8d61ebeccc17ac6eff8773b8 (patch)
tree7eb0592ea0e6ea3b3256f5b1a15a1542f0cfe9c4 /configure.in
parent77b798f90be03b7ef900cdfc2d0ff17d25164238 (diff)
downloadmailman-dd2179e7f08405be8d61ebeccc17ac6eff8773b8.tar.gz
mailman-dd2179e7f08405be8d61ebeccc17ac6eff8773b8.tar.zst
mailman-dd2179e7f08405be8d61ebeccc17ac6eff8773b8.zip
Create the messages/Makefile from the .in template
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 2360f4c89..e9e72eefe 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: 3275 $)
+AC_REVISION($Revision: 3392 $)
AC_PREREQ(2.0)
AC_INIT(src/alias-wrapper.c)
@@ -476,5 +476,5 @@ AC_OUTPUT([misc/paths.py Mailman/Defaults.py Mailman/mm_cfg.py.dist
Mailman/Handlers/Makefile Mailman/Bouncers/Makefile
Mailman/Queue/Makefile Mailman/MTA/Makefile
templates/Makefile cron/Makefile
- filters/Makefile scripts/Makefile
+ filters/Makefile scripts/Makefile messages/Makefile
cron/crontab.in Makefile])