1# -*- Autoconf -*-
2# Process this file with autoconf to produce a configure script.
34
AC_PREREQ(2.59)
5AC_INIT([git], [1.4.1], [git@vger.kernel.org])
67
AC_CONFIG_SRCDIR([git.c])
89
config_file=config.mak.autogen
10config_in=config.mak.in
1112
# Output files
13AC_CONFIG_FILES(["${config_file}":"${config_in}"])
14AC_OUTPUT