<html><head></head><body>Config.log is not visible in binary packages.<br><br>-1.<br><br><div class="gmail_quote">Le 29 janvier 2020 11:27:12 GMT+02:00, Steve Lhomme <robux4@ycbcr.xyz> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">It's already in the config.log<br><br>We don't need this information in the logs. In official builds we already know<br>the value. In custom builds we can always ask for it if we suspect there's a<br>wrong configuration. Plus it doesn't tell anything about the build environment<br>which impacts the (un)selected features of the code.<hr> configure.ac        | 2 --<br> src/misc/messages.c | 1 -<br> 2 files changed, 3 deletions(-)<br><br>diff --git a/configure.ac b/configure.ac<br>index aeb2bb23e43..69b09dfe3ac 100644<br>--- a/configure.ac<br>+++ b/configure.ac<br>@@ -12,7 +12,6 @@ VERSION_DEV=dev<br> PKGDIR="vlc"<br> AC_SUBST([PKGDIR])<br> <br>-CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`"<br> CODENAME="Otto Chriek"<br> COPYRIGHT_YEARS="1996-2020"<br> <br>@@ -4486,7 +4485,6 @@ COPYRIGHT_MESSAGE="Copyright © ${COPYRIGHT_YEARS} the VideoLAN team"<br> AC_DEFINE_UNQUOTED([VERSION_MESSAGE], "${VERSION_MESSAGE}", [Simple version string])<br> AC_DEFINE_UNQUOTED([COPYRIGHT_MESSAGE], "${COPYRIGHT_MESSAGE}", [Copyright string])<br> AC_DEFINE_UNQUOTED([COPYRIGHT_YEARS], "${COPYRIGHT_YEARS}", [The copyright years])<br>-AC_DEFINE_UNQUOTED([CONFIGURE_LINE], "${CONFIGURE_LINE}", [The ./configure command line])<br> AC_DEFINE_UNQUOTED([PACKAGE_VERSION_MAJOR],${VERSION_MAJOR}, [version major number])<br> AC_DEFINE_UNQUOTED([PACKAGE_VERSION_MINOR],${VERSION_MINOR}, [version minor number])<br> AC_DEFINE_UNQUOTED([PACKAGE_VERSION_REVISION],${VERSION_REVISION}, [version revision number])<br>diff --git a/src/misc/messages.c b/src/misc/messages.c<br>index 08725113897..2e180a0f992 100644<br>--- a/src/misc/messages.c<br>+++ b/src/misc/messages.c<br>@@ -48,7 +48,6 @@ static void vlc_LogSpam(vlc_object_t *obj)<br>     msg_Dbg(obj, "VLC media player - %s", VERSION_MESSAGE);<br>     msg_Dbg(obj, "%s", COPYRIGHT_MESSAGE);<br>     msg_Dbg(obj, "revision %s", psz_vlc_changeset);<br>-    msg_Dbg(obj, "configured with %s", CONFIGURE_LINE);<br> }<br> <br> struct vlc_logger {</pre></blockquote></div><br>-- <br>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.</body></html>