8583c6027e
* xgettext now understands the block comment syntax of Guile 2.0. * libgettextpo library: - The initial msgstr of a new message is now "", not NULL. - Bug fixes in the functions po_message_is_range, po_file_check_all, po_message_check_all. * Installation options: The configure options --with-xz and --with-bzip2 can be used to specify alternate compression methods for the archive used by the 'autopoint' program. These options, together with --with-git, allow to trade dependencies against installed package size. --with-xz has the highest compression rate, followed by --with-git, followed by --with-bzip2. * Autoconf macros: - The autoconf macros installed by 'gettextize' now work with the forthcoming Automake 1.14 and require Autoconf version 2.60 or newer. * Portability: - Building on MacOS X 10.7, Cygwin 1.7.10, and newer 64-bit mingw is now supported.
23 lines
825 B
Text
23 lines
825 B
Text
$NetBSD: patch-ad,v 1.5 2013/01/31 21:45:04 adam Exp $
|
|
|
|
--- gettext-tools/Makefile.in.orig 2012-12-25 05:33:31.000000000 +0000
|
|
+++ gettext-tools/Makefile.in
|
|
@@ -1500,7 +1500,7 @@ top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
|
|
ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../m4 -I gnulib-m4 -I libgrep/gnulib-m4 -I libgettextpo/gnulib-m4
|
|
-SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests examples
|
|
+SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po man tests
|
|
|
|
# Allow users to use "gnulib-tool --update".
|
|
|
|
@@ -2029,8 +2029,7 @@ info: info-recursive
|
|
|
|
info-am:
|
|
|
|
-install-data-am: install-examplesbuildauxDATA \
|
|
- install-gettextsrcSCRIPTS
|
|
+install-data-am:
|
|
|
|
install-dvi: install-dvi-recursive
|
|
|