ThomasHabets / arping

ARP Ping
http://www.habets.pp.se/synscan/programs.php
GNU General Public License v2.0
398 stars 62 forks source link

No ./configure. Bootstrap looks for autoreconf which is not provided :/ #31

Closed phoenix84pl closed 6 years ago

phoenix84pl commented 6 years ago

./bootstrap.sh: 2: ./bootstrap.sh: autoreconf: not found

Any ideas?

ThomasHabets commented 6 years ago

Install autoconf.

On debian/ubuntu:

apt-get install autoconf

You may also need automake and maybe libtool.

phoenix84pl commented 6 years ago

Worked. Thx!