From 868d7fda989fc12e3e52605095804d302c8d258f Mon Sep 17 00:00:00 2001 From: Ahsan Atta Date: Wed, 26 Aug 2026 16:38:18 +0100 Subject: [PATCH] m4: fix aclocal warning Running sh autogen.sh during the installation of QATlib reports the following warning: aclocal: warning: couldn't open directory 'm4': No such file or directory Fix it by adding an empty file (.gitkeep) to the m4 folder on the QATlib root directory. This was accidentally removed and is being restored here. Signed-off-by: Ahsan Atta --- m4/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 m4/.gitkeep diff --git a/m4/.gitkeep b/m4/.gitkeep new file mode 100644 index 00000000..e69de29b