Make 'configure' a bit smaller and faster.
commit267ed2cbc74a92e67f8bde5e9c282f83c4839a70
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 28 May 2012 00:46:33 +0000 (27 17:46 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 28 May 2012 00:46:33 +0000 (27 17:46 -0700)
tree28178d65df7fdd7eb5776fe7ebc28a00cdfec93f
parent0afe6931f7121e0eacb131b1ba59e8a517d10e3a
Make 'configure' a bit smaller and faster.

* configure.in (INSTALL_INFO): Set it with one call to
AC_PATH_PROG, not three.
(PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
so likely that it'll be needed.
(AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
(AC_PROG_MAKE_SET): Remove; Automake does this.
(sysinfo): Do not check for this function, as it's never used.
(tzset): Check for this function just once.
* admin/CPP-DEFINES: Remove HAVE_SYSINFO.
* m4/manywarnings.m4: Sync from gnulib, incorporating the following:
2012-05-27 manywarnings: remove duplicate -Wmultichar entry
ChangeLog
admin/CPP-DEFINES
admin/ChangeLog
configure.in
m4/manywarnings.m4