> From: Lars Hecking <[EMAIL PROTECTED]> > Date: Fri, 19 Apr 2002 17:02:49 +0100
> AC_PATH_PROG(file,file,,/usr/local/bin:/bin:/usr/bin:$PATH)...
>
> It looks like the shell does not perform blank interpretation on the string
> preceding the $
Correct. That bug should be fixed in the current CVS autoconf.
Here's the change log entry:
2002-04-04 Andreas Schwab <[EMAIL PROTECTED]>
* lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
contains no literal separators.
