diff options
author | Nobuyoshi Nakada <[email protected]> | 2022-03-28 16:56:40 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2022-03-28 17:01:28 +0900 |
commit | 152bb3c0b4ccfd9d335f0b3d6a349b9566c6da9c (patch) | |
tree | d1624a7e69c2f9a35620f9ede5c2d274a924044c /tool/m4 | |
parent | 2cb3efffcf4e000c35d5b43574bfdecdc8a12e37 (diff) |
Use m4 comments outside macros in m4 files
Diffstat (limited to 'tool/m4')
-rw-r--r-- | tool/m4/ruby_universal_arch.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tool/m4/ruby_universal_arch.m4 b/tool/m4/ruby_universal_arch.m4 index 375cdd98d2..c8914c88d9 100644 --- a/tool/m4/ruby_universal_arch.m4 +++ b/tool/m4/ruby_universal_arch.m4 @@ -105,9 +105,9 @@ AC_DEFUN([RUBY_UNIVERSAL_CHECK_HEADER_COND], [ dnl $4], [$5]) ])dnl dnl -# RUBY_UNIVERSAL_CHECK_HEADER(CPU-LIST, HEADER, -# [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND], -# [INCLUDES = DEFAULT-INCLUDES]) +dnl RUBY_UNIVERSAL_CHECK_HEADER(CPU-LIST, HEADER, +dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND], +dnl [INCLUDES = DEFAULT-INCLUDES]) AC_DEFUN([RUBY_UNIVERSAL_CHECK_HEADER], [ dnl m4_if([$# dnl ], [0], [], [ dnl |