Error compiling cairomm

While compiling cairomm i got this error:

configure.ac:37: error: possibly undefined macro: AC_DISABLE_STATIC
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:38: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
configure.ac:39: error: possibly undefined macro: AC_PROG_LIBTOOL
autoreconf: /usr/bin/autoconf failed with exit status: 1

Solution:
Install libtool:

[root@dyn854450 ~]# yum install libtool