From 3b0941302c0940e625ea545b096a20319a0d8a19 Mon Sep 17 00:00:00 2001 From: Mart Frauenlob Date: Thu, 25 Feb 2016 16:01:40 +0100 Subject: Add bash completion to the install routine. Add the configure option --enable-bashcompl (default disabled). The PKG_CHECK_VAR requires pkg-config 0.28 or greater. Signed-off-by: Mart Frauenlob Signed-off-by: Jozsef Kadlecsik --- utils/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 utils/Makefile.am (limited to 'utils/Makefile.am') diff --git a/utils/Makefile.am b/utils/Makefile.am new file mode 100644 index 0000000..40128d3 --- /dev/null +++ b/utils/Makefile.am @@ -0,0 +1,4 @@ +include $(top_srcdir)/Make_global.am + +bashcompdir = @bashcompdir@ +dist_bashcomp_DATA = ipset_bash_completion/ipset -- cgit v1.2.3