summaryrefslogtreecommitdiff
path: root/src/scripts
AgeCommit message (Collapse)Author
2005-09-19Minor comment tweaks from Bryan Henderson for Configure-Makefile andPhilip Hazel
EDITME.
2005-09-06Make exim_install pay attention to CHOWN_COMMAND in Makefile.Philip Hazel
2005-08-01Added support for SQLite.Philip Hazel
2005-06-27Removed support for Linux-libc5. It must be well obsolete, and the codePhilip Hazel
in the os-type script was giving problems when libc.so lives in lib64, like on x86_64 Fedora Core.
2005-06-15Installed PCRE 6.0 sources, which involved adding a number of files andPhilip Hazel
renaming some others.
2005-05-25Add simple SPF lookup method (armored in EXPERIMENTAL_SPF)Tom Kistner
2005-05-04Pass $(MAKE) to the scripts/Configure-config.h script so that it usesPhilip Hazel
the same command (e.g. "gmake") that was called externally.
2005-04-06Change scripts/os-type so that when "uname -s" returns just "GNU", thePhilip Hazel
answer is "GNU", and only if the return is "GNU/something" is the answer "Linux".
2005-03-08Added DomainKeys support. See doc/experimental-spec.txt for documentation.Tom Kistner
2005-02-17Some changes to Linux configs to help with other libc OS.Philip Hazel
2004-12-16Merge from EXISCAN branch.Tom Kistner
2004-10-06StartPhilip Hazel