changeset 4569:614d9c5788fc

(jm_PERL): Use $am_missing_run, not undefined $missing_dir.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 16 Aug 2003 09:09:23 +0000
parents ced6f386e0ce
children f7d20edaf4d6
files m4/perl.m4
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/perl.m4
+++ b/m4/perl.m4
@@ -1,4 +1,4 @@
-#serial 4
+#serial 5
 
 dnl From Jim Meyering.
 dnl Find a new-enough version of Perl.
@@ -20,7 +20,7 @@
 
   found=no
   AC_SUBST(PERL)
-  PERL="$missing_dir/missing perl"
+  PERL="$am_missing_run perl"
   for perl in $candidate_perl_names; do
     # Run test in a subshell; some versions of sh will print an error if
     # an executable is not found, even if stderr is redirected.