Tom Tromey <[EMAIL PROTECTED]> writes:
> >> 1. I can't get automake to read a dynamically created AC_OUTPUT
>...
> Yes, automake needs a static AC_OUTPUT list. Automake uses the
> argument to AC_OUTPUT to determine which Makefile.am's to scan.
>
> My suggestion: keep AC_OUTPUT static, and use
>> 1. I can't get automake to read a dynamically created AC_OUTPUT
>> parameter list. This is correct behavior but how do I specify
>> which files it should create?
Yes, automake needs a static AC_OUTPUT list. Automake uses the
argument to AC_OUTPUT to determine which Makefile.am's to s
Dear list readers,
I have recently been working on an improved way of handling our Java
projects using autoconf and automake. I have two main features in mind:
1. In configure.in define java modules simply by the root of their
directory tree. Eg. `JAVA_DEFINE_MODULE(module_foo, foo)'