openbox/bootstrap

15 lines
196 B
Text
Raw Normal View History

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