Skip to content

Commit

Permalink
run autoconf in build
Browse files Browse the repository at this point in the history
  • Loading branch information
resuna committed Jun 14, 2019
1 parent 5d4bfba commit 8bbd204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ before_script:

script:
- echo "Build with $CC ..."
#- autoconf
#- autoreconf -iv
- autoconf
- autoreconf -iv
- cd unix
- ../configure --with-tcl=/usr/lib/tcl8.6
- make
Expand Down

0 comments on commit 8bbd204

Please sign in to comment.