openbox/bootstrap

15 lines
196 B
Text
Raw Normal View History

#! /bin/sh
sh() {
/bin/sh -c "set -x; $*"
}
sh aclocal
sh autoheader
sh automake --foreign --include-deps --add-missing
sh autoconf
echo
echo You are now ready to run ./configure
echo enjoy!