X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fperl.m4;h=fdb5a1fd3832733acc9e8f127b856fe2f826a633;hb=da8054d48dc22e1c051db54049e005d51a006e69;hp=eca31b500cb5178608c8863fc59011b6215991fc;hpb=42d1eda5dcce2d68deab7a642e7f29bcd7144a0d;p=gnulib.git diff --git a/m4/perl.m4 b/m4/perl.m4 index eca31b500..fdb5a1fd3 100644 --- a/m4/perl.m4 +++ b/m4/perl.m4 @@ -3,7 +3,8 @@ dnl From Jim Meyering. dnl Find a new-enough version of Perl. -# Copyright (C) 1998-2001, 2003-2004, 2007, 2009 Free Software Foundation, Inc. +# Copyright (C) 1998-2001, 2003-2004, 2007, 2009-2013 Free Software Foundation, +# Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -14,7 +15,7 @@ AC_DEFUN([gl_PERL], dnl FIXME: don't hard-code 5.005 AC_MSG_CHECKING([for perl5.005 or newer]) if test "${PERL+set}" = set; then - # `PERL' is set in the user's environment. + # 'PERL' is set in the user's environment. candidate_perl_names="$PERL" perl_specified=yes else