/hg/icedtea: Fix typo in IT_CHECK_FOR_JDK macro.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Thu Mar 28 14:55:18 PDT 2013


changeset 802dc6e27667 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=802dc6e27667
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Thu Mar 28 21:55:11 2013 +0000

	Fix typo in IT_CHECK_FOR_JDK macro.

	2013-03-28  Andrew John Hughes  <gnu_andrew at member.fsf.org>

		* acinclude.m4:
		(IT_CHECK_FOR_JDK): Fix typo "JDK JDK".


diffstat:

 ChangeLog    |  5 +++++
 acinclude.m4 |  2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 4ad1bfbc9033 -r 802dc6e27667 ChangeLog
--- a/ChangeLog	Thu Mar 28 21:53:41 2013 +0000
+++ b/ChangeLog	Thu Mar 28 21:55:11 2013 +0000
@@ -1,3 +1,8 @@
+2013-03-28  Andrew John Hughes  <gnu_andrew at member.fsf.org>
+
+	* acinclude.m4:
+	(IT_CHECK_FOR_JDK): Fix typo "JDK JDK".
+
 2013-03-28  Andrew John Hughes  <gnu_andrew at member.fsf.org>
 
 	* Makefile.am:
diff -r 4ad1bfbc9033 -r 802dc6e27667 acinclude.m4
--- a/acinclude.m4	Thu Mar 28 21:53:41 2013 +0000
+++ b/acinclude.m4	Thu Mar 28 21:55:11 2013 +0000
@@ -1153,7 +1153,7 @@
   fi
   AC_MSG_RESULT(${SYSTEM_JDK_DIR})
   if ! test -d "${SYSTEM_JDK_DIR}"; then
-    AC_MSG_ERROR("A JDK JDK home directory could not be found.")
+    AC_MSG_ERROR("A JDK home directory could not be found.")
   fi
   AC_SUBST(SYSTEM_JDK_DIR)
 ])



More information about the distro-pkg-dev mailing list