Here the reworked version of the autotools conversion patches: - added a forgotten Makefile.am under 'include/linux/netfilter'; - autotools support for the 'doc' subdir; - autotools support for the 'files' subdir; Giorgio Dal Molin (3): autotools conversion: added a missing 'Makefile.am' under 'include/linux/netfilter/'. autotools conversion: added autotools support for the 'doc' subdir. autotools conversion: added autotools support for the 'files' subdir. Makefile.am | 4 +++- configure.ac | 40 ++++++++++++++++++------------------- doc/Makefile.am | 19 ++++++++++++++++++ doc/Makefile.in | 20 ------------------- files/Makefile.am | 1 + files/Makefile.in | 5 ----- 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 +- include/linux/netfilter/Makefile.am | 5 +++++ 16 files changed, 68 insertions(+), 55 deletions(-) create mode 100644 doc/Makefile.am delete mode 100644 doc/Makefile.in create mode 100644 files/Makefile.am delete mode 100644 files/Makefile.in create mode 100644 files/nftables/Makefile.am create mode 100644 include/linux/netfilter/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