[netsniff-ng] [PATCH 1/2] build: configure: Add support for '--prefix=PREFIX' option

2016-08-18 Thread Vadim Kochan
Add new --prefix=PREFIX configure commandline option to specify installation directory for binaries. Add additional check in 'Cmds' file if --prefix was specified from 'configure' script, in that case required installation path components will be created automatically as it is done for 'make

[netsniff-ng] [PATCH 2/2] build: configure: Add support for '--sysconfdir=PREFIX' option

2016-08-18 Thread Vadim Kochan
Add new '--sysconfdir=PREFIX' option to control installation of config files, files will be installed into PREFIX/etc path. Signed-off-by: Vadim Kochan --- configure | 14 ++ 1 file changed, 14 insertions(+) diff --git a/configure b/configure index