Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] configure.ac: expand all paths in the summary



On Sat, 20 Sep 2014 12:11:27 +0300
Tanu Kaskinen <tanu.kaskinen@xxxxxxxxxxxxxxx> wrote:
> This fixes a cosmetic issue in the configure summary text.

Thanks, I've committed it.

Entirely irrelevantly...

>  eval "zshbin1=${bindir}"
>  eval "zshbin2=${zshbin1}"
> -eval "zshman=${mandir}"
> -eval "zshinfo=${infodir}"
> -eval "zshfndir=${fndir}"
> +eval "zshman1=${mandir}"
> +eval "zshman2=${zshman1}"
> +eval "zshinfo1=${infodir}"
> +eval "zshinfo2=${zshinfo1}"
> +eval "zshfndir1=${fndir}"
> +eval "zshfndir2=${zshfndir1}"

Hmmm... this is where I should really be testing for the value of the
site function directory, so I don't need all the funny cases.  It's a
bit late, but it could stand a bit of moving around.  I can't be bothered
to revisit it, though.

pws



Messages sorted by: Reverse Date, Date, Thread, Author