[SCM] 01/03: Update debian/rules to fix build with new autotools. (Closes: #724201) [Thanks to Peter Michael Green]

Boris Pek tehnick at moszumanska.debian.org
Tue Dec 17 17:49:13 UTC 2013


This is an automated email from the git hooks/post-receive script.

tehnick pushed a commit to branch master
in repository elmerfem.

commit 2826d8266712fa82111ad589e02ca21310b02308
Author: Boris Pek <tehnick-8 at yandex.ru>
Date:   Mon Dec 16 23:32:40 2013 +0400

    Update debian/rules to fix build with new autotools. (Closes: #724201)
    [Thanks to Peter Michael Green]
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 6d89af5..5490d01 100755
--- a/debian/rules
+++ b/debian/rules
@@ -89,6 +89,8 @@ clean: patch
 	if [ -d .pc ]; then \
 	  QUILT_PATCHES=debian/patches quilt pop -a && rm -rf .pc; \
 	fi
+	rm -f eio/aclocal.m4
+	rm -f hutiter/aclocal.m4
 	dh_clean
 
 patch:
@@ -111,7 +113,7 @@ stamp-build: patch
 	for missingfile in $(MISSING_FILES); do touch $$missingfile; done
 	for aclocaldir in eio matc elmerparam hutiter meshgen2d fem front elmergrid post; do \
 	  echo Running aclocal/automake in module $$aclocaldir; \
-	  (cd $$aclocaldir && aclocal && automake); \
+	  (cd $$aclocaldir && aclocal && automake --add-missing); \
 	done
 	set -e; for elmermodule in $(ELMER_MODULES); do \
 	  echo; echo CONFIGURING ELMER MODULE $$elmermodule; echo; \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/elmerfem.git



More information about the debian-science-commits mailing list