--pretty=format: fix broken %ct and %at interpolation
[git/dscho.git] / config.mak.in
blob9a578405d856c3633e7137a24964b7b80fd96485
1 # git Makefile configuration, included in main Makefile
2 # @configure_input@
4 CC = @CC@
5 CFLAGS = @CFLAGS@
6 AR = @AR@
7 TAR = @TAR@
8 #INSTALL = @INSTALL@ # needs install-sh or install.sh in sources
10 prefix = @prefix@
11 exec_prefix = @exec_prefix@
12 bindir = @bindir@
13 #gitexecdir = @libexecdir@/git-core/
14 datarootdir = @datarootdir@
15 template_dir = @datadir@/git-core/templates/
17 mandir=@mandir@
19 srcdir = @srcdir@
20 VPATH = @srcdir@
22 export exec_prefix mandir
23 export srcdir VPATH
25 NEEDS_SSL_WITH_CRYPTO=@NEEDS_SSL_WITH_CRYPTO@
26 NO_OPENSSL=@NO_OPENSSL@
27 NO_CURL=@NO_CURL@
28 NO_EXPAT=@NO_EXPAT@
29 NEEDS_LIBICONV=@NEEDS_LIBICONV@
30 NEEDS_SOCKET=@NEEDS_SOCKET@
31 NO_D_INO_IN_DIRENT=@NO_D_INO_IN_DIRENT@
32 NO_D_TYPE_IN_DIRENT=@NO_D_TYPE_IN_DIRENT@
33 NO_SOCKADDR_STORAGE=@NO_SOCKADDR_STORAGE@
34 NO_IPV6=@NO_IPV6@
35 NO_C99_FORMAT=@NO_C99_FORMAT@
36 NO_STRCASESTR=@NO_STRCASESTR@
37 NO_STRLCPY=@NO_STRLCPY@
38 NO_SETENV=@NO_SETENV@
39 NO_ICONV=@NO_ICONV@