[Xorg] [PATCH][xlibs] xkbfile configure.ac fix
Mark Hymers
mark at hymers.org.uk
Tue Jun 22 12:25:48 PDT 2004
Attached is a fix for configure.ac for xkbfile. We need to escape the
definition properly for it to work (I discovered this whilst
autoconfing setxkbmap)
Mark
--
Mark Hymers <mark at hymers dot org dot uk>
"++?????++ Out of Cheese Error. Redo From Start."
Interesting Times, Terry Pratchett
-------------- next part --------------
Index: configure.ac
===================================================================
RCS file: /cvs/xlibs/xkbfile/configure.ac,v
retrieving revision 1.1
diff -u -p -u -r1.1 configure.ac
--- configure.ac 18 Apr 2004 10:42:04 -0000 1.1
+++ configure.ac 22 Jun 2004 19:00:22 -0000
@@ -24,7 +24,7 @@ if ! test -d $xkb_base; then
AC_MSG_ERROR([The path $xkb_base does not denote the directory])
fi
-X_CFLAGS="$X_CFLAGS -DDFLT_XKB_CONFIG_ROOT=\"$xkb_base\""
+X_CFLAGS="$X_CFLAGS -DDFLT_XKB_CONFIG_ROOT=\\\\\\\"$xkb_base\\\\\\\""
AC_SUBST(X_CFLAGS)
AC_SUBST(X_LIBS)
More information about the xorg
mailing list