From: Amit Kumar Singh Date: Fri, 19 Nov 2010 05:42:07 +0000 (+0900) Subject: [Multisense Plugin]Fixed build error for scratchbox1 X-Git-Tag: 2.1b_release~1^2~30 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fedje-multisense-plugin.git;a=commitdiff_plain;h=81932f2f98589ef2b22391c85a7ada7ad13b463e [Multisense Plugin]Fixed build error for scratchbox1 --- diff --git a/autogen.sh b/autogen.sh index 995ff2f..765af72 100755 --- a/autogen.sh +++ b/autogen.sh @@ -5,10 +5,10 @@ rm -f aclocal.m4 ltmain.sh touch README +echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1 echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1 echo "Running autoheader..." ; autoheader || exit 1 echo "Running autoconf..." ; autoconf || exit 1 -echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1 echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1 if [ -z "$NOCONFIGURE" ]; then