restore default paths for FreeBSD (reported by alphaque, fixed by jcollie)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30458 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-05-25 22:05:12 +00:00
parent 295c340164
commit 1e61ba6699
2 changed files with 14 additions and 12 deletions

View File

@@ -28,19 +28,17 @@ case "${host}" in
;;
*)
ac_default_prefix=/usr
if test ${sysconfdir} = '${prefix}/etc'; then
sysconfdir=/etc
fi
if test ${mandir} = '${prefix}/man'; then
mandir=/usr/share/man
fi
;;
esac
if test ${sysconfdir} = '${prefix}/etc'; then
sysconfdir=/etc
fi
if test ${localstatedir} = '${prefix}/var'; then
localstatedir=/var
fi
if test ${mandir} = '${prefix}/man'; then
mandir=/usr/share/man
localstatedir=/var
fi
### ** Platform.