[fenix-plugins] 33/60: Fix the build with recent versions of autotools - use a recent version of ltmain.sh to follow the backwards-incompatible change from using $echo to $ECHO.

Peter Pentchev roam at ringlet.net
Mon Dec 21 14:16:07 UTC 2015


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

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 5fc9c0597c599d4c4b9c7295262e544437e3359d
Author: Peter Pentchev <roam at ringlet.net>
Date:   Thu Feb 25 23:44:19 2010 +0000

    Fix the build with recent versions of autotools - use a recent version of ltmain.sh to follow the backwards-incompatible change from using $echo to $ECHO.
---
 debian/changelog | 7 ++++++-
 debian/rules     | 2 ++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0ec1fb0..d41300a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,7 +10,12 @@ fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
     line was missed. Add the following architectures accordingly: powerpc
     s390 sparc. Thanks to Philipp Kern (Closes: #509702).
 
- -- Evgeni Golov <evgeni at debian.org>  Mon, 22 Feb 2010 00:42:10 +0100
+  [ Peter Pentchev ]
+  * Fix the build with new autotools by using the ltmain.sh provided by
+    the Debian version of libtool to avoid the backwards-incompatible
+    $echo -> $ECHO change.
+
+ -- Peter Pentchev <roam at ringlet.net>  Thu, 25 Nov 2010 16:09:06 +0200
 
 fenix-plugins (0.0.20070803-3) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 6d56191..491e220 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,7 @@ configure-stamp:
 		if [ -e "$$i/configure.ac" ]; then \
 			cp -f /usr/share/misc/config.sub "$$i/config.sub" ; \
 			cp -f /usr/share/misc/config.guess "$$i/config.guess" ; \
+			cp -f /usr/share/libtool/config/ltmain.sh "$$i/ltmain.sh" ; \
 		fi \
 	done
 	touch $@
@@ -44,6 +45,7 @@ clean:
 	rm -f build-stamp configure-stamp
 	$(MAKE) fullclean
 	dh_clean 
+	rm -f */ltmain.sh
 
 install: build
 	dh_testdir

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fenix-plugins.git



More information about the Pkg-games-commits mailing list