if ! [[ -x configure ]]; then
  aclocal &&
  autoconf &&
  automake
fi &&
default_build
