#! /bin/sh
##
# SEE ALSO
#
#	Gary V. Vaughan, et al.  "Chapter 8: Bootstrapping," "Autoconf,
#	Automake, and Libtool," New-Riders, 2000.
##

aclocal && automake --gnu --add-missing && autoconf
