summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2013-04-28 18:59:59 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2013-04-28 18:59:59 +0000
commitb1efef7b2eb4be5643e3f56feacde90fdfd0e2df (patch)
treeed5e332f857bfa877e514abf67c5c3b40c634363 /eclass/autotools.eclass
parentMigrate off of python.eclass. (diff)
downloadhistorical-b1efef7b2eb4be5643e3f56feacde90fdfd0e2df.tar.gz
historical-b1efef7b2eb4be5643e3f56feacde90fdfd0e2df.tar.bz2
historical-b1efef7b2eb4be5643e3f56feacde90fdfd0e2df.zip
Reverting autotools.eclass commit that broke eautoreconf (bug #467772), acked by multiple people in #gentoo-dev.
Diffstat (limited to 'eclass/autotools.eclass')
-rw-r--r--eclass/autotools.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index 26a1d4471aa5..5343d909467e 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.154 2013/04/28 16:45:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.155 2013/04/28 18:59:59 tetromino Exp $
# @ECLASS: autotools.eclass
# @MAINTAINER:
@@ -245,7 +245,7 @@ _at_uses_pkg() {
egrep -q "${args[@]}" configure.??
fi
}
-_at_uses_autoheader() { _at_uses_pkg A{C,M}_CONFIG_HEADER{S,}; }
+_at_uses_autoheader() { _at_uses_pkg AC_CONFIG_HEADERS; }
_at_uses_automake() { _at_uses_pkg AM_INIT_AUTOMAKE; }
_at_uses_gettext() { _at_uses_pkg AM_GNU_GETTEXT_VERSION; }
_at_uses_glibgettext() { _at_uses_pkg AM_GLIB_GNU_GETTEXT; }