/hg/icedtea7: Fix default setting of --disable-bootstrap-tools f...
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Fri Aug 30 06:55:00 PDT 2013
changeset d0908d45075a in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=d0908d45075a
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Fri Aug 30 14:54:54 2013 +0100
Fix default setting of --disable-bootstrap-tools following fix to IT_BYTECODE7_CHECK.
2013-08-30 Andrew John Hughes <gnu.andrew at member.fsf.org>
* acinclude.m4:
(IT_USE_BOOTSTRAP_TOOLS): Fix default following
change to IT_BYTECODE7_CHECK.
diffstat:
ChangeLog | 6 ++++++
acinclude.m4 | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 3baf4babcab2 -r d0908d45075a ChangeLog
--- a/ChangeLog Fri Aug 30 14:23:03 2013 +0100
+++ b/ChangeLog Fri Aug 30 14:54:54 2013 +0100
@@ -1,3 +1,9 @@
+2013-08-30 Andrew John Hughes <gnu.andrew at member.fsf.org>
+
+ * acinclude.m4:
+ (IT_USE_BOOTSTRAP_TOOLS): Fix default following
+ change to IT_BYTECODE7_CHECK.
+
2013-08-30 Andrew John Hughes <gnu.andrew at member.fsf.org>
* acinclude.m4:
diff -r 3baf4babcab2 -r d0908d45075a acinclude.m4
--- a/acinclude.m4 Fri Aug 30 14:23:03 2013 +0100
+++ b/acinclude.m4 Fri Aug 30 14:54:54 2013 +0100
@@ -2510,9 +2510,9 @@
],
[
if test "x${it_cv_bytecode7}" = "xyes"; then
+ disable_bootstrap_tools=no;
+ else
disable_bootstrap_tools=yes;
- else
- disable_bootstrap_tools=no;
fi
])
AC_MSG_RESULT([$disable_bootstrap_tools])
More information about the distro-pkg-dev
mailing list