Disable AM_MAINTAINER_MODE.
authorBo Peng <pengbo@sraoss.co.jp>
Thu, 5 Sep 2019 07:33:34 +0000 (16:33 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Thu, 5 Sep 2019 07:33:34 +0000 (16:33 +0900)
configure
configure.ac

index 99d088de6eb04fd76e86783be1c6b5cfd3b11cc8..cfa8f7d1e96c0df75d0192d9849b7e54eb251950 100755 (executable)
--- a/configure
+++ b/configure
@@ -1432,8 +1432,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")
-  --disable-maintainer-mode
-                          disable make rules and dependencies not useful (and
+  --enable-maintainer-mode
+                          enable 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]
@@ -3925,7 +3925,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=yes
+  USE_MAINTAINER_MODE=no
 fi
 
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
index 958fbc1ae7b57fc31f0436555e6f871d69b4e827..d3372f6a267b8bfecaf73c283d6e14d5a37308db 100644 (file)
@@ -7,7 +7,7 @@ AC_PROG_CC
 AM_INIT_AUTOMAKE([foreign no-dependencies subdir-objects])
 
 dnl Disallow to rebuild configure.
-AM_MAINTAINER_MODE(enable)
+AM_MAINTAINER_MODE(disable)
 
 # AC_PROG_RANLIB
 AC_PROG_LIBTOOL