aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-08-26 14:46:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-08-26 14:46:51 +0200
commit7d67987fdc70c9033e5418f82799761c53782e31 (patch)
tree4d2eea7baa3a6e5c670fda82fc394c59efd295fd
parentf00465eecdcf50965e8ca455527a49759bfcddbd (diff)
Use m4_dnl instead of dnl
-rw-r--r--build/meta/autoconf.m42
-rw-r--r--build/meta/automake.m42
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