]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blobdiff - autogen.sh
Load all users only when really needed
[sojka/lightdm.git] / autogen.sh
index b0e51a33d10dd829dda39954f2142d0b5fde8d85..ab1e8aa9fa035d7eb5dc3ed7e46c7a1fcec36afa 100755 (executable)
@@ -8,6 +8,14 @@ aclocal
 autoconf
 autoheader
 automake --add-missing --copy --foreign
+
+YELP=`which yelp-build`
+if test -z $YELP; then
+  echo "*** The tools to build the documentation are not found,"
+  echo "    please install the yelp-tools package ***"
+  exit 1
+fi
+
 if [ -z "$NOCONFIGURE" ]; then
     ./configure $@
 fi