]> git.ipfire.org Git - thirdparty/git.git/blobdiff - configure.ac
autoconf: Add configure target to main Makefile
[thirdparty/git.git] / configure.ac
index 3c56cc51ac4bef254c5c62a0184ed6bc30f0b66d..e2da89114e31507c9784141f1ab4255cb3cb76b9 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([git], [1.4.1], [git@vger.kernel.org])
+AC_INIT([git], [@@GIT_VERSION@@], [git@vger.kernel.org])
 
 AC_CONFIG_SRCDIR([git.c])