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: Mon, 24 Sep 2001 21:33:37 +0200

> +## Make sure CDPATH assignments take Zsh into account
> +     @if grep -n '^[^#]*CDPATH' $(srcdir)/lib/am/*.am | \
> +           fgrep -v 'CDPATH=$$$${ZSH_VERSION+.}:'; then \

Almost forgot: This should be 

  ... 'CDPATH=$$$${ZSH_VERSION+.}$(PATH_SEPARATOR)'

so it will also work on DOSish systems.
The same goes for the other instances of CDPATH in your
patch.





reply via email to

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