Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-common
Source project has a limited visibility.
  • Markus Blatt's avatar
    c57e6037
    [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
    History
    [autotools,bugfix] Feed include path of all modules to dune-autogen
    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.