diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-01-29 11:04:09 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-01-29 11:17:48 +0100 |
commit | 166a08ba89d488bc24f0098d58233a78cf42fce7 (patch) | |
tree | d8be31a5a51ff2a791af611f970406fa7156c588 /app-editors/emacs-vcs | |
parent | media-sound/fluidsynth: Shorten description (diff) | |
download | gentoo-166a08ba89d488bc24f0098d58233a78cf42fce7.tar.gz gentoo-166a08ba89d488bc24f0098d58233a78cf42fce7.tar.bz2 gentoo-166a08ba89d488bc24f0098d58233a78cf42fce7.zip |
app-editors/emacs-vcs: Run autogen.sh from upstream.
Bug 605400.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-editors/emacs-vcs')
-rw-r--r-- | app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild index 020dc23423cb..cc111aa172c7 100644 --- a/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -115,6 +115,8 @@ src_prepare() { einfo "Emacs version number: ${FULL_VERSION}" [[ ${FULL_VERSION} =~ ^${PV%.*}(\..*)?$ ]] \ || die "Upstream version number changed to ${FULL_VERSION}" + + ( autoreconf() { :; }; . autogen.sh --no-check ) || die #605400 fi eapply_user |