From 6c9e53d64804a856580876f2019ce4ea1e42b4e0 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 30 Nov 2004 20:58:52 +0000 Subject: Fix problems with README and build.sh Apply an old patch from Paul Eggert. --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 31b15f4..a30f989 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2004-11-30 Paul D. Smith + + * configure.in: The old way we avoided creating build.sh from + build.sh.in before build.sh.in exists doesn't work anymore; we + have to use raw M4 (thanks to Andreas Schwab for + the help!). This also keeps automake from complaining. + * Makefile.am (README): Add a dummy target so automake won't + complain that this file doesn't exist when we checkout from CVS. + * maintMakefile (.dep_segment): Rewrite this rule since newer + versions of automake don't provide DEP_FILES. + 2004-11-30 Boris Kolpackov Implementation of `realpath' and `abspath' built-in functions. @@ -396,6 +407,11 @@ (get-config/config.guess get-config/config.sub): Get these files from the Savannah config project instead of ftp.gnu.org. +2003-10-05 Paul Eggert + + * main.c (main): Avoid potential subscript error if environ has + short strings. + 2003-08-22 Paul D. Smith * misc.c (xmalloc, xrealloc): Add one to 0 sizes, to cater to -- cgit v1.2.3