Gentoo Archives: gentoo-commits

From: "Sebastian Pipping (sping)" <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/bindfs/files: bindfs-1.12.2-ac-config-headers.patch
Date: Tue, 01 Oct 2013 22:01:20
Message-Id: 20131001220109.AACBE2004E@flycatcher.gentoo.org
1 sping 13/10/01 22:01:09
2
3 Added: bindfs-1.12.2-ac-config-headers.patch
4 Log:
5 sys-fs/bindfs: Fix compilation (bug #486722), 1.12.3
6
7 (Portage version: 2.1.12.5/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)
8
9 Revision Changes Path
10 1.1 sys-fs/bindfs/files/bindfs-1.12.2-ac-config-headers.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/bindfs/files/bindfs-1.12.2-ac-config-headers.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/bindfs/files/bindfs-1.12.2-ac-config-headers.patch?rev=1.1&content-type=text/plain
14
15 Index: bindfs-1.12.2-ac-config-headers.patch
16 ===================================================================
17 From 6f52e8b2b7c77086a9d9c490f67268e8c88fa082 Mon Sep 17 00:00:00 2001
18 From: Sebastian Pipping <sebastian@×××××××.org>
19 Date: Tue, 1 Oct 2013 23:43:25 +0200
20 Subject: [PATCH] Migrate to AC_CONFIG_HEADERS
21
22 ---
23 configure.ac | 2 +-
24 1 file changed, 1 insertion(+), 1 deletion(-)
25
26 diff --git a/configure.ac b/configure.ac
27 index 95164ed..2c9e46b 100644
28 --- a/configure.ac
29 +++ b/configure.ac
30 @@ -1,7 +1,7 @@
31 AC_INIT([bindfs],[1.12.2],[martin.partel@×××××.com])
32
33 AM_INIT_AUTOMAKE([foreign])
34 -AM_CONFIG_HEADER(config.h)
35 +AC_CONFIG_HEADERS([config.h])
36
37 AC_PROG_CC
38 AC_LANG(C)
39 --
40 1.8.2.1