From a0c083736ffeb7e35c95a952ffc616fa122090bd Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 22 Feb 2014 13:56:33 -0500 Subject: [PATCH] Add _automake_version to the autotools whitelist Resolves bug 501712. --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ebuild.sh b/bin/ebuild.sh index be044e0..66ad657 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -450,7 +450,7 @@ if [[ -n ${QA_INTERCEPTORS} ]] ; then if ! has \${FUNCNAME[1]} eautoreconf eaclocal _elibtoolize \\ eautoheader eautoconf eautomake autotools_run_tool \\ autotools_check_macro autotools_get_subdirs \\ - autotools_get_auxdir ; then + autotools_get_auxdir _automake_version; then eqawarn \"QA Notice: '${BIN}' called by \${FUNCNAME[1]}: \${CATEGORY}/\${PF}\" eqawarn \"Use autotools.eclass instead of calling '${BIN}' directly.\" fi -- 1.9.0