Asterisk trunk compile problem

hi
i’m trying to compile svn trunk on redhat el 4 …
thr ./configure stop eith error
checking how to run the C++ preprocessor… g++ -E
checking for a sed that does not truncate output… ./configure: line 3798: syntax error near unexpected token SED,' ./configure: line 3798: _AC_PATH_PROG_FEATURE_CHECK(SED, sed gsed,'
the bootstrap.sh … no errors
my system include bluez packegs
bluez-bluefw-1.0-6
bluez-libs-2.10-2
bluez-utils-2.10-2.1
bluez-pin-0.23-3
bluez-hcidump-1.11-1

any idea ?

nimco

looks like you’re using autoconf 2.59 … try upgrading to 2.6x ??

Now you can do a “normal asterisk” installation:
[color=blue]./bootstrap.sh
configure
make menuselect
… and so on[/color]