public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michal Gorny (mgorny)" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in eclass: autotools-utils.eclass ChangeLog
Date: Mon, 21 May 2012 17:34:53 +0000 (UTC)	[thread overview]
Message-ID: <20120521173453.9CF3B2004B@flycatcher.gentoo.org> (raw)

mgorny      12/05/21 17:34:53

  Modified:             autotools-utils.eclass ChangeLog
  Log:
  Fix to match autotools.eclass API changes.

Revision  Changes    Path
1.49                 eclass/autotools-utils.eclass

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/autotools-utils.eclass?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/autotools-utils.eclass?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/autotools-utils.eclass?r1=1.48&r2=1.49

Index: autotools-utils.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- autotools-utils.eclass	4 Feb 2012 09:26:16 -0000	1.48
+++ autotools-utils.eclass	21 May 2012 17:34:53 -0000	1.49
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.48 2012/02/04 09:26:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.49 2012/05/21 17:34:53 mgorny Exp $
 
 # @ECLASS: autotools-utils.eclass
 # @MAINTAINER:
@@ -341,7 +341,7 @@
 	FROM_EAUTORECONF=sure eautomake
 
 	local x
-	for x in $(autotools_get_subdirs); do
+	for x in $(autotools_check_macro_val AC_CONFIG_SUBDIRS); do
 		if [[ -d ${x} ]] ; then
 			pushd "${x}" >/dev/null
 			autotools-utils_autoreconf



1.260                eclass/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.260&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.260&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.259&r2=1.260

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -r1.259 -r1.260
--- ChangeLog	21 May 2012 17:33:09 -0000	1.259
+++ ChangeLog	21 May 2012 17:34:53 -0000	1.260
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.259 2012/05/21 17:33:09 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.260 2012/05/21 17:34:53 mgorny Exp $
+
+  21 May 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass:
+  Fix to match autotools.eclass API changes.
 
   21 May 2012; Krzysztof Pawlik <nelchael@gentoo.org>
   python-distutils-ng.eclass:






             reply	other threads:[~2012-05-21 17:35 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-21 17:34 Michal Gorny (mgorny) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-06-06 17:17 [gentoo-commits] gentoo-x86 commit in eclass: autotools-utils.eclass ChangeLog Michal Gorny (mgorny)
2012-05-28  7:45 Michal Gorny (mgorny)
2012-05-28  7:34 Michal Gorny (mgorny)
2012-05-22 14:29 Michal Gorny (mgorny)
2012-01-21 20:44 Michal Gorny (mgorny)
2012-01-19 21:49 Michal Gorny (mgorny)
2012-01-15 20:03 Michal Gorny (mgorny)
2012-01-15 16:40 Michal Gorny (mgorny)
2012-01-15 14:05 Michal Gorny (mgorny)
2012-01-14 18:53 Michal Gorny (mgorny)
2012-01-14 14:58 Michal Gorny (mgorny)
2012-01-14 14:50 Michal Gorny (mgorny)
2012-01-14 14:41 Michal Gorny (mgorny)
2011-12-22 18:01 Michal Gorny (mgorny)
2011-12-14 14:55 Michal Gorny (mgorny)
2011-11-27  9:57 Michal Gorny (mgorny)
2011-11-26 20:43 Michal Gorny (mgorny)
2011-11-26 20:42 Michal Gorny (mgorny)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120521173453.9CF3B2004B@flycatcher.gentoo.org \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox