From 2debf13d303bb84645a283d7bf812d81972400de Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Tue, 10 Jan 2006 22:08:36 +0000 Subject: Make bison build repeatably. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7263 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bison.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'chapter06') diff --git a/chapter06/bison.xml b/chapter06/bison.xml index f0b3d3fec..d5fb0ae82 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -32,6 +32,13 @@ GCC, Gettext, Glibc, Grep, M4, Make, and Sed ./configure --prefix=/usr +The configure system causes bison to be built without support for +internationalization of error messages if a bison +program is not already in $PATH. The following addition will correct +this. + +echo '#define YYENABLE_NLS 1' >> config.h + Compile the package: make -- cgit v1.2.3-54-g00ecf