getloadavg, getopt: fix commentary re configure.in
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 9 Jul 2012 08:17:51 +0000 (01:17 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 9 Jul 2012 08:17:51 +0000 (01:17 -0700)
commitc1d613a0ac4b25f5dec56e8d27e39be5e88ec2d9
tree4fab08af7ca80c7640ea11f96fa297265b05f454
parent4de67dc3f58c3ebdd6f3c8d3effdfb6acc9afb84
getloadavg, getopt: fix commentary re configure.in

Autoconf is deprecating the name 'configure.in', so change it to
to the new name 'configure.ac' in a couple of places.
* lib/getloadavg.c: configure.in -> configure.ac, in comment.
* m4/getopt.m4 (gl_GETOPT_IFELSE, gl_GETOPT_SUBSTITUTE_HEADER)
(gl_PREREQ_GETOPT): Remove obsolete commentary re Emacs configure.in.
Emacs has renamed it to configure.ac, and it no longer refers
to these macros anyway.
ChangeLog
lib/getloadavg.c
m4/getopt.m4