add hint about configure options to README

Proposed-by: Tim Cantin <tcantin@wellesley.edu>
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2015-05-29 09:18:08 +01:00
parent 9d1241c006
commit cf26e17fe7
2 changed files with 5 additions and 0 deletions

4
README
View file

@ -7,6 +7,10 @@ This is dhcpd-pools which is made for ISC dhcpd pool range analysis.
make make
make install make install
# Notice that there are configuration options for dhcpd.conf,
# dhcpd.leases, and uthash include paths, among other things.
./configure --help
== General information == General information

1
THANKS
View file

@ -33,3 +33,4 @@ Fredrik Lys
Conor McCarthy Conor McCarthy
Wolfgang Steudel Wolfgang Steudel
Aaron Paetznick Aaron Paetznick
Tim Cantin