diff options
author | John N. Laliberte <allanonjl@gentoo.org> | 2006-05-07 22:49:51 +0000 |
---|---|---|
committer | John N. Laliberte <allanonjl@gentoo.org> | 2006-05-07 22:49:51 +0000 |
commit | 6921b609fb8bdb9b668d48182f46a998a2cc4796 (patch) | |
tree | 64ac26ab246ff3dffa24f2ce6c5bcaf6f76d2741 /net-misc | |
parent | Enable forcefully fast install. (diff) | |
download | gentoo-2-6921b609fb8bdb9b668d48182f46a998a2cc4796.tar.gz gentoo-2-6921b609fb8bdb9b668d48182f46a998a2cc4796.tar.bz2 gentoo-2-6921b609fb8bdb9b668d48182f46a998a2cc4796.zip |
rename some things in copied m4 so they are regenerated when running eautoreconf.
(Portage version: 2.1_pre10-r3)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/vino/vino-2.13.5.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-misc/vino/vino-2.13.5.ebuild b/net-misc/vino/vino-2.13.5.ebuild index fabefe5959f5..be17af0bbeea 100644 --- a/net-misc/vino/vino-2.13.5.ebuild +++ b/net-misc/vino/vino-2.13.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/vino-2.13.5.ebuild,v 1.4 2006/05/07 21:39:10 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/vino-2.13.5.ebuild,v 1.5 2006/05/07 22:49:51 allanonjl Exp $ inherit eutils gnome2 autotools @@ -50,5 +50,9 @@ src_unpack() { epatch "${FILESDIR}"/${P}-as-needed.patch cp aclocal.m4 old_macros.m4 + # rename some things so they get regenerated and we don't get a mismatch + sed -i -e 's:AM_AUTOMAKE_VERSION:AM_AUTOMAKE_VERSION2:' old_macros.m4 + sed -i -e 's:AM_INIT_AUTOMAKE:AM_INIT_AUTOMAKE2:' old_macros.m4 + sed -i -e 's:AM_SET_CURRENT_AUTOMAKE_VERSION:AM_SET_CURRENT_AUTOMAKE_VERSION2:' old_macros.m4 AT_M4DIR="." eautoreconf } |