#!/bin/sh

aclocal \
  && libtoolize --copy --force \
  && autoheader \
  && automake --add-missing --foreign --copy \
  && autoconf \
  && ./configure --enable-maintainer-mode $@


syntax highlighted by Code2HTML, v. 0.9.1