Skip to content
Snippets Groups Projects
Commit 7beb0605 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

contrib: do not require gtkdocize

This unbreaks packages using autoreconf.
parent c6436c80
No related branches found
No related tags found
1 merge request!1248contrib: do not require gtkdocize
Pipeline #181519 passed with stages
in 29 minutes and 11 seconds
......@@ -389,7 +389,7 @@ UPDATE_AUTOCONFIG = for dir in $(AUTOMAKE_DATA_DIRS); do \
ifdef HAVE_DARWIN_OS
AUTORECONF = AUTOPOINT=true autoreconf
else
AUTORECONF = autoreconf
AUTORECONF = GTKDOCIZE=true autoreconf
endif
RECONF = mkdir -p -- $(PREFIX)/share/aclocal && \
cd $< && $(AUTORECONF) -fiv $(ACLOCAL_AMFLAGS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment