#3579: Automake 1.12 prevents mutt HEAD from configuring
----------------------+-----------------------------------------------------
 Reporter:  sinecure  |       Owner:  mutt-dev
     Type:  defect    |      Status:  new     
 Priority:  major     |   Milestone:          
Component:  mutt      |     Version:  1.5.21  
 Keywords:            |  
----------------------+-----------------------------------------------------
 The new automake removed AM_C_PROTOTYPES.  Removing that line from
 configure.ac (as shown in the `hg diff` below) allows the `./prepare`
 command to complete.

 {{{
 diff -r 41a8d7dceb6c configure.ac
 --- a/configure.ac      Sun Apr 29 22:15:19 2012 -0700
 +++ b/configure.ac      Fri May 11 16:17:15 2012 -0400
 @@ -30,7 +30,6 @@

  AC_PROG_CC
  AC_ISC_POSIX
 -AM_C_PROTOTYPES
  if test "x$U" != "x"; then
    AC_MSG_ERROR(Compiler not ANSI compliant)
  fi
 }}}

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/3579>
Mutt <http://www.mutt.org/>
The Mutt mail user agent

Reply via email to