summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorNP-Hardass <NP-Hardass@gentoo.org>2016-07-24 18:53:45 -0400
committerNP-Hardass <NP-Hardass@gentoo.org>2016-07-24 18:53:45 -0400
commit95e59916f4f6b3b65945af66d8ff1ff100810a0b (patch)
treea33b2b42996e41fa39cd02fe629ec0bb143ba624 /eclass
parenteclass: mate.eclass: Fix documentation for MATE_FORCE_AUTORECONF (diff)
downloadgentoo-mate-95e59916f4f6b3b65945af66d8ff1ff100810a0b.tar.gz
gentoo-mate-95e59916f4f6b3b65945af66d8ff1ff100810a0b.tar.bz2
gentoo-mate-95e59916f4f6b3b65945af66d8ff1ff100810a0b.zip
eclass: mate.eclass: avoid double elibtoolize call
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mate.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mate.eclass b/eclass/mate.eclass
index 678cac0..ac134a9 100644
--- a/eclass/mate.eclass
+++ b/eclass/mate.eclass
@@ -104,7 +104,7 @@ mate_src_prepare() {
if [[ "${force_autoreconf}" == "true" ]] || [[ ${chksum} != $(gen_chksum) ]]; then
want_mate_doc && ematedocize
- eautoreconf
+ AT_NOELIBTOOLIZE="yes" eautoreconf # gnome2_src_prepare calls elibtoolize
fi
}