From: mdw Date: Mon, 27 Sep 2004 13:16:38 +0000 (+0000) Subject: Fix mdw__PERL_VERSION stuff. Grumble. X-Git-Tag: 1.2.10~2 X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/commitdiff_plain/4cb2b0916988d634cbdff76dd823ff2d85be5689 Fix mdw__PERL_VERSION stuff. Grumble. --- diff --git a/aclocal.glob b/aclocal.glob index 135f075..6e48f26 100644 --- a/aclocal.glob +++ b/aclocal.glob @@ -1,6 +1,6 @@ dnl -*-fundamental-*- *@--GLOB-HEADER--@* dnl -dnl $Id: aclocal.glob,v 1.18 2004/04/08 01:36:24 mdw Exp $ +dnl $Id$ dnl dnl Common library of autoconf macros dnl @@ -26,7 +26,7 @@ dnl along with `common'; if not, write to the Free Software Foundation, dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. dnl *@--NOTICE--@* Common File Distribution -dnl $Id: aclocal.glob,v 1.18 2004/04/08 01:36:24 mdw Exp $ +dnl $Id$ dnl --- *@-mdw_REQUIRE-@* --- dnl @@ -177,8 +177,9 @@ dnl --- *@-mdw__PERL_VERSION-@* --- dnl dnl AC_DEFUN relies on `[', `]' being quotes, so I have to drop down a level. +AC_DEFUN([mdw__PERL_VERSION], [mdw__PERL_VERSION_hack([$1], [$2])]) changequote(<<, >>) -define([mdw__PERL_VERSION], <<$1 -e 'exit ($] < $2);' >&5 2>&5>>) +define(<>, <<$1 -e 'exit ($] < $2);' >&5 2>&5>>) changequote([, ]) dnl --- *@-mdw_PROG_PERL-@* ---