diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2017-08-24 17:07:57 +0200 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2017-08-24 20:50:44 +0200 |
commit | 30ead3a5cf6405dab9d5eeac79ffe6a0e9d0aafd (patch) | |
tree | 5bffbe72317aacb3e8d6e4ac3ef4ced1585961fa /test/travis-build.sh | |
parent | 937467b6a06b72ee44709541f71b614ca28fa870 (diff) | |
download | libfuse-30ead3a5cf6405dab9d5eeac79ffe6a0e9d0aafd.tar.gz |
Dropped support for building with autotools
It's just too much pain to keep it working.
Diffstat (limited to 'test/travis-build.sh')
-rwxr-xr-x | test/travis-build.sh | 8 |
1 files changed, 0 insertions, 8 deletions
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 |