[vlc-commits] [Git][videolan/vlc][3.0.x] contrib: do not require gtkdocize
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri Dec 2 04:58:51 UTC 2022
Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC
Commits:
8179b10e by Rémi Denis-Courmont at 2022-11-30T17:15:19+01:00
contrib: do not require gtkdocize
This unbreaks packages using autoreconf.
(cherry picked from commit 7beb060516a8ce8a4ad4abf26aade3e3344f9ecd)
Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>
- - - - -
1 changed file:
- contrib/src/main.mak
Changes:
=====================================
contrib/src/main.mak
=====================================
@@ -381,7 +381,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)
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8179b10e7e692955a972f59ba50f3b51464d3854
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8179b10e7e692955a972f59ba50f3b51464d3854
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list