diff options
author | Jakub Narebski <jnareb@gmail.com> | 2006-08-08 18:35:23 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-08 13:32:04 -0700 |
commit | 3900145ed72bf1dfd656af6a5b31034e818b425f (patch) | |
tree | 4b6ebb016559e725922a28c716b1b6959ca2084c /configure.ac | |
parent | d5c31a1ccfa1195cff160bbad995c68037180570 (diff) | |
download | git-3900145ed72bf1dfd656af6a5b31034e818b425f.tar.gz git-3900145ed72bf1dfd656af6a5b31034e818b425f.tar.xz |
autoconf: Add configure target to main Makefile
While at it fill git version information in configure.ac
configure target needs autoconf, of course.
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3c56cc51a..e2da89114 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) |