autoconf-patches
[Top][All Lists]
Advanced

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

Re: $am_aux_dir fix for MacOS X


From: Tim Van Holder
Subject: Re: $am_aux_dir fix for MacOS X
Date: 13 Sep 2001 10:06:07 +0200

On Thu, 2001-09-13 at 09:38, Akim Demaille wrote:
> 
> Since that macro is from Automake, I suggest
> 
> if test "${CDPATH+set}" = set; then
>   CDPATH=${ZSH_VERSION+.}:   # as recommended in autoconf.texi
> fi
> am_aux_dir=`cd $ac_aux_dir && pwd`

We really should recommend
  CDPATH=${ZSH_VERSION+.}$PATH_SEPARATOR
instead; using ':' for CDPATH on DJGPP causes bash to _start_ printing
the directory names.  For autoconf there is currently no problem, as
CDPATH is unset before falling back on setting it to ':'; but I was
bitten by this in the am_aux_dir expansion.

> but in the future, when Automake require Autoconf, this line shall be
> removed.
IIRC, the 1.5 branch already does.





reply via email to

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