use %license macro to copy the COPYING file.
[platform/core/uifw/e-mod-tizen-eom.git] / autogen.sh
1 #!/bin/sh
2 # Run this to generate all the initial makefiles, etc.
3
4 #rm -rf autom4te.cache
5 #rm -f aclocal.m4 ltmain.sh
6
7 #echo "Running autoreconf..." ; autoreconf -v --install || exit 1
8 #echo "Running configure..." ; ./configure --enable-maintainer-mode
9
10 set  -x
11 aclocal
12 autoconf
13 libtoolize --copy --force
14 autoheader
15 automake --foreign --add-missing --copy
16