Reflect autoconf invocation in Setup.sh's output.
authorTaylor R Campbell <campbell@mumble.net>
Sat, 30 Apr 2011 15:30:20 +0000 (15:30 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Sat, 30 Apr 2011 15:30:20 +0000 (15:30 +0000)
src/Setup.sh

index eee163e4c845d05c3849ec6967b97da3547c877d..7ebb7b08cac8693dabfe09678d65c089a6298f20 100755 (executable)
@@ -68,7 +68,7 @@ fi
 
 if [ ! -x configure ]; then
     configure=clean
-    echo "autoconf"
+    echo "autoconf --include=microcode"
     autoconf --include=microcode
     configure=done
 fi