summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPhilip Whineray <phil@firehol.org>2016-04-09 10:48:13 +0100
committerPhilip Whineray <phil@firehol.org>2016-04-09 10:48:13 +0100
commitbbde26d52a004172e9d95367cbc82ff5128e2bca (patch)
treeed8fe73b47802272ac94f4a999d279f29d31132d /configure.ac
parentae0c07c68e75f661d53f5129916abf87d84bb23c (diff)
Replace README info with detection of autotools
This will ensure people get informed about the necessary tools and how to get the package pre-configured without requiring the readme to be modified when packaged. In addition, the script will not run autoreconf unilaterally so when people have an old version it will not attempt to overwrite the pre-existing configure script. Should solve #131 and also #93 as well as recent comments on README.md
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ab1550614f..1474bffdba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,8 +14,6 @@ PACKAGE_RPM_RELEASE="0.0.$(echo VERSION_SUFFIX | sed 's/^_//')"
AC_INIT([netdata], VERSION_NUMBER[]VERSION_SUFFIX)
-AM_CONDITIONAL([GIT_TREE], [test -f README.md])
-
AM_MAINTAINER_MODE([disable])
if test x"$USE_MAINTAINER_MODE" = xyes; then
AC_MSG_NOTICE(***************** MAINTAINER MODE *****************)