diff options
author | Jim Meyering <jim@meyering.net> | 2003-04-02 14:43:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-04-02 14:43:41 +0000 |
commit | 0bb2129733b5695cf5fdf252ca0ac2bc0576381c (patch) | |
tree | a62c0e00cd9e313f3e9cb58b9349b7a94eec27f8 /m4 | |
parent | 8c14c2f53fa30559ce86bfdbbba895fc5ff6c9e8 (diff) | |
download | coreutils-0bb2129733b5695cf5fdf252ca0ac2bc0576381c.tar.xz |
(jm_PERL): Use $am_missing_run, not undefined $missing_dir.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/perl.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/perl.m4 b/m4/perl.m4 index ff8c14140..d5cda7748 100644 --- 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 @@ AC_DEFUN([jm_PERL], 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. |