commit: 95e59916f4f6b3b65945af66d8ff1ff100810a0b
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 22:53:45 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 22:53:45 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=95e59916
eclass: mate.eclass: avoid double elibtoolize call
eclass/mate.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
}