Gentoo Archives: gentoo-commits

From: "JosA MarAa Alonso (nimiux)" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/tripwire/files: tripwire-2.4.2.2-fix-configure.patch
Date: Wed, 01 May 2013 12:51:21
Message-Id: 20130501125117.EABF22171F@flycatcher.gentoo.org
1 nimiux 13/05/01 12:51:17
2
3 Added: tripwire-2.4.2.2-fix-configure.patch
4 Log:
5 Fix configFix configure for automake-1.13 wrt bug #467542 by axs
6
7 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key D628E536)
8
9 Revision Changes Path
10 1.1 app-admin/tripwire/files/tripwire-2.4.2.2-fix-configure.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/tripwire/files/tripwire-2.4.2.2-fix-configure.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/tripwire/files/tripwire-2.4.2.2-fix-configure.patch?rev=1.1&content-type=text/plain
14
15 Index: tripwire-2.4.2.2-fix-configure.patch
16 ===================================================================
17 diff -Nur a/configure.in b/configure.in
18 --- a/configure.in 2011-11-21 17:06:56.000000000 +0100
19 +++ b/configure.in 2013-05-01 13:48:30.599978971 +0200
20 @@ -6,7 +6,7 @@
21 AC_CONFIG_SRCDIR([src/tw/tw.cpp])
22 AC_CANONICAL_TARGET([])
23 AM_INIT_AUTOMAKE(tripwire, 2.4.2.2)
24 -AM_CONFIG_HEADER(config.h)
25 +AC_CONFIG_HEADERS(config.h)
26
27 dnl #################################
28 dnl Cleanup Cruft Leftover From Patch