summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-05-06 06:05:14 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-05-06 06:05:14 +0000
commiteb2ab88cd9efa0a96d50c360cbbb1254a07bbd40 (patch)
tree154970f24c13e3e6075607175493836b97b5fbe6 /mail-client/cone
parentBump (diff)
downloadgentoo-2-eb2ab88cd9efa0a96d50c360cbbb1254a07bbd40.tar.gz
gentoo-2-eb2ab88cd9efa0a96d50c360cbbb1254a07bbd40.tar.bz2
gentoo-2-eb2ab88cd9efa0a96d50c360cbbb1254a07bbd40.zip
Automake 1.13 fix
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'mail-client/cone')
-rw-r--r--mail-client/cone/ChangeLog7
-rw-r--r--mail-client/cone/cone-0.90-r1.ebuild5
2 files changed, 8 insertions, 4 deletions
diff --git a/mail-client/cone/ChangeLog b/mail-client/cone/ChangeLog
index 045119905942..c0d3e302b9ba 100644
--- a/mail-client/cone/ChangeLog
+++ b/mail-client/cone/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for mail-client/cone
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/cone/ChangeLog,v 1.48 2012/10/16 10:59:22 eras Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/cone/ChangeLog,v 1.49 2013/05/06 06:05:14 patrick Exp $
+
+ 06 May 2013; Patrick Lauer <patrick@gentoo.org> cone-0.90-r1.ebuild:
+ Automake 1.13 fix
*cone-0.90-r1 (16 Oct 2012)
diff --git a/mail-client/cone/cone-0.90-r1.ebuild b/mail-client/cone/cone-0.90-r1.ebuild
index fb8cf807be75..183e883b67b0 100644
--- a/mail-client/cone/cone-0.90-r1.ebuild
+++ b/mail-client/cone/cone-0.90-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/mail-client/cone/cone-0.90-r1.ebuild,v 1.1 2012/10/16 10:59:22 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/cone/cone-0.90-r1.ebuild,v 1.2 2013/05/06 06:05:14 patrick Exp $
EAPI=4
@@ -38,6 +38,7 @@ src_prepare() {
sed -n -e '/# AC_PROG_SYSCONFTOOL/,+33 p' "${S}"/aclocal.m4 > \
m4/sysconftool.m4 || die
sed -i -e '/^SUBDIRS/i ACLOCAL_AMFLAGS = -I m4' "${S}"/Makefile.am || die
+ sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.in */configure.in || die
eautoreconf
}