Skip to content
Snippets Groups Projects
  1. Jan 16, 2014
  2. Jan 15, 2014
  3. Jan 14, 2014
  4. Jan 13, 2014
  5. Jan 10, 2014
  6. Jan 09, 2014
  7. Jan 08, 2014
  8. Jan 07, 2014
  9. Jan 06, 2014
  10. Jan 04, 2014
    • Markus Blatt's avatar
      [autotools,bugfix] Feed include path of all modules to dune-autogen · c57e6037
      Markus Blatt authored
      Previously only the include path of the local modules were used. This
      caused errors with installed dune-common modules, similar to:
      
      --> aclocal...
      
      Error: Could not find dune-common/am!
      Usage: dune-autogen DUNE_MODULE_PATH_LIST [options]
        --ac=, --acversion=VERSION   use a specific VERSION of autoconf
        --am=, --amversion=VERSION   use a specific VERSION of automake
        -h,    --help                you already found this :-)
      --- Failed to build dune-typetree ---
      Terminating dunecontrol due to previous errors!
      
      This is also related to https://dune-project.org/flyspray/index.php?do=details&task_id=891
      
      With this patch we include the aclocal, m4 or am directory of all modules
      (installed and local ones) and everything works again as exspected.
      c57e6037
  11. Jan 03, 2014
  12. Jan 02, 2014
Loading