#!/bin/sh

aclocal
autoconf

# We don't use Makefile.am, but we *do* use automake to add
# "missing" files used by configure.
automake -a 2>&1 | grep -vF Makefile.am
