tizen 2.4 release
[framework/uifw/e17-mod-tizen-devicemgr.git] / autogen.sh
1 #!/bin/sh
2 # Run this to generate all the initial makefiles, etc.
3
4 set  -x
5 aclocal
6 autoconf
7 libtoolize --copy --force
8 autoheader
9 automake --foreign --add-missing --copy
10