From 51de1ce90257d3092230994f987cea6950af8724 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Mon, 2 Feb 2015 04:16:07 -0500 Subject: [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 --- configure.ac | 12 ------------ 1 file changed, 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. -- cgit v0.12