resetting manifest requested domain to floor
[platform/core/uifw/e17-misc.git] / autogen.sh
1 #!/bin/sh
2
3 rm -rf autom4te.cache
4 rm -f aclocal.m4
5
6 echo "Running aclocal..." ; aclocal || exit 1
7 echo "Running autoconf..." ; autoconf || exit 1
8 echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1