Skip to content
Snippets Groups Projects
Commit 4bf971af authored by Christopher J. Morrone's avatar Christopher J. Morrone Committed by Oleg Drokin
Browse files

LU-1032 build: Support --disable-maintainer mode


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: default avatarChristopher J. Morrone <morrone2@llnl.gov>
Reviewed-on: http://review.whamcloud.com/5423


Tested-by: Hudson
Reviewed-by: default avatarFaccini Bruno <bruno.faccini@intel.com>
Tested-by: default avatarMaloo <whamcloud.maloo@gmail.com>
Reviewed-by: default avatarPrakash Surya <surya1@llnl.gov>
Reviewed-by: default avatarBrian J. Murrell <brian.murrell@intel.com>
Reviewed-by: default avatarOleg Drokin <oleg.drokin@intel.com>
parent d47a4bc7
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ LC_CONFIG_SRCDIR ...@@ -13,7 +13,7 @@ LC_CONFIG_SRCDIR
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE([1.10 tar-ustar -Wno-portability]) AM_INIT_AUTOMAKE([1.10 tar-ustar -Wno-portability])
# AM_MAINTAINER_MODE AM_MAINTAINER_MODE([enable])
AC_PROG_CC AC_PROG_CC
......
...@@ -12,6 +12,7 @@ AC_CONFIG_MACRO_DIR([config]) ...@@ -12,6 +12,7 @@ AC_CONFIG_MACRO_DIR([config])
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE([1.10 tar-ustar -Wno-portability]) AM_INIT_AUTOMAKE([1.10 tar-ustar -Wno-portability])
AM_MAINTAINER_MODE([enable])
AC_PROG_CC AC_PROG_CC
......
...@@ -13,6 +13,7 @@ case "$host_os" in ...@@ -13,6 +13,7 @@ case "$host_os" in
esac esac
AM_INIT_AUTOMAKE([subdir-objects 1.9 tar-ustar]) AM_INIT_AUTOMAKE([subdir-objects 1.9 tar-ustar])
AM_MAINTAINER_MODE([enable])
AC_PROG_CC AC_PROG_CC
AM_PROG_CC_C_O AM_PROG_CC_C_O
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment