diff options
author | Dave Love <d.love@dl.ac.uk> | 1998-10-19 10:14:19 +0000 |
---|---|---|
committer | Dave Love <fx@gcc.gnu.org> | 1998-10-19 10:14:19 +0000 |
commit | 495e6ebb4047743940cce85d7367874470fa5098 (patch) | |
tree | a4f1dfd9ee66e92369cd424b9d6ed6994bfa4545 /libf2c/configure.in | |
parent | 8e2f6e35ba3c0a41ce84e6a5e05731f00db3044f (diff) | |
download | gcc-495e6ebb4047743940cce85d7367874470fa5098.zip gcc-495e6ebb4047743940cce85d7367874470fa5098.tar.gz gcc-495e6ebb4047743940cce85d7367874470fa5098.tar.bz2 |
configure.in: Use AC_CONFIG_AUX_DIR.
1998-10-19 Dave Love <d.love@dl.ac.uk>
* configure.in: Use AC_CONFIG_AUX_DIR.
From-SVN: r23173
Diffstat (limited to 'libf2c/configure.in')
-rw-r--r-- | libf2c/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libf2c/configure.in b/libf2c/configure.in index b175abe..aedd742 100644 --- a/libf2c/configure.in +++ b/libf2c/configure.in @@ -30,6 +30,9 @@ if test "${srcdir}" = "." ; then else topsrcdir=${srcdir}/.. fi +dnl This is needed for a multilibbed build in the source tree so +dnl that install-sh and config.sub get found. +AC_CONFIG_AUX_DIR($topsrcdir) dnl Checks for programs. # For g77 we'll set CC to point at the built gcc, but this will get it into |