From c999133e539cd01860338bf6d0f33d825ae94490 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 4 May 2012 11:18:28 +0200 Subject: maint: rely on gnulib's new sys_resource module * bootstrap.conf (gnulib_modules): Add sys_resource. * src/sort.c: Remove #if HAVE_SYS_RESOURCE_H guard around inclusion of and move the inclusion "up" into the alphabetized list of its peers. This also avoids a failure of the sc_prohibit_always_true_header_tests syntax-check rule. * m4/jm-macros.m4 (gl_CHECK_ALL_HEADERS): Remove sys/resource.h. --- m4/jm-macros.m4 | 1 - 1 file changed, 1 deletion(-) (limited to 'm4') diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 94cdf82b6..016172f04 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -189,7 +189,6 @@ AC_DEFUN([gl_CHECK_ALL_HEADERS], priv.h stropts.h sys/param.h - sys/resource.h sys/systeminfo.h syslog.h ]) -- cgit v1.2.1