diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-12-13 20:15:51 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-12-13 20:15:51 +0000 |
commit | 9729f0005058b276eaec6d9d6a56b93413aa78f7 (patch) | |
tree | a8b028bcb6ea16e3d6105c23b4cd0828f5629f33 /boehm-gc/acinclude.m4 | |
parent | f6dbaa7344dc54232652866a9592167f6242d43b (diff) | |
download | gcc-9729f0005058b276eaec6d9d6a56b93413aa78f7.tar.gz |
* 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
Diffstat (limited to 'boehm-gc/acinclude.m4')
-rw-r--r-- | boehm-gc/acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/acinclude.m4 b/boehm-gc/acinclude.m4 index fb2f620a3a7..916579ad820 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 |