Nathan Sidwell <nat...@acm.org> writes:
> Apparently 'var+=...' is not a dash thing.  Fixed thusly.
>
>       * config.m4: Avoid non-dash idiom
>          * configure: Rebuilt.
>
> pushed (2 patches, because I didn't look carefully enough the first time)

Thanks.  I think the other uses of += need the same treatment though:

  CXX+=" -I$tools/include"
    toollib+="/${os}"
CXX+=" -std=c++11"
[CXX+=" -std=c++20"
    AC_SEARCH_LIBS([bfd_openr],[bfd],[LIBS+="-lz -liberty -ldl"],,[-lz -liberty 
-ldl])
  CONFIG_FILES+=" $dir/Makesub"
  test -f ${srcdir}/$dir/tests/Makesub.in && CONFIG_FILES+=" $dir/tests/Makesub"
Richard

Reply via email to