summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2016-12-18 19:06:54 +0000
committerHubert Figuière <hub@figuiere.net>2016-12-19 23:14:08 -0500
commite531961f06e9a491cd5f39160fce21224fd9a9d8 (patch)
treec971a3f8f9a01da42e30cb703ae3ce447eff3f08 /.travis.yml
parent08787dfa91d788bb84237cfffc8b44c11114e257 (diff)
downloadenchant-e531961f06e9a491cd5f39160fce21224fd9a9d8.tar.gz
Modernise autotools use: use configure.ac and autoreconf
Explain use of autoreconf in HACKING, and also make some other minor updates to that file.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ff1f997..24db8ea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,5 +57,6 @@ before_install:
script:
- ./autogen.sh
+ - ./configure
- make
- make check