Re: [PATCH wayland-web] building: export ACLOCAL_PATH too

2013-08-12 Thread Kristian Høgsberg
On Fri, Aug 09, 2013 at 02:29:35PM +1000, Peter Hutterer wrote: > Setting ACLOCAL only means autoreconf will succeed, but any re-build > through the 'missing' script won't pick up the macro paths. Set ACLOCAL_PATH > too, so that touching configure.ac or Makefile.am won't fail for missing > macros.

[PATCH wayland-web] building: export ACLOCAL_PATH too

2013-08-09 Thread Peter Hutterer
Setting ACLOCAL only means autoreconf will succeed, but any re-build through the 'missing' script won't pick up the macro paths. Set ACLOCAL_PATH too, so that touching configure.ac or Makefile.am won't fail for missing macros. --- building.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletio