changeset in /hg/icedtea: Quote checking output.
Andrew John Hughes
gnu_andrew at member.fsf.org
Mon Oct 27 07:15:51 PDT 2008
changeset 0c1f4e6469c9 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=0c1f4e6469c9
description:
Quote checking output.
2008-10-27 Andrew John Hughes <ahughes at redhat.com>
* configure.ac:
Quote checking output.
diffstat:
2 files changed, 9 insertions(+), 4 deletions(-)
ChangeLog | 5 +++++
configure.ac | 8 ++++----
diffs (51 lines):
diff -r 18e44bb73935 -r 0c1f4e6469c9 ChangeLog
--- a/ChangeLog Fri Oct 24 16:58:12 2008 +0100
+++ b/ChangeLog Mon Oct 27 14:15:38 2008 +0000
@@ -1,3 +1,8 @@ 2008-10-24 Andrew John Hughes <ahughes
+2008-10-27 Andrew John Hughes <ahughes at redhat.com>
+
+ * configure.ac:
+ Quote checking output.
+
2008-10-24 Andrew John Hughes <ahughes at redhat.com>
Merge from IcedTea6.
diff -r 18e44bb73935 -r 0c1f4e6469c9 configure.ac
--- a/configure.ac Fri Oct 24 16:58:12 2008 +0100
+++ b/configure.ac Mon Oct 27 14:15:38 2008 +0000
@@ -153,7 +153,7 @@ AM_CONDITIONAL(ENABLE_PULSE_JAVA, test "
AM_CONDITIONAL(ENABLE_PULSE_JAVA, test "x${enable_pulse_java}" = "xyes")
AC_MSG_RESULT(${enable_pulse_java})
-AC_MSG_CHECKING(whether to build documentation)
+AC_MSG_CHECKING([whether to build documentation])
AC_ARG_ENABLE([docs],
[AS_HELP_STRING([--disable-docs],
[Disable generation of documentation])],
@@ -161,7 +161,7 @@ AM_CONDITIONAL([ENABLE_DOCS], [test x$EN
AM_CONDITIONAL([ENABLE_DOCS], [test x$ENABLE_DOCS = xyes])
AC_MSG_RESULT(${ENABLE_DOCS})
-AC_MSG_CHECKING(whether to build VisualVM)
+AC_MSG_CHECKING([whether to build VisualVM])
AC_ARG_ENABLE([visualvm],
[AS_HELP_STRING([--enable-visualvm],
[Enable compilation of visualvm.])],
@@ -192,7 +192,7 @@ AM_CONDITIONAL(WITH_ICEDTEA, test "${wit
AM_CONDITIONAL(WITH_ICEDTEA, test "${with_icedtea}" = true)
AC_MSG_RESULT(${with_icedtea})
-AC_MSG_CHECKING(whether to build using an existing installation of OpenJDK)
+AC_MSG_CHECKING([whether to build using an existing installation of OpenJDK])
AC_ARG_WITH([openjdk],
[AS_HELP_STRING([--with-openjdk],
[build IcedTea with system-installed OpenJDK])],
@@ -210,7 +210,7 @@ AM_CONDITIONAL(WITH_OPENJDK, test "${wit
AM_CONDITIONAL(WITH_OPENJDK, test "${with_openjdk}" = true)
AC_MSG_RESULT(${with_openjdk})
-AC_MSG_CHECKING(how many parallel build jobs to execute)
+AC_MSG_CHECKING([how many parallel build jobs to execute])
AC_ARG_WITH([parallel-jobs],
[AS_HELP_STRING([--with-parallel-jobs],
[build IcedTea using the specified number of parallel jobs])],
More information about the distro-pkg-dev
mailing list