summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2002-07-11Install Greg McGary's patches to port the id-utils hashing functions toPaul Smith1-2/+2
GNU make. Also he provides some other performance fixups after doing some profiling of make on large makefiles. Modify the test suite to allow the use of Valgrind to find memory problems.
2002-07-08Major updates in preparation for 3.80.Paul Smith1-4/+10
New version of the manual, put into the doc subdir. Enhancements: $(eval ...) and $(value ...) functions, various bug fixes, etc. See the ChangeLog. More to come.
2002-05-10Fix Debian bug #144306: pass target-specific variables into the environmentPaul Smith1-1/+2
properly. Fix configure: allow cross-compilation; fix getloadavg (still needs _lots_ of work!) Let $(call ...) functions to be self-referencing. Lets us do transitive closures, for example.
2002-04-22Updates for new tools. Everything works now building on Linux,Paul Smith1-2/+7
including creating make packages. I'll try some other systems tomorrow. Also added a new translation: Croatian. Thanks!
2002-04-22Updates and fixes for CVS builds.Paul Smith1-18/+7
Created a README.cvs describing the procedure.
2002-04-21Update GNU make to use Autoconf 2.53, Automake 1.6.1, Gettext 0.11.1.Paul Smith1-38/+24
We're using Gettext's "external" feature to avoid including the intl code in the GNU make distribution.
2000-07-07* Minor code cleanupsPaul Smith1-0/+2
* Fix for PR/1811, from Paul Eggert.
2000-02-05* Updates for VMS, Windows, and DOS ports.Paul Smith1-1/+1
* Clean up some warnings.
2000-01-27* Some pre-pretest release cleanup.Paul Smith1-1/+1
2000-01-25* Updated gettext to use more advanced libit 0.7 version.Paul Smith1-14/+34
* Various cleanups.
2000-01-22* Implement GNU gettext internationalization support in GNU make.Paul Smith1-6/+11
1999-12-08* Various changes and fixes. See ChangeLog.Paul Smith1-1/+1
1999-11-17* Many cleanups and bugfixes.Paul Smith1-4/+4
* New handling of += in target-specific variables.
1999-10-14* Ensure -Iglob comes before any user-specified CPPFLAGS.Paul Smith1-1/+1
1999-09-16* Some minor pre-release updates.Paul Smith1-2/+4
1999-09-16* Fix some tests.Paul Smith1-0/+1
1999-09-15* Cleanup the test suite.Paul Smith1-4/+12
1999-09-14* Added the test suite to the main distribution.Paul Smith1-25/+25
1999-09-14* Some configuration fixes.Paul Smith1-1/+1
1999-07-22* Make some portability fixes.3.77.90Paul Smith1-7/+0
1999-07-22* Installed new versions of GLIBC glob library.Paul Smith1-1/+1
* Installed Tim Magill's "graph pruning" performance enhancement. * Update version to 3.77.90 for the release. * Require automake 1.4.
1999-07-21* Add configure option to enable dmalloc library.Paul Smith1-1/+1
* Various code cleanups.
1999-03-30* More build fixes. I think a vanilla CVS checkout should build OK now.Paul Smith1-3/+14
1999-03-26* Manual updates: added xrefs, some typos sent by users.Paul Smith1-1/+1
* Change the build env. to not link libglob.a unless we need it.
1999-03-05* Update FSF address info in copyright notices.Paul Smith1-7/+1
* Update maintainers build process; remove GNUmakefile. Require builders to run automake && autoreconf by hand. * Use AC_SUBST_FILE to get the maintMakefile included, rather than GNU make's include directive, which conflicts with automake 1.4's include directive.
1999-02-19* Updates for automake 1.4 and autoconf 2.13Paul Smith1-2/+4
* Check for a libc version of GNU glob and, if found, don't use the local glob headers. * Fix a bug in OpenVMS archive handling. * Fix a bug in VMS siglist processing.
1998-07-30GNU make release 3.77.Paul Smith1-8/+44
1997-09-19Quick changes for make 3.76.1.3.76.1Paul Smith1-1/+4
1997-09-05Changes for GNU make 3.75.93.Paul Smith1-1/+1
1997-08-27Updates for GNU make 3.75.92.Paul Smith1-20/+53
1997-08-18Last minute 3.75.91 changes.3.75.91Paul Smith1-9/+8
1997-08-18Bug fixes and automake changes.Paul Smith1-0/+63