./configure without autoreconf, for travis

This commit is contained in:
John Kerl 2017-06-21 02:58:00 -04:00
parent d74bcba22f
commit 78bfd535af

View file

@ -16,6 +16,4 @@ compiler:
- clang -fsanitize=address
- gcc
before_script: autoreconf -fiv
script: ./configure && make && make check && make distcheck && make CC=$CC -C c -f Makefile.no-autoconfig