﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
2595	Bison-2.4.1	Larry Gilbert	lfs-book@…	"This instruction:

    echo '#define YYENABLE_NLS 1' >> config.h

was added in version 6.2 of the book, when Bison was at version 2.2.  Sometime between then and the release of Bison 2.4.1, config.hin (and the resulting config.h) moved into the lib/ subdirectory, but the above instruction remains unchanged in LFS 6.5, 6.6rc2, and the latest Subversion commit (r9204).

I changed the instruction to:

    echo '#define YYENABLE_NLS 1' >> lib/config.h

and verified that it does make a difference in the built executable."	defect	closed	normal		Book	SVN	normal	fixed		
