Typo fix to locale/error/keysym location declarations.

This commit is contained in:
Daniel Stone 2005-06-15 16:50:47 +00:00
parent 9a895777e3
commit 12afc57b7d

View file

@ -237,10 +237,10 @@ if test "x$GCC" = "xyes"; then
X11_CFLAGS="$GCC_WARNINGS $X11_CFLAGS"
fi
X11_DATADIR='${datadir}/X11'
X11_LOCALEDIR='${X11_DATADIR}/locale'
XKEYSYMDB='${X11_DATADIR}/XKeysymDB'
XERRORDB='${X11_DATADIR}/XErrorDB'
X11_DATADIR="${datadir}/X11"
X11_LOCALEDIR="${X11_DATADIR}/locale"
XKEYSYMDB="${X11_DATADIR}/XKeysymDB"
XERRORDB="${X11_DATADIR}/XErrorDB"
AC_SUBST(X11_DATADIR)
AC_SUBST(X11_LOCALEDIR)