From f4abd4e61215b119d38ccba011a901732ce704e4 Mon Sep 17 00:00:00 2001
From: Peter Huewe
Date: Fri, 25 Jun 2010 12:02:03 +0200
Subject: docs: Fixed spelling error in buildroot.html GETTEXT instead of
GNUTTEXT
Fixed spelling error in Documentation buildroot.html#gettext-integration
GETTEXT instead of GNUTTEXT
Signed-off-by: Peter Huewe Therefore, packages that unconditionnally need gettext should:
-
select BR2_PACKAGE_GNUTTEXT if
+ select BR2_PACKAGE_GETTEXT if
BR2_NEEDS_GETTEXT and possibly select
BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT if libintl is
also needed
select BR2_PACKAGE_GNUTTEXT if
+ - Use
select BR2_PACKAGE_GETTEXT if
BR2_NEEDS_GETTEXT_IF_LOCALE and possibly select
BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE if
libintl is also needed
--
cgit v1.2.3-55-g7522