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 A4C681383A1 for ; Sun, 27 Oct 2013 18:40:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30439E0999; Sun, 27 Oct 2013 18:40:37 +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 BE535E0999 for ; Sun, 27 Oct 2013 18:40:36 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB7AA33ED79 for ; Sun, 27 Oct 2013 18:40:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 71352E401D for ; Sun, 27 Oct 2013 18:40:34 +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: <1382899284.f035e07c0015cde8b1db286ecf5cfd546f29321a.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:master commit in: / X-VCS-Repository: proj/eselect X-VCS-Files: ChangeLog autogen.bash X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f035e07c0015cde8b1db286ecf5cfd546f29321a X-VCS-Branch: master Date: Sun, 27 Oct 2013 18:40:34 +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: aea99300-b70b-4553-adc7-bf8c01f34f3c X-Archives-Hash: a4d47d90dfe84c35689af82cb9035ce1 commit: f035e07c0015cde8b1db286ecf5cfd546f29321a Author: Ulrich Müller gentoo org> AuthorDate: Sun Oct 27 18:41:24 2013 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Oct 27 18:41:24 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=f035e07c Update for aclocal 1.14. * autogen.bash: Update for aclocal 1.14. --- ChangeLog | 4 ++++ autogen.bash | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 59a9ce1..0aad0e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-10-27 Ulrich Müller + + * autogen.bash: Update for aclocal 1.14. + 2013-10-25 Ulrich Müller * libs/output.bash.in (colours): Accept an argument and handle diff --git a/autogen.bash b/autogen.bash index 27f7ebb..7e3c72a 100755 --- a/autogen.bash +++ b/autogen.bash @@ -34,7 +34,7 @@ run mkdir -p config run $(get libtoolize) --copy --force --automake rm -f config.cache -run $(get aclocal 1.12) +run $(get aclocal 1.14 1.13 1.12) # run $(get autoheader 2.59) WANT_AUTOCONF=2.5 run $(get autoconf 2.69 2.68 2.67 2.65) WANT_AUTOMAKE=1.12 run $(get automake 1.14 1.13 1.12) -a -c -W no-portability