FreeBSD kernel / GNU userspace port. (Addresses Debian
Bug #246738)
2004-05-04 Theodore Ts'o <tytso@mit.edu>
+ * configure.in, configure: Enable the fsck wrapper for the Debian
+ FreeBSD kernel / GNU userspace port. (Addresses Debian
+ Bug #246738)
+
* config.guess, config.sub: Update to newer version from the FSF
(2004-01-05)
else
case "$host_os" in
- gnu* | k*bsd*-gnu)
+ gnu*)
FSCK_PROG='' FSCK_MAN=''
echo "Not building fsck wrapper by default"
;;
fi]
,
[case "$host_os" in
- gnu* | k*bsd*-gnu)
+ gnu*)
FSCK_PROG='' FSCK_MAN=''
echo "Not building fsck wrapper by default"
;;