summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-04-29 23:19:44 +0200
committerRichard Braun <rbraun@sceen.net>2017-04-29 23:19:44 +0200
commit52142d9dfa885b944fc3a3835cf5a2894463339d (patch)
treee91c401114b2e0910c135a1a922cb2aa6620b9e2
parent2ccf7b707f025398ec4add30bcd1b998589e9f6e (diff)
Fix custom autoconf macro synopsis format
-rw-r--r--tools/m4/ax_prog_a2x.m42
-rw-r--r--tools/m4/ax_prog_asciidoc.m42
-rw-r--r--tools/m4/ax_prog_highlight.m42
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/m4/ax_prog_a2x.m4 b/tools/m4/ax_prog_a2x.m4
index 5695003f..54a2f420 100644
--- a/tools/m4/ax_prog_a2x.m4
+++ b/tools/m4/ax_prog_a2x.m4
@@ -1,6 +1,6 @@
# SYNOPSIS
#
-# AX_PROG_A2X([ACTION-IF-NOT-FOUND])
+# AX_PROG_A2X(ACTION-IF-NOT-FOUND)
#
# DESCRIPTION
#
diff --git a/tools/m4/ax_prog_asciidoc.m4 b/tools/m4/ax_prog_asciidoc.m4
index b251cb68..6ca34214 100644
--- a/tools/m4/ax_prog_asciidoc.m4
+++ b/tools/m4/ax_prog_asciidoc.m4
@@ -1,6 +1,6 @@
# SYNOPSIS
#
-# AX_PROG_ASCIIDOC([ACTION-IF-NOT-FOUND])
+# AX_PROG_ASCIIDOC(ACTION-IF-NOT-FOUND)
#
# DESCRIPTION
#
diff --git a/tools/m4/ax_prog_highlight.m4 b/tools/m4/ax_prog_highlight.m4
index 647c6280..4b497384 100644
--- a/tools/m4/ax_prog_highlight.m4
+++ b/tools/m4/ax_prog_highlight.m4
@@ -1,6 +1,6 @@
# SYNOPSIS
#
-# AX_PROG_HIGHLIGHT([ACTION-IF-NOT-FOUND])
+# AX_PROG_HIGHLIGHT(ACTION-IF-NOT-FOUND)
#
# DESCRIPTION
#