Default xkb-output directory needs trailing slash.

This commit is contained in:
Alan Coopersmith 2005-11-14 00:01:34 +00:00
parent 267cbffa41
commit bd9fb533b3
2 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,9 @@
2005-11-12 Alan Coopersmith <alan.coopersmith@sun.com>
2005-11-13 Alan Coopersmith <alan.coopersmith@sun.com>
* configure.ac:
Default xkb-output directory needs trailing slash.
2005-11-13 Alan Coopersmith <alan.coopersmith@sun.com>
* Xprint/doc/Makefile.am:
* hw/dmx/Makefile.am:

View File

@ -353,7 +353,7 @@ AC_ARG_WITH(xkb-path, AS_HELP_STRING([--with-xkb-path=PATH], [Path to XK
[ XKBPATH="${datadir}/X11/xkb" ])
AC_ARG_WITH(xkb-output, AS_HELP_STRING([--with-xkb-output=PATH], [Path to XKB output dir (default: ${datadir}/X11/xkb/compiled)]),
[ XKBOUTPUT="$withval" ],
[ XKBOUTPUT="compiled" ])
[ XKBOUTPUT="compiled/" ])
AC_ARG_WITH(rgb-path, AS_HELP_STRING([--with-rgb-path=PATH], [Path to RGB database (default: ${datadir}/X11/rgb)]),
[ RGBPATH="$withval" ],
[ RGBPATH="${datadir}/X11/rgb" ])