From 318e3b20e449fc82ec3dea733b3aed1b165fbfc3 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 2 Feb 1998 03:09:23 -0800 Subject: [PATCH] configure.in: Update F2C_INTEGER and F2C_LONGINT tests for the new placement in the hierarchy. * configure.in: Update F2C_INTEGER and F2C_LONGINT tests for the new placement in the hierarchy. From-SVN: r17597 --- libf2c/ChangeLog.egcs | 5 +++++ libf2c/configure | 4 ++-- libf2c/configure.in | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/libf2c/ChangeLog.egcs b/libf2c/ChangeLog.egcs index a37b6e62265..17e05b7ad82 100644 --- a/libf2c/ChangeLog.egcs +++ b/libf2c/ChangeLog.egcs @@ -1,3 +1,8 @@ +Mon Feb 2 11:08:49 1998 Richard Henderson + + * configure.in: Update F2C_INTEGER and F2C_LONGINT tests + for the new placement in the hierarchy. + Sun Feb 1 02:36:33 1998 Richard Henderson * Previous contents of gcc/f/runtime moved into toplevel diff --git a/libf2c/configure b/libf2c/configure index 1dc6f4cde3c..b62dec90b9a 100755 --- a/libf2c/configure +++ b/libf2c/configure @@ -1657,7 +1657,7 @@ fi echo $ac_n "checking f2c integer type""... $ac_c" 1>&6 echo "configure:1659: checking f2c integer type" >&5 late_ac_cpp=$ac_cpp -ac_cpp="$late_ac_cpp -I$srcdir/.. -I../.. -I$srcdir/../.. -I$srcdir/../../config" +ac_cpp="$late_ac_cpp -I$srcdir/../gcc/f -I../../gcc -I$srcdir/../gcc -I$srcdir/../gcc/config" if eval "test \"`echo '$''{'g77_cv_sys_f2cinteger'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1722,7 +1722,7 @@ ac_cpp=$late_ac_cpp echo $ac_n "checking f2c long int type""... $ac_c" 1>&6 echo "configure:1724: checking f2c long int type" >&5 late_ac_cpp=$ac_cpp -ac_cpp="$late_ac_cpp -I$srcdir/.. -I../.. -I$srcdir/../.. -I$srcdir/../../config" +ac_cpp="$late_ac_cpp -I$srcdir/../gcc/f -I../../gcc -I$srcdir/../gcc -I$srcdir/../gcc/config" if eval "test \"`echo '$''{'g77_cv_sys_f2clongint'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else diff --git a/libf2c/configure.in b/libf2c/configure.in index 1c93ff32489..6bd6518e076 100644 --- a/libf2c/configure.in +++ b/libf2c/configure.in @@ -246,7 +246,7 @@ fi # is in ../.. and the config files are in $srcdir/../../config. AC_MSG_CHECKING(f2c integer type) late_ac_cpp=$ac_cpp -ac_cpp="$late_ac_cpp -I$srcdir/.. -I../.. -I$srcdir/../.. -I$srcdir/../../config" +ac_cpp="$late_ac_cpp -I$srcdir/../gcc/f -I../../gcc -I$srcdir/../gcc -I$srcdir/../gcc/config" AC_CACHE_VAL(g77_cv_sys_f2cinteger, AC_EGREP_CPP(F2C_INTEGER=long int, [#include "proj.h" @@ -288,7 +288,7 @@ AC_SUBST(F2C_INTEGER) AC_MSG_CHECKING(f2c long int type) late_ac_cpp=$ac_cpp -ac_cpp="$late_ac_cpp -I$srcdir/.. -I../.. -I$srcdir/../.. -I$srcdir/../../config" +ac_cpp="$late_ac_cpp -I$srcdir/../gcc/f -I../../gcc -I$srcdir/../gcc -I$srcdir/../gcc/config" AC_CACHE_VAL(g77_cv_sys_f2clongint, AC_EGREP_CPP(F2C_LONGINT=long int, [#include "proj.h"