diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-04-12 11:44:55 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-04-12 11:44:55 +0000 |
commit | 1c44bd855bdc569f6f0c751e013c06fd2f751620 (patch) | |
tree | 7e180105e3e5bebbcdba661d464e4522f6affae5 /net-dialup/isdn4k-utils | |
parent | x86 stable wrt security bug 168907 (diff) | |
download | gentoo-2-1c44bd855bdc569f6f0c751e013c06fd2f751620.tar.gz gentoo-2-1c44bd855bdc569f6f0c751e013c06fd2f751620.tar.bz2 gentoo-2-1c44bd855bdc569f6f0c751e013c06fd2f751620.zip |
Prevent autocnf failure by making sure 2.1 is used
(Portage version: 2.1.2-r12)
Diffstat (limited to 'net-dialup/isdn4k-utils')
-rw-r--r-- | net-dialup/isdn4k-utils/ChangeLog | 8 | ||||
-rw-r--r-- | net-dialup/isdn4k-utils/isdn4k-utils-3.9_pre20060124.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-dialup/isdn4k-utils/ChangeLog b/net-dialup/isdn4k-utils/ChangeLog index a0708d04df9b..5d33000e6375 100644 --- a/net-dialup/isdn4k-utils/ChangeLog +++ b/net-dialup/isdn4k-utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/isdn4k-utils -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/ChangeLog,v 1.58 2006/12/04 18:42:32 eroyf Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/ChangeLog,v 1.59 2007/04/12 11:44:55 genstef Exp $ + + 12 Apr 2007; Stefan Schweizer <genstef@gentoo.org> + isdn4k-utils-3.9_pre20060124.ebuild: + Prevent autocnf failure by making sure 2.1 is used 04 Dec 2006; Alexander H. Færøy <eroyf@gentoo.org> isdn4k-utils-3.9_pre20060124.ebuild: diff --git a/net-dialup/isdn4k-utils/isdn4k-utils-3.9_pre20060124.ebuild b/net-dialup/isdn4k-utils/isdn4k-utils-3.9_pre20060124.ebuild index 14ce9e5b77cc..545fb4646ac4 100644 --- a/net-dialup/isdn4k-utils/isdn4k-utils-3.9_pre20060124.ebuild +++ b/net-dialup/isdn4k-utils/isdn4k-utils-3.9_pre20060124.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/isdn4k-utils-3.9_pre20060124.ebuild,v 1.7 2006/12/04 18:42:32 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/isdn4k-utils-3.9_pre20060124.ebuild,v 1.8 2007/04/12 11:44:55 genstef Exp $ inherit eutils multilib gnuconfig linux-info @@ -213,7 +213,7 @@ src_unpack() { isdnlog/tools/cdb isdnlog/tools/dest isdnlog/tools/zone; do einfo " Updating ${i}" pushd "${i}" >/dev/null - autoconf 2>/dev/null || die "autoconf failed in dir ${i}" + WANT_AUTOCONF="2.1" autoconf 2>/dev/null || die "autoconf failed in dir ${i}" popd >/dev/null done } |