From 30ead3a5cf6405dab9d5eeac79ffe6a0e9d0aafd Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Thu, 24 Aug 2017 17:07:57 +0200 Subject: Dropped support for building with autotools It's just too much pain to keep it working. --- test/travis-build.sh | 8 -------- 1 file changed, 8 deletions(-) (limited to 'test/travis-build.sh') diff --git a/test/travis-build.sh b/test/travis-build.sh index dcf2421..cbc00da 100755 --- a/test/travis-build.sh +++ b/test/travis-build.sh @@ -46,14 +46,6 @@ for san in undefined address; do cd .. done -# Autotools build -CC=gcc -./makeconf.sh -./configure -make -sudo ${TEST_CMD} -sudo make install - # Documentation doxygen doc/Doxyfile -- cgit v1.2.3