* subauth: New subdirectory.

* configure.in: Add subauth to the list of subdirectories.
        * configure: Regenerated from configure.in.
This commit is contained in:
Corinna Vinschen 2001-05-04 13:18:51 +00:00
parent 268fad77db
commit 3c1fb7ac9d
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
Fri May 4 15:06:00 Corinna Vinschen <corinna@vinschen.de>
* subauth: New subdirectory.
* configure.in: Add subauth to the list of subdirectories.
* configure: Regenerated from configure.in.
Wed Apr 18 18:45:07 2001 Christopher Faylor <cgf@cygnus.com>
* configure.in: Add bz2lib.

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"
SUBDIRS="$SUBDIRS utils doc testsuite"
SUBDIRS="$SUBDIRS utils doc testsuite subauth"
;;
esac

View File

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