[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / autogen.sh
index 2ac07de..6b66b06 100755 (executable)
@@ -15,7 +15,6 @@ rm -f $top_srcdir/autom4te.cache
 
 touch README INSTALL
 
-gtkdocize --copy > /dev/null 2>&1 || echo "Warning: not running gtk-docize."
 if test -z `which autoreconf`; then
     echo "Error: autoreconf not found, please install it."
     exit 1
@@ -24,4 +23,6 @@ autoreconf --verbose --install -I Source/autotools $ACLOCAL_FLAGS|| exit $?
 
 cd $ORIGDIR || exit 1
 
-../$srcdir/configure $AUTOGEN_CONFIGURE_ARGS "$@" || exit $?
+if test -z "$NOCONFIGURE"; then
+    ../$srcdir/configure $AUTOGEN_CONFIGURE_ARGS "$@" || exit $?
+fi