sais tu qu'ils existent plusieurs versions d'automake, qui coexistent dans les distribs linux, car elles ne sont pas compatibles :
par exemple, sous Debian, "apt-cache search automake" donne le resultat :
automake1.4 - A tool for generating GNU Standards-compliant Makefiles.
automake1.6 - A tool for generating GNU Standards-compliant Makefiles.
automake1.7 - A tool for generating GNU Standards-compliant Makefiles
automake1.8 - A tool for generating GNU Standards-compliant Makefiles
automake1.9 - A tool for generating GNU Standards-compliant Makefiles
Si tu ne peux pas compiler avec ton automake actuel, change de version.
# RTFM
Posté par David . En réponse au journal Les autotools: lorsque ca ne marche pas .... Évalué à 2.
par exemple, sous Debian, "apt-cache search automake" donne le resultat :
automake1.4 - A tool for generating GNU Standards-compliant Makefiles.
automake1.6 - A tool for generating GNU Standards-compliant Makefiles.
automake1.7 - A tool for generating GNU Standards-compliant Makefiles
automake1.8 - A tool for generating GNU Standards-compliant Makefiles
automake1.9 - A tool for generating GNU Standards-compliant Makefiles
Si tu ne peux pas compiler avec ton automake actuel, change de version.