Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/elfix:master commit in: /
Date: Sun, 28 Feb 2016 14:13:16
Message-Id: 1456669370.81dd0730ee7b81b5757c77c1164c0296e901d23e.blueness@gentoo
1 commit: 81dd0730ee7b81b5757c77c1164c0296e901d23e
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 14:22:50 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 14:22:50 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/elfix.git/commit/?id=81dd0730
7
8 autogen.sh: make travis-ci happy
9
10 autogen.sh | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/autogen.sh b/autogen.sh
14 index aec299b..6fdb667 100755
15 --- a/autogen.sh
16 +++ b/autogen.sh
17 @@ -1,9 +1,9 @@
18 #!/bin/sh
19
20 +libtoolize --copy && \
21 aclocal && \
22 autoheader && \
23 autoconf && \
24 -libtoolize --copy && \
25 automake --add-missing --copy
26
27 cd doc