summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-04-02 14:46:13 +0000
committerJim Meyering <jim@meyering.net>2003-04-02 14:46:13 +0000
commitec3a2e9ece2b6c7ce1999eb6a06c7a6dded92a78 (patch)
tree604750884428a27c1a2151b022a482f2f32e0a3e /aclocal.m4
parent78fc3d5f9420c64d705ce17109a09f2bc4a587c4 (diff)
downloadcoreutils-ec3a2e9ece2b6c7ce1999eb6a06c7a6dded92a78.tar.xz
.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index ef0dcdbac..dae863d8f 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -824,7 +824,7 @@ AC_CONFIG_COMMANDS_PRE(
Usually this means the macro was only invoked conditionally.])
fi])])
-#serial 4
+#serial 5
dnl From Jim Meyering.
dnl Find a new-enough version of Perl.
@@ -846,7 +846,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.