Skip to content
  • Markus Blatt's avatar
    20620438
    [autotools] Fixes quoting in test for DUNE symbols · 20620438
    Markus Blatt authored
    Some modules do test for complicated symbols,
    eg. "&StandardMerge<double,1,1,1>::build;", which lead to broken
    configure scripts. In the above case :
    " 1>build;
      ;"
    as a shell command.
    This patch quotes the program body used for AC_LANG_PROGRAM correctly
    to prevent this.
    20620438
    [autotools] Fixes quoting in test for DUNE symbols
    Markus Blatt authored
    Some modules do test for complicated symbols,
    eg. "&StandardMerge<double,1,1,1>::build;", which lead to broken
    configure scripts. In the above case :
    " 1>build;
      ;"
    as a shell command.
    This patch quotes the program body used for AC_LANG_PROGRAM correctly
    to prevent this.
Loading