#!/bin/shif[$# -ne 0];then
cat >&2<< EOFBootstrap the project directory for Autoconf and Automake. Run this script aftermaking changes to .ac and .am files.Usage: $0The script requires that no argument is passed in order to run.EOFexit2fi
aclocal &&
automake --add-missing --copy &&
autoconf &&
autoheader