diff options
author | Tom Tromey <tromey@cygnus.com> | 1999-12-13 20:15:51 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 1999-12-13 20:15:51 +0000 |
commit | edcf698d87520c1e9d16f4b59b827ed037a310c0 (patch) | |
tree | a8b028bcb6ea16e3d6105c23b4cd0828f5629f33 | |
parent | 8debd28801c6a61ae9242f7c890bcbe904e144b2 (diff) | |
download | gcc-edcf698d87520c1e9d16f4b59b827ed037a310c0.zip gcc-edcf698d87520c1e9d16f4b59b827ed037a310c0.tar.gz gcc-edcf698d87520c1e9d16f4b59b827ed037a310c0.tar.bz2 |
aclocal.m4, configure: Rebuilt.
* 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.
From-SVN: r30893
-rw-r--r-- | boehm-gc/ChangeLog | 7 | ||||
-rw-r--r-- | boehm-gc/Makefile.am | 2 | ||||
-rw-r--r-- | boehm-gc/Makefile.in | 2 | ||||
-rw-r--r-- | boehm-gc/acinclude.m4 | 2 | ||||
-rw-r--r-- | boehm-gc/aclocal.m4 | 2 | ||||
-rwxr-xr-x | boehm-gc/configure | 2 |
6 files changed, 12 insertions, 5 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 5ff8da5..2fd93bb 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,10 @@ +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. + 1999-12-12 Anthony Green <green@cygnus.com> * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC diff --git a/boehm-gc/Makefile.am b/boehm-gc/Makefile.am index a3f6d37..2f36a0f 100644 --- a/boehm-gc/Makefile.am +++ b/boehm-gc/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/boehm-gc/Makefile.in b/boehm-gc/Makefile.in index 62d3ed3..5ea20d8a 100644 --- a/boehm-gc/Makefile.in +++ b/boehm-gc/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/boehm-gc/acinclude.m4 b/boehm-gc/acinclude.m4 index fb2f620..916579a 100644 --- a/boehm-gc/acinclude.m4 +++ b/boehm-gc/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/boehm-gc/aclocal.m4 b/boehm-gc/aclocal.m4 index 0c758ff..a83cfba 100644 --- a/boehm-gc/aclocal.m4 +++ b/boehm-gc/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/boehm-gc/configure b/boehm-gc/configure index 1f7f3fc..f269981 100755 --- a/boehm-gc/configure +++ b/boehm-gc/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; } |