October 2000
Intermediate to advanced
432 pages
9h 9m
English
automake calls libtoolize to generate some extra files if the macro 'AC_PROG_LIBTOOL' is used in 'configure.in'. If it is not present, automake installs 'config.guess' and 'config.sub' by itself. libtoolize can also be run manually if desired; automake runs libtoolize automatically only if 'ltmain.sh' and 'ltconfig' are missing.
'config.guess' and 'config.sub'
The versions of 'config.guess' and 'config.sub' installed differ between releases of Automake and Libtool, and might be different depending on whether libtoolize is used to install them. Before releasing your own package, ...
Read now
Unlock full access