tizen 2.4 release
[framework/uifw/e17-mod-tizen-processmgr.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 autopoint..." ; autopoint -f || :
8 echo "Running aclocal..." ; aclocal -I m4 $ACLOCAL_FLAGS || exit 1
9 echo "Running autoconf..." ; autoconf || exit 1
10 echo "Running autoheader..." ; autoheader || exit 1
11 echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1
12 echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1
13
14