11 May 2012 03:49
Building mutt from HEAD on Mac OS X with automake 1.12
David J. Weller-Fahy <dave-lists-mutt-dev <at> weller-fahy.com>
2012-05-11 01:49:54 GMT
2012-05-11 01:49:54 GMT
I recently started using Mac OS X again, and installed HomeBrew [1] to be able to automate the upgrade of various software components not already included. 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. #v+ dave <at> pooh:~/usr/src/mutt/mutt$ cat ../configure-mutt.sh #!/bin/sh # For FreeBSD, append '=/usr/local' to the --with-sasl line. # For Mac OS X, append '=/usr/local' to the --with-tokyocabinet line. ./prepare \ --prefix=$HOME/usr \ --with-homespool=Maildir \ --enable-debug \ --enable-hcache \ --with-tokyocabinet=/usr/local \ --with-curses \ --enable-smtp \ --enable-imap \ --with-ssl \ --with-sasl #v- Note: This prepare command has worked in the past on Mac OS X. Next, I make sure my sources are up to date, and try to prepare.(Continue reading)
RSS Feed