[SCM] Gerris Flow Solver branch, upstream, updated. e8f73a07832050124d2b8bf6c6f35b33180e65a8

Stephane Popinet popinet at users.sf.net
Tue Nov 24 12:24:24 UTC 2009


The following commit has been merged in the upstream branch:
commit 68374831070f2fdee5d29a7e88be69b2f642f5be
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Mon Jun 22 08:36:09 2009 +1000

    Automatically include aclocal m4 macros
    
    darcs-hash:20090621223609-d4795-f5572d82a898725cc6548b51dce435a6b39722cf.gz

diff --git a/Makefile.am b/Makefile.am
index f16251c..8d6ed4a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
+ACLOCAL_AMFLAGS = -I m4
+
 # changed this to your dput command
 DPUT = socksify dput
 
diff --git a/configure.in b/configure.in
index 4f46a46..ac16f19 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,5 @@
 AC_INIT(configure.in)
+AC_CONFIG_MACRO_DIR([m4])
 
 dnl we to AC_DIVERT_PUSH/AC_DIVERT_POP these variable definitions so they
 dnl are available for $ac_help expansion (don't we all *love* autoconf?)

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list