On 2015-02-10 03:15, Bryce Harrington wrote:
Turns out the issue I've run into is that the --with-xserver-path setting doesn't get passed down into distcheck, which calls configure like this:&& $(am__cd) $(distdir)/_build \ && ../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ --srcdir=.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ Setting --with-xserver-path in AM_DISTCHECK_CONFIGURE_FLAGS doesn't seem to work (it ends up confusing config.sub mightily), but setting it in DISTCHECK_CONFIGURE_FLAGS seems to produce valid results.
DISTCHECK_CONFIGURE_FLAGS is for user-defined distcheck flags, you must not define in your Makefile.am. I would rather find what is going on with AM_DISTCHECK_CONFIGURE_FLAGS, any log to share?
-- Quentin “Sardem FF7” Glidic _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
