summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2003-03-25 03:21:42 +0000
committerPaul Smith <psmith@gnu.org>2003-03-25 03:21:42 +0000
commitacb2e6496630080a172d8938f0e0a459ee2929e2 (patch)
tree3c7d216b9badfed4c6fe43526dbdfb513e4512be /ChangeLog
parent276d0c7c646eef13a40fcaccbda1a56bed1310c6 (diff)
downloadgunmake-acb2e6496630080a172d8938f0e0a459ee2929e2.tar.gz
Fix bug #2892.
More OS/2 updates from Andreas Buening. Upgrade build system to autoconf 2.57 and automake 1.7.3.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a0e820..37b22fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2003-03-24 Paul D. Smith <psmith@gnu.org>
+ * configure.in, Makefile.am, glob/Makefile.am, doc/Makefile.am:
+ Upgrade to autoconf 2.57 and automake 1.7.3.
+
+ * job.c: More OS/2 changes from Andreas Buening.
+
+ * file.c (print_file): Fix variable initialization.
+ Fixes bug #2892.
+
* remake.c (notice_finished_file):
* make.h (ENULLLOOP): Set errno = 0 before invoking the command;