summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)AuthorFilesLines
2005-07-04Various fixes and updates from testers of the beta3 release (mostly WindowsPaul Smith2-2/+8
and OS/2 changes).
2005-02-26Add configure operations to support MINGW on Windows.Paul Smith1-0/+1
2004-01-21Many bug fixes etc.Paul Smith1-0/+1
- Apply a fix for the "thundering herd" problem when using "-j -l". This also fixes bug #4693. - Fix bug #7257: allow functions as ifdef arguments - Fix bug #4518: make sure we print all double-colon rules with -p. - Upgrade to autconf 2.58/automake 1.8/gettext 0.13.1 - Various doc cleanups, etc.
2003-07-31Updated for autoconf 2.57, automake 1.7.6, and gettext 0.12.1.Paul Smith1-4/+3
Fixed problems with the dist target (adding missing files). Workaround for a bug in gettext 0.12.1 po/Makefile.in.in where distclean wasn't cleaning everything, which caused distcheck to fail.
2003-05-02- Fix bug #1405: allow multiple pattern-specific variables to match a target.Paul Smith2-0/+26
- Fix some uncleanliness about the implementation of patterns-specific vars. - Some enhancements to the OS/2 port.
2003-03-25Fix bug #2892.Paul Smith1-0/+4
More OS/2 updates from Andreas Buening. Upgrade build system to autoconf 2.57 and automake 1.7.3.
2002-09-11Fix HAVE_BROKEN_RESTART logic.Paul Smith1-0/+4
Fix hash.h typos (only noticed when using Windows). Update .cvsignore files.
2002-09-03Update some NEWS and README nits, and add new gettext macros to config'sPaul Smith1-1/+4
Makefile.am.
2002-04-21Update GNU make to use Autoconf 2.53, Automake 1.6.1, Gettext 0.11.1.Paul Smith2-0/+15
We're using Gettext's "external" feature to avoid including the intl code in the GNU make distribution.