summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2004-12-06Handle build.sh in a better way (recommendation from the automake mailingPaul Smith1-6/+6
list).
2004-11-30Fix problems with README and build.shPaul Smith1-6/+4
Apply an old patch from Paul Eggert.
2004-11-30Implemented `realpath' and `abspath' built-in functions.Boris Kolpackov1-3/+3
2004-05-16Various enhancementsPaul Smith1-1/+2
- OS/2 Patches - OpenVMS updates - Sanitize the handling of -include/sinclude with and without -k - Fix the setting of $< for order-only rules.
2004-03-22Numerous updates and bug fixes.Paul Smith1-5/+5
A number of W32 cleanups from J.Grant. A number of OS/2 cleanups from Andreas Buening. Various random bug fixes.
2004-03-06Don't use __STDC__; some compilers don't set it properly.Paul Smith1-1/+7
Use autoconf's test to set HAVE_ANSI_COMPILER and check that instead.
2004-03-04Updates to automate generation of GNU upload artifacts.Paul Smith1-4/+4
Fix a problem compiling on old, pre-ANSI systems. getloadavg test is still broken, but make builds. Document a breakage on SunOS 4.x systems.
2004-02-24Many compiler warning cleanups.Paul Smith1-0/+3
Small fixes for W32 (from Jonathan Grant <jg-make@jguk.org>) Maintainer enhancements to clean up the tree.
2004-02-23Numerous fixes: patches for OS/2; core for -f ''; makefile updates.Paul Smith1-0/+9
2004-01-21Many bug fixes etc.Paul Smith1-3/+2
- 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 Smith1-0/+9
- Fix some uncleanliness about the implementation of patterns-specific vars. - Some enhancements to the OS/2 port.
2003-03-25Fix bug #2892.Paul Smith1-2/+2
More OS/2 updates from Andreas Buening. Upgrade build system to autoconf 2.57 and automake 1.7.3.
2003-03-25Commit fix for bug #1418.Paul Smith1-41/+49
Upgrade to require autoconf 2.56. Fix a pathological performance hit substituting in large values with lots of words.
2003-01-30Portability fix for glob.h building in FreeBSD ports system.Paul Smith1-15/+0
Implement a fix for bug # 2169: too many OSs, even major OSs like Solaris, don't properly implement SA_RESTART: important system calls like stat() can still fail when SA_RESTART is set. So, forget the BROKEN_RESTART config check and get rid of atomic_stat() and atomic_readdir(), and implement permanent wrappers for EINTR checking on various system calls (stat(), fstat(), opendir(), and readdir() so far).
2002-10-14Convert the source code to use ANSI C style function definitions andPaul Smith1-1/+4
enable the automake ansi2knr capability. Right now this doesn't quite build using a K&R compiler because of a problem with the loadavg test program, but the rest of the code works. I'm asking the automake list about this problem.
2002-10-03Some updates for automake 1.7 and prep for releasing 3.80.Paul Smith1-3/+3
2002-09-10Add support for broken SA_RESTART on PTX.Paul Smith1-0/+15
Fix bug #103: allow ifdef, export, and unexport to expand their arguments.
2002-09-09Whoops; configure wasn't looking for memmove.Paul Smith1-1/+1
2002-09-04Fix for complex situations where directories are declared as prerequisites.Paul Smith1-1/+1
Info on this fix from barkalow@reputation.com: thanks! Some updates/cleanups of some of the tests; added a forgotten -t test, etc.
2002-08-08Change the version.Paul Smith1-2/+2
Update to require new gettext. Change hash.c to by K&R. Redo some strings to make i18n simpler.
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