Travis-CI: Debug automake + autoconf

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2019-11-03 17:28:27 +01:00
parent 3a825cf0da
commit ab621e189b

View File

@ -12,6 +12,7 @@ addons:
- tshark
script:
- (automake --version; autoconf --version)
- ./autogen.sh
- ./configure --prefix=/tmp/sysklogd
- make clean