aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2023-03-16 00:30:26 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2023-03-16 00:36:12 +0100
commitf08190e743cc92aaca9f280071aad71bbff83b37 (patch)
treec3b913887b7e24d5ab0d626783207ca19928a2e0 /include
parent0ba130abb2c90c76b6b63f389da02b8bcfe6b78e (diff)
downloadupstream-f08190e743cc92aaca9f280071aad71bbff83b37.tar.gz
upstream-f08190e743cc92aaca9f280071aad71bbff83b37.tar.bz2
upstream-f08190e743cc92aaca9f280071aad71bbff83b37.zip
include: autotools: Add dummy GTKDOCIZE
autoreconf wants to use the gtkdocize tool now if a configure.ac file defines GTK_DOC_CHECk(). OpenWrt does not ship the gtkdocize tool, just use true instead. This fixes the build of some applications like guntls. Fixes: 030447b8f4c7 ("tools/autoconf: bump to 2.71") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'include')
-rw-r--r--include/autotools.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/autotools.mk b/include/autotools.mk
index f659bac3c5..cba36ccd9f 100644
--- a/include/autotools.mk
+++ b/include/autotools.mk
@@ -23,7 +23,8 @@ AM_TOOL_PATHS:= \
LIBTOOLIZE=$(STAGING_DIR_HOST)/bin/libtoolize \
LIBTOOL=$(STAGING_DIR_HOST)/bin/libtool \
M4=$(STAGING_DIR_HOST)/bin/m4 \
- AUTOPOINT=true
+ AUTOPOINT=true \
+ GTKDOCIZE=true
# 1: build dir
# 2: remove files