[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/70660] Autoconf problem when specifying --disable-tools
From: |
guillerodriguez.dev at gmail dot com |
Subject: |
[Bug classpath/70660] Autoconf problem when specifying --disable-tools |
Date: |
Fri, 15 Sep 2023 08:30:55 +0000 |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70660
--- Comment #1 from Guillermo Rodriguez <guillerodriguez.dev at gmail dot com>
---
The problem was introduced by commit e6c6a0238291db27ccdaee229bda59d7981a3182.
After the changes from that commit, the AC_PROG_JAVAC_WORKS macro in
configure.ac is not expanded, since it is defined as a "one-shot" macro (with
AC_DEFUN_ONCE) and used internally by AC_PROG_JAVA_WORKS which is expanded
earlier.
When tools are disabled, AC_PROG_JAVA_WORKS does not run, thus JAVAC never gets
defined.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug classpath/70660] Autoconf problem when specifying --disable-tools,
guillerodriguez.dev at gmail dot com <=