5a30991b776eb0dd7ec357d4d367d28787883597
[platform/core/uifw/e17-extra-config-modules.git] / config-slp / 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