This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] Fix libjava/shlibpath.m4
- From: Tom Tromey <tromey at redhat dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: 05 Jan 2006 08:28:01 -0700
- Subject: Re: [PATCH] Fix libjava/shlibpath.m4
- References: <20060105130240.GS22293@devserv.devel.redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Jakub" == Jakub Jelinek <jakub@redhat.com> writes:
Jakub> The problem is that shlibpath.m4 uses for some strange reason
Jakub> $SED instead of sed, but SED variable is never set anywhere.
For some reason I failed to connect this to code living in the
libjava directory.
Jakub> Ok for trunk/4.1?
Yes, thanks. FYI this is PR 24940.
Tom