aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-06-27 22:29:58 -0700
committerPaul Eggert2012-06-27 22:29:58 -0700
commit15458df459c03803990c8e0752bbdda6f8a173d6 (patch)
treedf002ed5294eb4f4956f1a69b08fdbcb7c80825f /ChangeLog
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 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.