Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/spu/configure.in')
-rw-r--r--libgloss/spu/configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/libgloss/spu/configure.in b/libgloss/spu/configure.in
index 3f18736c7..32270d9ba 100644
--- a/libgloss/spu/configure.in
+++ b/libgloss/spu/configure.in
@@ -39,12 +39,13 @@ host_makefile_frag_path=$host_makefile_frag
AC_SUBST(host_makefile_frag_path)
AC_SUBST_FILE(host_makefile_frag)
-AC_OUTPUT(Makefile,
+AC_CONFIG_FILES(Makefile,
. ${libgloss_topdir}/config-ml.in,
srcdir=${srcdir}
target=${target}
+with_multisubdir=${with_multisubdir}
ac_configure_args="${ac_configure_args} --enable-multilib"
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
libgloss_topdir=${libgloss_topdir}
)
-
+AC_OUTPUT