Ticket #19850: patch-acincludes.m4.diff

File patch-acincludes.m4.diff, 426 bytes (added by jim@…, 15 years ago)

Patch to repair acincludes.m4 for Tiger/OS X 10.4.x

  • acinclude.m4

    old new  
    444444for arg in "$[]@"; do
    445445    case "$arg" in
    446446        --mode=compile) modeok=true ;;
    447447        --tag=CC|--tag=CXX) tagok=true ;;
    448         *) args+=("$arg")
     448        *) args[${#args[*]}]="$arg"
    449449    esac
    450450done
    451451if $modeok && $tagok ; then
    452452    . ${top_builddir_slash}doltcompile "${args@<:@@@:>@}"