Thread (1 message) 1 message, 1 author, 2016-06-15

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

From: Junio C Hamano <hidden>
Date: 2016-06-15 23:02:49

Elia Pinto [off-list ref] 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...?
quoted hunk
Signed-off-by: Elia Pinto <redacted>
---
 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@vger.kernel.org])
 
 AC_CONFIG_SRCDIR([git.c])
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help