>>>>> "Lorenzo" == Lorenzo Bettini <[EMAIL PROTECTED]> writes:
Lorenzo> I'd like to include two of my programs java2html and cpp2html
Lorenzo> into the same package (say src2...), but I would like to
Lorenzo> maintain two different program names and versions, and
Lorenzo> moreover I'd like to have the possibility to build and
Lorenzo> install only on of these two. Is it possible with automake
Lorenzo> and autoconf (which I'm already using)?
Did you ever get an answer to this?
I think all this is possible. It partly depends on what you mean by
"different versions". Automake's `make dist' feature assumes your
overall package has a single version.
Tom