summaryrefslogtreecommitdiff
path: root/eclass
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
commit08f66d8ad8ece1f9e01c09dcdcc4cbd01c78cc3c (patch)
treed6002df9535a12b2b92e5c18c4d45d0f5daba790 /eclass
parentMigrate off of python.eclass. (diff)
downloadgentoo-2-08f66d8ad8ece1f9e01c09dcdcc4cbd01c78cc3c.tar.gz
gentoo-2-08f66d8ad8ece1f9e01c09dcdcc4cbd01c78cc3c.tar.bz2
gentoo-2-08f66d8ad8ece1f9e01c09dcdcc4cbd01c78cc3c.zip
Reverting autotools.eclass commit that broke eautoreconf (bug #467772), acked by multiple people in #gentoo-dev.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog6
-rw-r--r--eclass/autotools.eclass4
2 files changed, 7 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 7d49a7320530..f126be231b15 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for eclass directory
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.802 2013/04/28 16:15:33 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.803 2013/04/28 18:59:59 tetromino Exp $
+
+ 28 Apr 2013; Alexandre Rostovtsev <tetromino@gentoo.org> autotools.eclass:
+ Reverting autotools.eclass commit that broke eautoreconf (bug #467772), acked
+ by multiple people in #gentoo-dev.
28 Apr 2013; Zac Medico <zmedico@gentoo.org> apache-2.eclass,
haskell-cabal.eclass, mercurial.eclass, perl-module.eclass,
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; }