xserver: Branch 'master'

James Cloos cloos at kemper.freedesktop.org
Fri Dec 12 01:54:56 PST 2008


 acinclude.m4 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7be6520d94df874c6bbd46d06a1830a12d0967f2
Author: Stuart Bennett <sb476 at cam.ac.uk>
Date:   Fri Dec 12 00:08:44 2008 +0000

    dolt: allow older versions of bash to compile the xserver (#19031)
    
    Signed-off-by: James Cloos <cloos at jhcloos.com>

diff --git a/acinclude.m4 b/acinclude.m4
index efece2a..c3e36f8 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -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


More information about the xorg-commit mailing list