Hi,<br />I wan to update Mesa in my project (Minimyth derivative).<br />I'm currently on 9.0.3 and want upgrade to 9.2.x.<br />Major motivation is getting support for H.264/MPEG2 hardware decode on ATM/ATI Radeon hardware.<br />Unfortunately I have problem with 9.2.3 Mesa compilation:<br /><br />autoreconf: Entering directory `.'<br />autoreconf: configure.ac: not using Gettext<br />autoreconf: running: aclocal -I //home/piotro/minimyth-dev/images/build/usr/share/aclocal --force -I m4<br />configure.ac:47: error: undefine: undefined macro: AC_PROVIDE_AC_PROG_CPP<br />/home/piotro/minimyth-dev/images/build/usr/share/aclocal/ax_prog_cc_for_build.m4:38: AX_PROG_CC_FOR_BUILD is expanded from...<br />configure.ac:47: the top level<br />autom4te: //home/piotro/minimyth-dev/images/build/usr/bin/m4 failed with exit status: 1<br />aclocal: error: echo failed with exit status: 1<br />autoreconf: aclocal failed with exit status: 1<br />make[2]: *** [pre-configure] Error 1<br />make[2]: Leaving directory `/home/piotro/minimyth-dev/script/xorg/Mesa'<br /><br />Unfortunatellly I can't find much info about AC_PROVIDE_AC_PROG_CPP macro.<br />Isn't above error telling me that my autoconf is too old?<br />If so - what version is needed ?<br /><br />Also - if I want to get HWaccel in AMD/ATI - is LLVM required for this?<br />(I want to minimize OS image size - so now my 9.0.3 is compiled without LLVM).<br />I have pretty good performance on Intel hw - but AMD/ATI GL apps are slooow. Is this because lack of LLVM?<br />If so - is LLVM only option to have good GL on AMD/ATI?<br /><br />Thx in advance for help!<br />     <br /><br />