diff options
author | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-10 21:59:16 +0000 |
---|---|---|
committer | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-10 21:59:16 +0000 |
commit | 7408c700e57ebc650275d0c6b7429aabe76fbddb (patch) | |
tree | acd5ad4441f2b173be71279a47ebb3ad91ab054b /boehm-gc/aclocal.m4 | |
parent | b25ceadc0b851a64cc6fcfd2cc305867ca5fb3e8 (diff) | |
download | gcc-7408c700e57ebc650275d0c6b7429aabe76fbddb.tar.gz |
2000-05-11 Bryce McKinlay <bryce@albatross.co.nz>
Imported 5.0 release version.
* acinclude.m4: Increment version to 5.0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33832 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/aclocal.m4')
-rw-r--r-- | boehm-gc/aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/aclocal.m4 b/boehm-gc/aclocal.m4 index 879db9632fb..797bddc1665 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, 5.0a6, no-define) +AM_INIT_AUTOMAKE(boehm-gc, 5.0, 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 |