[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [patch] More path-handling tweaking
From: |
Akim Demaille |
Subject: |
Re: [patch] More path-handling tweaking |
Date: |
30 Mar 2001 14:20:42 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) |
I should also have mentioned the fact that we try to order the entries
in ChangeLog so that what is used is defined before:
2001-03-29 Tim Van Holder <address@hidden>
* acgeneral.m4: Don't set as_me; AS_SHELL_SANITIZE
now does this.
* autoconf.sh: Be DOS-friendly when setting as_me
and M4. Add quotes to support spaces in $tmp. Work
around problem in DJGPP port of awk by using a
temporary file.
* autoheader.sh: Be DOS-friendly when setting as_me.
* autoreconf.sh: Be DOS-friendly when setting as_me,
dir and template_dir.
* m4sh.m4: Set as_me in AS_SHELL_SANITIZE, using
AS_BASENAME. AS_BASENAME: new macro. Fix typo.
* tests/atgeneral.m4: Don't set as_me;
AS_SHELL_SANITIZE now does this. Use $PATH_SEPARATOR
for walking the path.
=>
2001-03-30 Tim Van Holder <address@hidden>
* m4sh.m4 (AS_BASENAME): New.
(AS_SHELL_SANITIZE): Set `$as_me'.
* acgeneral.m4: Don't set as_me; AS_SHELL_SANITIZE now does this.
* tests/atgeneral.m4: Likewise.
(AT_INIT): Use $PATH_SEPARATOR for walking the path.
* autoconf.sh: Be DOS-friendly when setting as_me and M4.
Add quotes to support spaces in $tmp.
Work around problem in DJGPP port of awk by using a temporary file.
* autoheader.sh: Be DOS-friendly when setting as_me.
* autoreconf.sh: Be DOS-friendly when setting as_me, dir and
template_dir.