config.mak.inon commit autoconf: Checks for typedefs, structures, and compiler characteristics. (eb0f255)
   1# git Makefile configuration, included in main Makefile
   2# @configure_input@
   3
   4prefix = @prefix@
   5exec_prefix = @exec_prefix@
   6bindir = @bindir@
   7#gitexecdir = @libexecdir@/git-core/
   8template_dir = @datadir@/git-core/templates/
   9GIT_PYTHON_DIR = @datadir@/git-core/python
  10
  11mandir=@mandir@
  12
  13srcdir = @srcdir@
  14VPATH = @srcdir@
  15
  16export exec_prefix mandir
  17export srcdir VPATH
  18