public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: "H. J. Lu" <hjl@lucon.org>
To: Tom Tromey <tromey@redhat.com>
Cc: Andreas Schwab <schwab@suse.de>, Paolo Bonzini <bonzini@gnu.org>,
		Matthias Klose <doko@ubuntu.com>,
	gcc-patches@gcc.gnu.org, 	java-patches@gcc.gnu.org
Subject: Re: PATCH: PR libjava/32078: Update libtool in classpath
Date: Wed, 30 May 2007 06:13:00 -0000	[thread overview]
Message-ID: <20070529192656.GA15014@lucon.org> (raw)
In-Reply-To: <m3bqg31qmz.fsf@fleche.redhat.com>

On Tue, May 29, 2007 at 11:33:24AM -0600, Tom Tromey wrote:
> >>>>> "H.J." == H J Lu <hjl@lucon.org> writes:
> 
> H.J.> There is no need to add AC_CONFIG_AUX_DIR(../..) if the above is
> H.J.> followed.
> 
> If the AC_CONFIG_AUX_DIR approach works, then let's use that.
> This is better because it means future libtool upgrades won't require
> extra hacks for libjava/classpath, and because it means less work when
> importing a new Classpath.
> 
> If it doesn't work, let's copy the needed files there.
> 
> Can you try this?
> 

This patch + my libtool.m4 hack work for me on Linux/x86-64 with
"make", "make check" and "make install".

I didn't update libjava/HACKING nor touch lt* files in classpath since
I don't know much about classpath. Someone who is familiar with
classpath should look into them.


H.J.
---
2007-05-29  H.J. Lu  <hongjiu.lu@intel.com>

	PR libjava/32078
	* configure.ac: Add AC_CONFIG_AUX_DIR(../..).
	* aclocal.m4: Regenerated.
	* configure: Likewise.
	* Makefile.in: Likewise.

--- libjava/classpath/configure.ac.libtool	2007-03-19 15:03:07.000000000 -0700
+++ libjava/classpath/configure.ac	2007-05-29 11:30:46.000000000 -0700
@@ -9,6 +9,10 @@ dnl define([AC_CACHE_SAVE], )dnl
 AC_INIT([GNU Classpath],[0.94-pre],[classpath@gnu.org],[classpath])
 AC_CONFIG_SRCDIR(java/lang/System.java)
 
+dnl GCJ LOCAL
+AC_CONFIG_AUX_DIR(../..)
+dnl END GCJ LOCAL
+
 AC_CANONICAL_TARGET
 
 dnl GCJ LOCAL

  reply	other threads:[~2007-05-29 19:27 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-27 18:22 H. J. Lu
2007-05-27 18:25 ` H. J. Lu
2007-05-29  9:47   ` Andrew Haley
2007-05-29  9:58     ` Andreas Schwab
2007-05-29 10:25       ` Andrew Haley
2007-05-29 12:17         ` Paolo Bonzini
2007-05-29 10:46   ` Matthias Klose
2007-05-29 13:10     ` H. J. Lu
2007-05-29 13:40       ` Paolo Bonzini
2007-05-29 13:43         ` H. J. Lu
2007-05-29 13:47           ` Paolo Bonzini
2007-05-29 14:06             ` Andrew Haley
2007-05-29 14:25               ` H. J. Lu
2007-05-29 14:27                 ` Andrew Haley
2007-05-29 14:36                   ` H. J. Lu
2007-05-29 14:40                     ` Andrew Haley
2007-05-29 14:43                       ` Andrew Haley
2007-05-29 14:59                         ` Paolo Bonzini
2007-05-29 15:06                           ` H. J. Lu
2007-05-29 15:09                             ` Paolo Bonzini
2007-05-29 15:16                               ` Andrew Haley
2007-05-29 15:19                                 ` H. J. Lu
2007-05-29 15:19                               ` H. J. Lu
2007-05-29 15:44                                 ` Andrew Haley
2007-05-29 17:07                                   ` Maciej W. Rozycki
2007-05-29 14:41                     ` Paolo Bonzini
2007-05-29 14:41                       ` Paolo Bonzini
2007-05-29 14:49                       ` Andrew Haley
2007-05-29 15:58         ` Andreas Schwab
2007-05-29 16:16           ` H. J. Lu
2007-05-29 17:16             ` Andreas Schwab
2007-05-29 17:37               ` H. J. Lu
2007-05-29 17:41                 ` Andreas Schwab
2007-05-29 17:54                   ` H. J. Lu
2007-05-29 17:55                     ` Tom Tromey
2007-05-30  6:13                       ` H. J. Lu [this message]
2007-05-30 15:55                         ` Paolo Bonzini
2007-05-30 17:23                         ` Tom Tromey
2007-05-30 17:42                           ` H. J. Lu
2007-05-30 17:49                             ` Tom Tromey
2007-05-31 14:48                               ` Paolo Bonzini
2007-05-31 21:00                                 ` Tom Tromey
2007-05-30 21:13                             ` Peter O'Gorman
2007-05-31  6:39                               ` H. J. Lu
2007-05-27 18:25 ` H. J. Lu
2007-05-29 16:24 Charles Wilson
2007-05-29 16:32 ` Charles Wilson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070529192656.GA15014@lucon.org \
    --to=hjl@lucon.org \
    --cc=bonzini@gnu.org \
    --cc=doko@ubuntu.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=java-patches@gcc.gnu.org \
    --cc=schwab@suse.de \
    --cc=tromey@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).