]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
travis: run "make distcheck" with the appropriate configure arguments
authorVincent Bernat <vincent@bernat.im>
Thu, 15 May 2014 23:07:30 +0000 (01:07 +0200)
committerVincent Bernat <vincent@bernat.im>
Thu, 15 May 2014 23:07:30 +0000 (01:07 +0200)
Otherwise, we just use the default ones...

.travis/run.sh

index 2dd41f3ae896107bc35cc6235d735ecd6ad8b165..ef6124dc906c7a0f81005d4268fed2afc4a4f402 100755 (executable)
@@ -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