summaryrefslogtreecommitdiff
path: root/recipes/webkit/webkit-gtk/autogen.sh
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-06-05 13:07:17 +0200
committerKoen Kooi <koen@Powerbook-3.local>2009-06-05 17:48:14 +0200
commit33fdd6399af61722a5283a329e0a6b6e0a4b06a0 (patch)
treef39ead9b82d8a70157f099e25b16fcbc57413d5a /recipes/webkit/webkit-gtk/autogen.sh
parent9e51e58bd4afba5696959e9ffb0822b81bef7241 (diff)
webkit: bump SRCREV
Diffstat (limited to 'recipes/webkit/webkit-gtk/autogen.sh')
-rw-r--r--recipes/webkit/webkit-gtk/autogen.sh10
1 files changed, 1 insertions, 9 deletions
diff --git a/recipes/webkit/webkit-gtk/autogen.sh b/recipes/webkit/webkit-gtk/autogen.sh
index d32b73eb61..97beb209d2 100644
--- a/recipes/webkit/webkit-gtk/autogen.sh
+++ b/recipes/webkit/webkit-gtk/autogen.sh
@@ -15,14 +15,6 @@ AUTOMAKE_FLAGS="--foreign --add-missing"
DIE=0
-(gtkdocize --version) < /dev/null > /dev/null 2>&1 || {
- echo
- echo "You must have gtkdocize installed to compile $PROJECT."
- echo "Install the appropriate package for your distribution,"
- echo "or get the source tarball at http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/"
- DIE=1
-}
-
(autoconf --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "You must have autoconf installed to compile $PROJECT."
@@ -59,7 +51,7 @@ rm -rf $top_srcdir/autom4te.cache
touch README INSTALL
-gtkdocize $GTKDOCIZE_FLAGS || exit $?
+gtkdocize $GTKDOCIZE_FLAGS > /dev/null 2>&1 || echo "Warning: not running gtk-docize."
aclocal $ACLOCAL_FLAGS || exit $?
$LIBTOOLIZE $LIBTOOLIZE_FLAGS || exit $?
autoheader || exit $?