+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
else
case "$host_os" in
- gnu*)
+ gnu* | freebsd*-gnu*)
FSCK_PROG='' FSCK_MAN=''
echo "Not building fsck wrapper by default"
;;
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 ''"
;;
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"
fi]
,
[case "$host_os" in
- gnu*)
+ gnu* | freebsd*-gnu*)
FSCK_PROG='' FSCK_MAN=''
echo "Not building fsck wrapper by default"
;;
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 ''"
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"