On 2012-05-10 21:49:54 -0400, David J. Weller-Fahy wrote: > When installing the requisite programs to build mutt from HEAD, automake > 1.12 was installed. Unfortunately, this new version of automake caused > mutt not to prepare! The output of my attempt to prepare follows. [...] > dave@pooh:~/usr/src/mutt/mutt$ hg pull -u > pulling from http://dev.mutt.org/hg/mutt > searching for changes > no changes found > dave@pooh:~/usr/src/mutt/mutt$ ../configure-mutt.sh > configure.ac:33: error: automatic de-ANSI-fication support has been removed
I suspect that Mutt hasn't been updated for Automake 1.12. In the Automake 1.11 manual: `AM_C_PROTOTYPES' This is required when using the deprecated de-ANSI-fication feature; *note ANSI::. _It will be removed_ in the next major Automake release. So, you need to remove the AM_C_PROTOTYPES line from configure.ac (FYI, this was the solution for MPFR, which had the same problem). -- Vincent Lefèvre <vinc...@vinc17.net> - Web: <http://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)