blob: fe63878c7210dc9955d6a51cc7b4b2333ceb9f0d [file] [log] [blame]
#! /bin/sh
# bootstrap - Execute relevant autotools scripts
# After running this script the directory is ready for distribution as
# a tarball.
# It should also be executed before checking milestones into CVS.
aclocal
autoheader
touch config.h.in
automake
autoconf
./configure
make clean
rm config.status
rm libtool
rm -r autom4te.cache/
rm aclocal.m4