diff options
| author | Paul Eggert | 2011-01-27 16:25:24 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-01-27 16:25:24 -0800 |
| commit | c7e95b9146337a09f112c9789a4843ac48f6aefd (patch) | |
| tree | ef4d7f61c766ef72ef57dcabde3f33f42a09e97f /ChangeLog | |
| parent | 8937ef6e5e4dc50227bfde55a640d59311b5eafb (diff) | |
| download | emacs-c7e95b9146337a09f112c9789a4843ac48f6aefd.tar.gz emacs-c7e95b9146337a09f112c9789a4843ac48f6aefd.zip | |
improve fix for MS-DOS file name clash
* Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4,
for portability to POSIX make. Reported by Bruno Haible.
(sync-from-gnulib): Copy gl-comp.m4 (if present) back to
gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
files from accumulating as garbage. Also reported by Bruno Haible.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -1,3 +1,12 @@ | |||
| 1 | 2011-01-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | improve fix for MS-DOS file name clash | ||
| 4 | * Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4, | ||
| 5 | for portability to POSIX make. Reported by Bruno Haible. | ||
| 6 | (sync-from-gnulib): Copy gl-comp.m4 (if present) back to | ||
| 7 | gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib | ||
| 8 | files from accumulating as garbage. Also reported by Bruno Haible. | ||
| 9 | |||
| 1 | 2011-01-27 Paul Eggert <eggert@cs.ucla.edu> | 10 | 2011-01-27 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 11 | ||
| 3 | fix two m4/gnulib-*.m4 file names that clashed under MS-DOS | 12 | fix two m4/gnulib-*.m4 file names that clashed under MS-DOS |