automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 1-tvh-autoconf-2.50.diff


From: Tim Van Holder
Subject: Re: 1-tvh-autoconf-2.50.diff
Date: Tue, 25 Sep 2001 20:36:19 +0200

> BTW, I just thought it might be more conveniant to defined
>   CD = CDPATH=$${ZSH_VERSION+.}$(PATH_SEPARATOR) && cd
> and then use '$(CD)' instead of 'cd'.  Wouldn't that
> look cleaner ?

Maybe.

> Thank you, here is an updated patch.

One minor nit: On DOS, PATH_SEPARATOR ir ';', which is also
bash's command separator.  So when setting CDPATH, you need
to quote the value, since make's substitutions are done
before the command is sent to the shell.

> -     srcdir=`CDPATH=$${ZSH_VERSION+.}$(PATH_SEPARATOR) && cd 
> +     srcdir=`CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]