From 1f295ae62d0ebfa1ecc8a80bb7b7c5732341ce2f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 12 Aug 2001 13:26:00 +0000 Subject: Quote the first argument in each use of AC_DEFUN. --- m4/perl.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'm4/perl.m4') diff --git a/m4/perl.m4 b/m4/perl.m4 index e21fc9dbd..ff8c14140 100644 --- a/m4/perl.m4 +++ b/m4/perl.m4 @@ -1,10 +1,10 @@ -#serial 3 +#serial 4 dnl From Jim Meyering. dnl Find a new-enough version of Perl. dnl -AC_DEFUN(jm_PERL, +AC_DEFUN([jm_PERL], [ dnl FIXME: don't hard-code 5.003 dnl FIXME: should we cache the result? -- cgit v1.2.3-54-g00ecf