RE: [PATCH] weston-build: Fix aclocal error during autogen.sh

2014-06-21 Thread Srivardhan
: Srivardhan Hebbar Cc: Pekka Paalanen; wayland-devel@lists.freedesktop.org Subject: Re: [PATCH] weston-build: Fix aclocal error during autogen.sh I'm not sure that I like ignoring m4 completely. If we ever do put anything useful there, it would be good to make sure it doesn't get forgotte

Re: [PATCH] weston-build: Fix aclocal error during autogen.sh

2014-06-20 Thread Jason Ekstrand
I'm not sure that I like ignoring m4 completely. If we ever do put anything useful there, it would be good to make sure it doesn't get forgotten. In the wayland repo, we have a m4/.gitignore that ignores the 5 files that matter. Copying that one might be a better idea. --Jason Ekstrand On Wed,

[PATCH] weston-build: Fix aclocal error during autogen.sh

2014-06-18 Thread Srivardhan Hebbar
This is a fix to the following bug: https://bugs.freedesktop.org/show_bug.cgi?id=80214 Signed-off-by: Srivardhan Hebbar --- m4/.gitignore |2 ++ 1 file changed, 2 insertions(+) create mode 100644 m4/.gitignore diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 000..c