X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Fperl.m4;h=88b5e433f22f5d0c4516a64b66970307c5406b05;hb=80a029602f5b2707ca8d2487843ecb9e0df74a6a;hp=55316a6cf63e65e9412035fddf6f663dccd57644;hpb=d599e5add275f75ed08e6527b8ee4d3f4f7c3aea;p=gnulib.git diff --git a/m4/perl.m4 b/m4/perl.m4 index 55316a6cf..88b5e433f 100644 --- a/m4/perl.m4 +++ b/m4/perl.m4 @@ -3,7 +3,7 @@ dnl From Jim Meyering. dnl Find a new-enough version of Perl. -# Copyright (C) 1998-2001, 2003-2004, 2007, 2009-2011 Free Software Foundation, +# Copyright (C) 1998-2001, 2003-2004, 2007, 2009-2012 Free Software Foundation, # Inc. # # This file is free software; the Free Software Foundation @@ -15,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