From 54eaacf5d5b53bf1a9c1b4e6023963bc471c32aa Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Thu, 16 Apr 2009 15:52:23 +0000 Subject: [PATCH] allow to test for this module [[Imported from SVN: r4007]] --- m4/Makefile.am | 8 ++++++++ m4/rods.m4 | 7 +++++++ 2 files changed, 15 insertions(+) create mode 100644 m4/Makefile.am create mode 100644 m4/rods.m4 diff --git a/m4/Makefile.am b/m4/Makefile.am new file mode 100644 index 00000000..6f4a54ca --- /dev/null +++ b/m4/Makefile.am @@ -0,0 +1,8 @@ +ALLM4S = elasticity.m4 + +aclocaldir = $(datadir)/aclocal +aclocal_DATA = $(ALLM4S) + +EXTRA_DIST = $(ALLM4S) + +include $(top_srcdir)/am/global-rules diff --git a/m4/rods.m4 b/m4/rods.m4 new file mode 100644 index 00000000..b129f302 --- /dev/null +++ b/m4/rods.m4 @@ -0,0 +1,7 @@ +AC_DEFUN([RODS_CHECKS],[ +# AC_REQUIRE([DUNE_IPOPT]) +]) + +AC_DEFUN([RODS_CHECK_MODULE],[ + DUNE_CHECK_MODULES([rods], [dune/src/rotation.hh]) +]) -- GitLab