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 0191C1381F3 for ; Mon, 19 Nov 2012 19:30:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 858FE21C0AF; Mon, 19 Nov 2012 19:30:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 031FB21C0AF for ; Mon, 19 Nov 2012 19:30:08 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E221F33D0AF for ; Mon, 19 Nov 2012 19:30:07 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2238) id 84A3120066; Mon, 19 Nov 2012 19:30:06 +0000 (UTC) From: "Markos Chandras (hwoarang)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hwoarang@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-admin/collectd/files: collectd-5.1.1-lt.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: collectd-5.1.1-lt.patch X-VCS-Directories: app-admin/collectd/files X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121119193006.84A3120066@flycatcher.gentoo.org> Date: Mon, 19 Nov 2012 19:30:06 +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: 4f9ec764-26f3-427d-86aa-10684e9b6934 X-Archives-Hash: 02b33338aaac8f49c3afb53255e3a9e7 hwoarang 12/11/19 19:30:06 Added: collectd-5.1.1-lt.patch Log: Version bump. Bug #443170. Thanks to Johan Bergström (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2) Revision Changes Path 1.1 app-admin/collectd/files/collectd-5.1.1-lt.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/collectd/files/collectd-5.1.1-lt.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/collectd/files/collectd-5.1.1-lt.patch?rev=1.1&content-type=text/plain Index: collectd-5.1.1-lt.patch =================================================================== diff --git a/Makefile.am b/Makefile.am index 5267123..a7e0d0c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,4 @@ -ACLOCAL_AMFLAGS = -I libltdl/m4 - -SUBDIRS = libltdl src bindings . +SUBDIRS = src bindings . INCLUDES = $(LTDLINCL) diff --git a/configure.in b/configure.in index eff8d61..a22a561 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,6 @@ AC_CONFIG_AUX_DIR([libltdl/config]) m4_ifdef([LT_PACKAGE_VERSION], # libtool >= 2.2 [ - LT_CONFIG_LTDL_DIR([libltdl]) LT_INIT([dlopen]) LTDL_INIT([convenience]) AC_DEFINE(LIBTOOL_VERSION, 2, [Define to used libtool version.]) @@ -19,7 +18,6 @@ m4_ifdef([LT_PACKAGE_VERSION], AC_SUBST(LTDLINCL) AC_SUBST(LIBLTDL) AC_LIBTOOL_DLOPEN - AC_CONFIG_SUBDIRS(libltdl) AC_DEFINE(LIBTOOL_VERSION, 1, [Define to used libtool version.]) ] )