diff options
author | Christopher Faylor <me@cgf.cx> | 2000-06-18 01:50:07 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-06-18 01:50:07 +0000 |
commit | 606264878e73552dfec5abbfad7b1e8e045a8952 (patch) | |
tree | 8443cc0aa41e7c94d276175b9d704d4ff2a6e579 /winsup/mingw | |
parent | a50bf2842ff907bb7211c6843544f297a9aa7401 (diff) | |
download | newlib-606264878e73552dfec5abbfad7b1e8e045a8952.zip newlib-606264878e73552dfec5abbfad7b1e8e045a8952.tar.gz newlib-606264878e73552dfec5abbfad7b1e8e045a8952.tar.bz2 |
Revert.
Diffstat (limited to 'winsup/mingw')
-rwxr-xr-x | winsup/mingw/configure | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/winsup/mingw/configure b/winsup/mingw/configure index 247f77b..d66d848 100755 --- a/winsup/mingw/configure +++ b/winsup/mingw/configure @@ -1717,13 +1717,6 @@ if test -n "$configdirs"; then fi -if test -n "$configdirs"; then - dosubdirs=dosubdirs -else - dosubdirs= -fi - - MKINSTALLDIRS=$ac_aux_dir/mkinstalldirs @@ -1747,7 +1740,7 @@ MKINSTALLDIRS=$ac_aux_dir/mkinstalldirs # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # ./install, which can be erroneously created by make from ./install.sh. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 -echo "configure:1751: checking for a BSD compatible install" >&5 +echo "configure:1744: checking for a BSD compatible install" >&5 if test -z "$INSTALL"; then if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -1972,7 +1965,6 @@ s%@target_cpu@%$target_cpu%g s%@target_vendor@%$target_vendor%g s%@target_os@%$target_os%g s%@subdirs@%$subdirs%g -s%@dosubdirs@%$dosubdirs%g s%@MKINSTALLDIRS@%$MKINSTALLDIRS%g s%@CRT_ID@%$CRT_ID%g s%@RUNTIME@%$RUNTIME%g |