[PATCH weston 1/2] configure.ac: Don't look for Xwayland in the weston install destination

sardemff7+wayland at sardemff7.net sardemff7+wayland at sardemff7.net
Tue Feb 10 07:22:23 PST 2015


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


More information about the wayland-devel mailing list