From df1182cdf41fb2a35a90048b537ee60f83a67f13 Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Sat, 8 Sep 2007 15:30:20 -0700 Subject: [PATCH] autoreconf --include doesn't pass its argument to aclocal. Let ACLOCAL_AMFLAGS in Makefile.am handle that. --- prepare | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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." -- 2.50.1