From: Giorgio <giorgio.nicole@xxxxxxxx> This patch adds the autotools support to install the nft scripts in 'files/nftables' under the configured $pkgsysconfdir/nftables (typically /etc/nftables). After copying the files to their destination dir. a call to 'sed' replaces the marker @sbindir@' with the actually configured sbin directory (typically '/sbin' or '/usr/sbin'). Giorgio (1): autotools conversion: added autotools support for the 'files' subdir. Makefile.am | 3 ++- configure.ac | 2 ++ files/Makefile.am | 1 + files/nftables/Makefile.am | 13 +++++++++++++ files/nftables/bridge-filter | 2 +- files/nftables/inet-filter | 2 +- files/nftables/ipv4-filter | 2 +- files/nftables/ipv4-mangle | 2 +- files/nftables/ipv4-nat | 2 +- files/nftables/ipv6-filter | 2 +- files/nftables/ipv6-mangle | 2 +- files/nftables/ipv6-nat | 2 +- 12 files changed, 26 insertions(+), 9 deletions(-) create mode 100644 files/Makefile.am create mode 100644 files/nftables/Makefile.am -- 2.1.3 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html