From 5d4e1b1f1f749ed5e84113ad1767d5fa92bd4a02 Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Tue, 3 May 2016 17:11:08 +0000 Subject: Texinfo - add a note that configure will incorrectly report --disable-static as an unrecognized option. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11051 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/texinfo.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'chapter06') diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml index 7061cdbca..b0034f840 100644 --- a/chapter06/texinfo.xml +++ b/chapter06/texinfo.xml @@ -45,6 +45,22 @@ ./configure --prefix=/usr --disable-static + + The meaning of the configure options: + + + --disable-static + + iIn this case, the top-level configure script will complain that + this is an unrecognized option, but the configure script for + XSParagraph recognizes it and uses it to disable installing a static + XSParagraph.a to /usr/lib/texinfo. + + + + + Compile the package: make -- cgit v1.2.3-54-g00ecf