From 20e686d54c534400aa9ca3a54dd43cd737e1fd05 Mon Sep 17 00:00:00 2001 From: Reinhard Prix Date: Thu, 1 May 2008 17:23:29 +0000 Subject: [PATCH] - commented-out AM_MAINTAINER_MODE in configure.ac to *activate* all maintainer-mode features by default svn path=/trunk/boinc/; revision=15113 --- checkin_notes | 6 ++++++ configure.ac | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index d40ecfd87e..48a6f72a35 100644 --- a/checkin_notes +++ b/checkin_notes @@ -3490,3 +3490,9 @@ Charlie May 1 2008 mac_installer/ release_boinc.sh release_GridRepublic.sh + +Reinhard May 1 2008 + - commented-out AM_MAINTAINER_MODE in configure.ac to *activate* all maintainer-mode + features by default + + configure.ac diff --git a/configure.ac b/configure.ac index 1d2421a768..3605d08f54 100644 --- a/configure.ac +++ b/configure.ac @@ -134,7 +134,9 @@ AC_SUBST([BOINC_MINOR_VERSION]) AC_SUBST([TOP_BUILD_DIR], [`pwd`]) AC_SUBST([TOP_SOURCE_DIR], [`(cd \`dirname "$0"\` && pwd)`]) -AM_MAINTAINER_MODE +## commented this out to turn all maintainer-mode features ON by default, +## such as automatic reconfiguring on changes in Makefile.am's and configure.ac +## AM_MAINTAINER_MODE dnl Checks for programs. AC_PROG_CC