From: Jim Meyering Date: Sat, 1 Oct 2011 17:48:17 +0000 (+0200) Subject: maint: clean up m4 syntax X-Git-Tag: v8.14~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d588c8100c7eb5673acd73b2b72ae8c49e76e176;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index dc68f3b618..affd37dd55 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