diff options
| author | Paul Eggert | 2011-07-29 14:59:44 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-29 14:59:44 -0700 |
| commit | 74b880cbc18bd0194c7b1fc44c4a983ee05adae2 (patch) | |
| tree | 3a17efc7aa32c80381625cb2c52cbc4905a0e501 /ChangeLog | |
| parent | eacb6b4bfa897c12c41a4af73f40ab61b45a8548 (diff) | |
| download | emacs-74b880cbc18bd0194c7b1fc44c4a983ee05adae2.tar.gz emacs-74b880cbc18bd0194c7b1fc44c4a983ee05adae2.zip | |
* autogen/copy_autogen, autogen/update_autogen: Update build-aux locations.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -1,6 +1,10 @@ | |||
| 1 | 2011-07-29 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-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 |