summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2016-03-10sane_grep: pass "-a" if grep accepts itJunio C Hamano1-0/+7
2015-12-01Merge branch 'rc/configure-use-libs-when-checking-a-lib' into maintJeff King1-1/+7
2015-11-24Merge branch 'rc/configure-use-libs-when-checking-a-lib'Jeff King1-1/+7
2015-11-06configure.ac: use $LIBS not $CFLAGS when testing -lpthreadRainer M. Canavan1-1/+7
2015-10-29Merge branch 'rp/link-curl-before-ssl'Junio C Hamano1-0/+23
2015-10-21configure.ac: detect ssl need with libcurlRemi Pommarel1-0/+10
2015-10-21Makefile: make curl-config path configurableRemi Pommarel1-0/+13
2015-10-05Makefile: drop D_INO_IN_DIRENT build knobJeff King1-7/+0
2015-06-03configure: add getdelim() checkEric Sunshine1-0/+6
2015-03-10configure: support HAVE_BSD_SYSCTL optionKyle J. McKay1-0/+23
2015-01-09configure.ac: check for HMAC_CTX_cleanupReuben Hawkins1-0/+4
2015-01-09configure.ac: check for clock_gettime and CLOCK_MONOTONICReuben Hawkins1-0/+22
2015-01-09configure.ac: check 'tv_nsec' field in 'struct stat'Reuben Hawkins1-0/+13
2014-12-22Merge branch 'dm/compat-s-ifmt-for-zos'Junio C Hamano1-0/+23
2014-12-04compat: convert modes to use portable file type valuesDavid Michael1-0/+23
2014-08-29autoconf: check for setitimer()Jonas 'Sortie' Termansen1-0/+6
2014-08-29autoconf: check for struct itimervalJonas 'Sortie' Termansen1-0/+8
2014-06-03Merge branch 'ks/tree-diff-nway'Junio C Hamano1-0/+8
2014-03-27Portable alloca for GitKirill Smelkov1-0/+8
2014-03-25Merge branch 'dm/configure-iconv-locale-charset'Junio C Hamano1-1/+1
2014-03-11configure.ac: link with -liconv for locale_charset()Dmitry Marakasov1-1/+1
2014-02-20stop using fnmatch (either native or compat)Nguyễn Thái Ngọc Duy1-28/+0
2013-06-28configure: fix option help message for --disable-pthreadsStefano Lattarini1-1/+1
2013-02-26Revert "compat: add strtok_r()"Erik Faye-Lund1-6/+0
2013-01-03Merge branch 'mh/pthreads-autoconf'Junio C Hamano1-1/+11
2013-01-03Merge branch 'dm/port'Junio C Hamano1-0/+14
2012-12-19git-compat-util.h: do not #include <sys/param.h> by defaultJunio C Hamano1-6/+0
2012-12-15Generalize the inclusion of strings.hDavid Michael1-0/+6
2012-12-15Detect when the passwd struct is missing pw_gecosDavid Michael1-0/+8
2012-12-15Support builds when sys/param.h is missingDavid Michael1-0/+6
2012-11-27configure.ac: fix pthreads detection on Mac OS XMax Horn1-1/+11
2012-11-04Merge branch 'sl/maint-configure-messages'Jeff King1-2/+2
2012-10-25configure: fix some output messageStefano Lattarini1-2/+2
2012-10-09configure.ac: Add missing comma to CC_LD_DYNPATHØyvind A. Holm1-1/+1
2012-09-11build: don't duplicate substitution of make variablesStefano Lattarini1-68/+76
2012-09-11build: improve GIT_CONF_SUBST signatureStefano Lattarini1-7/+8
2012-07-19build: reconfigure automatically if configure.ac changesStefano Lattarini1-0/+2
2012-07-19autoconf: use AC_CONFIG_COMMANDS instead of ad-hoc 'config.mak.append'Stefano Lattarini1-11/+17
2012-07-19autoconf: remove few redundant semicolonsStefano Lattarini1-2/+2
2012-07-19autoconf: remove some redundant shell indirectionsStefano Lattarini1-7/+5
2012-07-19autoconf: GIT_CONF_APPEND_LINE -> GIT_CONF_SUBSTStefano Lattarini1-12/+12
2012-07-19autoconf: GIT_CONF_APPEND_LINE: change signatureStefano Lattarini1-14/+14
2012-05-30docs: drop asciidoc7compatible flagJeff King1-7/+0
2012-03-26configure: be more idiomaticStefano Lattarini1-89/+87
2012-03-26configure: avoid some code repetitions thanks to m4_{push,pop}defStefano Lattarini1-12/+14
2012-03-26configure: move definitions of private m4 macros before AC_INIT invocationStefano Lattarini1-12/+13
2012-03-09configure: allow user to prevent $PATH "sanitization" on SolarisStefano Lattarini1-0/+17
2012-02-23Merge branch 'js/configure-libintl'Junio C Hamano1-8/+12
2012-02-20configure: don't use -lintl when there is no gettext supportJohn Szakmeister1-8/+12
2012-02-13Makefile: introduce CHARSET_LIB to link with -lcharsetДилян Палаузов1-0/+10