diff options
author | Amit Kumar Singh <ak.singh7@samsung.com> | 2010-11-19 14:42:07 +0900 |
---|---|---|
committer | Amit Kumar Singh <ak.singh7@samsung.com> | 2010-11-19 14:42:07 +0900 |
commit | 81932f2f98589ef2b22391c85a7ada7ad13b463e (patch) | |
tree | cbeb217d976924f7efddc24ba1e225e5f3ebe001 | |
parent | 27a1dda3435a25e520cfacfdb0ee0e92b07ecfe4 (diff) | |
download | edje-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-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |