changeset in /hg/icedtea: 2008-08-06 Joshua Sumali <jsumali at re...
Andrew John Hughes
gnu_andrew at member.fsf.org
Fri Aug 8 16:56:20 PDT 2008
On 06/08/2008, Joshua Sumali <jsumali at redhat.com> wrote:
> changeset 2b7233b8a439 in /hg/icedtea
> details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=2b7233b8a439
> description:
> 2008-08-06 Joshua Sumali <jsumali at redhat.com>
>
> * acinclude.m4: Don't bother with GCC_OLD here either.
>
> diffstat:
>
> 2 files changed, 4 insertions(+), 2 deletions(-)
> ChangeLog | 4 ++++
> acinclude.m4 | 2 --
>
> diffs (30 lines):
>
> diff -r e6094a45393c -r 2b7233b8a439 ChangeLog
> --- a/ChangeLog Mon Aug 04 02:22:43 2008 +0100
> +++ b/ChangeLog Wed Aug 06 09:23:00 2008 -0400
> @@ -1,3 +1,7 @@ 2008-08-04 Andrew John Hughes <gnu_and
> +2008-08-06 Joshua Sumali <jsumali at redhat.com>
> +
> + * acinclude.m4: Don't bother with GCC_OLD here either.
> +
> 2008-08-04 Andrew John Hughes <gnu_andrew at member.fsf.org>
>
> * Makefile.am:
> diff -r e6094a45393c -r 2b7233b8a439 acinclude.m4
> --- a/acinclude.m4 Mon Aug 04 02:22:43 2008 +0100
> +++ b/acinclude.m4 Wed Aug 06 09:23:00 2008 -0400
> @@ -220,7 +220,6 @@ AC_DEFUN([FIND_ECJ_JAR],
>
> AC_DEFUN([FIND_LIBGCJ_JAR],
> [
> - AM_CONDITIONAL(GCC_OLD, test x != x)
> AC_ARG_WITH([libgcj-jar],
> [AS_HELP_STRING(--with-libgcj-jar,specify location of the libgcj 4.3.0 jar)],
> [
> @@ -243,7 +242,6 @@ AC_DEFUN([FIND_LIBGCJ_JAR],
> LIBGCJ_JAR=/usr/share/java/libgcj-4.3.jar
> AC_MSG_RESULT(${LIBGCJ_JAR})
> else
> - AM_CONDITIONAL(GCC_OLD, test x = x)
> if test -e "/usr/share/java/libgcj-4.1.2.jar"; then
> LIBGCJ_JAR=/usr/share/java/libgcj-4.1.2.jar
> AC_MSG_RESULT(${LIBGCJ_JAR})
>
Thanks! This explains why the local version of the same fix I was
about to commit was no longer necessary...
--
Andrew :-)
Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net
PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint: F8EF F1EA 401E 2E60 15FA 7927 142C 2591 94EF D9D8
More information about the distro-pkg-dev
mailing list