Update list of wide characters
[centerim5.git] / bootstrap
blobd46fcba28be44dceea98e4a723612d67ef5f14f3
1 #!/bin/sh
3 sh() {
4 /bin/sh -c "set -x; $*" || exit 1
7 sh autopoint --force # for GNU gettext
8 sh libtoolize --copy --force --quiet
9 sh aclocal -I m4
10 sh autoheader
11 sh autoconf
12 sh automake --add-missing --copy
14 echo
15 echo You are now ready to run ./configure
16 echo Enjoy!