public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/orc/files: orc-0.4.17-AM_CONFIG_HEADER.patch orc-0.4.9-make-valgrind-optional.patch
@ 2013-04-29 13:49 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; only message in thread
From: Alexandre Rostovtsev (tetromino) @ 2013-04-29 13:49 UTC (permalink / raw
  To: gentoo-commits

tetromino    13/04/29 13:49:11

  Added:                orc-0.4.17-AM_CONFIG_HEADER.patch
  Removed:              orc-0.4.9-make-valgrind-optional.patch
  Log:
  Version bump. Remove obsolete versions. Fix building with automake-1.13 (bug #466956, thanks to Alphat-PC).
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)

Revision  Changes    Path
1.1                  dev-lang/orc/files/orc-0.4.17-AM_CONFIG_HEADER.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/files/orc-0.4.17-AM_CONFIG_HEADER.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/files/orc-0.4.17-AM_CONFIG_HEADER.patch?rev=1.1&content-type=text/plain

Index: orc-0.4.17-AM_CONFIG_HEADER.patch
===================================================================
From 8905d3d5bf8005944268c3500eec20b61923de89 Mon Sep 17 00:00:00 2001
From: Josep Torra <n770galaxy@gmail.com>
Date: Sat, 30 Mar 2013 12:52:33 +0100
Subject: [PATCH] configure: replace deprecated AM_CONFIG_HEADER with
 AC_CONFIG_HEADERS

AM_CONFIG_HEADER has been removed in the just-released automake 1.13:
https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 89812ba..4ebebd1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ AM_INIT_AUTOMAKE(1.6)
 ORC_MAJORMINOR=0.4
 AC_SUBST(ORC_MAJORMINOR)
 
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADER(config.h)
 
 dnl CURRENT, REVISION, AGE
 dnl - library source changed -> increment REVISION
-- 
1.8.2.1






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-04-29 13:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-29 13:49 [gentoo-commits] gentoo-x86 commit in dev-lang/orc/files: orc-0.4.17-AM_CONFIG_HEADER.patch orc-0.4.9-make-valgrind-optional.patch Alexandre Rostovtsev (tetromino)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox