* #14426: gnome: autogen should exit if gnome-doc-utils is not installed

This commit is contained in:
Tristan Matthews
2012-08-07 11:27:03 -04:00
parent 402e108464
commit 3c9925ad0e

View File

@ -3,5 +3,7 @@
# Workaround for http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565663
[ ! -e m4 ] && mkdir m4
command -v gnome-doc-prepare >/dev/null 2>&1 || { echo >&2 "Please install gnome-doc-utils. Aborting."; exit 1; }
gnome-doc-prepare --force
autoreconf --force --install --verbose -Wall -I m4