public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch] libjvava - Robustify extraction of gcj version.
@ 2007-09-02 13:39 Matthias Klose
  2007-09-04 20:32 ` Tom Tromey
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Klose @ 2007-09-02 13:39 UTC (permalink / raw)
  To: GCJ-patches; +Cc: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 196 bytes --]

2007-09-02  Matthias Klose  <doko@ubuntu.com>

        PR libgcj/33278
        * configure.ac: Robustify extraction of gcj version.
        * configure: Regenerate.

Ok for the trunk?

  Matthias

[-- Attachment #2: libjava-gcjversion.diff --]
[-- Type: text/plain, Size: 635 bytes --]

2007-09-02  Matthias Klose  <doko@ubuntu.com>

	PR libgcj/33278
	* configure.ac: Robustify extraction of gcj version.
	* configure: Regenerate.

Index: configure.ac
===================================================================
--- configure.ac	(revision 128023)
+++ configure.ac	(working copy)
@@ -1369,7 +1369,7 @@
 AC_SUBST(toolexeclibdir)
 
 # Determine gcj and libgcj version number.
-gcjversion=`$GCJ -v 2>&1 | sed -n 's/^.*version \([[^ ]]*\).*$/\1/p'`
+gcjversion=`cat "$srcdir/../gcc/BASE-VER"`
 libgcj_soversion=`awk -F: '/^[[^#]].*:/ { print $1 }' $srcdir/libtool-version`
 GCJVERSION=$gcjversion
 AC_SUBST(GCJVERSION)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] libjvava - Robustify extraction of gcj version.
  2007-09-02 13:39 [patch] libjvava - Robustify extraction of gcj version Matthias Klose
@ 2007-09-04 20:32 ` Tom Tromey
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Tromey @ 2007-09-04 20:32 UTC (permalink / raw)
  To: Matthias Klose; +Cc: GCJ-patches, gcc-patches

>>>>> "Matthias" == Matthias Klose <doko@ubuntu.com> writes:

Matthias> 2007-09-02  Matthias Klose  <doko@ubuntu.com>
Matthias>         PR libgcj/33278
Matthias>         * configure.ac: Robustify extraction of gcj version.
Matthias>         * configure: Regenerate.
Matthias> Ok for the trunk?

Sure.  Thanks.

Tom

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-09-04 20:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-02 13:39 [patch] libjvava - Robustify extraction of gcj version Matthias Klose
2007-09-04 20:32 ` Tom Tromey

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).