Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/motif/files: motif-2.3.4-automake-1.13.patch
Date: Wed, 01 May 2013 15:32:59
Message-Id: 20130501153255.9ADFC2171D@flycatcher.gentoo.org
1 ulm 13/05/01 15:32:55
2
3 Added: motif-2.3.4-automake-1.13.patch
4 Log:
5 Fix build failure with automake 1.13, bug 467230.
6
7 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.1 x11-libs/motif/files/motif-2.3.4-automake-1.13.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/motif/files/motif-2.3.4-automake-1.13.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/motif/files/motif-2.3.4-automake-1.13.patch?rev=1.1&content-type=text/plain
14
15 Index: motif-2.3.4-automake-1.13.patch
16 ===================================================================
17 http://bugs.motifzone.net/show_bug.cgi?id=1595
18
19 --- motif-2.3.4-orig/configure.ac
20 +++ motif-2.3.4/configure.ac
21 @@ -31,12 +31,11 @@
22 dnl
23 dnl AC_DISABLE_STATIC
24
25 -AM_CONFIG_HEADER(include/config.h lib/Xm/Xm.h)
26 +AC_CONFIG_HEADERS(include/config.h lib/Xm/Xm.h)
27
28 dnl Checks for programs.
29 AC_PROG_CC
30 AC_PROG_CPP
31 -AM_PROG_CC_STDC
32 AM_PROG_LIBTOOL
33
34 AC_EXEEXT