---
 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

Reply via email to