I am trying to build 3.2.2 on CentOS 5.4 and I am getting the following error:
# make EDITION=community release
mkdir -p build/community/release && cd build/community/release && autoreconf—force—install ../../../src && cd “/usr/local/tmp/infobright-3.2.2-x86_64src” > /dev/null 1>&2 && touch -cr src/configure.ac src/configure && touch build/community/release/configure.stamp
configure.ac:345: warning: AC_LIBTOOL_SETUP was called before AC_DISABLE_STATIC
/usr/share/aclocal/libtool.m4:1997: AC_DISABLE_STATIC is expanded from…
autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from…
configure.ac:345: the top level
configure.ac:362: warning: AC_LIBTOOL_SETUP was called before AC_DISABLE_SHARED
/usr/share/aclocal/libtool.m4:1958: AC_DISABLE_SHARED is expanded from…
autoconf/general.m4:1331: AC_ARG_WITH is expanded from…
configure.ac:362: the top level
configure.ac:345: warning: AC_LIBTOOL_SETUP was called before AC_DISABLE_STATIC
aclocal.m4:2003: AC_DISABLE_STATIC is expanded from…
autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from…
configure.ac:345: the top level
configure.ac:362: warning: AC_LIBTOOL_SETUP was called before AC_DISABLE_SHARED
aclocal.m4:1964: AC_DISABLE_SHARED is expanded from…
autoconf/general.m4:1331: AC_ARG_WITH is expanded from…
configure.ac:362: the top level
Using `AC_PROG_RANLIB’ is rendered obsolete by `AC_PROG_LIBTOOL’
configure.ac:345: warning: AC_LIBTOOL_SETUP was called before AC_DISABLE_STATIC
/usr/share/aclocal/libtool.m4:1997: AC_DISABLE_STATIC is expanded from…
autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from…
configure.ac:345: the top level
configure.ac:362: warning: AC_LIBTOOL_SETUP was called before AC_DISABLE_SHARED
/usr/share/aclocal/libtool.m4:1958: AC_DISABLE_SHARED is expanded from…
autoconf/general.m4:1331: AC_ARG_WITH is expanded from…
configure.ac:362: the top level
configure.ac:345: warning: AC_LIBTOOL_SETUP was called before AC_DISABLE_STATIC
aclocal.m4:2003: AC_DISABLE_STATIC is expanded from…
autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from…
configure.ac:345: the top level
configure.ac:362: warning: AC_LIBTOOL_SETUP was called before AC_DISABLE_SHARED
aclocal.m4:1964: AC_DISABLE_SHARED is expanded from…
autoconf/general.m4:1331: AC_ARG_WITH is expanded from…
configure.ac:362: the top level
configure.ac:205: error: possibly undefined macro: AC_PROG_MKDIR_P
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
make: *** [build/community/release/configure.stamp] Error 1
Versions:
autoconf (GNU Autoconf) 2.59
automake (GNU automake) 1.9.6
ltmain.sh (GNU libtool) 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)
GNU M4 1.4.5
GNU Make 3.81
gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-46)
Thanks much in advanced :D

