On Tue, Dec 16, 2003 at 03:04:35PM +0300, Alexander V. Lukyanov wrote:
> On Mon, Dec 15, 2003 at 05:42:34PM -0600, Albert Chin wrote:
> > 7. [configure.ac]
> >    LOCALE_DIR no longer used.
> 
> Applied.

Sorry but the patch below is needed as well. I missed one use of this.
Considering that locale files are installed to $(datadir)/locale by
po/Makefile.in.in, we use that instead. If someone wants locale files
in a different directory, --datadir=<path>.

-- 
albert chin ([EMAIL PROTECTED])

-- snip snip
--- src/Makefile.am.orig        2003-12-15 11:40:32.000000000 -0600
+++ src/Makefile.am     2003-12-16 11:04:47.027341000 -0600
@@ -1,4 +1,4 @@
-localedir = @LOCALE_DIR@
+localedir = $(datadir)/locale
 pkgverlibdir = $(pkglibdir)/$(VERSION)
 
 bin_PROGRAMS = lftp

Reply via email to