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

Variable DUNE{COMMON,ISTL,GRID,DISC,..}ROOT changed to DUNE_{COMMON,ISTL,GRID,DISC,..}_ROOT

[[Imported from SVN: r4636]]
parent cea42517
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ export BASEDIR
# pass files through wrapper
.wml.html:
sh $(DUNECOMMONROOT)/bin/wmlwrap -I $(srcdir) $< -o $@
sh $(DUNE_COMMON_ROOT)/bin/wmlwrap -I $(srcdir) $< -o $@
web-install: all
if test -d $(DUNEWEBDIR) && test -r $(DUNEWEBDIR)/Make.global ; then \
......
......@@ -106,7 +106,7 @@ AC_SUBST(DUNEWEBDIR, $with_duneweb)
AC_SUBST(ALL_PKG_CPPFLAGS, "$CPPFLAGS $DUNE_PKG_CPPFLAGS")
AC_LANG_POP([C++])
AC_SUBST(am_dir, $DUNECOMMONROOT/am)
AC_SUBST(am_dir, $DUNE_COMMON_ROOT/am)
])
AC_DEFUN([DUNE_SUMMARY],[
......
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