summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorKevin Coffman <kwc@citi.umich.edu>2007-02-08 17:26:59 -0500
committerNeil Brown <neilb@suse.de>2007-02-09 11:23:46 +1100
commitb79ad6eabc662867de9e91254ae391fdd08c8428 (patch)
treed6c70065eb9b2182e24ec2bfa08c15980e136b53 /configure.in
parent1ab6d3b82e9d36051cf5d80c33cdec9cb638bb20 (diff)
downloadnfs-utils-b79ad6eabc662867de9e91254ae391fdd08c8428.tar.gz
nfs-utils-b79ad6eabc662867de9e91254ae391fdd08c8428.tar.xz
nfs-utils-b79ad6eabc662867de9e91254ae391fdd08c8428.zip
Add AM_MAINTAINER_MODE to configure.in
Signed-off-by: Kevin Coffman <kwc@citi.umich.edu> As requested by "Steinar H. Gunderson" <sgunderson@bigfoot.com>, add AM_MAINTAINER_MODE to configure.in. See the description of this macro below: `AM_MAINTAINER_MODE' disables the so called "rebuild rules" bys default. If you have `AM_MAINTAINER_MODE' in `configure.ac', and run `./configure && make', then `make' will *never* attempt to rebuild `configure', `Makefile.in's, Lex or Yacc outputs, etc. I.e., this disables build rules for files which are usually distributed and that users should normally not have to update. If you run `./configure --enable-maintainer-mode', then these rebuild rules will be active. Signed-off-by: Neil Brown <neilb@suse.de>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 757ebb8..99adee8 100644
--- a/configure.in
+++ b/configure.in
@@ -8,6 +8,7 @@ AC_CONFIG_MACRO_DIR(aclocal)
AM_INIT_AUTOMAKE
AC_PREREQ(2.59)
AC_PREFIX_DEFAULT(/usr)
+AM_MAINTAINER_MODE
dnl *************************************************************
dnl * Define the set of applicable options