[Mailman-Developers] configure not aware of Mailman/pythonlib

Harald Meland Harald.Meland@usit.uio.no
30 Dec 1998 19:52:55 +0100


I just braved upgrading from beta 6 to the current CVS version, and
got slightly bruised from the fact that configure doesn't know
anything about the Mailman/pyhtonlib directory.

I think the patch below fixes this (if you run "aclocal; autoconf"
after applying it, of course), but then I'm not very familiar with
autoconf, so I could be totally wrong :)

Index: configure.in
===================================================================
RCS file: /projects/cvsroot/mailman/configure.in,v
retrieving revision 1.26
diff -u -r1.26 configure.in
--- configure.in	1998/11/17 23:49:12	1.26
+++ configure.in	1998/12/30 18:46:51
@@ -364,7 +364,7 @@
 AC_OUTPUT([misc/paths.py Mailman/Defaults.py Mailman/mm_cfg.py.dist
            src/Makefile misc/Makefile bin/Makefile
 	   Mailman/Makefile Mailman/Cgi/Makefile Mailman/Logging/Makefile
-	   Mailman/Archiver/Makefile
+	   Mailman/Archiver/Makefile Mailman/pythonlib/Makefile
 	   mail/Makefile templates/Makefile cron/Makefile
 	   filters/Makefile scripts/Makefile
 	   cron/crontab.in Makefile])

-- 
Harald