]> git.sesse.net Git - vlc/commitdiff
configure: simplify maintainer mode and rectify default in help
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 25 Mar 2015 20:30:32 +0000 (22:30 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 25 Mar 2015 20:30:32 +0000 (22:30 +0200)
configure.ac

index 58d5122d62eee8e58963735d44d34b35f3e141c9..0d7e48aea9caf8b189a8e2801795101f9be55298 100644 (file)
@@ -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