aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-04-21 11:33:53 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-04-21 11:35:08 +0200
commit4ae623c37b5eb395c79b49a044958c09fd6d23a7 (patch)
tree8126a42324f177353c57a9079afe45233306a6a2
parent43c39d5226484eba99211b2fa1add2ae5b398ebf (diff)
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.
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index df07fc40..7460d254 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,7 +14,7 @@ PKG_NAME=ModemManager
}
(cd $srcdir;
- autoreconf --force --install --verbose
+ GTKDOCIZE="true" autoreconf --force --install --verbose
)
if test -z "$NOCONFIGURE"; then