]> gcc.gnu.org Git - gcc.git/commitdiff
aclocal.m4, configure: Rebuilt.
authorTom Tromey <tromey@cygnus.com>
Mon, 13 Dec 1999 20:15:51 +0000 (20:15 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Mon, 13 Dec 1999 20:15:51 +0000 (20:15 +0000)
* 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

boehm-gc/ChangeLog
boehm-gc/Makefile.am
boehm-gc/Makefile.in
boehm-gc/acinclude.m4
boehm-gc/aclocal.m4
boehm-gc/configure

index 5ff8da5faacef18a7f587dae750b080f7f23faf3..2fd93bb39dca60c792ad40e3543ba91104d4eddc 100644 (file)
@@ -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
index a3f6d374c475ff757fa3e7d95ad622ef3dcf72dd..2f36a0fdefd8bcc3ebf0325cad233028342e41a9 100644 (file)
@@ -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 \
index 62d3ed3e8184e03e3b4f5ba7082621986c8f9808..5ea20d8a5cfe97544744ca36faf68e1771fd3657 100644 (file)
@@ -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 \
index fb2f620a3a7e34ab2228c06fdce1fd796a357f8e..916579ad82031c50776257d3b7f358ea8572b554 100644 (file)
@@ -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
index 0c758ff8b791ed75af31a63bd5690515cc542f3a..a83cfba58e0130c3059613fa17d169429b421468 100644 (file)
@@ -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
index 1f7f3fc379ddbb65ee19495b8a93f242c706f8b5..f26998170bba181612ed02d572e964e21e1d2556 100755 (executable)
@@ -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; }
This page took 0.084953 seconds and 5 git commands to generate.