Skip to content
Snippets Groups Projects
Commit 3047e1c4 authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

m4-test to check the presence of this module

[[Imported from SVN: r10050]]
parent 46941251
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ nonlinelast_SOURCES = nonlinelast.cc ...@@ -21,7 +21,7 @@ nonlinelast_SOURCES = nonlinelast.cc
viscoelast_SOURCES = viscoelast.cc viscoelast_SOURCES = viscoelast.cc
# Build the unit tests as well # Build the unit tests as well
SUBDIRS = test SUBDIRS = test m4
# don't follow the full GNU-standard # don't follow the full GNU-standard
# we need automake 1.5 # we need automake 1.5
......
...@@ -16,7 +16,8 @@ AC_SUBST(AM_LDFLAGS, $DUNE_LDFLAGS) ...@@ -16,7 +16,8 @@ AC_SUBST(AM_LDFLAGS, $DUNE_LDFLAGS)
LIBS="$DUNE_LIBS" LIBS="$DUNE_LIBS"
AC_CONFIG_FILES([Makefile AC_CONFIG_FILES([Makefile
test/Makefile]) test/Makefile
m4/Makefile])
AC_OUTPUT AC_OUTPUT
# finally print the summary information # finally print the summary information
......
ALLM4S = elasticity.m4
aclocaldir = $(datadir)/aclocal
aclocal_DATA = $(ALLM4S)
EXTRA_DIST = $(ALLM4S)
include $(top_srcdir)/am/global-rules
AC_DEFUN([ELASTICITY_CHECKS],[
# AC_REQUIRE([DUNE_IPOPT])
])
AC_DEFUN([ELASTICITY_CHECK_MODULE],[
DUNE_CHECK_MODULES([elasticity], [src/elasticityhelpers.hh])
])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment