From: Mark Wooding Date: Mon, 9 Sep 2024 10:36:21 +0000 (+0100) Subject: bin/mdw-build: Force rebuild of Autotools outputs. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/9afa496e16869380d960ad8c830184f848406540 bin/mdw-build: Force rebuild of Autotools outputs. --- diff --git a/bin/mdw-build b/bin/mdw-build index a66ae68..817da9a 100755 --- a/bin/mdw-build +++ b/bin/mdw-build @@ -375,7 +375,7 @@ case "$setup" in if [ -f .links ]; then setupcmd=mdw-setup elif [ -x autogen.sh ]; then setupcmd=./autogen.sh elif [ -x setup ]; then setupcmd=./setup - elif [ -f configure.ac ]; then setupcmd="autoreconf -is" + elif [ -f configure.ac ]; then setupcmd="autoreconf -fis" else setupcmd=mdw-setup fi ;;