#! /bin/sh

make && (cd src/testsuite && make check-more) && \
  ./make_am --rethink && ./make_am && make && make distcheck
