#! /bin/sh

bootstrap() {
  libtoolize -f -c && \
  aclocal -I config && \
  automake -a -c && \
  autoconf
}

bootstrap
