6.27. Texinfo-5.2

The Texinfo package contains programs for reading, writing, and converting info pages.

6.27.1. Installation of Texinfo

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.62.2, “Contents of Texinfo.”