]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blobdiff - autogen.sh
Releasing 1.20.0
[sojka/lightdm.git] / autogen.sh
index b08190da6c36af5282bd7a242de7ef176e062119..ab1e8aa9fa035d7eb5dc3ed7e46c7a1fcec36afa 100755 (executable)
@@ -2,12 +2,20 @@
 # Run this to generate all the initial makefiles, etc.
 
 libtoolize --force --copy
-intltoolize --force
+intltoolize --force --copy
 gtkdocize --copy
 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