mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Use m4 comments outside macros in m4 files
This commit is contained in:
parent
2cb3efffcf
commit
152bb3c0b4
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue