]> code.delx.au - gnu-emacs/commit
Make 'configure' a bit smaller and faster.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 28 May 2012 00:46:33 +0000 (17:46 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 28 May 2012 00:46:33 +0000 (17:46 -0700)
commit0e7a053e6d481206675584c6c45b48ec2643338e
tree0a267f6705996f473932b3199c2744d7e9116811
parent694ea8e3b03ee1fdb1ed327dac7216e4f7f7359a
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