From fa3ef8dec34229cb269ef6ba9596948751f754cf Mon Sep 17 00:00:00 2001
From: Markus Blatt <mblatt@dune-project.org>
Date: Thu, 27 Jul 2006 12:18:50 +0000
Subject: [PATCH] Variable DUNE{COMMON,ISTL,GRID,DISC,..}ROOT changed to
 DUNE_{COMMON,ISTL,GRID,DISC,..}_ROOT

[[Imported from SVN: r4636]]
---
 am/webstuff    | 2 +-
 m4/dune_all.m4 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/am/webstuff b/am/webstuff
index 73471d706..e3f4aa2d6 100644
--- a/am/webstuff
+++ b/am/webstuff
@@ -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 \
diff --git a/m4/dune_all.m4 b/m4/dune_all.m4
index ae81c11af..f5fc5e5cc 100644
--- a/m4/dune_all.m4
+++ b/m4/dune_all.m4
@@ -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],[
-- 
GitLab