diff options
Diffstat (limited to 'libchill/configure.in')
-rw-r--r-- | libchill/configure.in | 3 |
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 |