]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Today's checkins.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 5 Feb 2005 00:46:16 +0000 (00:46 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 5 Feb 2005 00:46:16 +0000 (00:46 +0000)
ChangeLog

index 2c20f1b9ff74f33f0a78b10435aa7d06f8e0a3ad..2a46f324d3a5b8ce300ebaa669ced91074320269 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
+       /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
+
+2005-02-04  Noah Misch  <noah@cs.caltech.edu>
+
+       * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
+       any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
+       on some platforms.
+
+2005-02-04  Bruno Haible <bruno@clisp.org>
+       and Paul Eggert  <eggert@cs.ucla.edu>
+
+       * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
+
 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
 
        * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;