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 18E861381F3 for ; Wed, 28 Aug 2013 06:12:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03217E0B9B; Wed, 28 Aug 2013 06:12:00 +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 5ED9EE0B98 for ; Wed, 28 Aug 2013 06:11:59 +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 7716533ECD0 for ; Wed, 28 Aug 2013 06:11:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 33198E5459 for ; Wed, 28 Aug 2013 06:11:57 +0000 (UTC) From: "Ulrich Mueller" 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 Mueller" Message-ID: <1377670174.c2273ba63d4331c8a5cf1eed983f9173563d27d2.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 Mueller X-VCS-Revision: c2273ba63d4331c8a5cf1eed983f9173563d27d2 X-VCS-Branch: master Date: Wed, 28 Aug 2013 06:11:57 +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: af218ba8-7166-4c81-9253-6ab92c95068d X-Archives-Hash: 403606508d2fdde4c1ca9309760d879b commit: c2273ba63d4331c8a5cf1eed983f9173563d27d2 Author: Ulrich Müller gentoo org> AuthorDate: Wed Aug 28 06:09:34 2013 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Wed Aug 28 06:09:34 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=c2273ba6 Update for autoconf 2.69 and automake 1.14. * autogen.bash: Update for autoconf 2.69 and automake 1.14. --- ChangeLog | 4 ++++ autogen.bash | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e7b835e..8719ab4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-08-28 Ulrich Müller + + * autogen.bash: Update for autoconf 2.69 and automake 1.14. + 2013-08-24 Ulrich Müller * man/Makefile.am (install-symlink-%): Use relative symlinks. diff --git a/autogen.bash b/autogen.bash index 9021920..27f7ebb 100755 --- a/autogen.bash +++ b/autogen.bash @@ -36,7 +36,7 @@ rm -f config.cache run $(get aclocal 1.12) # run $(get autoheader 2.59) -WANT_AUTOCONF=2.5 run $(get autoconf 2.68 2.67 2.65) -WANT_AUTOMAKE=1.12 run $(get automake 1.12) -a -c -W no-portability +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 echo "Success. Now run ./configure --help"