Merge remote-tracking branch 'origin/mob' into master
[centerim5.git] / bootstrap
blob12d4458ac294827f0425acbb0ee29c55cc2725bb
1 #! /bin/sh
2 # script shamelessly taken from openbox
4 sh() {
5 /bin/sh -c "set -x; $*" || exit 1
8 sh autopoint --force # for GNU gettext
9 sh libtoolize --copy --force --quiet
10 sh aclocal -I m4
11 sh autoheader
12 sh autoconf
13 sh automake --add-missing --copy
15 echo
16 echo You are now ready to run ./configure
17 echo Enjoy!