Fix #736: Please migrate from gnome-doc-tool to yelp-build
[geeqie.git] / autogen.sh
index 9a32605..3e247c4 100755 (executable)
@@ -58,6 +58,13 @@ 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