aboutsummaryrefslogtreecommitdiff
path: root/libchill/configure.in
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-22 11:39:46 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-22 11:39:46 +0000
commit27de689d2aca6a69360f4c81a5a6f175bfc24941 (patch)
tree17a9a761438a78bdb91f89ee38c0685b58256568 /libchill/configure.in
parent39ebcbe1fbecf9469ffe3147286e0a93904550b8 (diff)
* configure.in: Use AC_CONFIG_AUX_DIR($topsrcdir).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23218 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libchill/configure.in')
-rw-r--r--libchill/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libchill/configure.in b/libchill/configure.in
index 969c28144f7..9b908fb3859 100644
--- a/libchill/configure.in
+++ b/libchill/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 chill we'll set CC to point at the built gcc, but this will get it into