From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A4F871399E6 for ; Fri, 4 Sep 2015 08:33:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23CDA14281; Fri, 4 Sep 2015 08:33:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89534142D1 for ; Fri, 4 Sep 2015 08:33:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94F2E3409EF for ; Fri, 4 Sep 2015 08:33:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A163191 for ; Fri, 4 Sep 2015 08:33:21 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1367419584.7350b6ad6f0097a0c0e3f62e92a7b3ca5cd61d45.ulm@gentoo> Subject: [gentoo-commits] dev/ulm:motif-2.3.4-patches-1 commit in: patchsets/motif/2.2.3/ X-VCS-Repository: dev/ulm X-VCS-Files: patchsets/motif/2.2.3/17_all_automake-1.13.patch X-VCS-Directories: patchsets/motif/2.2.3/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 7350b6ad6f0097a0c0e3f62e92a7b3ca5cd61d45 X-VCS-Branch: motif-2.3.4-patches-1 Date: Fri, 4 Sep 2015 08:33:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d7abe40e-a2bf-4226-ad69-029d3d0789ca X-Archives-Hash: 05a7a79c7265e8504fd9ab763010b51b Message-ID: <20150904083321.ACYlTKRVxueNuNfJl8b6Dd3mmPfwsHWSsAa0iKzchVQ@z> commit: 7350b6ad6f0097a0c0e3f62e92a7b3ca5cd61d45 Author: Ulrich Müller gentoo org> AuthorDate: Wed May 1 14:46:24 2013 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed May 1 14:46:24 2013 +0000 URL: https://gitweb.gentoo.org/dev/ulm.git/commit/?id=7350b6ad Fix build failure with automake 1.13. patchsets/motif/2.2.3/17_all_automake-1.13.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/patchsets/motif/2.2.3/17_all_automake-1.13.patch b/patchsets/motif/2.2.3/17_all_automake-1.13.patch new file mode 100644 index 0000000..595e9d5 --- /dev/null +++ b/patchsets/motif/2.2.3/17_all_automake-1.13.patch @@ -0,0 +1,18 @@ +http://bugs.motifzone.net/show_bug.cgi?id=1595 + +--- openMotif-2.2.3-orig/configure.in ++++ openMotif-2.2.3/configure.in +@@ -23,12 +23,11 @@ + dnl + dnl AC_DISABLE_STATIC + +-AM_CONFIG_HEADER(include/config.h) ++AC_CONFIG_HEADERS(include/config.h) + + dnl Checks for programs. + AC_PROG_CC + AC_PROG_CPP +-AM_PROG_CC_STDC + AM_PROG_LIBTOOL + AC_EXEEXT +