projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a751838
)
(jm_PERL): Use $am_missing_run, not undefined $missing_dir.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 16 Aug 2003 09:09:23 +0000
(09:09 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 16 Aug 2003 09:09:23 +0000
(09:09 +0000)
m4/perl.m4
patch
|
blob
|
history
diff --git
a/m4/perl.m4
b/m4/perl.m4
index ff8c1414028fec62636480da25c680b7bfff35da..d5cda7748e6b46b1883455e5476db0d2eda949c4 100644
(file)
--- 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.