mirror of https://github.com/BOINC/boinc.git
- commented-out AM_MAINTAINER_MODE in configure.ac to *activate* all maintainer-mode
features by default svn path=/trunk/boinc/; revision=15113
This commit is contained in:
parent
72df062b6c
commit
20e686d54c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue