summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPhilip Whineray <phil@firehol.org>2016-04-02 13:26:40 +0100
committerPhilip Whineray <phil@firehol.org>2016-04-02 13:26:40 +0100
commit025afa16222b34c3cd4595bda35818e6c44c0671 (patch)
treec01053ba816941b0060124da994cede1b53595dc /configure.ac
parent8080db07ce0144496523b33249bd8c2dbd1ce5e6 (diff)
Update README.md to include release URL (#131)
Make it clear the user has got a git version that does not include the configure script. Also has the advantage of publishing the location when browsing the repository. Remove the as part of the build, so that someone who gets a source package with ./configure already does not get confused.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5bdb01401e..8d6f441e87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,6 +14,8 @@ 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 *****************)