diff options
author | Paul Smith <psmith@gnu.org> | 1999-07-22 06:29:02 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-07-22 06:29:02 +0000 |
commit | b05cb1d99e1f4595696d62dda6ed4b55b568c6c4 (patch) | |
tree | b6fecb1f99d3e53db073449d52d889a63beaa2c7 /ChangeLog | |
parent | c8a60e7431e9c6a2d09823a5aea8a9ad33f6744a (diff) | |
download | gunmake-b05cb1d99e1f4595696d62dda6ed4b55b568c6c4.tar.gz |
* Make some portability fixes.3.77.90
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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). |