* gettext-0.15 released.
+2006-07-21 Bruno Haible <bruno@clisp.org>
+
+ * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to "1.1".
+
2006-07-19 Bruno Haible <bruno@clisp.org>
* getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume that
-# javacomp.m4 serial 7 (gettext-0.15)
+# javacomp.m4 serial 8 (gettext-0.15)
dnl Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
}`
case "$target_version" in
1.1 | 1.2 | 1.3 | 1.4 | 1.5 | 1.6) ;;
+ null)
+ dnl JDK 1.1.8 on AIX returns null.
+ target_version=1.1 ;;
*) AC_MSG_WARN([unknown target-version $target_version, please update gt_@&t@JAVACOMP macro])
target_version=1.1 ;;
esac