Fix autoconf 2.70 compatibility
[platform/upstream/krb5.git] / .travis-ci.sh
1 cd src
2 autoreconf
3 ./configure --enable-maintainer-mode --with-ldap
4 make $MAKEVARS
5 make check
6 make distclean
7 # Check for files unexpectedly not removed by make distclean.
8 rm -rf autom4te.cache configure include/autoconf.h.in
9 if [ -n "$(git ls-files -o)" ]; then
10   exit 1
11 fi