]> sourceware.org Git - automake.git/commitdiff
2001-08-22 Tim Van Holder <tim.van.holder@pandora.be>
authorTom Tromey <tromey@redhat.com>
Thu, 23 Aug 2001 03:57:03 +0000 (03:57 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 23 Aug 2001 03:57:03 +0000 (03:57 +0000)
* m4/missing.m4: Require AM_AUX_DIR_EXPAND and use $am_aux_dir.

ChangeLog
m4/missing.m4

index d2a9331dee9678cb206f1ada8c35bbeb77ff23ae..bd43fb3d9362d1d5f6cd48712bda7653637a7fdb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-08-22  Tim Van Holder  <tim.van.holder@pandora.be>
+
+       * m4/missing.m4: Require AM_AUX_DIR_EXPAND and use $am_aux_dir.
+
 2001-08-18  Tom Tromey  <tromey@redhat.com>
 
        * automake.texi (Dist): Mention dist-all.
index 8f8d12db476cbd0e37e7d9b2ef12b5065097e0ce..868aa6b6c31e7a9929aef5412d907655ca2e9ed2 100644 (file)
@@ -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 "
This page took 0.033773 seconds and 5 git commands to generate.