summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2002-07-08Major updates in preparation for 3.80.Paul Smith1-4/+5
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-14/+34
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-15/+20
including creating make packages. I'll try some other systems tomorrow. Also added a new translation: Croatian. Thanks!
2002-04-21Update GNU make to use Autoconf 2.53, Automake 1.6.1, Gettext 0.11.1.Paul Smith1-93/+99
We're using Gettext's "external" feature to avoid including the intl code in the GNU make distribution.
2001-07-05New/updated translations; minor update to the index of the manual.Paul Smith1-1/+1
2001-06-01Fix for EINTR problems when using jobserver.Paul Smith1-7/+19
New translation files. Fix for @+ inside define macros being applied too widely. Various other bug fixes.
2000-10-05* Various bug fixes.Paul Smith1-1/+1
* New Galician translation.
2000-07-30* Various fixes; see the ChangeLog.Paul Smith1-20/+31
2000-06-23* Released 3.79.13.79.1Paul Smith1-1/+1
2000-06-23* Fix -q so it works more correctly.Paul Smith1-2/+12
* Don't print "nothing to do" messages for ":" commands * Update the version to 3.79.1
2000-06-20* More updates and fixes.Paul Smith1-1/+0
2000-06-19* Various fixes for problems in the 3.79.0.1 pretest.Paul Smith1-2/+2
2000-06-14* More fixes for configuring gettext correctly.Paul Smith1-5/+7
2000-06-07* Lots of bug fixes and cleanup; new i18n files, etc.Paul Smith1-13/+39
2000-04-05* Some final cleanups, and release 3.79.3.79Paul Smith1-1/+1
2000-03-29* New config.sub and config.guess3.78.92Paul Smith1-1/+1
* Update version number for release * Fixes to the build.sh to handle i18n/gettext * Make dash-n more robust.
2000-03-27* A large number of fixes/enhancements. See the ChangeLog.Paul Smith1-1/+2
* Added a new version of the German translation file.
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-0/+1
2000-01-25* Updated gettext to use more advanced libit 0.7 version.Paul Smith1-4/+4
* Various cleanups.
2000-01-22* Implement GNU gettext internationalization support in GNU make.Paul Smith1-2/+6
1999-12-08* Various changes and fixes. See ChangeLog.Paul Smith1-1/+1
1999-11-17* Many cleanups and bugfixes.Paul Smith1-0/+1
* New handling of += in target-specific variables.
1999-10-15* Fix PR/1394.Paul Smith1-1/+1
* Apply changes from Paul Eggert. * Many other cleanups (index/rindex --> strchr/strrchr, etc.)
1999-10-14* Ensure -Iglob comes before any user-specified CPPFLAGS.Paul Smith1-1/+1
1999-09-23* Ouch: found a bug where re-exec from changed makefiles turned off3.78.1Paul Smith1-1/+1
jobserver :(.
1999-09-17* A few script fixes and updates for 3.78.Paul Smith1-1/+1
1999-09-16* Some minor pre-release updates.Paul Smith1-2/+2
1999-09-15* Cleanup the test suite.Paul Smith1-3/+3
1999-09-14* Added the test suite to the main distribution.Paul Smith1-0/+3
1999-09-11* Various cleanups for release.Paul Smith1-1/+1
1999-09-01* A bugfix on MAKEFLAGS options creation that broke jobserver.Paul Smith1-0/+3
* Put the host info in the --version output. * Don't croak if the user forces -jN on submakes.
1999-08-31* Large file support for AIX, HP-UX, and IRIX.Paul Smith1-5/+8
* W32 support for Cygnus Cygwin shell (bash).
1999-08-23* Fix jobserver algorithm again.Paul Smith1-1/+1
* A couple of nits. * Fix considered pruning for double-colon rules.
1999-08-13* Rework jobserver yet one more time.Paul Smith1-1/+1
* Install the $(if ...) function and document it. Still need some examples.
1999-08-01* Release 3.77.92.3.77.92Paul Smith1-1/+1
* Complete implementation of new jobserver algorithm. * A few minor fixups.
1999-07-24* Some configure fixes.Paul Smith1-7/+9
1999-07-23* Bugfix for NT archive support.Paul Smith1-12/+28
* Rework how the jobserver stuff works.
1999-07-22* Make some portability fixes.3.77.90Paul Smith1-1/+1
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-0/+12
* Various code cleanups.
1999-04-25* Add new jobserver feature.Paul Smith1-2/+15
* Small updates to the manual * E.Zaretskii fix for new DJGPP version.
1999-03-30* More build fixes. I think a vanilla CVS checkout should build OK now.Paul Smith1-1/+5
1999-03-26* Manual updates: added xrefs, some typos sent by users.Paul Smith1-3/+3
* Change the build env. to not link libglob.a unless we need it.
1999-03-05* Define and use xstrdup() instead of strdup().Paul Smith1-1/+1
1999-03-05* Update FSF address info in copyright notices.Paul Smith1-2/+9
* 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-22* New feature: .LIBPATTERNS controls the way -lfoo dependencies are expanded.Paul Smith1-4/+7
* A few tweaks to the system glob test, after trying it on a system where it's true. * Installed patches to archive handling for AIX 4.3 big archives. * Fix a memory stomp in target-specific variables. * Fix a memory leak in foreach functions.
1999-02-19* Updates for automake 1.4 and autoconf 2.13Paul Smith1-15/+39
* 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-10-03Checkpoint changes. Bug fixes, mostly.Paul Smith1-8/+27
1998-07-30GNU make release 3.77.Paul Smith1-4/+47