[SCM] 01/02: 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 10:56:13 UTC 2013
This is an automated email from the git hooks/post-receive script.
tehnick pushed a commit to branch unstable
in repository elmerfem.
commit b9601d211ae70357ecd3a545ebcf757ee262deae
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 39136ce..d9279c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,6 +71,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:
@@ -93,7 +95,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