summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-04-21 11:33:53 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-06-02 16:05:42 +0200
commit02f4e2289e3a6ab0983d880d52f1ffb4bdf727cd (patch)
tree6cc07bf7ac392e2a265f2bbe6a2e82532bda17b8
parente772a8103acd3ead338903307a036b63f2f63a51 (diff)
downloadlibmbim-02f4e2289e3a6ab0983d880d52f1ffb4bdf727cd.tar.gz
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)
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
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