mutt stable branch with some hacks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

autoreconf --include doesn't pass its argument to aclocal. Let ACLOCAL_AMFLAGS in Makefile.am handle that.

+1 -2
+1 -2
prepare
··· 1 1 #!/bin/sh 2 2 3 - if autoreconf --install --include=m4 \ 4 - && ./configure "$@" 3 + if autoreconf --install && ./configure "$@" 5 4 then 6 5 echo 7 6 echo "The mutt source code was successfully prepared and configured."