tizen_policy: moved the _tzpol_iface_cb_activate_above_by_res_id function
[platform/core/uifw/pepper-dali.git] / autogen.sh
1 #!/bin/sh
2
3 rm -rf autom4te.cache
4 rm -f aclocal.m4 ltmain.sh
5
6 echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS || exit 1
7 echo "Running autoheader..." ; autoheader || exit 1
8 echo "Running autoconf..." ; autoconf || exit 1
9 echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1
10 echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1
11
12 if [ -z "$NOCONFIGURE" ]; then
13          ./configure "$@"
14 fi
15