app-editors/emacs-vcs: Prevent make from running autoheader again.
authorUlrich Müller <ulm@gentoo.org>
Sat, 25 Feb 2017 11:35:42 +0000 (12:35 +0100)
committerUlrich Müller <ulm@gentoo.org>
Sat, 25 Feb 2017 11:38:43 +0000 (12:38 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

app-editors/emacs-vcs/emacs-vcs-25.1.91.ebuild
app-editors/emacs-vcs/emacs-vcs-25.2.9999.ebuild
app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild

index 1ab314862b77cab7d325aa01a61201cd8aa5e75f..31090bbb687eb7ddab8237b91926a2bbfed69259 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-inherit autotools elisp-common flag-o-matic multilib readme.gentoo-r1
+inherit elisp-common flag-o-matic multilib readme.gentoo-r1
 
 if [[ ${PV##*.} = 9999 ]]; then
        inherit git-r3
@@ -120,7 +120,7 @@ src_prepare() {
        sed -i -e "/^\\.so/s/etags/&-${EMACS_SUFFIX}/" doc/man/ctags.1 \
                || die "unable to sed ctags.1"
 
-       AT_M4DIR=m4 eautoreconf
+       #AT_M4DIR=m4 eautoreconf
 }
 
 src_configure() {
index 47703cee12dc1d138b22909620193bc811c403a4..5bf04236cefb5f28c1035974431673e51d8b4a8c 100644 (file)
@@ -124,6 +124,7 @@ src_prepare() {
                || die "unable to sed ctags.1"
 
        AT_M4DIR=m4 eautoreconf
+       touch src/stamp-h.in || die
 }
 
 src_configure() {
index 25e8de312c17af9bc8e59851f4d26e4f7dd33047..7449b8182d3ea296d4625613fad0cf758250d870 100644 (file)
@@ -124,6 +124,7 @@ src_prepare() {
                || die "unable to sed ctags.1"
 
        AT_M4DIR=m4 eautoreconf
+       touch src/stamp-h.in || die
 }
 
 src_configure() {