aboutsummaryrefslogtreecommitdiff
path: root/libf2c/libI77/configure.in
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@gcc.gnu.org>2001-05-16 12:26:52 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2001-05-16 12:26:52 +0200
commit05b7b1c1dc0e6bf935eb4a175bacdea87b51efc0 (patch)
treecc10fe4c6d6f9c2b4952e39859d54d5971895af9 /libf2c/libI77/configure.in
parente61fc951a52634dc106f21e55742f5214d726677 (diff)
downloadgcc-05b7b1c1dc0e6bf935eb4a175bacdea87b51efc0.zip
gcc-05b7b1c1dc0e6bf935eb4a175bacdea87b51efc0.tar.gz
gcc-05b7b1c1dc0e6bf935eb4a175bacdea87b51efc0.tar.bz2
Makefile.in (endfile.o): Add dependency on config.h.
* libI77/Makefile.in (endfile.o): Add dependency on config.h. * libI77/endfile.c: Include config.h and sys/types for off_t. * libI77/config.h.in: New file. * libI77/configure.in: Add test for off_t, create config.h file. * libI77/configure: Regenerated. From-SVN: r42148
Diffstat (limited to 'libf2c/libI77/configure.in')
-rw-r--r--libf2c/libI77/configure.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/libf2c/libI77/configure.in b/libf2c/libI77/configure.in
index f2f6359..3f508f1 100644
--- a/libf2c/libI77/configure.in
+++ b/libf2c/libI77/configure.in
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-# Copyright (C) 1995, 1997, 1998 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1997, 1998, 2001 Free Software Foundation, Inc.
# Contributed by Dave Love (d.love@dl.ac.uk).
#
#This file is part of GNU Fortran.
@@ -21,6 +21,7 @@
AC_PREREQ(2.12.1)
AC_INIT(ftell_.c)
+AC_CONFIG_HEADER(config.h)
dnl Checks for programs.
@@ -193,6 +194,8 @@ fi
# This EOF_CHAR is a misfeature on unix.
AC_DEFINE(NO_EOF_CHAR_CHECK)
+AC_TYPE_OFF_T
+
AC_DEFINE(Skip_f2c_Undefs)
AC_OUTPUT(Makefile)