summaryrefslogtreecommitdiff
path: root/libf2c/configure
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1998-02-02 11:09:23 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1998-02-02 11:09:23 +0000
commit6593ac825745967293192ddfbd1f7a7ab60d2cf1 (patch)
tree514a32f9b617a7a137e4e1142eccb0e18391d4e9 /libf2c/configure
parent56daab87122f2da8af33431a143e9229978f8da5 (diff)
downloadgcc-6593ac825745967293192ddfbd1f7a7ab60d2cf1.tar.gz
* configure.in: Update F2C_INTEGER and F2C_LONGINT tests
for the new placement in the hierarchy. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17597 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libf2c/configure')
-rwxr-xr-xlibf2c/configure4
1 files changed, 2 insertions, 2 deletions
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