>>>>> "Lorenzo" == Lorenzo Bettini <[EMAIL PROTECTED]> writes:
Lorenzo> I mean that, e.g., java2html could be 1.7 and cpp2html 1.3,
Lorenzo> though they are in the same package, and possibly do
Lorenzo> something like make install_java2html...
Version numbers are up to you.
Automake wants to know the overall package version so that it can
correctly make a versioned tarball. However you aren't required to
use this version number for anything else. And if you don't want to
use `make dist' then you can just ignore this number completely (you
still have to specify it though).
Automake won't generate separate install rules for different parts of
your package.
Tom