Skip to content
Snippets Groups Projects
Commit a055e3d1 authored by Markus Blatt's avatar Markus Blatt
Browse files

Do not ignore config.*, but be more explicite.

[[Imported from SVN: r7361]]
parent 3d86248d
No related branches found
No related tags found
No related merge requests found
Makefile Makefile
Makefile.in Makefile.in
config.* config.guess
config.h.in
config.log
config.status
config.h
config.lt
config.sub
configure
configure configure
aclocal.m4 aclocal.m4
autom4te.cache autom4te.cache
...@@ -19,3 +26,7 @@ ltmain.sh ...@@ -19,3 +26,7 @@ ltmain.sh
.libs .libs
dependencies.m4 dependencies.m4
dune.css dune.css
config.h.in
config.h
config.log
config.guess
...@@ -499,6 +499,9 @@ macro(dune_regenerate_config_cmake) ...@@ -499,6 +499,9 @@ macro(dune_regenerate_config_cmake)
from the config.h.cmake files of modules this module depends on. */" from the config.h.cmake files of modules this module depends on. */"
) )
# define that we found this module
set(${DUNE_MOD_NAME}_FOUND 1)
foreach(_dep ${DUNE_MOD_NAME} ${ALL_DEPENDENCIES}) foreach(_dep ${DUNE_MOD_NAME} ${ALL_DEPENDENCIES})
dune_module_to_uppercase(upper ${_dep}) dune_module_to_uppercase(upper ${_dep})
set(HAVE_${upper} ${${_dep}_FOUND}) set(HAVE_${upper} ${${_dep}_FOUND})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment