Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/eselect:master commit in: /
Date: Sun, 27 Oct 2013 18:40:41
Message-Id: 1382899284.f035e07c0015cde8b1db286ecf5cfd546f29321a.ulm@gentoo
1 commit: f035e07c0015cde8b1db286ecf5cfd546f29321a
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 27 18:41:24 2013 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 27 18:41:24 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=f035e07c
7
8 Update for aclocal 1.14.
9
10 * autogen.bash: Update for aclocal 1.14.
11
12 ---
13 ChangeLog | 4 ++++
14 autogen.bash | 2 +-
15 2 files changed, 5 insertions(+), 1 deletion(-)
16
17 diff --git a/ChangeLog b/ChangeLog
18 index 59a9ce1..0aad0e4 100644
19 --- a/ChangeLog
20 +++ b/ChangeLog
21 @@ -1,3 +1,7 @@
22 +2013-10-27 Ulrich Müller <ulm@g.o>
23 +
24 + * autogen.bash: Update for aclocal 1.14.
25 +
26 2013-10-25 Ulrich Müller <ulm@g.o>
27
28 * libs/output.bash.in (colours): Accept an argument and handle
29
30 diff --git a/autogen.bash b/autogen.bash
31 index 27f7ebb..7e3c72a 100755
32 --- a/autogen.bash
33 +++ b/autogen.bash
34 @@ -34,7 +34,7 @@ run mkdir -p config
35 run $(get libtoolize) --copy --force --automake
36 rm -f config.cache
37
38 -run $(get aclocal 1.12)
39 +run $(get aclocal 1.14 1.13 1.12)
40 # run $(get autoheader 2.59)
41 WANT_AUTOCONF=2.5 run $(get autoconf 2.69 2.68 2.67 2.65)
42 WANT_AUTOMAKE=1.12 run $(get automake 1.14 1.13 1.12) -a -c -W no-portability