diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-15 03:41:49 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-15 03:41:49 +0000 |
commit | cfd061cc5b717f5d8e2656a76d61ce7f137c8430 (patch) | |
tree | 2377cd075b8208abe952d9b001005d978df3cfa2 /boehm-gc/configure.in | |
parent | e920c3d4f7d840cae36ac81a92ba36e98a823eaa (diff) | |
download | gcc-cfd061cc5b717f5d8e2656a76d61ce7f137c8430.tar.gz |
boehm-gc/
2004-01-09 Kelley Cook <kcook@gcc.gnu.org>
* configure.in: Add in AC_PREREQ(2.13)
libf2c/
2004-01-09 Kelley Cook <kcook@gcc.gnu.org>
* libF77/configure.in: Update to AC_PREREQ(2.13)
* libI77/configure.in: Update to AC_PREREQ(2.13)
* libU77/configure.in: Update to AC_PREREQ(2.13)
* libU77/configure: Regenerate.
libffi/
2004-01-09 Kelley Cook <kcook@gcc.gnu.org>
* configure.in: Add in AC_PREREQ(2.13)
libjava/
2004-01-09 Kelley Cook <kcook@gcc.gnu.org>
* configure.in: Add in AC_PREREQ(2.13)
libjava/libltdl
2004-01-09 Kelley Cook <kcook@gcc.gnu.org>
* configure.in: Update to AC_PREREQ(2.57). Delete FIXME comment.
zlib/
2004-01-09 Kelley Cook <kcook@gcc.gnu.org>
* configure.in: Add in AC_PREREQ(2.13)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75901 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/configure.in')
-rw-r--r-- | boehm-gc/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boehm-gc/configure.in b/boehm-gc/configure.in index 85d0eeb707c..08c623ce20f 100644 --- a/boehm-gc/configure.in +++ b/boehm-gc/configure.in @@ -13,6 +13,7 @@ dnl Process this file with autoconf to produce configure. +AC_PREREQ(2.13) AC_INIT(gcj_mlc.c) # This works around the fact that libtool configuration may change LD |