]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/m4sugar/m4sh.m4 (as_me): Shell-quote the argument of
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 Oct 2001 00:26:15 +0000 (00:26 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 Oct 2001 00:26:15 +0000 (00:26 +0000)
AS_BASENAME, in case $0 contains white space.

ChangeLog

index 202e9a6910f9ab56ce94f51bf55ef115341b9a00..d6efce98a2bd70e653a40cd33de84ae7bf96deeb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,8 @@
        (AS_BASENAME): Use 'basename' if that works; then try 'expr';
        and fall back on 'sed' only if the other two fail.  This makes
        AS_BASENAME act more like AS_DIRNAME.
+       (as_me): Shell-quote the argument of AS_BASENAME, in case $0
+       contains white space.
        * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
        Use AS_DIRNAME, since I think it's now DOS-friendly.
        * tests/m4sh.at (DIRNAME_TEST): New arg $3.