aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-05-27 02:12:09 -0700
committerPaul Eggert2012-05-27 02:12:09 -0700
commit50c4645e2cc7857c84abeaa3f4787fc7ea34f5a6 (patch)
treef3bf81d6278d73cc9fab80e6b14c7841d3d7cec8 /ChangeLog
parent57b81a9f519a6538e7caa581a62087bec219abd1 (diff)
downloademacs-50c4645e2cc7857c84abeaa3f4787fc7ea34f5a6.tar.gz
emacs-50c4645e2cc7857c84abeaa3f4787fc7ea34f5a6.zip
Assume gnulib does largefile.
Gnulib does the largefile configuration anyway, so when configure.in invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily. * admin/merge-gnulib (GNULIB_MODULES): Add largefile. * configure.in (AC_SYS_LARGEFILE): Remove. * lib/gnulib.mk: Autoupdate.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5102d7b1e80..58d05381244 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
12012-05-27 Paul Eggert <eggert@cs.ucla.edu>
2
3 Assume gnulib does largefile.
4 Gnulib does the largefile configuration anyway, so when configure.in
5 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
6 * configure.in (AC_SYS_LARGEFILE): Remove.
7 * lib/gnulib.mk: Autoupdate.
8
12012-05-26 Paul Eggert <eggert@cs.ucla.edu> 92012-05-26 Paul Eggert <eggert@cs.ucla.edu>
2 10
3 Merge from gnulib. (Bug#11527) 11 Merge from gnulib. (Bug#11527)