From d3c9fb8fba2dc6608274d1415e6644aa156ef465 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 8 Jun 2003 20:26:15 -0400 Subject: [PATCH] Adjust defaults for FreeBSD to no longer build the fsck wrapper, and to not install into /usr/local by default. (Addresses Debian bug #195274) --- ChangeLog | 6 ++++++ configure | 6 +++--- configure.in | 6 +++--- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index a9c97c6..dad80ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-06-08 Theodore Ts'o + + * 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 * 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 @@ 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" diff --git a/configure.in b/configure.in index d7c2ce8..526b3c1 100644 --- a/configure.in +++ b/configure.in @@ -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" -- 1.8.3.1