[ds6-devel] --with-localedir=DIR
Chris Leishman
chris at leishman.org
Sun Jan 12 21:27:28 CET 2003
Hmm...
I put in the --with-localedir, but it looks like the intl library
doesn't use 'localedir', it just assumes '${datadir}/locale'. So, to
fix this we could apply this patch:
-- intl/Makefile.in 11 Jan 2003 18:30:44 -0000 1.1.2.1
+++ intl/Makefile.in 12 Jan 2003 19:25:19 -0000
@@ -32,7 +32,7 @@
libdir = @libdir@
includedir = @includedir@
datadir = @datadir@
-localedir = $(datadir)/locale
+localedir = @localedir@
gettextsrcdir = $(datadir)/gettext/intl
aliaspath = $(localedir)
subdir = intl
Or we could just assume localedir is '${datadir}/locale' and get rid of
the whole --with-localedir anyway. I can't really imagine a situation
where the localedir isn't going to be in the datadir, so I don't have a
problem with just getting rid of --with-localedir. But I'll leave the
choice up to Simone.
Regards,
Chris
More information about the ds6-devel
mailing list