Tlf now comes with automake and autoconf.

Easiest way to install tlf is by typing:

./configure
make
make install

By default, tlf will install into /usr/local/bin, together with the
shell-scripts in the scripts directory. Data files will install into
/usr/local/share/tlf.

If you want to change any of these paths, you can do this with the
configure script, e.g. './configure --prefix=/usr --datadir=/usr/share'
will install tlf and scipts into /usr/bin, datafiles into /usr/share/tlf.

See doc/README for more details.