#!/bin/sh

# Run this to generate all the auto-generated files needed by the GNU
# configure program

libtoolize --automake
aclocal
automake --add-missing
autoconf
autoheader


syntax highlighted by Code2HTML, v. 0.9.1