In the development book there exists this: 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' >> lib/config.h After executing ./configure --prefix=/usr and viewing lib/config.h #define ENABLE_NLS 1 is already there. I noticed this when upgrading bison for CLFS back at version 2.6.2. There is no need to echo a definition if it is already set during the configure process. Sincerely, William Harrington -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page