autoconf 2.50 updates - libjava

Tom Tromey tromey@redhat.com
Sat May 26 17:34:00 GMT 2001


>>>>> "Zack" == Zack Weinberg <zackw@Stanford.EDU> writes:

Zack> There's a new macro called AC_NO_EXECUTABLES that does the
Zack> equivalent of that, but it also causes any use of AC_TRY_LINK or
Zack> AC_TRY_RUN to be rejected when autoconf runs.

I see an AC_TRY_LINK in libjava/configure.in but not in boehm-gc,
libffi, or zlib.

The one I see is this:

AC_TRY_LINK([extern int data_start;], [return ((int) &data_start);],
  [AC_MSG_RESULT(found it)],
  [LIBDATASTARTSPEC="-u data_start libgcjdata.a%s"
   NEEDS_DATA_START=yes	
   AC_MSG_RESULT(missing)])

Anthony, why did we need this?

Tom



More information about the Gcc-patches mailing list