aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2015-05-23 07:20:14 +0200
committerLuca Deri <deri@ntop.org>2015-05-23 07:20:14 +0200
commit4cded5dc98c06722d801b248a5028d5bf115ab02 (patch)
tree264455151f3cc0204534936374a9ad0af8c8de13 /autogen.sh
parent3caf906c9a7cf87a72225994ae404fa2e384b16e (diff)
Added autoreconf check
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 1a1b36c0f..a1a7b8817 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,6 +6,7 @@
AUTOCONF=$(which autoconf)
AUTOMAKE=$(which automake)
LIBTOOL=$(which libtool)
+AUTORECONF=$(which autoreconf)
if test -z $AUTOCONF; then
echo "autoconf is missing: please install it and try again"