* subauth: New subdirectory.
* configure.in: Add subauth to the list of subdirectories. * configure: Regenerated from configure.in.
This commit is contained in:
parent
268fad77db
commit
3c1fb7ac9d
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue