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.
This commit is contained in:
Aleksander Morgado
2021-04-21 11:33:53 +02:00
parent 43c39d5226
commit 4ae623c37b

View File

@@ -14,7 +14,7 @@ PKG_NAME=ModemManager
}
(cd $srcdir;
autoreconf --force --install --verbose
GTKDOCIZE="true" autoreconf --force --install --verbose
)
if test -z "$NOCONFIGURE"; then