From dd82040caf7ddd666ab3c1e86dde45cad46a843e Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 16 May 2014 01:07:30 +0200 Subject: [PATCH] travis: run "make distcheck" with the appropriate configure arguments Otherwise, we just use the default ones... --- .travis/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/run.sh b/.travis/run.sh index 2dd41f3a..ef6124dc 100755 --- a/.travis/run.sh +++ b/.travis/run.sh @@ -4,5 +4,5 @@ set -e ./autogen.sh ./configure $LLDPD_CONFIG_ARGS -make distcheck +make distcheck DISTCHECK_CONFIGURE_FLAGS="$LLDPD_CONFIG_ARGS" sudo make install -- 2.39.5