[PATCH xorg-gtest 1/2] config: no need to m4_include gtest.m4

Chase Douglas chase.douglas at canonical.com
Wed Feb 29 16:10:45 PST 2012


On 02/29/2012 03:23 PM, Gaetan Nadon wrote:
> This is done when autoconf runs aclocal.
>
> Signed-off-by: Gaetan Nadon<memsize at videotron.ca>
> ---
>   configure.ac |    2 --
>   1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index ae254be..d15eac6 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -7,8 +7,6 @@ AC_INIT([Dummy X.org Testing Environment for Google Test],
>   AC_CONFIG_SRCDIR([Makefile.am])
>   AC_CONFIG_MACRO_DIR([m4])
>
> -m4_include([m4/gtest.m4])
> -
>   # Initialize Automake
>   AM_INIT_AUTOMAKE([1.11 foreign dist-bzip2])
>   AM_SILENT_RULES([yes])

Looks right to me.

Applied and pushed.

Thanks!


More information about the xorg-devel mailing list