>>> "Kenneth" == Kenneth Pronovici <[EMAIL PROTECTED]> writes:
>> AC_DEFUN([AM_AUX_DIR_EXPAND], [ >> # expand $ac_aux_dir to an absolute path >> -am_aux_dir=`cd $ac_aux_dir && pwd` >> +case $ac_aux_dir in >> +/*) am_aux_dir=$ac_aux_dir;; >> +*) am_aux_dir=`pwd`/$ac_aux_dir || >> + AC_MSG_ERROR([cannot determine working directory]);; >> +esac >> ]) Looks good. Kenneth> I don't want to drag this off topic... but on some Kenneth> platforms, 'cd dir' will cause 'dir' to be echoed if Kenneth> the user has $CDPATH set. This should be ok now: Autoconf will unset CDPATH on startup. [...] -- Alexandre Duret-Lutz