From: Brendan Cully Date: Sat, 8 Sep 2007 22:30:20 +0000 (-0700) Subject: autoreconf --include doesn't pass its argument to aclocal. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df1182cdf41fb2a35a90048b537ee60f83a67f13;p=neomutt autoreconf --include doesn't pass its argument to aclocal. Let ACLOCAL_AMFLAGS in Makefile.am handle that. --- diff --git a/prepare b/prepare index 4c90dca3a..4d0f94b37 100755 --- a/prepare +++ b/prepare @@ -1,7 +1,6 @@ #!/bin/sh -if autoreconf --install --include=m4 \ - && ./configure "$@" +if autoreconf --install && ./configure "$@" then echo echo "The mutt source code was successfully prepared and configured."