aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'worker_modules')
-rw-r--r--worker_modules/gkbuild.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/worker_modules/gkbuild.sh b/worker_modules/gkbuild.sh
index 7284d84..f384cee 100644
--- a/worker_modules/gkbuild.sh
+++ b/worker_modules/gkbuild.sh
@@ -632,6 +632,10 @@ gkautomake() {
# Wrapper for autoreconf.
# Will die when command will exit with nonzero exit status.
gkautoreconf() {
+ # >autoconf-2.69 will call gtkdocize when used in macros
+ # when called with --install parameter.
+ local -x GTKDOCIZE=true
+
gkexec "autoreconf --force --install ${*}"
}