From a55af7c6f115dd596a941ec09b5cb535875f641b Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 3 Feb 2021 09:02:40 +0000 Subject: [PATCH] ch08/coreutils: correct an explanation git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12120 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/coreutils.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml index c9f97a20d..6c1791327 100644 --- a/chapter08/coreutils.xml +++ b/chapter08/coreutils.xml @@ -77,9 +77,9 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \ autoreconf - This command updates generated configuration files - consistent with the latest version of automake. - + The patch for internationalization has modified the + building system of the package, so the configuration files have + to be regenerated.