From bdd7daaac9a6d4fc101442c1d8fdd4971bb5d129 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. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 7a44906..d498357 100755 --- a/autogen.sh +++ b/autogen.sh @@ -14,7 +14,7 @@ PKG_NAME=libqmi } (cd $srcdir; - autoreconf --force --install --verbose + GTKDOCIZE="true" autoreconf --force --install --verbose ) if test -z "$NOCONFIGURE"; then -- cgit v1.2.3