Skip to content

Commit

Permalink
Added autoreconf check
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaderi committed May 23, 2015
1 parent 3caf906 commit 4cded5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4cded5d

Please sign in to comment.