--- 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
- [PATCH 0/5] Switch to autopoint installed gettext files Kevin J. McCarthy
- [PATCH 3/5] Change autoreconf params to -isvf. Kevin J. McCarthy
- [PATCH 2/5] Gitignore gettextize installed files. Kevin J. McCarthy
- [PATCH 4/5] Fix 'make distcheck' issues. Kevin J. McCarthy
- Re: [PATCH 4/5] Fix 'make distcheck' issues. Kevin J. McCarthy
- [PATCH 5/5] Makefile.am: support VPATH build in she... Kevin J. McCarthy
- Re: [PATCH 0/5] Switch to autopoint installed gette... Kevin J. McCarthy
