Include a Other Software section in Help file
[geeqie.git] / autogen.sh
index 3e247c4..9a32605 100755 (executable)
@@ -58,13 +58,6 @@ test -n "$NO_AUTOMAKE" || (aclocal --version) < /dev/null > /dev/null 2>&1 || {
   DIE=1
 }
 
-GNOMEDOC=`which yelp-build`
-if test -z $GNOMEDOC; then
-  echo "*** The tools to build the documentation are not found,"
-  echo "    please intall the yelp-tool package ***"
-  DIE=1
-fi
-
 if test "$DIE" -eq 1; then
   exit 1
 fi