Remove package type in manifest
[platform/core/uifw/ise-engine-sunpinyin.git] / bootstrap
1 #! /bin/sh
2
3 set -x
4 mkdir -p ./m4
5 autoreconf -f -i
6 aclocal -I ./m4
7 autoheader
8 libtoolize -c --automake --force
9 automake --add-missing --copy --include-deps
10 autoconf
11 ## @end 1