summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-01-19 21:15:34 +0000
committerUlrich Müller <ulm@gentoo.org>2011-01-19 21:15:34 +0000
commitc8fd211912c3320631914ec3b7ef0bba5aa3dd63 (patch)
tree1ba1eb3aeac5ce96aab0aa1383d52903f98a0c30 /app-editors/emacs-vcs
parentInstall jpegexiforient and exifautotran. (diff)
downloadgentoo-2-c8fd211912c3320631914ec3b7ef0bba5aa3dd63.tar.gz
gentoo-2-c8fd211912c3320631914ec3b7ef0bba5aa3dd63.tar.bz2
gentoo-2-c8fd211912c3320631914ec3b7ef0bba5aa3dd63.zip
Call eautoreconf with AT_M4DIR=m4 in order to fix a failure in configure.
(Portage version: 2.1.9.33/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/emacs-vcs')
-rw-r--r--app-editors/emacs-vcs/ChangeLog5
-rw-r--r--app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-editors/emacs-vcs/ChangeLog b/app-editors/emacs-vcs/ChangeLog
index 4f3884804dc2..544316d614b7 100644
--- a/app-editors/emacs-vcs/ChangeLog
+++ b/app-editors/emacs-vcs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/emacs-vcs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.40 2011/01/19 18:04:18 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.41 2011/01/19 21:15:34 ulm Exp $
+
+ 19 Jan 2011; Ulrich Mueller <ulm@gentoo.org> emacs-vcs-24.0.9999.ebuild:
+ Call eautoreconf with AT_M4DIR=m4 in order to fix a failure in configure.
*emacs-vcs-24.0.50_pre20110116 (19 Jan 2011)
diff --git a/app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild
index 01d866e90fa7..716501e43ddd 100644
--- a/app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild,v 1.21 2010/12/29 12:51:04 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild,v 1.22 2011/01/19 21:15:34 ulm Exp $
EAPI=2
@@ -123,7 +123,7 @@ src_prepare() {
|| die "unable to sed configure.in"
fi
- eautoreconf
+ AT_M4DIR=m4 eautoreconf
}
src_configure() {