Hi,
I downloaded : ICE v4.0.4 Source Code: infobright-4.0.4-0-src-ice.tar.gz, unpacked and started the installation process fellowing the README doc. Bt when I do this command :
>make EDITION=community release
It gives me this error :
mkdir -p build/community/release/infobright && cd src && libtoolize --force --install > /dev/null 2>&1 || libtoolize --force > /dev/null 2>&1 && automake --add-missing --force-missing > /dev/null 2>&1 ; cd "/home/Downloads/infobright-4.0.4/build/community/release/infobright" && autoreconf ../../../../src && cd "/home/Downloads/infobright-4.0.4" > /dev/null 1>&2 && touch -cr src/configure.ac src/configure && touch build/community/release/infobright/configure.stamp
autoconf-wrapper: invalid number of arguments
make: *** [build/community/release/infobright/configure.stamp] Error 255
Can anyone can help on solving this problem?
Thanks!!

