aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-01-08 23:29:26 -0800
committerPaul Eggert2011-01-08 23:29:26 -0800
commit84bbb1add53329f6059958a9609240aed336258c (patch)
tree2f2f464c03ac78ece67172df37222d017a1d5916 /ChangeLog
parente2900ac7f7c81e849dc59b2f60917668577e2837 (diff)
downloademacs-84bbb1add53329f6059958a9609240aed336258c.tar.gz
emacs-84bbb1add53329f6059958a9609240aed336258c.zip
Use gnulib's getopt-gnu module.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7680a11e6bd..38705ca334b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
12011-01-09 Paul Eggert <eggert@cs.ucla.edu> 12011-01-09 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Use gnulib's getopt-gnu module.
4 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
5 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
6 representative of the dependencies.
7 * configure.in: Do not configure getopt, as gnulib does that now.
8 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
9 getopt now, in lib.
10
3 Regenerate. 11 Regenerate.
4 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c: 12 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
5 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c: 13 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c: