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
No related merge requests found
......@@ -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