summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/files/autogen.sh
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2011-01-14 15:35:17 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-01-27 21:52:24 +0000
commitdeec6fa8d0748297eb40eb4fe98e4fec8fb201f4 (patch)
tree5af5dde6d303f581b6eaf65d666ecb8069a2fab6 /meta/recipes-sato/webkit/files/autogen.sh
parentef6cc9af8c6756b659824680846783444919eb90 (diff)
downloadpoky-deec6fa8d0748297eb40eb4fe98e4fec8fb201f4.tar.gz
webkit-gtk: upgrade to 1.3.7
Also update some local files from upstream, and add nodolt.patch to fix build error. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-sato/webkit/files/autogen.sh')
-rwxr-xr-xmeta/recipes-sato/webkit/files/autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/webkit/files/autogen.sh b/meta/recipes-sato/webkit/files/autogen.sh
index 97beb209d2..60b163d550 100755
--- a/meta/recipes-sato/webkit/files/autogen.sh
+++ b/meta/recipes-sato/webkit/files/autogen.sh
@@ -10,7 +10,7 @@ cd $srcdir
10 10
11GTKDOCIZE_FLAGS="--copy" 11GTKDOCIZE_FLAGS="--copy"
12LIBTOOLIZE_FLAGS="--force --automake" 12LIBTOOLIZE_FLAGS="--force --automake"
13ACLOCAL_FLAGS="-I autotools" 13ACLOCAL_FLAGS="-I autotools $ACLOCAL_FLAGS"
14AUTOMAKE_FLAGS="--foreign --add-missing" 14AUTOMAKE_FLAGS="--foreign --add-missing"
15 15
16DIE=0 16DIE=0