summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-07-22 06:29:02 +0000
committerPaul Smith <psmith@gnu.org>1999-07-22 06:29:02 +0000
commitb05cb1d99e1f4595696d62dda6ed4b55b568c6c4 (patch)
treeb6fecb1f99d3e53db073449d52d889a63beaa2c7 /ChangeLog
parentc8a60e7431e9c6a2d09823a5aea8a9ad33f6744a (diff)
downloadgunmake-b05cb1d99e1f4595696d62dda6ed4b55b568c6c4.tar.gz
* Make some portability fixes.3.77.90
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 69b8797..403826f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,17 @@
* Makefile.am (AUTOMAKE_OPTIONS): Require automake 1.4.
+ * function.c: Rearrange so we don't need to predeclare the
+ function_table array; K&R C compilers don't like that.
+
+ * acinclude.m4 (AC_FUNC_SELECT): Ouch; this requires an ANSI C
+ compiler! Change to work with K&R compilers as well.
+
+ * configure.in (AC_OUTPUT): Put build.sh back. I don't know how I
+ thought it would work this way :-/. We'll have to think of
+ something else.
+ * Makefile.am: Remove rule to create build.sh.
+
* default.c (default_suffix_rules): Rearrange the default command
lines to conform to POSIX rules (put the filename argument $<
_after_ the OUTPUT_OPTION, not before it).