summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
diff options
context:
space:
mode:
authorpaulfantom <pawel@krupa.net.pl>2018-09-08 13:29:57 +0200
committerpaulfantom <pawel@krupa.net.pl>2018-09-08 13:29:57 +0200
commitefc8e0073dfe6f780d903129ab8438621993e732 (patch)
treea50e79354f3ea4f6395f744e66461bb447dd0d66 /netdata-installer.sh
parentcd3cef55d6e0081af39856e71e42164beebf8eb5 (diff)
remove script with one command
Diffstat (limited to 'netdata-installer.sh')
-rwxr-xr-xnetdata-installer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/netdata-installer.sh b/netdata-installer.sh
index 1c77e8f86a..c63f7ede94 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -479,7 +479,7 @@ progress "Run autotools to configure the build environment"
if [ "$have_autotools" ]
then
- run ./autogen.sh || exit 1
+ run autoreconf -ivf || exit 1
fi
run ./configure \