summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-05-27 17:46:33 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-05-27 17:46:33 -0700
commit0e7a053e6d481206675584c6c45b48ec2643338e (patch)
tree0a267f6705996f473932b3199c2744d7e9116811 /admin
parent694ea8e3b03ee1fdb1ed327dac7216e4f7f7359a (diff)
downloademacs-0e7a053e6d481206675584c6c45b48ec2643338e.tar.gz
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
Diffstat (limited to 'admin')
-rw-r--r--admin/CPP-DEFINES1
-rw-r--r--admin/ChangeLog4
2 files changed, 4 insertions, 1 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES
index c03bf6156ab..94bb94357b9 100644
--- a/admin/CPP-DEFINES
+++ b/admin/CPP-DEFINES
@@ -156,7 +156,6 @@ HAVE_STRERROR
HAVE_STRFTIME
HAVE_STRING_H
HAVE_STRUCT_UTIMBUF
-HAVE_SYSINFO
HAVE_SYSV_SIGPAUSE
HAVE_SYS_SELECT_H
HAVE_SYS_SYSTEMINFO_H
diff --git a/admin/ChangeLog b/admin/ChangeLog
index f278206494b..0c3bbf93873 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,7 @@
+2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
+
+ * CPP-DEFINES: Remove HAVE_SYSINFO.
+
2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
Assume gnulib does largefile.