parent
f598d941a8
commit
dbc0c5fb59
|
@ -1,3 +1,8 @@
|
|||
Sat May 5 00:14:03 2001 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* configure.in: Fix typo.
|
||||
* configure: Regenerate.
|
||||
|
||||
Fri May 4 11:24:53 2001 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* configure.in: Make subauth configuration optional.
|
||||
|
|
|
@ -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/cinstall && SUBDIRS="$SUBDIRS subauth"
|
||||
test -d $srcdir/subauth && SUBDIRS="$SUBDIRS subauth"
|
||||
SUBDIRS="$SUBDIRS utils doc testsuite"
|
||||
;;
|
||||
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"
|
||||
test -d $srcdir/cinstall && SUBDIRS="$SUBDIRS subauth"
|
||||
test -d $srcdir/subauth && SUBDIRS="$SUBDIRS subauth"
|
||||
SUBDIRS="$SUBDIRS utils doc testsuite"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue