From d45c30bcc90758132aa61dc7451d3705f05ba258 Mon Sep 17 00:00:00 2001 From: Markus Blatt <mblatt@dune-project.org> Date: Tue, 17 Mar 2009 16:19:58 +0000 Subject: [PATCH] Added static_assert.m4 and reordered m4 alphabetically to keep track. This should (in parts) fix flyspray 520. Please merge to release. [[Imported from SVN: r5474]] --- m4/Makefile.am | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/m4/Makefile.am b/m4/Makefile.am index 19b968985..c51f539a5 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -1,16 +1,15 @@ # $Id$ -ALLM4S = acx_blas.m4 acx_mpi.m4 acx_pthread.m4 alugrid.m4 \ +ALLM4S = acx_blas.m4 acx_lapack.m4 acx_mpi.m4 acx_pthread.m4 alugrid.m4 \ ax_check_gl.m4 ax_lang_compiler_ms.m4 dune_all.m4 \ - dune_compiler.m4 dune_deprecated.m4 \ - dune_griddim.m4 dune_exprtmpl.m4 dune_linkcxx.m4 dune.m4 \ - dune_mpi.m4 dune_docu.m4 dune_streams.m4 \ + dune_autobuild.m4 dune_common.m4 dune_compiler.m4 dune_deprecated.m4 \ + dune_docu.m4 dune_exprtmpl.m4 dune_griddim.m4 dune_linkcxx.m4 \ + dune.m4 \ + dune_mpi.m4 dune_streams.m4 \ f5.m4 fortran_overwrite.m4 grape.m4 hdf5.m4 \ immdx_lib_metis.m4 inkscape.m4 mpi-config.m4 opengl.m4 \ - parmetis.m4 superlu-dist.m4 superlu.m4 xdr.m4 \ - acx_lapack.m4 dune_common.m4 pardiso.m4 \ - dune_autobuild.m4 - + pardiso.m4 parmetis.m4 static_assert.m4 superlu-dist.m4 \ + superlu.m4 xdr.m4 aclocaldir = $(datadir)/aclocal aclocal_DATA = $(ALLM4S) -- GitLab