Skip to content

Commit

Permalink
build: disable gtkdocize in autoreconf
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aleksander0m committed Apr 21, 2021
1 parent 43c39d5 commit 4ae623c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PKG_NAME=ModemManager
}

(cd $srcdir;
autoreconf --force --install --verbose
GTKDOCIZE="true" autoreconf --force --install --verbose
)

if test -z "$NOCONFIGURE"; then
Expand Down

0 comments on commit 4ae623c

Please sign in to comment.