From: Tom Tromey Date: Thu, 23 Aug 2001 03:57:03 +0000 (+0000) Subject: 2001-08-22 Tim Van Holder X-Git-Tag: Release-1-5b~157 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=eb2f0006492ab29f23af26c722b621dcad89bc23;p=automake.git 2001-08-22 Tim Van Holder * m4/missing.m4: Require AM_AUX_DIR_EXPAND and use $am_aux_dir. --- diff --git a/ChangeLog b/ChangeLog index d2a9331d..bd43fb3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-08-22 Tim Van Holder + + * m4/missing.m4: Require AM_AUX_DIR_EXPAND and use $am_aux_dir. + 2001-08-18 Tom Tromey * automake.texi (Dist): Mention dist-all. diff --git a/m4/missing.m4 b/m4/missing.m4 index 8f8d12db..868aa6b6 100644 --- a/m4/missing.m4 +++ b/m4/missing.m4 @@ -17,8 +17,8 @@ AC_SUBST($1)]) # Define MISSING if not defined so far and test if it supports --run. # If it does, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], -[test x"${MISSING+set}" = xset || - MISSING="\${SHELL} `CDPATH=:; cd $ac_aux_dir && pwd`/missing" +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" # Use eval to expand $SHELL if eval "$MISSING --run true"; then am_missing_run="$MISSING --run "