summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Kumar Singh <ak.singh7@samsung.com>2010-11-19 14:42:07 +0900
committerAmit Kumar Singh <ak.singh7@samsung.com>2010-11-19 14:42:07 +0900
commit81932f2f98589ef2b22391c85a7ada7ad13b463e (patch)
treecbeb217d976924f7efddc24ba1e225e5f3ebe001
parent27a1dda3435a25e520cfacfdb0ee0e92b07ecfe4 (diff)
downloadedje-multisense-plugin-81932f2f98589ef2b22391c85a7ada7ad13b463e.tar.gz
edje-multisense-plugin-81932f2f98589ef2b22391c85a7ada7ad13b463e.tar.bz2
edje-multisense-plugin-81932f2f98589ef2b22391c85a7ada7ad13b463e.zip
[Multisense Plugin]Fixed build error for scratchbox1
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
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