]> git.ipfire.org Git - thirdparty/git.git/blame - configure.ac
autoconf: Use autoconf to write installation directories to config.mak.autogen
[thirdparty/git.git] / configure.ac
CommitLineData
55667714
JN
1# -*- Autoconf -*-
2# Process this file with autoconf to produce a configure script.
3
4AC_PREREQ(2.59)
5AC_INIT([git], [1.4.1], [git@vger.kernel.org])
6
7AC_CONFIG_SRCDIR([git.c])
8
9config_file=config.mak.autogen
10config_in=config.mak.in
11
12# Output files
13AC_CONFIG_FILES(["${config_file}":"${config_in}"])
14AC_OUTPUT