From 02f4e2289e3a6ab0983d880d52f1ffb4bdf727cd Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 21 Apr 2021 11:33:53 +0200 Subject: build: disable gtkdocize in autoreconf We have a custom modified gtk-doc.make file in our sources, which disables the gtkdoc-rebase on local install step, so we don't want autoreconf to copy a different one when we're bootstrapping. (cherry picked from commit 6394a122407f31d2321a16833d9dd123767ff8d5) --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 2b66546..fa04aed 100755 --- a/autogen.sh +++ b/autogen.sh @@ -14,7 +14,7 @@ PKG_NAME=libmbim } (cd $srcdir; - autoreconf --force --install --verbose + GTKDOCIZE="true" autoreconf --force --install --verbose ) if test -z "$NOCONFIGURE"; then -- cgit v1.2.1