From fdb72e708406e1797e110c061512f5c03cf382a1 Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Mon, 11 May 2015 15:39:45 +0200 Subject: [PATCH] Improving Travis conf to prepare autoconf assets. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3561230..f275da7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,8 @@ notifications: before_install: - sudo apt-get update -qq - sudo apt-get install -qq autotools-dev libreadline-dev libncursesw5-dev - - cd ./dist && ./1-dist.sh && cd .. + - aclocal + - automake --force-missing --add-missing + - autoconf # eof