diff options
| author | Paul Eggert | 2011-01-08 23:29:26 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-01-08 23:29:26 -0800 |
| commit | 84bbb1add53329f6059958a9609240aed336258c (patch) | |
| tree | 2f2f464c03ac78ece67172df37222d017a1d5916 /ChangeLog | |
| parent | e2900ac7f7c81e849dc59b2f60917668577e2837 (diff) | |
| download | emacs-84bbb1add53329f6059958a9609240aed336258c.tar.gz emacs-84bbb1add53329f6059958a9609240aed336258c.zip | |
Use gnulib's getopt-gnu module.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -1,5 +1,13 @@ | |||
| 1 | 2011-01-09 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-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: |