From: tromey Date: Mon, 13 Dec 1999 20:15:51 +0000 (+0000) Subject: * aclocal.m4, configure: Rebuilt. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4dba9139aa8e8c7c086377e5ac0c6a91bbe9fbd1;p=gc * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30893 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/ChangeLog b/ChangeLog index 5ff8da5f..2fd93bb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1999-12-13 Tom Tromey + + * 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. + 1999-12-12 Anthony Green * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC diff --git a/Makefile.am b/Makefile.am index a3f6d374..2f36a0fd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,7 +34,7 @@ real_malloc.c reclaim.c solaris_pthreads.c solaris_threads.c \ 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 \ diff --git a/Makefile.in b/Makefile.in index 62d3ed3e..5ea20d8a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -118,7 +118,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 \ diff --git a/acinclude.m4 b/acinclude.m4 index fb2f620a..916579ad 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -31,7 +31,7 @@ AC_SUBST(boehm_gc_basedir) 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 diff --git a/aclocal.m4 b/aclocal.m4 index 0c758ff8..a83cfba5 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -43,7 +43,7 @@ AC_SUBST(boehm_gc_basedir) 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 diff --git a/configure b/configure index 1f7f3fc3..f2699817 100755 --- a/configure +++ b/configure @@ -933,7 +933,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=boehm-gc -VERSION=4.13a2 +VERSION=5.0a4 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }