aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
blob: a0374d4d531dab4ec99b8b1656b78a56516e7092 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#                                               -*- Autoconf -*-
# 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_CONFIG_SRCDIR([git.c])

config_file=config.mak.autogen
config_in=config.mak.in

# Output files
AC_CONFIG_FILES(["${config_file}":"${config_in}"])
AC_OUTPUT