aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-01-27 16:25:24 -0800
committerPaul Eggert2011-01-27 16:25:24 -0800
commitc7e95b9146337a09f112c9789a4843ac48f6aefd (patch)
treeef4d7f61c766ef72ef57dcabde3f33f42a09e97f /ChangeLog
parent8937ef6e5e4dc50227bfde55a640d59311b5eafb (diff)
downloademacs-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04d6899d67a..27c010fc6dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
12011-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
12011-01-27 Paul Eggert <eggert@cs.ucla.edu> 102011-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