From 7d67987fdc70c9033e5418f82799761c53782e31 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 26 Aug 2010 14:46:51 +0200 Subject: Use m4_dnl instead of dnl --- build/meta/autoconf.m4 | 2 +- build/meta/automake.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/meta/autoconf.m4 b/build/meta/autoconf.m4 index 82d0696..3370b9c 100644 --- a/build/meta/autoconf.m4 +++ b/build/meta/autoconf.m4 @@ -16,4 +16,4 @@ m4_define(`__file__', `m4_equote()__file_impl__(`$1')`'m4_dquote()') # m4_changequote('') -m4_divert(0)dnl +m4_divert(0)m4_dnl diff --git a/build/meta/automake.m4 b/build/meta/automake.m4 index 75f20c8..3efb5b7 100644 --- a/build/meta/automake.m4 +++ b/build/meta/automake.m4 @@ -16,4 +16,4 @@ m4_define(`__file__', `m4_equote()__file_impl__(`$1')`'m4_dquote()') # m4_changequote('') -m4_divert(0)dnl +m4_divert(0)m4_dnl -- cgit v1.1