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>
|
Fri May 4 11:24:53 2001 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
* configure.in: Make subauth configuration optional.
|
* configure.in: Make subauth configuration optional.
|
||||||
|
|
|
@ -921,7 +921,7 @@ case "$with_cross_host" in
|
||||||
""|*cygwin*)
|
""|*cygwin*)
|
||||||
test -d $srcdir/bz2lib && SUBDIRS="$SUBDIRS bz2lib"
|
test -d $srcdir/bz2lib && SUBDIRS="$SUBDIRS bz2lib"
|
||||||
test -d $srcdir/cinstall && SUBDIRS="$SUBDIRS cinstall"
|
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"
|
SUBDIRS="$SUBDIRS utils doc testsuite"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -71,7 +71,7 @@ case "$with_cross_host" in
|
||||||
""|*cygwin*)
|
""|*cygwin*)
|
||||||
test -d $srcdir/bz2lib && SUBDIRS="$SUBDIRS bz2lib"
|
test -d $srcdir/bz2lib && SUBDIRS="$SUBDIRS bz2lib"
|
||||||
test -d $srcdir/cinstall && SUBDIRS="$SUBDIRS cinstall"
|
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"
|
SUBDIRS="$SUBDIRS utils doc testsuite"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue