From d2263df7b29e226b49161f13501789366425e69c Mon Sep 17 00:00:00 2001 From: Christian Engwer <christi@dune-project.org> Date: Mon, 1 Feb 2010 17:03:01 +0000 Subject: [PATCH] * install libtoolcompat.m4 merge to release [[Imported from SVN: r5879]] --- m4/Makefile.am | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/m4/Makefile.am b/m4/Makefile.am index 350cd5fee..eb8bf09ae 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -2,20 +2,20 @@ ALLM4S = acx_blas.m4 acx_lapack.m4 acx_mpi.m4 acx_pthread.m4 \ ax_check_gl.m4 ax_lang_compiler_ms.m4 dune_all.m4 \ - dune_autobuild.m4 \ - dune_check_lib.m4 \ - dune_common.m4 \ - dune_compiler.m4 \ - dune_deprecated.m4 \ - dune_deprecated_cppflags.m4 \ + dune_autobuild.m4 \ + dune_check_lib.m4 \ + dune_common.m4 \ + dune_compiler.m4 \ + dune_deprecated.m4 \ + dune_deprecated_cppflags.m4 \ dune_docu.m4 dune_exprtmpl.m4 dune_linkcxx.m4 \ - dune.m4 \ + dune.m4 \ dune_mpi.m4 dune_streams.m4 \ f5.m4 fortran_overwrite.m4 hdf5.m4 \ - gmp.m4 \ + gmp.m4 libtoolcompat.m4 \ immdx_lib_metis.m4 inkscape.m4 mpi-config.m4 opengl.m4 \ pardiso.m4 parmetis.m4 static_assert.m4 shared_ptr.m4 superlu-dist.m4 \ - superlu.m4 xdr.m4 + superlu.m4 xdr.m4 aclocaldir = $(datadir)/aclocal aclocal_DATA = $(ALLM4S) -- GitLab