revert my change to use the AC_PREFIX_DEFAULT macro since it is not something

that is expanded inline, so it didn't do what I wanted it to. The --help output
will be wrong again, but that's better than completely breaking it. :)
(Thanks to jcollie for catching this!)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35439 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-06-22 12:55:49 +00:00
parent e217604a44
commit a236f488be
2 changed files with 5 additions and 7 deletions

View File

@@ -24,10 +24,10 @@ AC_REVISION($Revision$)
case "${host}" in
*freebsd*)
AC_PREFIX_DEFAULT(/usr/local)
ac_default_prefix=/usr/local
;;
*)
AC_PREFIX_DEFAULT(/usr)
ac_default_prefix=/usr
if test ${sysconfdir} = '${prefix}/etc'; then
sysconfdir=/etc
fi