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/mn10300/configure')
-rwxr-xr-xlibgloss/mn10300/configure6
1 files changed, 5 insertions, 1 deletions
diff --git a/libgloss/mn10300/configure b/libgloss/mn10300/configure
index f3d1b6b84..172c4fd38 100755
--- a/libgloss/mn10300/configure
+++ b/libgloss/mn10300/configure
@@ -2540,6 +2540,7 @@ cat >>$CONFIG_STATUS <<_ACEOF
AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
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}
@@ -2922,7 +2923,10 @@ s,@INSTALL@,$ac_INSTALL,;t t
# Run the commands associated with the file.
case $ac_file in
- Makefile ) . ${libgloss_topdir}/config-ml.in ;;
+ Makefile ) if test -n "$CONFIG_FILES"; then
+ unset ac_file
+ . ${libgloss_topdir}/config-ml.in
+fi ;;
esac
done
_ACEOF