aboutsummaryrefslogtreecommitdiff
path: root/libf2c/libI77/configure.in
diff options
context:
space:
mode:
authorKelley Cook <kcook@gcc.gnu.org>2004-01-15 03:41:49 +0000
committerR. Kelley Cook <kcook@gcc.gnu.org>2004-01-15 03:41:49 +0000
commitd5b2f1be148aa628a4fd0af9a604e06d4684722d (patch)
tree2377cd075b8208abe952d9b001005d978df3cfa2 /libf2c/libI77/configure.in
parentd624465f78fea694b0904e780d896c8b4c0c05b8 (diff)
downloadgcc-d5b2f1be148aa628a4fd0af9a604e06d4684722d.zip
gcc-d5b2f1be148aa628a4fd0af9a604e06d4684722d.tar.gz
gcc-d5b2f1be148aa628a4fd0af9a604e06d4684722d.tar.bz2
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 'libf2c/libI77/configure.in')
-rw-r--r--libf2c/libI77/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libf2c/libI77/configure.in b/libf2c/libI77/configure.in
index 83f98fb..71a34d4 100644
--- a/libf2c/libI77/configure.in
+++ b/libf2c/libI77/configure.in
@@ -19,7 +19,7 @@
#the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#02111-1307, USA.
-AC_PREREQ(2.12.1)
+AC_PREREQ(2.13)
AC_INIT(ftell_.c)
AC_CONFIG_HEADER(config.h)