public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/xournal/files: xournal-0.4.7-am113.patch
@ 2013-04-30 20:35 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; only message in thread
From: Andreas HAttel (dilfridge) @ 2013-04-30 20:35 UTC (permalink / raw
  To: gentoo-commits

dilfridge    13/04/30 20:35:56

  Added:                xournal-0.4.7-am113.patch
  Log:
  add patch for automake-1.13 compatibility, bug 467626
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)

Revision  Changes    Path
1.1                  app-text/xournal/files/xournal-0.4.7-am113.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xournal/files/xournal-0.4.7-am113.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xournal/files/xournal-0.4.7-am113.patch?rev=1.1&content-type=text/plain

Index: xournal-0.4.7-am113.patch
===================================================================
From ae2821f664b0615779638cdd1eca414e500e7f92 Mon Sep 17 00:00:00 2001
From: "Andreas K. Huettel (dilfridge)" <dilfridge@gentoo.org>
Date: Tue, 30 Apr 2013 22:29:32 +0200
Subject: [PATCH] replace obsolete AM_CONFIG_HEADER with AC_CONFIG_HEADERS

---
 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.in b/configure.in
index 52a07df..ba827c7 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
 AM_INIT_AUTOMAKE(xournal, 0.4.7)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
 AM_MAINTAINER_MODE
 
 AC_ISC_POSIX
-- 
1.8.2.1






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

only message in thread, other threads:[~2013-04-30 20:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-30 20:35 [gentoo-commits] gentoo-x86 commit in app-text/xournal/files: xournal-0.4.7-am113.patch Andreas HAttel (dilfridge)

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