Skip to content

Commit b9362bd

Browse files
committed
Add note about running autoreconf to get configure file
1 parent 30916b6 commit b9362bd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,21 @@ apt-get update
1818
apt-get -y install git build-essential libsnmp-dev
1919
```
2020

21+
2122
Download and extract the tarball from https://github.com/NETWAYS/check_interfaces/releases
2223

2324
```
2425
./configure --libexecdir=/usr/lib/nagios/plugins
2526
```
2627

28+
or clone this repository and regenerate the autoconf scripts
29+
30+
```
31+
autoreconf
32+
./configure --libexecdir=/usr/lib/nagios/plugins
33+
```
34+
35+
2736
Running "make" should successfully compile the plugin, and "make install" will install them under
2837
the configured path.
2938

0 commit comments

Comments
 (0)