summaryrefslogtreecommitdiff
path: root/configure (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add the bin/inject script.bwarsaw2002-01-261-1/+2
|
* Marc MERLIN's new recipes for secure Linuxes replacesbwarsaw2002-01-021-2/+2
| | | | securelinux_fix.py with check_perms_grsecurity.py.
* Build and install cron/disabledbwarsaw2001-12-271-1/+2
|
* Add bin/cleanarch to the list of scripts that get build and installed.bwarsaw2001-11-301-27/+29
|
* Make the makefiles in tests/msgs and tests/bounce.bwarsaw2001-10-011-3/+5
|
* Updated a few of the Python scripts to be more 2.0-ish.bwarsaw2001-09-101-87/+81
|
* Ben Gertzfield's patch to hardcode the path to the python executablebwarsaw2001-09-071-7/+57
| | | | | into the script's #! line -- based on --with-python settings, without losing CVS revision history.
* Generate misc/mailman.in -> misc/mailmanbwarsaw2001-08-171-3/+3
| | | | (instead of misc/S98mailman.in -> misc/S98mailman)
* Urg. Should have been S98mailman.inbwarsaw2001-08-151-3/+3
|
* We now have to generate misc/S98mailman from misc/S98mailman.inbwarsaw2001-08-151-3/+3
|
* Fix hardcoded 'mailman' groupname in error message and some comments. Ittwouters2001-07-191-64/+66
| | | | | cost me ten minutes to figure out I wasn't calling configure with the wrong argument to change groupname :)
* Add Mailman/Gui/Makefile to list of generated files.bwarsaw2001-07-181-3/+3
|
* The default installation directory is now /usr/local/mailman insteadbwarsaw2001-07-101-2/+2
| | | | | of /home/mailman. Note that --prefix can be used to override the default, just like before.
* Add a little bit of useful commentary when checking for the mail andbwarsaw2001-06-251-5/+5
| | | | cgi wrapper GIDs.
* Create the messages/Makefile from the .in templatebwarsaw2001-05-181-3/+3
|
* Add directory Mailman/MTA to the list of directories to do configurebwarsaw2001-05-091-3/+3
| | | | and make stuff in.
* Python 2.0 final or better is required for Mailman 2.1.bwarsaw2001-04-011-5/+5
|
* Generate Mailman/Queue/Makefilebwarsaw2000-12-201-1/+3
|
* Dang, another problem with --prefix and --with-var-prefix interaction.bwarsaw2000-09-221-39/+40
|
* Another fix for --prefix, --with-var-prefixbwarsaw2000-09-221-44/+49
|
* Small typo in the default case of no --with-var-prefix provided.bwarsaw2000-09-221-2/+2
|
* Support for patch #101331. Specifically,bwarsaw2000-09-221-97/+119
| | | | | | | | Support the --with-var-prefix Also change --with-ownername to --with-username and --with-ownergroup to --with-groupname and set these up to propagate into substitutions.
* Allow for other than "mailman" for both the username owner and thebwarsaw2000-09-211-76/+115
| | | | | groupname owner by adding configure flags --with-ownername and --with-ownergroup.
* Added a check of the Python executable's version. Must be >= 1.5.2bwarsaw2000-07-051-56/+89
| | | | (based on sys.hexversion).
* Require that $prefix be at least 02775, i.e. group writable. This isbwarsaw2000-04-051-3/+3
| | | | | a change from the previous requirement that $prefix be 02755, but this change is for consistency with check_perms.
* When trying to guess FQDN and URL variables, stop looping through thebwarsaw2000-03-221-35/+37
| | | | machine's aliases when both criteria have been filled.
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
|
* Mailman/Bouncers is a subdirbwarsaw1999-12-091-3/+3
|
* All the old delivery scripts contact_transport, deliver, dumb_deliverbwarsaw1999-11-241-3/+3
| | | | | | | 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
* Build the Makefile inside Mailman/Handlersbwarsaw1999-11-101-1/+3
|
* $PREFIX (by default /home/mailman) really need only be 02755 forbwarsaw1999-07-221-3/+3
| | | | | Mailman to work. Subdirs need, and get, also g+w, but the install dir doesn't need that much.
* Uncomment the autoconf test for vsnprintf()bwarsaw1999-07-121-3/+56
|
* I realized we don't need to generate check_perms.bwarsaw1999-07-061-3/+3
|
* Generate bin/check_perms from .in filebwarsaw1999-07-061-3/+3
|
* Added autoconf test for true (PR#65)bwarsaw1999-07-031-105/+89
|
* Don't check for VPRINTF since we don't use it anywhere in the C code.bwarsaw1999-07-021-70/+20
| | | | We may eventually need to check for VSNPRINTF.
* More changes to make syslog() work on OSes where it isn't part of thehmeland1999-06-111-61/+48
| | | | | | | standard libraries. This fix has been verified to work on SCO OpenServer 5, which was the OS for which this change was originally needed. The previous attempt at a fix, stolen from GNU sh-utils, proved insufficient.
* Stole GNU sh-utils-1.16 configure.in code to check for syslog()hmeland1999-05-231-62/+56
| | | | | | | | outside of the default libs. Ran autoconf (from autoconf-2.13) to update configure. src/common.[ch] now has #ifdefs around syslog-using code -- thus, Mailman will compile, but _without any syslog calls_ if configure couldn't find syslog().
* Support for new option --with-cgi-ext which configures the CGIbwarsaw1999-02-281-67/+87
| | | | | subsystem to use the given extension. The extension given to this option must include the dot.
* Added a test for setregid(), which is now used in the wrapperbwarsaw1999-02-191-30/+85
| | | | programs.
* VERSION is no longer set in configure because it's too hard tobwarsaw1999-01-151-90/+170
| | | | | | | | | | | | propagate version string changes to the public (you have to autoreconf, then reconfigure and reinstall). Now, VERSION is set directory in Defaults.py.in and the Release.py script updates that file directly. Now we just need to run ./config.status and do a re-install. I hope this will make things easier. I'm also bumping the version to 1.0b8, so I can do a release tomorrow.
* Bumping version number to 1.0b7+ to signify working version betweenbwarsaw1998-12-311-1/+1
| | | | release 1.0b7 and the next release (whatever that will be).
* The usualbwarsaw1998-12-311-1/+1
|
* Makefile.in: create Mailman/pythonlib subdirectory. Change configurebwarsaw1998-12-221-3/+3
| | | | script to generate Mailman/pythonlib/Makefile.
* Fixed the interleaved newlines which were an artifact of John'sbwarsaw1998-11-171-4/+4
| | | | | | release script. Bumped version number to 1.0b7. Generate Mailman/mm_cfg.py.dist now instead of mm_cfg.py (fixes mm_cfg.py clobber bug).
* Reword error message slightlybwarsaw1998-11-061-2/+2
|
* Merged Scott's change back into configure.in (generate thebwarsaw1998-10-261-3/+5
| | | | | | | | | Mailman/Archiver/Makefile). Note: to make changes to the configure script, edit configure.in and then run `autoreconf' from the autoconf package. This will generate a new configure file, and then you can check them both in in one fell swoop.
* code cleanup: put all the web archive related stuff into it's own subcotton1998-10-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | package. Details: changed Makefile to add the sub package as a directory to make recursively in changed configure to make the replacements to Mailman/Archiver/Makefile.in changed Mailman/Makefile.in to add Archiver as a sub package moved Mailman/Archiver.py to Mailman/Archiver/Archiver.py and Mailman/Hyper* to Mailman/Archiver Mailman/pipermail.py to Mailman/Archiver/ created Mailman/Archiver/__init__.py to do a "from Archiver import *" in order to make it's interface identical to previously. import change: changed imports to import Mailman.<module> from import <module> in order to accomodate the package import semantics, also localized <module> by calling <module> = Mailman.<module>. see diffs for details if this sounds confusing, it's not. this change was applied to all of the moved files except pipermail, which didn't need it. did a basic new installation test to make sure all the Makefile/configure changes took place atleast basically correctly. scott
* Configure now verifies that the `mailman' user exists and barfs if itbwarsaw1998-10-201-39/+86
| | | | | can't resolve it. The user id is stored in MAILMAN_UID (although for all intents and purposes this will always be `mailman')
* Get rid of --with-cgi-extbwarsaw1998-08-051-81/+53
|