Gentoo Archives: gentoo-commits

From: Ulrich Mueller <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/eselect:master commit in: /
Date: Wed, 28 Aug 2013 06:12:04
Message-Id: 1377670174.c2273ba63d4331c8a5cf1eed983f9173563d27d2.ulm@gentoo
1 commit: c2273ba63d4331c8a5cf1eed983f9173563d27d2
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 06:09:34 2013 +0000
4 Commit: Ulrich Mueller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 06:09:34 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=c2273ba6
7
8 Update for autoconf 2.69 and automake 1.14.
9
10 * autogen.bash: Update for autoconf 2.69 and automake 1.14.
11
12 ---
13 ChangeLog | 4 ++++
14 autogen.bash | 4 ++--
15 2 files changed, 6 insertions(+), 2 deletions(-)
16
17 diff --git a/ChangeLog b/ChangeLog
18 index e7b835e..8719ab4 100644
19 --- a/ChangeLog
20 +++ b/ChangeLog
21 @@ -1,3 +1,7 @@
22 +2013-08-28 Ulrich Müller <ulm@g.o>
23 +
24 + * autogen.bash: Update for autoconf 2.69 and automake 1.14.
25 +
26 2013-08-24 Ulrich Müller <ulm@g.o>
27
28 * man/Makefile.am (install-symlink-%): Use relative symlinks.
29
30 diff --git a/autogen.bash b/autogen.bash
31 index 9021920..27f7ebb 100755
32 --- a/autogen.bash
33 +++ b/autogen.bash
34 @@ -36,7 +36,7 @@ rm -f config.cache
35
36 run $(get aclocal 1.12)
37 # run $(get autoheader 2.59)
38 -WANT_AUTOCONF=2.5 run $(get autoconf 2.68 2.67 2.65)
39 -WANT_AUTOMAKE=1.12 run $(get automake 1.12) -a -c -W no-portability
40 +WANT_AUTOCONF=2.5 run $(get autoconf 2.69 2.68 2.67 2.65)
41 +WANT_AUTOMAKE=1.12 run $(get automake 1.14 1.13 1.12) -a -c -W no-portability
42
43 echo "Success. Now run ./configure --help"