summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2004-11-30 20:58:52 +0000
committerPaul Smith <psmith@gnu.org>2004-11-30 20:58:52 +0000
commit6c9e53d64804a856580876f2019ce4ea1e42b4e0 (patch)
treea26254e95ce4f317d470904dd0d28ec0bc439de1 /ChangeLog
parent49ca261bd5a40d933719ab6b2b1fd183a81bf35b (diff)
downloadgunmake-6c9e53d64804a856580876f2019ce4ea1e42b4e0.tar.gz
Fix problems with README and build.sh
Apply an old patch from Paul Eggert.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31b15f4..a30f989 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-11-30 Paul D. Smith <psmith@gnu.org>
+
+ * 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 <schwab@suse.de> 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 <boris@kolpackov.net>
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 <eggert@twinsun.com>
+
+ * main.c (main): Avoid potential subscript error if environ has
+ short strings.
+
2003-08-22 Paul D. Smith <psmith@gnu.org>
* misc.c (xmalloc, xrealloc): Add one to 0 sizes, to cater to