diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-02-02 09:16:07 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-02-02 09:16:07 (GMT) |
commit | 51de1ce90257d3092230994f987cea6950af8724 (patch) | |
tree | bc484eceddf271f0a3b85cd100aa16266f1e173a | |
parent | a36942f59f70c5cc3dae3220959de5d29e2af2de (diff) | |
download | hdf5-51de1ce90257d3092230994f987cea6950af8724.zip hdf5-51de1ce90257d3092230994f987cea6950af8724.tar.gz hdf5-51de1ce90257d3092230994f987cea6950af8724.tar.bz2 |
[svn-r26100] Removed maintainer mode (AM_MAINTAINER_MODE) from configure.ac.
This is no longer needed since we don't check in generated files anymore.
Actually, it was not really recommended in the first place:
http://www.gnu.org/software/automake/manual/html_node/maintainer_002dmode.html
Part of: HDFFV-9122
Tested on: jam
-rw-r--r-- | configure.ac | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac index 250fd67..d1efbe6 100644 --- a/configure.ac +++ b/configure.ac @@ -38,18 +38,6 @@ AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign]) AM_SILENT_RULES([yes]) -## AM_MAINTAINER_MODE turns off "rebuild rules" that contain dependencies -## for Makefiles, configure, src/H5config.h, etc. If AM_MAINTAINER_MODE -## is *not* included here, these files will be rebuilt if out of date. -## This is a problem because if users try to build on a machine with -## the wrong versions of autoconf and automake, these files will be -## rebuilt with the wrong versions and bad things can happen. -## Also, CVS doesn't preserve dependencies between timestamps, so -## Makefiles will often think rebuilding needs to occur when it doesn't. -## Developers should './configure --enable-maintainer-mode' to turn on -## rebuild rules. -AM_MAINTAINER_MODE - ## ---------------------------------------------------------------------- ## Set prefix default (install directory) to a directory in the build area. ## This allows multiple src-dir builds within one host. |