[PATCH xorg-gtest 2/3] config: merge both AC_CONFIG_FILES statements.

Chase Douglas chase.douglas at canonical.com
Fri Mar 9 07:16:44 PST 2012


On 03/08/2012 04:48 PM, Gaetan Nadon wrote:
> Typically all modules have a single statement unless some output files
> are conditionally generated.
>
> Signed-off-by: Gaetan Nadon<memsize at videotron.ca>
> ---
>   configure.ac |    7 +++----
>   1 files changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 9b2dee0..9d04d40 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -53,12 +53,11 @@ AS_IF([test "x$with_evemu" == xyes],
>   AM_CONDITIONAL([HAVE_EVEMU], [test "x$have_evemu" = "xyes"])
>
>   AC_CONFIG_FILES([Makefile
> -                 xorg-gtest.pc])
> -
> -AC_CONFIG_FILES([data/Makefile
> +                 data/Makefile
>                    doc/Makefile
>                    examples/Makefile
>                    include/Makefile
> -                 src/Makefile])
> +                 src/Makefile
> +                 xorg-gtest.pc])
>
>   AC_OUTPUT

I saw this and have been meaning to fix it. Thanks for getting to it!

Reviewed-by: Chase Douglas <chase.douglas at canonical.com>

And merged.


More information about the xorg-devel mailing list