Hi Stepan, * Stepan Kasal wrote on Thu, Nov 26, 2009 at 02:05:17AM CET: > -AT_CHECK([libtoolize], 0, [stdout], ignore) > +AT_CHECK([libtoolize --install], 0, [stdout], ignore)
libtoolize --install is a 2.2.x-ism, so unless you take care to skip the test for earlier Libtool versions (1.5.x are still in use) this will cause a failure for them. > # Some broken libtoolize fail to install a functional config.guess. > -AT_CHECK([./config.guess || exit 77], [], [ignore], [ignore]) > +AT_CHECK([./config.guess], [], [ignore], [ignore]) I don't understand that. Either the original line or drop it completely? Thanks for pursuing this, Ralf
