summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* ./configure.ac: detect SSL in libcurl using curl-configdp/autoconf-curl-sslДилян Палаузов2016-06-281-10/+11
* Merge branch 'ky/imap-send-openssl-1.1.0'Junio C Hamano2016-04-221-4/+0
|\
| * configure: remove checking for HMAC_CTX_cleanupky/imap-send-openssl-1.1.0Kazuki Yamaguchi2016-04-081-4/+0
* | Merge branch 'jc/sane-grep'Junio C Hamano2016-03-161-0/+7
|\ \
| * | sane_grep: pass "-a" if grep accepts itJunio C Hamano2016-03-101-0/+7
| |/
| * Merge branch 'rc/configure-use-libs-when-checking-a-lib' into maintJeff King2015-12-011-1/+7
| |\
* | \ Merge branch 'rc/configure-use-libs-when-checking-a-lib'Jeff King2015-11-241-1/+7
|\ \ \ | | |/ | |/|
| * | configure.ac: use $LIBS not $CFLAGS when testing -lpthreadrc/configure-use-libs-when-checking-a-libRainer M. Canavan2015-11-061-1/+7
* | | Merge branch 'rp/link-curl-before-ssl'Junio C Hamano2015-10-291-0/+23
|\ \ \ | | |/ | |/|
| * | configure.ac: detect ssl need with libcurlrp/link-curl-before-sslRemi Pommarel2015-10-211-0/+10
| * | Makefile: make curl-config path configurableRemi Pommarel2015-10-211-0/+13
* | | Makefile: drop D_INO_IN_DIRENT build knobJeff King2015-10-051-7/+0
|/ /
* | configure: add getdelim() checkes/configure-getdelimEric Sunshine2015-06-031-0/+6
* | configure: support HAVE_BSD_SYSCTL optionKyle J. McKay2015-03-101-0/+23
* | configure.ac: check for HMAC_CTX_cleanuprh/autoconf-rhel3Reuben Hawkins2015-01-091-0/+4
* | configure.ac: check for clock_gettime and CLOCK_MONOTONICReuben Hawkins2015-01-091-0/+22
* | configure.ac: check 'tv_nsec' field in 'struct stat'Reuben Hawkins2015-01-091-0/+13
* | Merge branch 'dm/compat-s-ifmt-for-zos'Junio C Hamano2014-12-221-0/+23
|\ \
| * | compat: convert modes to use portable file type valuesdm/compat-s-ifmt-for-zosDavid Michael2014-12-041-0/+23
* | | autoconf: check for setitimer()jt/itimer-autoconfJonas 'Sortie' Termansen2014-08-291-0/+6
* | | autoconf: check for struct itimervalJonas 'Sortie' Termansen2014-08-291-0/+8
|/ /
* | Merge branch 'ks/tree-diff-nway'Junio C Hamano2014-06-031-0/+8
|\ \ | |/ |/|
| * Portable alloca for GitKirill Smelkov2014-03-271-0/+8
* | Merge branch 'dm/configure-iconv-locale-charset'Junio C Hamano2014-03-251-1/+1
|\ \
| * | configure.ac: link with -liconv for locale_charset()dm/configure-iconv-locale-charsetDmitry Marakasov2014-03-111-1/+1
| |/
* | stop using fnmatch (either native or compat)Nguyễn Thái Ngọc Duy2014-02-201-28/+0
|/
* configure: fix option help message for --disable-pthreadsStefano Lattarini2013-06-281-1/+1
* Revert "compat: add strtok_r()"Erik Faye-Lund2013-02-261-6/+0
* Merge branch 'mh/pthreads-autoconf'Junio C Hamano2013-01-031-1/+11
|\
| * configure.ac: fix pthreads detection on Mac OS XMax Horn2012-11-271-1/+11
* | Merge branch 'dm/port'Junio C Hamano2013-01-031-0/+14
|\ \
| * | git-compat-util.h: do not #include <sys/param.h> by defaultJunio C Hamano2012-12-191-6/+0
| * | Generalize the inclusion of strings.hDavid Michael2012-12-151-0/+6
| * | Detect when the passwd struct is missing pw_gecosDavid Michael2012-12-151-0/+8
| * | Support builds when sys/param.h is missingDavid Michael2012-12-151-0/+6
| |/
* | Merge branch 'sl/maint-configure-messages'Jeff King2012-11-041-2/+2
|\ \ | |/ |/|
| * configure: fix some output messageStefano Lattarini2012-10-251-2/+2
* | configure.ac: Add missing comma to CC_LD_DYNPATHØyvind A. Holm2012-10-091-1/+1
* | build: don't duplicate substitution of make variablesStefano Lattarini2012-09-111-68/+76
* | build: improve GIT_CONF_SUBST signatureStefano Lattarini2012-09-111-7/+8
|/
* build: reconfigure automatically if configure.ac changesStefano Lattarini2012-07-191-0/+2
* autoconf: use AC_CONFIG_COMMANDS instead of ad-hoc 'config.mak.append'Stefano Lattarini2012-07-191-11/+17
* autoconf: remove few redundant semicolonsStefano Lattarini2012-07-191-2/+2
* autoconf: remove some redundant shell indirectionsStefano Lattarini2012-07-191-7/+5
* autoconf: GIT_CONF_APPEND_LINE -> GIT_CONF_SUBSTStefano Lattarini2012-07-191-12/+12
* autoconf: GIT_CONF_APPEND_LINE: change signatureStefano Lattarini2012-07-191-14/+14
* docs: drop asciidoc7compatible flagJeff King2012-05-301-7/+0
* configure: be more idiomaticsl/autoconfStefano Lattarini2012-03-261-89/+87
* configure: avoid some code repetitions thanks to m4_{push,pop}defStefano Lattarini2012-03-261-12/+14
* configure: move definitions of private m4 macros before AC_INIT invocationStefano Lattarini2012-03-261-12/+13