Adjust defaults for FreeBSD to no longer build the
	fsck wrapper, and to not install into /usr/local by
	default.  (Addresses Debian bug #195274)

diff --git a/ChangeLog b/ChangeLog
index a9c97c6..dad80ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-06-08  Theodore Ts'o  <tytso@mit.edu>
+
+	* configure.in: Adjust defaults for FreeBSD to no longer build the
+		fsck wrapper, and to not install into /usr/local by
+		default.  (Addresses Debian bug #195274)
+
 2003-05-17  Theodore Tso  <tytso@thunk.org>
 
 	* MCONFIG.in, configure.in: Only put the intl directory in the -I
diff --git a/configure b/configure
index 226c963..fc4f151 100644
--- a/configure
+++ b/configure
@@ -1587,7 +1587,7 @@
 
 else
   case "$host_os" in
-  gnu*)
+  gnu* | freebsd*-gnu*)
     FSCK_PROG='' FSCK_MAN=''
     echo "Not building fsck wrapper by default"
     ;;
@@ -6057,7 +6057,7 @@
 
 
 case "$host_os" in
-linux* | gnu*)
+linux* | gnu* | freebsd*-gnu*)
 	if test "$prefix" = NONE -a "$root_prefix" = NONE ; then
 		root_prefix="";
 		echo "On $host_os systems, root_prefix defaults to ''"
@@ -6065,7 +6065,7 @@
 	;;
 esac
 case "$host_os" in
-linux* | gnu*)
+linux* | gnu* | freebsd*-gnu*)
 	if test "$prefix" = NONE ; then
 		prefix="/usr";
 		echo "On $host_os systems, prefix defaults to /usr"
diff --git a/configure.in b/configure.in
index d7c2ce8..526b3c1 100644
--- a/configure.in
+++ b/configure.in
@@ -502,7 +502,7 @@
 fi]
 ,
 [case "$host_os" in
-  gnu*)
+  gnu* | freebsd*-gnu*)
     FSCK_PROG='' FSCK_MAN=''
     echo "Not building fsck wrapper by default"
     ;;
@@ -740,7 +740,7 @@
 dnl Linux and Hurd places root files in the / by default
 dnl
 case "$host_os" in
-linux* | gnu*)
+linux* | gnu* | freebsd*-gnu*)
 	if test "$prefix" = NONE -a "$root_prefix" = NONE ; then
 		root_prefix="";
 		echo "On $host_os systems, root_prefix defaults to ''"
@@ -751,7 +751,7 @@
 dnl On Linux/hurd, force the prefix to be /usr
 dnl
 case "$host_os" in
-linux* | gnu*)
+linux* | gnu* | freebsd*-gnu*)
 	if test "$prefix" = NONE ; then
 		prefix="/usr";
 		echo "On $host_os systems, prefix defaults to /usr"