<div dir="ltr">Hi everyone,<div><br></div><div>I am trying to compile Pixman, but sometimes, I am running into some troubles. The problem is the following:</div><div><br></div><div>I am compiling as supposed (at least, I think so):</div>
<div>$ ./configure</div><div>$ make</div><div>$ make install</div><div><br></div><div>I have noticed that the configure script has a hardcoded version of Libtool to be used. If say for some reason <a href="http://configure.ac">configure.ac</a> is newer than configure, when running make, autoconf is fired and it rebuilds the configure script. The new configure script now gets to have a different version of Libtool than the one hardcoded initially. With this new version of Libtool, the compilation fails.</div>
<div><br></div><div>As far as I understand, autoconf should not get fired. Is there a way to stop it from doing this? Or should the compilation work even with the new Libtool version? Or am I doing something fundamentally wrong?</div>
<div><br></div><div>Thanks in advance!</div><div><br></div><div>Kind regards,</div><div>Alex</div></div>