Skip to content

Commit

Permalink
Added autoreconf to the build, always
Browse files Browse the repository at this point in the history
  • Loading branch information
basvodde committed Jul 30, 2014
1 parent cb8e608 commit 80e47ec
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/travis_ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
set -e

if [ "x$BUILDTOOL" = "xautotools" ]; then
# One time with the cached configure script to see if that one works well.
../configure
make

autoreconf ..
autoreconf -i ..
../configure
echo "CONFIGURATION DONE. Compiling now."
make check_all
Expand Down

0 comments on commit 80e47ec

Please sign in to comment.