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

[[Imported from SVN: r12685]]
---
 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 3da0b6f1..99685c35 100644
--- a/m4/CMakeLists.txt
+++ b/m4/CMakeLists.txt
@@ -1,4 +1,4 @@
 install(FILES
     dune-solvers.m4
     ipopt4.m4
-    DESTINATION share/aclocal)
+    DESTINATION share/dune/aclocal)
diff --git a/m4/Makefile.am b/m4/Makefile.am
index 1a6e4822..d8611341 100644
--- a/m4/Makefile.am
+++ b/m4/Makefile.am
@@ -1,6 +1,6 @@
 M4FILES = dune-solvers.m4 ipopt.m4
 
-aclocaldir = $(datadir)/aclocal
+aclocaldir = $(datadir)/dune/aclocal
 aclocal_DATA = $(M4FILES)
 
 EXTRA_DIST = $(M4FILES)
-- 
GitLab