* configure.in: Disable subauth directory test.

* configure: Regenerate.
* Makefile.in: Use MAKE variable in directory builds.
This commit is contained in:
Christopher Faylor
2001-11-04 03:48:36 +00:00
parent 15d0cbd6df
commit e8f1743129
4 changed files with 10 additions and 4 deletions

2
winsup/configure vendored
View File

@@ -921,7 +921,7 @@ case "$with_cross_host" in
""|*cygwin*)
test -d $srcdir/bz2lib && SUBDIRS="$SUBDIRS bz2lib"
test -d $srcdir/cinstall && SUBDIRS="$SUBDIRS cinstall"
test -d $srcdir/subauth && SUBDIRS="$SUBDIRS subauth"
# test -d $srcdir/subauth && SUBDIRS="$SUBDIRS subauth"
SUBDIRS="$SUBDIRS utils doc"
;;
esac