aboutsummaryrefslogtreecommitdiff
path: root/libf2c/configure.in
diff options
context:
space:
mode:
authorDave Love <d.love@dl.ac.uk>1998-10-19 10:14:19 +0000
committerDave Love <fx@gcc.gnu.org>1998-10-19 10:14:19 +0000
commit495e6ebb4047743940cce85d7367874470fa5098 (patch)
treea4f1dfd9ee66e92369cd424b9d6ed6994bfa4545 /libf2c/configure.in
parent8e2f6e35ba3c0a41ce84e6a5e05731f00db3044f (diff)
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.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libf2c/configure.in b/libf2c/configure.in
index b175abec7cf..aedd7427f01 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