6eca9571a8e6fb6f16fa346209a375b49a90235c
[dana/openbox.git] / bootstrap
1 #! /bin/sh
2
3 sh() {
4   /bin/sh -c "set -x; $*"
5 }
6
7 sh gettextize --intl --copy --no-changelog --force
8 sh libtoolize --copy --force --automake
9 sh aclocal
10 sh autoheader
11 sh autoconf
12 sh automake --foreign --include-deps --add-missing --copy
13
14 echo
15 echo You are now ready to run ./configure
16 echo enjoy!