]> git.decadent.org.uk Git - nfs-utils.git/commit
Add AM_MAINTAINER_MODE to configure.in
authorKevin Coffman <kwc@citi.umich.edu>
Thu, 8 Feb 2007 22:26:59 +0000 (17:26 -0500)
committerNeil Brown <neilb@suse.de>
Fri, 9 Feb 2007 00:23:46 +0000 (11:23 +1100)
commitb79ad6eabc662867de9e91254ae391fdd08c8428
treed6c70065eb9b2182e24ec2bfa08c15980e136b53
parent1ab6d3b82e9d36051cf5d80c33cdec9cb638bb20
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>
configure.in