chiark / gitweb /
bin/mdw-build: Force rebuild of Autotools outputs.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 9 Sep 2024 10:36:21 +0000 (11:36 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 9 Sep 2024 10:36:21 +0000 (11:36 +0100)
bin/mdw-build

index a66ae68d369200e1ebe54a1cab5cf35c63358398..817da9ac1e222ebae2db5f7c6f21999684894f93 100755 (executable)
@@ -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
        ;;