aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2012-06-27 22:29:58 -0700
committerPaul Eggert2012-06-27 22:29:58 -0700
commit15458df459c03803990c8e0752bbdda6f8a173d6 (patch)
treedf002ed5294eb4f4956f1a69b08fdbcb7c80825f
parentc207708c86ab04f4bb1d78789be0d116e77ba9bb (diff)
downloademacs-15458df459c03803990c8e0752bbdda6f8a173d6.tar.gz
emacs-15458df459c03803990c8e0752bbdda6f8a173d6.zip
* configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
Emacs proper no longer uses these headers, and can rely on Gnulib for these checks.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 327c7468204..cb0c1632031 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
12012-06-28 Paul Eggert <eggert@cs.ucla.edu> 12012-06-28 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
4 Emacs proper no longer uses these headers, and can rely on Gnulib
5 for these checks.
6
3 Merge from gnulib. 7 Merge from gnulib.
4 * m4/getopt.m4: Copy new version from gnulib, incorporating: 8 * m4/getopt.m4: Copy new version from gnulib, incorporating:
5 getopt-posix: No longer guarantee that option processing is resettable. 9 getopt-posix: No longer guarantee that option processing is resettable.
diff --git a/configure.in b/configure.in
index 92114118874..d545ff4899a 100644
--- a/configure.in
+++ b/configure.in
@@ -1188,7 +1188,6 @@ fi
1188 1188
1189dnl checks for header files 1189dnl checks for header files
1190AC_CHECK_HEADERS_ONCE( 1190AC_CHECK_HEADERS_ONCE(
1191 sys/select.h sys/time.h utime.h
1192 linux/version.h sys/systeminfo.h 1191 linux/version.h sys/systeminfo.h
1193 stdio_ext.h fcntl.h coff.h pty.h 1192 stdio_ext.h fcntl.h coff.h pty.h
1194 sys/vlimit.h sys/resource.h 1193 sys/vlimit.h sys/resource.h