Regenerate configure if out of date, not just if nonexistent.
authorTaylor R Campbell <campbell@mumble.net>
Mon, 7 Jan 2019 05:07:56 +0000 (05:07 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Mon, 7 Jan 2019 08:11:37 +0000 (08:11 +0000)
src/Setup.sh

index 8dd244f9624013ade55953de50690926c683a714..204ce6af4209b7d035b510da9c6e46a301682442 100755 (executable)
@@ -67,7 +67,9 @@ EOF
     exit 1
 fi
 
-if [ ! -x configure ]; then
+if [ ! -x configure \
+       -o configure.ac -nt configure \
+       -o microcode/aclocal.m4 -nt configure ]; then
     configure=clean
     echo "autoconf --include=microcode"
     autoconf --include=microcode