- patch from Stefan Farfeleder...
[bbkeys.git] / bootstrap
blob37a5aa6e79ad09968a3b785551a6f5024d77cf21
1 #! /bin/sh
3 sh() {
4 /bin/sh -c "set -x; $*"
7 export WANT_AUTOMAKE=1.7
9 sh libtoolize --copy --force --automake
10 sh aclocal-1.7
11 sh autoconf
12 sh automake-1.7 --include-deps --add-missing --copy
14 echo
15 echo You are now ready to run ./configure
16 echo enjoy!