vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Wed Mar 25 22:30:32 2015 +0200| [6b9cd80e4880808e53d5f71bcf3d2f4284014f1c] | committer: Rémi Denis-Courmont
configure: simplify maintainer mode and rectify default in help > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6b9cd80e4880808e53d5f71bcf3d2f4284014f1c --- configure.ac | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/configure.ac b/configure.ac index 58d5122..0d7e48a 100644 --- a/configure.ac +++ b/configure.ac @@ -27,17 +27,8 @@ AC_PRESERVE_HELP_ORDER AM_INIT_AUTOMAKE(tar-ustar color-tests foreign) AC_CONFIG_HEADERS([config.h]) -# Disable with "./configure --disable-silent-rules" or "make V=1" AM_SILENT_RULES([yes]) - -dnl Too many people are not aware of maintainer mode: -dnl If you want to use it, you definitely know what you are doing, so -dnl you can specify "--disable-maintainer-mode". But if you want the default -dnl automake behavior, you've likely never heard of maintainer mode, so we -dnl can't expect you to enable it manually. -AS_IF([test "x${enable_maintainer_mode}" != "xno"], - [enable_maintainer_mode="yes"]) -AM_MAINTAINER_MODE +AM_MAINTAINER_MODE([enable]) dnl dnl Directories _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
