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: Lars J. Aas
Subject: Re: $am_aux_dir fix for MacOS X
Date: Thu, 13 Sep 2001 17:22:20 +0200
User-agent: Mutt/1.2.5i

On Thu, Sep 13, 2001 at 09:38:21AM +0200, Akim Demaille wrote:
: Still, AFAIK, on MacOS /bin/sh is Zsh 3.1.6, and Autoconf neutralizes
: CDPATH properly.  So it seems to me that it is the CDPATH=: which
: breaks everything and is to be removed here: Autoconf knows better
: than Automake what is to be done, and has already done it in
: configure's prologue.
: 
: 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`

Seems to work.

What do you mean it belongs to Automake?  I know it's named AM_*, but it
resides in autoconf/m4/  Is it also included with Automake?

  Lars J



reply via email to

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