Contractor support: Bug #734717

This commit is contained in:
Viko Adi Rahmawan 2014-10-10 14:51:05 -07:00 committed by Jim Nelson
parent 9d85f436c7
commit 66dc465d89
7 changed files with 70 additions and 1 deletions

6
configure vendored
View file

@ -38,6 +38,8 @@ configure_help() {
Disable icon cache update.
--disable-documentation
Disable generating and installing translated help documentation.
--disable-contractor
Disable installing Contractor files.
Some influential environment variables:
PKG_CONFIG_PATH Adds directories to pkg-config's search path.
@ -117,6 +119,10 @@ do
CMDLINE="${CMDLINE} -DTRANSLATE_HELP=OFF"
;;
--disable-contractor)
CMDLINE="${CMDLINE} -DDISABLE_CONTRACT=ON"
;;
VALAC) [ ! $value ] && abort $1
VALAC=$value
;;