diff options
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 |