~ubuntu-branches/ubuntu/breezy/libx11/breezy

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Stone
  • Date: 2005-09-30 16:30:55 UTC
  • Revision ID: james.westby@ubuntu.com-20050930163055-dfterq3qv2h111u0
Tags: 1:6.2.1+cvs.20050722-8
Fix non-UTF-8 locales by fixing generation of compose.dir, locale.alias,
and locale.dir in nls/ (closes: Ubuntu#13724).

Show diffs side-by-side

added added

removed removed

Lines of Context:
269
269
# in ${libdir}
270
270
#
271
271
 
272
 
X11_LOCALEDATADIR="${X11_LIBDIR}/locale"
273
 
X11_LOCALELIBDIR="${X11_LIBDIR}/locale/lib"
 
272
X11_LOCALEDATADIR="${X11_DATADIR}/locale"
 
273
X11_LOCALELIBDIR="${X11_LIBDIR}/locale"
274
274
X11_LOCALEDIR="${X11_LOCALEDATADIR}"
275
275
XKEYSYMDB="${X11_DATADIR}/XKeysymDB"
276
276
XERRORDB="${X11_DATADIR}/XErrorDB"
283
283
AC_DEFINE_DIR(XKEYSYMDB, XKEYSYMDB, [Location of keysym database])
284
284
AC_DEFINE_DIR(XERRORDB, XERRORDB, [Location of error message database])
285
285
AC_DEFINE_DIR(XLOCALEDIR, X11_LOCALEDIR, [Location of libX11 locale data])
 
286
AC_DEFINE_DIR(XLOCALELIBDIR, X11_LOCALELIBDIR, [Location of libX11 locale libraries])
286
287
 
287
288
AC_OUTPUT([Makefile
288
289
           include/Makefile