From 7765ad4d69bfb6c15fb436e509574629e896f2e6 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 13 Jul 2012 15:20:39 +0100 Subject: webkit-gtk: remove svn recipe (From OE-Core rev: ecb18e2b6a8fc16b323f93c62ed5ff5b080c5dd0) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-sato/webkit/files/autogen.sh | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100755 meta/recipes-sato/webkit/files/autogen.sh (limited to 'meta/recipes-sato/webkit/files/autogen.sh') diff --git a/meta/recipes-sato/webkit/files/autogen.sh b/meta/recipes-sato/webkit/files/autogen.sh deleted file mode 100755 index bb7779d44d..0000000000 --- a/meta/recipes-sato/webkit/files/autogen.sh +++ /dev/null @@ -1,23 +0,0 @@ -#! /bin/sh - -# Allow invocation from a separate build directory; in that case, we change -# to the source directory to run the auto*, then change back before running configure -srcdir=`dirname $0` -test -z "$srcdir" && srcdir=. - -ORIGDIR=`pwd` -cd $srcdir - -rm -f $top_srcdir/autom4te.cache - -touch README INSTALL - -if test -z `which autoreconf`; then - echo "Error: autoreconf not found, please install it." - exit 1 -fi -autoreconf --verbose --install -I Source/autotools $ACLOCAL_FLAGS|| exit $? - -cd $ORIGDIR || exit 1 - -$srcdir/configure $AUTOGEN_CONFIGURE_ARGS "$@" || exit $? -- cgit v1.2.3-54-g00ecf