Whamcloud - gitweb
Adjust defaults for FreeBSD to no longer build the
authorTheodore Ts'o <tytso@mit.edu>
Mon, 9 Jun 2003 00:26:15 +0000 (20:26 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 9 Jun 2003 00:26:15 +0000 (20:26 -0400)
fsck wrapper, and to not install into /usr/local by
default.  (Addresses Debian bug #195274)

ChangeLog
configure
configure.in

index a9c97c6..dad80ac 100644 (file)
--- 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
index 226c963..fc4f151 100644 (file)
--- a/configure
+++ b/configure
@@ -1587,7 +1587,7 @@ fi
 
 else
   case "$host_os" in
-  gnu*)
+  gnu* | freebsd*-gnu*)
     FSCK_PROG='' FSCK_MAN=''
     echo "Not building fsck wrapper by default"
     ;;
@@ -6057,7 +6057,7 @@ esac
 
 
 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 @@ linux* | gnu*)
        ;;
 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"
index d7c2ce8..526b3c1 100644 (file)
@@ -502,7 +502,7 @@ else
 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
 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
 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"