diff options
author | Richard Braun <rbraun@sceen.net> | 2017-04-29 23:19:44 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-04-29 23:19:44 +0200 |
commit | 52142d9dfa885b944fc3a3835cf5a2894463339d (patch) | |
tree | e91c401114b2e0910c135a1a922cb2aa6620b9e2 | |
parent | 2ccf7b707f025398ec4add30bcd1b998589e9f6e (diff) |
Fix custom autoconf macro synopsis format
-rw-r--r-- | tools/m4/ax_prog_a2x.m4 | 2 | ||||
-rw-r--r-- | tools/m4/ax_prog_asciidoc.m4 | 2 | ||||
-rw-r--r-- | tools/m4/ax_prog_highlight.m4 | 2 |
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 # |