aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-07-29 14:59:44 -0700
committerPaul Eggert2011-07-29 14:59:44 -0700
commit74b880cbc18bd0194c7b1fc44c4a983ee05adae2 (patch)
tree3a17efc7aa32c80381625cb2c52cbc4905a0e501 /ChangeLog
parenteacb6b4bfa897c12c41a4af73f40ab61b45a8548 (diff)
downloademacs-74b880cbc18bd0194c7b1fc44c4a983ee05adae2.tar.gz
emacs-74b880cbc18bd0194c7b1fc44c4a983ee05adae2.zip
* autogen/copy_autogen, autogen/update_autogen: Update build-aux locations.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index de89768c0a2..905562bff24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
12011-07-29 Paul Eggert <eggert@cs.ucla.edu> 12011-07-29 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Merge from gnulib, using build-aux to remove clutter (Bug#9169). 3 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
4 * autogen/README: Update destination list.
5 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
6 The autogenerated files compile, config.guess,
7 config.sub, depcomp, install-sh, and missing are now in build-aux.
4 * m4/largefile.m4: New file, so that Emacs does not mess up when 8 * m4/largefile.m4: New file, so that Emacs does not mess up when
5 accessing files with large inode numbers in MacOS X 10.5 and later. 9 accessing files with large inode numbers in MacOS X 10.5 and later.
6 * m4/nocrash.m4: New file, to avoid triggering background debugger 10 * m4/nocrash.m4: New file, to avoid triggering background debugger
@@ -10,8 +14,6 @@
10 * build-aux/snippet/c++defs.h: Renamed from c++defs.h. 14 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
11 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h. 15 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
12 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn. 16 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
13 * .bzrignore: The autogenerated files compile, config.guess,
14 config.sub, depcomp, install-sh, and missing are now in build-aux.
15 * Makefile.in (epaths-force, sync-from-gnulib): 17 * Makefile.in (epaths-force, sync-from-gnulib):
16 move-if-change is now in build-aux. 18 move-if-change is now in build-aux.
17 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite 19 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite