maint: rely on gnulib's new sys_resource module
authorJim Meyering <meyering@redhat.com>
Fri, 4 May 2012 09:18:28 +0000 (11:18 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 4 May 2012 10:13:26 +0000 (12:13 +0200)
commitc999133e539cd01860338bf6d0f33d825ae94490
treee1d43124942b7ee9c2bb1cee8c368ddfa13d59e6
parent15f1d0c9aad23f5ada64594c127ca015d4d8dbfe
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 <sys/resource.h> 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.
bootstrap.conf
m4/jm-macros.m4
src/sort.c