Re: [PATCH] configure.ac: quote AC_PREREQ in configure.ac

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Elia Pinto <gitter.spiros@xxxxxxxxx> writes:

> For a old bug autoupdate don't do it before autoconf v2.66

I am having a hard time parsing this.

What is the practical issue that comes from the lack of quoting
here?  It won't be like somebody defines a macro to allow 2.59 to
expand to something else, confusing the machinery, so...?

>
> Signed-off-by: Elia Pinto <gitter.spiros@xxxxxxxxx>
> ---
>  configure.ac |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 6af9647..9f01999 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -141,7 +141,7 @@ fi
>  
>  ## Configure body starts here.
>  
> -AC_PREREQ(2.59)
> +AC_PREREQ([2.59])
>  AC_INIT([git], [@@GIT_VERSION@@], [git@xxxxxxxxxxxxxxx])
>  
>  AC_CONFIG_SRCDIR([git.c])
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]