diff options
| author | Kelley Cook <kcook@gcc.gnu.org> | 2004-01-15 03:41:49 +0000 |
|---|---|---|
| committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2004-01-15 03:41:49 +0000 |
| commit | d5b2f1be148aa628a4fd0af9a604e06d4684722d (patch) | |
| tree | 2377cd075b8208abe952d9b001005d978df3cfa2 /libffi | |
| parent | d624465f78fea694b0904e780d896c8b4c0c05b8 (diff) | |
| download | gcc-d5b2f1be148aa628a4fd0af9a604e06d4684722d.tar.gz gcc-d5b2f1be148aa628a4fd0af9a604e06d4684722d.tar.bz2 gcc-d5b2f1be148aa628a4fd0af9a604e06d4684722d.zip | |
configure.in: Add in AC_PREREQ(2.13)
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)
From-SVN: r75901
Diffstat (limited to 'libffi')
| -rw-r--r-- | libffi/ChangeLog.libgcj | 4 | ||||
| -rw-r--r-- | libffi/configure.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/libffi/ChangeLog.libgcj b/libffi/ChangeLog.libgcj index 5c38225c2a5..ea5d02f19ba 100644 --- a/libffi/ChangeLog.libgcj +++ b/libffi/ChangeLog.libgcj @@ -1,3 +1,7 @@ +2004-01-14 Kelley Cook <kcook@gcc.gnu.org> + + * configure.in: Add in AC_PREREQ(2.13) + 2003-02-20 Alexandre Oliva <aoliva@redhat.com> * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to diff --git a/libffi/configure.in b/libffi/configure.in index 3691c6e1bff..fcf5544f859 100644 --- a/libffi/configure.in +++ b/libffi/configure.in @@ -1,4 +1,5 @@ dnl Process this with autoconf to create configure +AC_PREREQ(2.13) AC_INIT(fficonfig.h.in) AM_CONFIG_HEADER(fficonfig.h) |
