[PATCH 3/5] Change autoreconf params to -isvf.
"Kevin J. McCarthy" <[email protected]>
| Newsgroups | gmane.mail.mutt.devel |
|---|---|
| Message-ID | <[email protected]> |
--- prepare | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare b/prepare index 4d0f94b3..eda8ce1c 100755 --- a/prepare +++ b/prepare @@ -1,6 +1,6 @@ #!/bin/sh -if autoreconf --install && ./configure "$@" +if autoreconf -isvf && ./configure "$@" then echo echo "The mutt source code was successfully prepared and configured." -- 2.53.0