Whamcloud - gitweb
LU-1032 build: Support --disable-maintainer mode
authorChristopher J. Morrone <morrone2@llnl.gov>
Thu, 14 Feb 2013 00:06:29 +0000 (16:06 -0800)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 18 Mar 2013 21:20:47 +0000 (17:20 -0400)
We add "AM_MAINTAINER_MODE([enable])" to all configure
scripts to allow us to use --disable-maintainer-mode.

By default, without the AM_MAINTAINER_MODE macro, autotools
"maintainer mode" is enabled.  By specifying "enable" we
maintain our previous default behaviour.

Change-Id: I88366ad658795145af80ed96c6e708c385799ffa
Signed-off-by: Christopher J. Morrone <morrone2@llnl.gov>
Reviewed-on: http://review.whamcloud.com/5423
Tested-by: Hudson
Reviewed-by: Faccini Bruno <bruno.faccini@intel.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Prakash Surya <surya1@llnl.gov>
Reviewed-by: Brian J. Murrell <brian.murrell@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
configure.ac
ldiskfs/configure.ac
libsysio/configure.in

index 0a00859..aec60ab 100644 (file)
@@ -13,7 +13,7 @@ LC_CONFIG_SRCDIR
 AC_CANONICAL_SYSTEM
 
 AM_INIT_AUTOMAKE([1.10 tar-ustar -Wno-portability])
-# AM_MAINTAINER_MODE
+AM_MAINTAINER_MODE([enable])
 
 AC_PROG_CC
 
index f3d64eb..6504ba2 100644 (file)
@@ -12,6 +12,7 @@ AC_CONFIG_MACRO_DIR([config])
 AC_CANONICAL_SYSTEM
 
 AM_INIT_AUTOMAKE([1.10 tar-ustar -Wno-portability])
+AM_MAINTAINER_MODE([enable])
 
 AC_PROG_CC
 
index 1487c60..23e9038 100644 (file)
@@ -13,6 +13,7 @@ case "$host_os" in
 esac
 
 AM_INIT_AUTOMAKE([subdir-objects 1.9 tar-ustar])
+AM_MAINTAINER_MODE([enable])
 AC_PROG_CC
 AM_PROG_CC_C_O