chiark
/
gitweb
/
~mdw
/
cfd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
83c42e5
)
Fix mdw__PERL_VERSION stuff. Grumble.
author
mdw
<mdw>
Mon, 27 Sep 2004 13:16:38 +0000
(13:16 +0000)
committer
mdw
<mdw>
Mon, 27 Sep 2004 13:16:38 +0000
(13:16 +0000)
aclocal.glob
patch
|
blob
|
blame
|
history
diff --git
a/aclocal.glob
b/aclocal.glob
index 135f0759420ad0b51dcfd974fe94a37895996730..6e48f26074b5f630bde5923f6bb4eaddf947ca23 100644
(file)
--- a/
aclocal.glob
+++ b/
aclocal.glob
@@
-1,6
+1,6
@@
dnl -*-fundamental-*- *@--GLOB-HEADER--@*
dnl
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
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 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
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.
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(<<, >>)
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-@* ---
changequote([, ])
dnl --- *@-mdw_PROG_PERL-@* ---