Update (very old) dold to handle --silent argument
[mono.git] / acinclude.m4
index 16c7da8151bda9f2c6c512a00f9596900ffe66b7..161bf7dccf74b51e076fb8227ff5ef84749e7a70 100644 (file)
@@ -158,6 +158,7 @@ modeok=false
 tagok=false
 for arg in "$[]@"; do
     case "$arg" in
+        --silent) ;;    
         --mode=compile) modeok=true ;;
         --tag=CC|--tag=CXX) tagok=true ;;
         --quiet) ;;