commit:     81dd0730ee7b81b5757c77c1164c0296e901d23e
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 14:22:50 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 14:22:50 2016 +0000
URL:        https://gitweb.gentoo.org/proj/elfix.git/commit/?id=81dd0730

autogen.sh: make travis-ci happy

 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autogen.sh b/autogen.sh
index aec299b..6fdb667 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,9 +1,9 @@
 #!/bin/sh
 
+libtoolize --copy && \
 aclocal && \
 autoheader && \
 autoconf && \
-libtoolize --copy && \
 automake --add-missing --copy
 
 cd doc

Reply via email to