Enable AM_MAINTAINER_MODE on master branch.
authorBo Peng <pengbo@sraoss.co.jp>
Tue, 6 Oct 2020 06:00:12 +0000 (15:00 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Tue, 6 Oct 2020 06:00:12 +0000 (15:00 +0900)
configure
configure.ac

index 38cd61df3d0942ec8cd9e8cf9775504515f5d3e1..b6c150c4cb9d17801d3e76ba26e8bb138b65471a 100755 (executable)
--- a/configure
+++ b/configure
@@ -1435,8 +1435,8 @@ Optional Features:
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
   --enable-silent-rules   less verbose build output (undo: "make V=1")
   --disable-silent-rules  verbose build output (undo: "make V=0")
-  --enable-maintainer-mode
-                          enable make rules and dependencies not useful (and
+  --disable-maintainer-mode
+                          disable make rules and dependencies not useful (and
                           sometimes confusing) to the casual installer
   --enable-shared[=PKGS]  build shared libraries [default=yes]
   --enable-static[=PKGS]  build static libraries [default=yes]
@@ -4113,7 +4113,7 @@ $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles
 if test "${enable_maintainer_mode+set}" = set; then :
   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
 else
-  USE_MAINTAINER_MODE=no
+  USE_MAINTAINER_MODE=yes
 fi
 
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
index ae78d7a0454fea4041ef443c7409651c22a4c4e5..2777706955546bb86371f0877c4797f977273372 100644 (file)
@@ -14,7 +14,7 @@ fi
 AM_INIT_AUTOMAKE([foreign no-dependencies subdir-objects])
 
 dnl Disallow to rebuild configure.
-AM_MAINTAINER_MODE(disable)
+AM_MAINTAINER_MODE(enable)
 
 # AC_PROG_RANLIB
 AC_PROG_LIBTOOL