* Tds.cs: Support detecting NULL value when sequentially reading
[mono.git] / acinclude.m4
index 8c75480ae08c3b6bdadebf3825df76069e0e557f..6488ce6878347669f6b5876befda9cf806b5bcb4 100644 (file)
@@ -157,7 +157,8 @@ for arg in "$[]@"; do
     case "$arg" in
         --mode=compile) modeok=true ;;
         --tag=CC|--tag=CXX) tagok=true ;;
-        *) args+=("$arg")
+        --quiet) ;;
+        *) args@<:@${#args[@]}@:>@="$arg" ;;
     esac
 done
 if $modeok && $tagok ; then