public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Robin H. Johnson (robbat2)" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog autotools.eclass
Date: Sun, 12 Feb 2012 00:20:54 +0000 (UTC)	[thread overview]
Message-ID: <20120212002054.5139A2004B@flycatcher.gentoo.org> (raw)

robbat2     12/02/12 00:20:54

  Modified:             ChangeLog autotools.eclass
  Log:
  Provide a way to run eautoreconf without automake by using WANT_AUTOMAKE=none.

Revision  Changes    Path
1.128                eclass/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -p -w -b -B -u -u -r1.127 -r1.128
--- ChangeLog	11 Feb 2012 20:44:40 -0000	1.127
+++ ChangeLog	12 Feb 2012 00:20:54 -0000	1.128
@@ -1,6 +1,10 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.127 2012/02/11 20:44:40 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.128 2012/02/12 00:20:54 robbat2 Exp $
+
+  12 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> autotools.eclass:
+  Provide a way to run eautoreconf without automake by using
+  WANT_AUTOMAKE=none.
 
   11 Feb 2012; Christian Ruppert <idl0r@gentoo.org> vdr-plugin.eclass:
   Remove vdr_add_local_patch() and use epatch_user() from eutils instead. Issue



1.119                eclass/autotools.eclass

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

Index: autotools.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v
retrieving revision 1.118
retrieving revision 1.119
diff -p -w -b -B -u -u -r1.118 -r1.119
--- autotools.eclass	6 Jan 2012 21:06:17 -0000	1.118
+++ autotools.eclass	12 Feb 2012 00:20:54 -0000	1.119
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.118 2012/01/06 21:06:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.119 2012/02/12 00:20:54 robbat2 Exp $
 
 # @ECLASS: autotools.eclass
 # @MAINTAINER:
@@ -254,6 +254,12 @@ eautomake() {
 	local extra_opts
 	local makefile_name
 
+	# Some packages might need to skip automake
+	# OpenLDAP is a good example. It does not use automake (all the .in files are
+	# handwritten), but it does AM_INIT_AUTOMAKE in configure.in, for all the
+	# other macros involved
+	[[ ${WANT_AUTOMAKE} == "none" ]] && return 0
+
 	# Run automake if:
 	#  - a Makefile.am type file exists
 	#  - the configure script is using the AM_INIT_AUTOMAKE directive






             reply	other threads:[~2012-02-12  0:21 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-12  0:20 Robin H. Johnson (robbat2) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-02-20  2:54 [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog autotools.eclass Robin H. Johnson (robbat2)
2012-03-20 15:29 Samuli Suominen (ssuominen)
2012-03-20 15:32 Samuli Suominen (ssuominen)
2012-03-21 17:12 Diego Petteno (flameeyes)
2012-06-05 18:31 Fabian Groffen (grobian)
2012-07-24 19:22 Fabian Groffen (grobian)
2012-09-20 18:04 Tomas Chvatal (scarabeus)
2013-01-05  2:27 Zac Medico (zmedico)
2013-04-28 18:59 Alexandre Rostovtsev (tetromino)
2014-03-01 11:51 Sergei Trofimovich (slyfox)
2015-01-12 14:21 Lars Wendler (polynomial-c)
2015-01-12 23:17 Lars Wendler (polynomial-c)

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=20120212002054.5139A2004B@flycatcher.gentoo.org \
    --to=robbat2@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