Fix mdw__PERL_VERSION stuff. Grumble.
authormdw <mdw>
Mon, 27 Sep 2004 13:16:38 +0000 (13:16 +0000)
committermdw <mdw>
Mon, 27 Sep 2004 13:16:38 +0000 (13:16 +0000)
aclocal.glob

index 135f075..6e48f26 100644 (file)
@@ -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(<<mdw__PERL_VERSION_hack>>, <<$1 -e 'exit ($] < $2);' >&5 2>&5>>)
 changequote([, ])
 
 dnl --- *@-mdw_PROG_PERL-@* ---