From: Yegor Yefremov <yegorslists@xxxxxxxxxxxxxx> This patch resolves autoconf warning about the missing m4 folder. m4 folder is not empty and provides .gitignore file for *.m4 artefacts. Signed-off-by: Yegor Yefremov <yegorslists@xxxxxxxxxxxxxx> --- m4/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 m4/.gitignore diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 0000000..0f4126c --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1 @@ +*.m4 -- 2.7.0 -- To unsubscribe from this list: send the line "unsubscribe linux-sctp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html