summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/files/autogen.sh
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-11-30 15:58:40 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-03 12:12:36 +0000
commit663c893b084333ea9703079a9b056d74ffa5e2a3 (patch)
tree9412e95a7d73731b6ebe067501ac434ffe2246dd /meta/recipes-sato/webkit/files/autogen.sh
parent551ffe9ed72a0e7a16735d7173c3d51fe8282a54 (diff)
downloadpoky-663c893b084333ea9703079a9b056d74ffa5e2a3.tar.gz
webkit-gtk svn: update to r101488
tested on beagleboard/angstrom with midori and epiphany browsers (From OE-Core rev: c8c9a17ae2603ccb34641d4188850a18e6ce6096) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit/files/autogen.sh')
-rwxr-xr-xmeta/recipes-sato/webkit/files/autogen.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-sato/webkit/files/autogen.sh b/meta/recipes-sato/webkit/files/autogen.sh
index 23639e897f..bb7779d44d 100755
--- a/meta/recipes-sato/webkit/files/autogen.sh
+++ b/meta/recipes-sato/webkit/files/autogen.sh
@@ -12,7 +12,6 @@ rm -f $top_srcdir/autom4te.cache
12 12
13touch README INSTALL 13touch README INSTALL
14 14
15gtkdocize --copy > /dev/null 2>&1 || echo "Warning: not running gtk-docize."
16if test -z `which autoreconf`; then 15if test -z `which autoreconf`; then
17 echo "Error: autoreconf not found, please install it." 16 echo "Error: autoreconf not found, please install it."
18 exit 1 17 exit 1