Brian Jones <[EMAIL PROTECTED]> writes: > I just checked in a set of fixes to help get make dist to work. I've > run into a problem with the generated Makefiles that comes from one of > the auto* tools.
Dove into automake and configure tonight and solved this little mystery. Essentially the check for what to put in @am__include@ is only done as part of something previously included only when using --enable-jni because of one of the checks for a compiler or something. I've moved the 'if' statement down a bit in configure.in to fix this. Brian -- Brian Jones <[EMAIL PROTECTED]> _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

