1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-11 13:05:51 +03:00

[build] rerun autogen on travis

This commit is contained in:
Timothy Stack 2013-04-19 07:03:42 -07:00
parent 5e4d186921
commit 8d23b92e42
3 changed files with 3 additions and 1 deletions

View File

@ -3,4 +3,4 @@ language: cpp
compiler: gcc
before_install:
- sudo apt-get install -y -qq libgpm-dev
script: ./configure && make && make check
script: ./autogen && ./configure && make && make check

View File

@ -1,4 +1,5 @@
TESTS_ENVIRONMENT = $(SHELL) $(top_builddir)/TESTS_ENVIRONMENT
LOG_COMPILER = $(SHELL) $(top_builddir)/TESTS_ENVIRONMENT
AM_CPPFLAGS = \

View File

@ -568,6 +568,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
TESTS_ENVIRONMENT = $(SHELL) $(top_builddir)/TESTS_ENVIRONMENT
LOG_COMPILER = $(SHELL) $(top_builddir)/TESTS_ENVIRONMENT
AM_CPPFLAGS = \
-I$(top_srcdir)/src \