| 1 |
===================================================================
|
| 2 |
RCS file: /cvs/xorg/xserver/xorg/configure.ac,v
|
| 3 |
diff -u -r1.124 -r1.125
|
| 4 |
--- configure.ac 2005/11/10 04:59:21 1.124
|
| 5 |
+++ configure.ac 2005/11/14 00:01:34 1.125
|
| 6 |
@@ -353,7 +353,7 @@
|
| 7 |
[ XKBPATH="${datadir}/X11/xkb" ])
|
| 8 |
AC_ARG_WITH(xkb-output, AS_HELP_STRING([--with-xkb-output=PATH], [Path to XKB output dir (default: ${datadir}/X11/xkb/compiled)]),
|
| 9 |
[ XKBOUTPUT="$withval" ],
|
| 10 |
- [ XKBOUTPUT="compiled" ])
|
| 11 |
+ [ XKBOUTPUT="compiled/" ])
|
| 12 |
AC_ARG_WITH(rgb-path, AS_HELP_STRING([--with-rgb-path=PATH], [Path to RGB database (default: ${datadir}/X11/rgb)]),
|
| 13 |
[ RGBPATH="$withval" ],
|
| 14 |
[ RGBPATH="${datadir}/X11/rgb" ])
|