aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2011-01-26 23:24:57 -0800
committerPaul Eggert <[email protected]>2011-01-26 23:24:57 -0800
commit125c3718c28a9f7ebba9d4a96f6c75a07f8797b6 (patch)
tree5ed8775f590a601c256f12df9817efd06891ba85 /ChangeLog
parent647559c2993ca4fb3fdbdf340945f5e1afbe84d9 (diff)
fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 012274ce94..04d6899d67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2011-01-27 Paul Eggert <[email protected]>
+
+ fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
+ * Makefile.in (DOS-gnulib-comp.m4): New macro.
+ (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
+ problems with MS-DOS 8+3 file name restrictions.
+ Remove m4/gnulib-cache.m4, as we can live without it. If we kept
+ it, it would also cause problems when extracting Emacs distribution
+ tarballs on MS-DOS hosts.
+ (ACLOCAL_INPUTS): Adjust to file renaming.
+ * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
+ * config.guess, config.sub: Sync from gnulib.
+ * m4/gnulib-cache.m4: Remove from repository.
+ * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
+
2011-01-25 Glenn Morris <[email protected]>
* README: Add a note about ranges in copyright years.