mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
* #14426: gnome: autogen should exit if gnome-doc-utils is not installed
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user