[vlc-commits] [Git][videolan/vlc][master] Makefile.am: don't ignore user distcheck options
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat Aug 5 02:56:51 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
31f7392d by Johannes Kauffmann at 2023-08-05T02:41:09+00:00
Makefile.am: don't ignore user distcheck options
The Automake documentation [1] states that the user could provide
DISTCHECK_CONFIGURE_FLAGS, and that AM_DISTCHECK_CONFIGURE_FLAGS
should provide additional flags that might be needed. So change
DISTCHECK_CONFIGURE_FLAGS for AM_DISTCHECK_CONFIGURE_FLAGS, because
as it stands, the user-provided DISTCHECK_CONFIGURE_FLAGS are
ignored and overwritten by the Makefile.am.
1. https://www.gnu.org/software/automake/manual/html_node/Checking-the-Distribution.html
- - - - -
1 changed file:
- Makefile.am
Changes:
=====================================
Makefile.am
=====================================
@@ -25,7 +25,7 @@ BUILT_SOURCES = $(BUILT_SOURCES_distclean)
SUFFIXES =
-DISTCHECK_CONFIGURE_FLAGS = \
+AM_DISTCHECK_CONFIGURE_FLAGS = \
--enable-fast-install \
--disable-a52 \
--disable-alsa \
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/31f7392d21fa3d0642a72b6946f87881bf6c335a
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/31f7392d21fa3d0642a72b6946f87881bf6c335a
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