[vlc-commits] [Git][videolan/vlc][master] contrib: remove autopoint disabling in macOS builds
Rémi Denis-Courmont (@Courmisch)
gitlab at videolan.org
Thu Oct 6 11:00:59 UTC 2022
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC
Commits:
5483b465 by Steve Lhomme at 2022-10-06T10:07:38+00:00
contrib: remove autopoint disabling in macOS builds
It should be there as we require gettext since d1d2759d799442baef78d451d53f8790a8e6a325.
- - - - -
1 changed file:
- contrib/src/main.mak
Changes:
=====================================
contrib/src/main.mak
=====================================
@@ -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)
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5483b4655454a1b0d609503234026f0b0af4418a
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5483b4655454a1b0d609503234026f0b0af4418a
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