aboutsummaryrefslogtreecommitdiffstats
path: root/configure (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-13Update configure to indicate dnspython<2.0 is required.Mark Sapiro1-3/+4
2018-01-06Configured source to put mailman-config in bin rather than contrib. ChangedLindsay1-2/+14
the name from mailman-config.py to mailman-config.
2018-01-06Added contrib/mailman-config.py and changes to configure.in andLindsay1-0/+19
configure to support it. mailman-config.py is added to the build/contrib directory when configure is run, and when executed, emits, to stdout, a number of useful configuration options, including the option string provided to configure at build time. This is useful when updating Mailman 2, or when trying to synchronize a manual install of Mailman with a distribution's FHS.
2014-04-25Made configure check for dnspython.Mark Sapiro1-1976/+1545
2013-01-10Changed configure's method for getting Python's include directory fromMark Sapiro1-1/+1
distutils.sysconfig.get_config_var('CONFINCLUDEPY') to distutils.sysconfig.get_python_inc(). (LP: 1098162)
2012-03-12A configured version of contrib/courier-to-mailman.py is now created inMark Sapiro1-0/+1
build/contrib/courier-to-mailman.py.
2009-09-13Configure/make no longer builds Japanese and Korean codecs inMark Sapiro1-961/+1254
pythonlib if Python already has them.
2008-11-30Python 2.4 is a minimum. Also, fix some autoconf complaints and removeBarry Warsaw1-1094/+882
deprecation warnings regarding string exceptions.
2008-11-03Try to guess whether the email package is actually needed or not.Barry Warsaw1-2143/+2913
2008-04-27Added new cron/cull_bad_shunt and supporting Defaults.py.in settings.Mark Sapiro1-0/+1
2007-09-21It is reported that some RedHat packages (for at least FC5 and FC6, but notMark Sapiro1-7/+17
FC7) contain a full working distutils in the 'python' package, but only contain the Python header files in the 'python-devel' package. This allows configure to succeed, but make install fails to setup the japanese and korean codecs. This change adds a specific test for Python.h to the distutils test.
2006-12-29Port the Mailman trunk's export.py script to Mailman 2.1. Anyone wanting tobwarsaw1-1104/+4025
upgrade from Mailman 2.1 to the trunk -- after the merge of the SQLAlchemy code -- will need this. Note that I don't intend to implement import in MM2.1. This script is a little diffferent than what's on the trunk, but functionally (and schema-wise) equivalent.
2004-12-30Renamed reset_pw to reset_pw.py so that the file looks like a Python module.bwarsaw1-2/+2
This goes hand-in-hand with one of two changes to withlist. Now, withlist puts the directory it's found in on the end of sys.path. This way it's much easier to run withlist scripts that live in bin. The other change allows running withlist w/o a list name, but only if -i is given. Makes it easier to debug various non-list related parts of Mailman.
2004-12-30From the NEWS file:bwarsaw1-3775/+1111
- Added the ability for Mailman generated passwords (both member and list admin) to be more cryptographically secure. See new configuration variables USER_FRIENDLY_PASSWORDS, MEMBER_PASSWORD_LENGTH, and ADMIN_PASSWORD_LENGTH. Also added a new bin/withlist script called reset_pw which can be used to reset all member passwords. Passwords generated by Mailman are now 8 characters by default for members, and 10 characters for list administrators.
2003-12-24Added Richard Barrett's bin/rb-archfix script to reduce Pipermailbwarsaw1-1/+2
archive bloat. Closes SF bug #835332.
2003-09-22Backporting from the HEAD -- top level filesbwarsaw1-1110/+3777
2003-04-22Backporting once again from the trunk.bwarsaw1-3/+4
I18ners please double check (except Tokio). It's always so painful to resolve conflicts here, I hope I got them right.
2003-04-19Backport from the trunk, and catalog regeneration.bwarsaw1-41/+44