[PATCH weston 1/2] build: use AM_DISTCHECK_CONFIGURE_FLAGS

Marek Chalupa mchqwerty at gmail.com
Fri Aug 22 05:31:18 PDT 2014


Looks OK to me

Reviewed-by: Marek Chalupa <mchqwerty at gmail.com>

On 20 August 2014 11:21, Pekka Paalanen <ppaalanen at gmail.com> wrote:

> From: Pekka Paalanen <pekka.paalanen at collabora.co.uk>
>
> According to
>
> http://www.gnu.org/software/automake/manual/html_node/Checking-the-Distribution.html
> the DISTCHECK_CONFIGURE_FLAGS is for the user, while
> AM_DISTCHECK_CONFIGURE_FLAGS is the one to use in Makefile.am.
>
> Make it so.
>
> Signed-off-by: Pekka Paalanen <pekka.paalanen at collabora.co.uk>
> ---
>  Makefile.am | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile.am b/Makefile.am
> index 39af03f..a8ca3ba 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -8,7 +8,7 @@ module_LTLIBRARIES =
>  noinst_LTLIBRARIES =
>  BUILT_SOURCES =
>
> -DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install
> +AM_DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install
>
>  EXTRA_DIST = weston.ini.in
>
> --
> 1.8.5.5
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-devel/attachments/20140822/4623a7ee/attachment.html>


More information about the wayland-devel mailing list