2008-06-30 Alp Toker <alp@nuanti.com>
[mono.git] / acinclude.m4
index 8c75480ae08c3b6bdadebf3825df76069e0e557f..8f94582fb899804409f4cc1595d1d8f3aa90fe02 100644 (file)
@@ -157,7 +157,7 @@ for arg in "$[]@"; do
     case "$arg" in
         --mode=compile) modeok=true ;;
         --tag=CC|--tag=CXX) tagok=true ;;
-        *) args+=("$arg")
+        *) args@<:@${#args[@]}@:>@="$arg" ;;
     esac
 done
 if $modeok && $tagok ; then