From e323943a815801335544b8842c6a5afb9be3b0e3 Mon Sep 17 00:00:00 2001
From: Ansgar Burchardt <burchardt@igpm.rwth-aachen.de>
Date: Fri, 17 Jan 2014 13:24:30 +0000
Subject: [PATCH] Install m4 files to $(datadir)/dune/aclocal.

[[Imported from SVN: r12684]]
---
 m4/CMakeLists.txt | 2 +-
 m4/Makefile.am    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/m4/CMakeLists.txt b/m4/CMakeLists.txt
index 168cd94..75ac524 100644
--- a/m4/CMakeLists.txt
+++ b/m4/CMakeLists.txt
@@ -1,4 +1,4 @@
 install(FILES
     dune-elasticity.m4
-    DESTINATION share/aclocal)
+    DESTINATION share/dune/aclocal)
 
diff --git a/m4/Makefile.am b/m4/Makefile.am
index f592dcf..0c1fe83 100644
--- a/m4/Makefile.am
+++ b/m4/Makefile.am
@@ -1,6 +1,6 @@
 ALLM4S = dune-elasticity.m4
 
-aclocaldir = $(datadir)/aclocal
+aclocaldir = $(datadir)/dune/aclocal
 aclocal_DATA = $(ALLM4S)
 
 EXTRA_DIST = $(ALLM4S)
-- 
GitLab