0c34636af5
1.6.x release are: - A new banlist window. - Support for ircd numeric 005 and dynamic channel/nick modes. - Uses WATCH command for notify list when available (like on Dalnet). - Http proxy support. - Throttle meter. - Perl errors no longer stop xchat, just the script itself. - Perl scripts can now use modules successfully. - Efficiency improvements and bug fixes to xchat's text widget: xtext. - IPv6 support. - Lots of new foreign language translations. - Japanese code conversion (Kanji locale <=> JIS translation). - Compiles on win32.
13 lines
429 B
Text
13 lines
429 B
Text
$NetBSD: patch-ac,v 1.2 2001/07/31 09:48:54 tron Exp $
|
|
|
|
--- po/Makefile.in.in.orig Sun Oct 31 12:17:50 1999
|
|
+++ po/Makefile.in.in Mon Sep 4 19:30:55 2000
|
|
@@ -19,7 +19,7 @@
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
datadir = $(prefix)/@DATADIRNAME@
|
|
-localedir = $(datadir)/locale
|
|
+localedir = $(prefix)/$(PKGLOCALEDIR)/locale
|
|
gnulocaledir = $(prefix)/share/locale
|
|
gettextsrcdir = $(prefix)/share/gettext/po
|
|
subdir = po
|