%general-entities; ]> bison &bison-version;
&bison-url;
Bison-&bison-version; Bison tools <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../chapter06/bison.xml" xpointer="xpointer(/sect1/sect2[1]/para[1])"/> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem> <seg>&bison-ch5-sbu;</seg> <seg>&bison-ch5-du;</seg> </seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> <title>Installation of Bison Prepare Bison for compilation: ./configure --prefix=/usr \ --docdir=/usr/share/doc/bison-&bison-version; The meaning of the new configure option: --docdir=/usr/share/doc/bison-&bison-version; This tells the build system to install bison documentation into a versioned directory. Compile the package: make Install the package: make install <para>Details on this package are located in <xref linkend="contents-bison" role="."/></para> </sect2> </sect1>