summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1996-06-22 22:00:43 +0000
committerRoland McGrath <roland@redhat.com>1996-06-22 22:00:43 +0000
commitf78bcc2e7248a6aa3ddad55fb06dd2100166be1b (patch)
tree9da8cb0ef8a30b6aa42ed3c4e9d8b10ecd3d69de /ChangeLog
parent0c23819036abff9b0e52d121171d6f24bd7906b3 (diff)
downloadgunmake-f78bcc2e7248a6aa3ddad55fb06dd2100166be1b.tar.gz
.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a1d9145..f159ec2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
Sat Jun 22 14:56:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
+ * 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.
+
* read.c (conditional_line): Strip ws in `ifeq (a , b)' so it is the
same as `ifeq (a, b)'.