summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-10-01 19:48:17 +0200
committerJim Meyering <meyering@redhat.com>2011-10-01 19:48:17 +0200
commitd588c8100c7eb5673acd73b2b72ae8c49e76e176 (patch)
treeb29770841d3ffc8848d3e23c8358d054c1a2787d /m4
parent07498748d2808e47e4a513f190d74b86c14aa54c (diff)
downloadcoreutils-d588c8100c7eb5673acd73b2b72ae8c49e76e176.tar.xz
maint: clean up m4 syntax
* m4/jm-macros.m4 (coreutils_MACROS, gl_CHECK_ALL_HEADERS): Remove unnecessary backslashes and add quotes around multi-line argument lists.
Diffstat (limited to 'm4')
-rw-r--r--m4/jm-macros.m454
1 files changed, 27 insertions, 27 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index dc68f3b61..affd37dd5 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -71,23 +71,23 @@ AC_DEFUN([coreutils_MACROS],
[AC_DEFINE([HAVE_INOTIFY], [1],
[Define to 1 if you have usable inotify support.])])
- AC_CHECK_FUNCS_ONCE( \
- endgrent \
- endpwent \
- fchown \
- fchmod \
- ftruncate \
- iswspace \
- mkfifo \
- mbrlen \
- setgroups \
- sethostname \
- siginterrupt \
- sync \
- sysctl \
- sysinfo \
- tcgetpgrp \
- )
+ AC_CHECK_FUNCS_ONCE([
+ endgrent
+ endpwent
+ fchown
+ fchmod
+ ftruncate
+ iswspace
+ mkfifo
+ mbrlen
+ setgroups
+ sethostname
+ siginterrupt
+ sync
+ sysctl
+ sysinfo
+ tcgetpgrp
+ ])
# These checks are for Interix, to avoid its getgr* functions, in favor
# of these replacements. The replacement functions are much more efficient
@@ -183,16 +183,16 @@ AC_DEFUN([coreutils_MACROS],
AC_DEFUN([gl_CHECK_ALL_HEADERS],
[
- AC_CHECK_HEADERS_ONCE( \
- hurd.h \
- paths.h \
- priv.h \
- stropts.h \
- sys/param.h \
- sys/resource.h \
- sys/systeminfo.h \
- syslog.h \
- )
+ AC_CHECK_HEADERS_ONCE([
+ hurd.h
+ paths.h
+ priv.h
+ stropts.h
+ sys/param.h
+ sys/resource.h
+ sys/systeminfo.h
+ syslog.h
+ ])
AC_CHECK_HEADERS([sys/sysctl.h], [], [],
[AC_INCLUDES_DEFAULT
[#if HAVE_SYS_PARAM_H