#!/bin/sh

# Run this to generate all the auto-generated files needed by the GNU
# configure program
# this is known to work with the following tools:
#
# GNU automake 1.5
# GNU Autoconf 2.52
# GNU libtool 1.4.2

aclocal
autoheader
automake --add-missing
autoconf

