summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
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
1997-09-19Quick changes for make 3.76.1.3.76.1Paul Smith1-5/+2
1997-09-16Changes for GNU make 3.76Paul Smith1-1/+1
1997-09-05Changes for GNU make 3.75.93.Paul Smith1-2/+2
1997-08-27Updates for GNU make 3.75.92.Paul Smith1-1/+1
1997-08-18Bug fixes and automake changes.Paul Smith1-3/+10
1997-04-07Last-minute changed for 3.75.1Paul Smith1-0/+1
1997-04-07Changes for make 3.75.1Paul Smith1-1/+1
1996-07-20Sat Jul 20 05:29:43 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1-1/+1
* configure.in: Require autoconf 2.10 or later.
1996-06-22Sat Jun 22 14:56:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1-1/+0
* configure.in: Don't check for _sys_siglist. * make.h [HAVE__SYS_SIGLIST]: Don't test this; just punt if there is no strsignal or sys_siglist.
1995-12-14Remove check for `sysconf (_SC_OPEN_MAX)'.Roland McGrath1-11/+0
1995-08-17Don't check for getdtablesize.Roland McGrath1-1/+1
1995-03-21Remove AC_TYPE_GETGROUPS; nothing needs it any more.Roland McGrath1-1/+0
1995-02-22Check for strsignal.Roland McGrath1-1/+1
1995-02-13(CFLAGS, LDFLAGS): Don't set these variables.Roland McGrath1-4/+0
1995-02-05Check for mktemp.3.72.5Roland McGrath1-1/+1
1995-02-05(make_cv_sysconf_open_max): New check for `sysconf (_SC_OPEN_MAX)'.Roland McGrath1-0/+11
1995-01-15(union wait check): If WEXITSTATUS and WTERMSIG are defined, just use int.Roland McGrath1-0/+4
1994-11-28(AC_OUTPUT): Don't write glob/Makefile.Roland McGrath1-1/+1
1994-11-28(AC_CHECK_SYMBOL): Use AC_DEFINE_UNQUOTED.Roland McGrath1-1/+1
1994-11-28Don't check for ranlib.Roland McGrath1-1/+0
1994-11-15Put dnls before random whitespace.Roland McGrath1-2/+2