aboutsummaryrefslogtreecommitdiff
path: root/libf2c/configure.in
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>1998-02-02 03:09:23 -0800
committerRichard Henderson <rth@gcc.gnu.org>1998-02-02 03:09:23 -0800
commit318e3b20e449fc82ec3dea733b3aed1b165fbfc3 (patch)
tree514a32f9b617a7a137e4e1142eccb0e18391d4e9 /libf2c/configure.in
parent91193900234d9debe67efc4c5cc960dd284cfe46 (diff)
downloadgcc-318e3b20e449fc82ec3dea733b3aed1b165fbfc3.zip
gcc-318e3b20e449fc82ec3dea733b3aed1b165fbfc3.tar.gz
gcc-318e3b20e449fc82ec3dea733b3aed1b165fbfc3.tar.bz2
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
Diffstat (limited to 'libf2c/configure.in')
-rw-r--r--libf2c/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libf2c/configure.in b/libf2c/configure.in
index 1c93ff3..6bd6518 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"