Fix uninitializing error
[platform/core/uifw/e-mod-tizen-rdp.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