xkbdesc ChangeLog,1.221,1.222 configure.in,1.50,1.51
"Sergey V. Oudaltsov" <xlibs-commit-u7BhqnqprCWvj1b/[email protected]>
| Newsgroups | gmane.comp.freedesktop.xlibs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: svu
Update of /cvs/xlibs/xkbdesc
In directory kemper:/tmp/cvs-serv5627
Modified Files:
ChangeLog configure.in
Log Message:
removing hardcoded prefix, b.fd.o#8448
Index: ChangeLog
===================================================================
RCS file: /cvs/xlibs/xkbdesc/ChangeLog,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -d -r1.221 -r1.222
--- ChangeLog 10 Oct 2006 21:37:12 -0000 1.221
+++ ChangeLog 10 Oct 2006 21:52:36 -0000 1.222
@@ -2,6 +2,8 @@
* symbols/in: fixed Devangari (default) layout, closing
https://bugs.freedesktop.org/show_bug.cgi?id=4949
+ * configure.in: removing hardcoded prefix, closing
+ https://bugs.freedesktop.org/show_bug.cgi?id=8448
2006-10-09 Sergey Udaltsov
Index: configure.in
===================================================================
RCS file: /cvs/xlibs/xkbdesc/configure.in,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- configure.in 8 Oct 2006 22:38:26 -0000 1.50
+++ configure.in 10 Oct 2006 21:52:36 -0000 1.51
@@ -5,8 +5,6 @@
AC_SUBST(VERSION)
-prefix=/usr
-
AC_PATH_PROG([XKBCOMP], [xkbcomp], [not_found])
if test x$XKBCOMP = xnot_found ; then
AC_ERROR([xkbcomp is required to install the xkb data files])