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.
This commit is contained in:
Alan Coopersmith 2005-11-20 23:01:02 +00:00
commit a1f110bda8
3 changed files with 18 additions and 3 deletions

View file

@ -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: