summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* configure: allow user to prevent $PATH "sanitization" on Solarissl/customize-sane-tool-pathStefano Lattarini2012-03-091-0/+17
* Merge branch 'js/configure-libintl'Junio C Hamano2012-02-231-8/+12
|\
| * configure: don't use -lintl when there is no gettext supportjs/configure-libintlJohn Szakmeister2012-02-201-8/+12
* | Makefile: introduce CHARSET_LIB to link with -lcharsetdp/i18n-libcharsetДилян Палаузов2012-02-131-0/+10
|/
* i18n: add infrastructure for translating Git with gettextab/enable-i18nÆvar Arnfjörð Bjarmason2011-12-051-0/+19
* configure: Check for libpcreMichał Kiedrowicz2011-05-091-0/+40
* Improve test for pthreads flagGiuseppe Bilotta2011-03-281-0/+2
* unbreak and eliminate NO_C99_FORMATJonathan Nieder2011-03-171-24/+0
* configure: use AC_LANG_PROGRAM consistentlyRalf Wildenhues2011-02-141-37/+19
* Merge branch 'jk/asciidoc-update'Junio C Hamano2010-12-121-6/+6
|\