From 8d8036317bae730744db0ba078ae460da129acc1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Diego=20Elio=20Petten=C3=B2?= Date: Thu, 14 Dec 2006 01:11:49 +0000 Subject: [PATCH] Fix naming of the variable. --- eclass/autotools.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 26b6b7192321..9ca8fe6bfe50 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.57 2006/12/14 00:33:10 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.58 2006/12/14 01:11:49 flameeyes Exp $ # # Author: Diego Pettenò # Enhancements: Martin Schlemmer @@ -143,7 +143,7 @@ eautoheader() { # Check if we should run autoheader [[ -n $(autotools_check_macro "AC_CONFIG_HEADERS") ]] || return 0 autotools_set_versions - NOFAIL=1 autotools_run_tool autoheader "$@" + NO_FAIL=1 autotools_run_tool autoheader "$@" } eautoconf() { -- 2.26.2