as part of the update to gettext 0.14.5. The gettext-tools package contains all the development tools, but autopoint and gettextize.
13 lines
566 B
Text
13 lines
566 B
Text
$NetBSD: patch-ak,v 1.1.1.1 2006/02/05 22:38:15 joerg Exp $
|
|
|
|
--- gettext-runtime/intl/Makefile.in.orig 2006-02-04 19:34:01.000000000 +0000
|
|
+++ gettext-runtime/intl/Makefile.in
|
|
@@ -257,7 +257,7 @@ check: all
|
|
# separate library.
|
|
# If you want to use the one which comes with this version of the
|
|
# package, you have to use `configure --with-included-gettext'.
|
|
-install: install-exec install-data
|
|
+install:
|
|
install-exec: all
|
|
if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \
|
|
&& test '@USE_INCLUDED_LIBINTL@' = yes; then \
|