From: Tom Tromey Date: Thu, 23 Aug 2001 03:57:04 +0000 (+0000) Subject: 2001-08-22 Tim Van Holder X-Git-Tag: Release-1-5b~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1782d392c0592b2a5f67703ff82abe2f29e8f72;p=thirdparty%2Fautomake.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 d2a9331de..bd43fb3d9 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 8f8d12db4..868aa6b6c 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 "