Required due to the line in configure.ac: AC_CONFIG_MACRO_DIR([m4])

Without it autoreconf warns:
aclocal: warning: couldn't open directory 'm4': No such file or directory

Since git is not happy adding an empty directory, an empty .gitignore file
was added to the directory.
---
 m4/.gitignore | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 m4/.gitignore

diff --git a/m4/.gitignore b/m4/.gitignore
new file mode 100644
index 0000000..e69de29
-- 
2.1.0

_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to