Skip to content
Snippets Groups Projects
Commit 5483b465 authored by Steve Lhomme's avatar Steve Lhomme Committed by Rémi Denis-Courmont
Browse files

contrib: remove autopoint disabling in macOS builds

It should be there as we require gettext since d1d2759d.
parent a429ed75
No related branches found
No related tags found
1 merge request!2635contrib: remove autopoint disabling in Darwin builds
Pipeline #269999 passed with stage
in 40 minutes and 1 second
......@@ -430,11 +430,7 @@ UPDATE_AUTOCONFIG = for dir in $(AUTOMAKE_DATA_DIRS); do \
fi; \
done
ifdef HAVE_DARWIN_OS
AUTORECONF = AUTOPOINT=true autoreconf
else
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