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 12:05:42 +0200
commitbdd7daaac9a6d4fc101442c1d8fdd4971bb5d129 (patch)
tree840f7dfaa9b655dcf7490b129a47203f38e23744
parentc4a0fe4d793cc334d3002e491e738a3e995ef5d5 (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 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