Details on this package are located in Section 10.98.2, “Contents of Texinfo.”
The Texinfo package contains programs for reading, writing, and converting info pages.
Prepare Texinfo for compilation:
PERL=/usr/bin/perl ./configure --prefix=/tools \
    --build=${CLFS_HOST} --host=${CLFS_TARGET}
        The meaning of the new configure option:
PERL=/usr/bin/perl
            
                This forces Texinfo to use /usr/bin as the location of perl, as some host systems
                may have it in /bin.
              
Compile the package:
make
Install the package:
make install
Details on this package are located in Section 10.98.2, “Contents of Texinfo.”