diff --git a/m4/dune-gfe.m4 b/m4/dune-gfe.m4 index f5afd713121481114255cf75df293161969edeba..1fe583dd9ab0af0fad727725d5390544e6f19a2e 100644 --- a/m4/dune-gfe.m4 +++ b/m4/dune-gfe.m4 @@ -1,7 +1,17 @@ -AC_DEFUN([DUNE_GFE_CHECKS],[ -# AC_REQUIRE([DUNE_IPOPT]) -]) +dnl -*- autoconf -*- +# Macros needed to find dune-gfe and dependent libraries. They are called by +# the macros in ${top_src_dir}/dependencies.m4, which is generated by +# "dunecontrol autogen" + +# Additional checks needed to build dune-gfe +# This macro should be invoked by every module which depends on dune-gfe, as +# well as by dune-gfe itself +AC_DEFUN([DUNE_GFE_CHECKS],[]) -AC_DEFUN([DUNE_GFE_CHECK_MODULE],[ - DUNE_CHECK_MODULES([dune-gfe], [gfe/rotation.hh]) +# Additional checks needed to find dune-gfe +# This macro should be invoked by every module which depends on dune-gfe, but +# not by dune-gfe itself +AC_DEFUN([DUNE_GFE_CHECK_MODULE], +[ + DUNE_CHECK_MODULES([dune-gfe],[gfe/rotation.hh]) ])