libjava: Support --enable-version-specific-runtime-libs.
Tom Tromey
tromey@redhat.com
Wed Jun 9 17:20:00 GMT 2004
>>>>> "Andreas" == Andreas Jaeger <aj@suse.de> writes:
Andreas> The appended patch adds support for
Andreas> --enable-version-specific-runtime-libs to libjava.
Do you have a pointer to the discussion of this feature? I read the
explanation in install.texi, and I don't really see why the user can't
just make a new --prefix for this case. But I'd like to read the
original discussion instead of going over the arguments again...
Andreas> +AC_MSG_CHECKING([for --enable-version-specific-runtime-libs])
Do we really need this? This isn't really an ordinary configure
check.
Andreas> +# Process the option "--enable-version-specific-runtime-libs"
Andreas> +gcc_version_trigger=${srcdir}/../gcc/version.c
Is this correct for multilibs when srcdir==objdir?
I think you need $libgcj_basedir/../gcc/version.c here.
See the comments in LIBGCJ_CONFIGURE in acinclude.m4.
Otherwise this looks fine.
BTW does it need a tweak for header file installation?
Tom
More information about the Java-patches
mailing list