* modules/getloadavg (Files): Add m4/getloadavg.m4.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 31 Aug 2006 22:29:00 +0000 (22:29 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 31 Aug 2006 22:29:00 +0000 (22:29 +0000)
commit7092917c5e99e47cbf65f9d7b6d73a7d5de096d5
treeaf281d13c2fcfe062b0e94a569ca4e01768257ab
parentefc9686904177e6644b5528c4703f378daaee0b0
* modules/getloadavg (Files): Add m4/getloadavg.m4.
(configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
the former is now obsolescent.
* lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
or stdbool.h, because they might not exist while configuring.
* m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
obsolescent, and programs should use gnulib instead.
* m4/getloadavg.m4: New file, with contents taken from Autoconf
but with prefixes changed.
ChangeLog
lib/ChangeLog
lib/getloadavg.c
m4/ChangeLog
m4/fnmatch.m4
m4/getloadavg.m4 [new file with mode: 0644]
modules/getloadavg