diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-04-27 16:41:01 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-04-27 16:41:01 +0000 |
commit | d3579b23e3d1e2de77ba4bfb585c33dd1c36ff5e (patch) | |
tree | 2b22e8e30038d2f04c0cd46e2f32e39f888bb133 /x11-libs/gksu | |
parent | Fix automake-1.13 compability by using AC_CONFIG_HEADERS instead of the obsol... (diff) | |
download | gentoo-2-d3579b23e3d1e2de77ba4bfb585c33dd1c36ff5e.tar.gz gentoo-2-d3579b23e3d1e2de77ba4bfb585c33dd1c36ff5e.tar.bz2 gentoo-2-d3579b23e3d1e2de77ba4bfb585c33dd1c36ff5e.zip |
Fix automake-1.13 compability by using AC_CONFIG_HEADERS instead of the obsolete AM_CONFIG_HEADER wrt #467024 by Alphat-PC
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'x11-libs/gksu')
-rw-r--r-- | x11-libs/gksu/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/gksu/gksu-2.0.2-r1.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-libs/gksu/ChangeLog b/x11-libs/gksu/ChangeLog index 7e04525458f3..114134b9705f 100644 --- a/x11-libs/gksu/ChangeLog +++ b/x11-libs/gksu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/gksu # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/ChangeLog,v 1.73 2013/03/30 17:16:35 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/ChangeLog,v 1.74 2013/04/27 16:41:01 ssuominen Exp $ + + 27 Apr 2013; Samuli Suominen <ssuominen@gentoo.org> gksu-2.0.2-r1.ebuild: + Fix automake-1.13 compability by using AC_CONFIG_HEADERS instead of the + obsolete AM_CONFIG_HEADER wrt #467024 by Alphat-PC 30 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> -gksu-2.0.2.ebuild: Clean up old revision. diff --git a/x11-libs/gksu/gksu-2.0.2-r1.ebuild b/x11-libs/gksu/gksu-2.0.2-r1.ebuild index c14cc6fc118d..6b90e4440a4b 100644 --- a/x11-libs/gksu/gksu-2.0.2-r1.ebuild +++ b/x11-libs/gksu/gksu-2.0.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/gksu-2.0.2-r1.ebuild,v 1.9 2012/10/28 16:33:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/gksu-2.0.2-r1.ebuild,v 1.10 2013/04/27 16:41:01 ssuominen Exp $ EAPI="4" GCONF_DEBUG="no" @@ -48,6 +48,8 @@ src_prepare() { # Conditional patch to avoid eautoreconf # https://savannah.nongnu.org/bugs/index.php?36129 epatch "${FILESDIR}/${PN}-2.0.2-nautilus-dir.patch" + + sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die #467024 eautoreconf else sed 's/dist_desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)/dist_desktop_DATA =/' \ |