diff options
| author | Paul Eggert | 2011-01-23 20:53:39 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-01-23 20:53:39 -0800 |
| commit | d6974efa708eff7adf1768aa6a792a12d7dfbb7b (patch) | |
| tree | a39eba95a3448eb567453c24c84ed90461040d42 /ChangeLog | |
| parent | 8ab7032073626f5153c4a42f6ecb4697efc80b8b (diff) | |
| download | emacs-d6974efa708eff7adf1768aa6a792a12d7dfbb7b.tar.gz emacs-d6974efa708eff7adf1768aa6a792a12d7dfbb7b.zip | |
Remove HAVE_RAW_DECL_CHOWN etc. from config.h
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
| @@ -1,3 +1,18 @@ | |||
| 1 | 2011-01-24 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Remove HAVE_RAW_DECL_CHOWN etc. from config.h | ||
| 4 | * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4, | ||
| 5 | as it is no longer needed. | ||
| 6 | * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate. | ||
| 7 | * configure.in: Invoke the new gnulib macro | ||
| 8 | gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for | ||
| 9 | warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h. | ||
| 10 | * m4/getopt.m4: Sync from gnulib; this removes the need for | ||
| 11 | HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h. | ||
| 12 | * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK): | ||
| 13 | New macro, synced from gnulib. | ||
| 14 | * m4/warn-on-use.m4: Remove. | ||
| 15 | |||
| 1 | 2011-01-22 Paul Eggert <eggert@cs.ucla.edu> | 16 | 2011-01-22 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 17 | ||
| 3 | aclocal.m4: put this file back into repository | 18 | aclocal.m4: put this file back into repository |