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-27 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | fix two m4/gnulib-*.m4 file names that clashed under MS-DOS | ||
| 4 | * Makefile.in (DOS-gnulib-comp.m4): New macro. | ||
| 5 | (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid | ||
| 6 | problems with MS-DOS 8+3 file name restrictions. | ||
| 7 | Remove m4/gnulib-cache.m4, as we can live without it. If we kept | ||
| 8 | it, it would also cause problems when extracting Emacs distribution | ||
| 9 | tarballs on MS-DOS hosts. | ||
| 10 | (ACLOCAL_INPUTS): Adjust to file renaming. | ||
| 11 | * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate. | ||
| 12 | * config.guess, config.sub: Sync from gnulib. | ||
| 13 | * m4/gnulib-cache.m4: Remove from repository. | ||
| 14 | * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4. | ||
| 15 | |||
| 1 | 2011-01-25 Glenn Morris <rgm@gnu.org> | 16 | 2011-01-25 Glenn Morris <rgm@gnu.org> |
| 2 | 17 | ||
| 3 | * README: Add a note about ranges in copyright years. | 18 | * README: Add a note about ranges in copyright years. |