summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-20 23:01:02 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-20 23:01:02 +0000
commita1f110bda80bb3b8e4f602385ca5ccd96cf3f786 (patch)
tree34649a63ea18a7414281e84a3a2fe0511fbc6939 /ChangeLog
parent385730d23944c24dd9af45b27f62c1161abc48b2 (diff)
Make sure XKM_OUTPUT_DIR (used in code) ends in / (so paths don't get hosed
when appending file names) but XKB_COMPILED_DIR (used in Makefiles) does not so install-sh -d doesn't get confused when the directory already exists.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ef1fa1e4..e47069d88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-11-20 Alan Coopersmith <alan.coopersmith@sun.com>
+
+ * configure.ac:
+ * xkb/Makefile.am:
+ Make sure XKM_OUTPUT_DIR (used in code) ends in / (so paths don't
+ get hosed when appending file names) but XKB_COMPILED_DIR (used
+ in Makefiles) does not so install-sh -d doesn't get confused when
+ the directory already exists.
+
2005-11-19 Alan Coopersmith <alan.coopersmith@sun.com>
* configure.ac: