summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2007-09-21 14:52:09 -0400
committerJames Cloos <cloos@jhcloos.com>2007-09-21 14:52:09 -0400
commit599d3c2049bc71929c29e864e4d76b2bdfc0c550 (patch)
tree66b6f1b0f6e1f1b98d13ca6aae398732d0faceb1 /configure.ac
parentff27bd043f93ee9505f7f6cd0aed417ef264351e (diff)
Match luit locale.alias location to libX11 default
Luit expects to find the locale.alias file in ${libdir}/X11/locale. However, libX11 installs the locale files in ${datadir}/X11/locale, by default.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 1ee5085..058c2f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,9 +36,9 @@ AC_CHECK_LIB(z, gzopen,, AC_MSG_ERROR([zlib not found]))
AC_ARG_WITH(localealiasfile,
AC_HELP_STRING([--with-localealiasfile=<path>],
- [The locale alias file (default: ${libdir}/X11/locale/locale.alias)]),
+ [The locale alias file (default: ${datadir}/X11/locale/locale.alias)]),
[LOCALEALIASFILE="$withval"],
- [LOCALEALIASFILE=${libdir}/X11/locale/locale.alias])
+ [LOCALEALIASFILE=${datadir}/X11/locale/locale.alias])
AC_SUBST([LOCALEALIASFILE])
# Checks for pkg-config packages