aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76ecbd13ca5..b3b3b999dc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
12011-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
12011-01-22 Paul Eggert <eggert@cs.ucla.edu> 162011-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