This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Patch: update boehm-gc version
- To: Java Patch List <java-patches at sourceware dot cygnus dot com>
- Subject: Patch: update boehm-gc version
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 13 Dec 1999 13:12:29 -0700
- Reply-To: tromey at cygnus dot com
I'm committing this patch, which updates the version info in the
boehm-gc directory.
1999-12-13 Tom Tromey <tromey@cygnus.com>
* aclocal.m4, configure: Rebuilt.
* acinclude.m4: Changed version to 5.0a4.
* Makefile.in: Rebuilt.
* Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
Tom
Index: Makefile.am
===================================================================
RCS file: /cvs/java/libgcj/boehm-gc/Makefile.am,v
retrieving revision 1.13
diff -u -r1.13 Makefile.am
--- Makefile.am 1999/11/04 19:39:50 1.13
+++ Makefile.am 1999/12/13 20:09:02
@@ -34,7 +34,7 @@
solaris_threads.h stubborn.c typd_mlc.c version.h weakpointer.h
libgcjgc_la_LIBADD = @addobjs@
libgcjgc_la_DEPENDENCIES = @addobjs@
-libgcjgc_la_LDFLAGS = -version-info 0:0:0 -rpath $(toolexeclibdir)
+libgcjgc_la_LDFLAGS = -version-info 1:1:0 -rpath $(toolexeclibdir)
EXTRA_libgcjgc_la_SOURCES = alpha_mach_dep.s mips_sgi_mach_dep.s \
mips_ultrix_mach_dep.s rs6000_mach_dep.s sparc_mach_dep.s \
Index: acinclude.m4
===================================================================
RCS file: /cvs/java/libgcj/boehm-gc/acinclude.m4,v
retrieving revision 1.4
diff -u -r1.4 acinclude.m4
--- acinclude.m4 1999/09/28 20:09:48 1.4
+++ acinclude.m4 1999/12/13 20:09:02
@@ -31,7 +31,7 @@
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(boehm-gc, 4.13a2, no-define)
+AM_INIT_AUTOMAKE(boehm-gc, 5.0a4, no-define)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We