summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * docs: default to more modern toolsetJeff King2010-11-241-6/+6
* | Merge branch 'jj/icase-directory'Junio C Hamano2010-12-031-0/+28
|\ \
| * | Makefile & configure: add a NO_FNMATCH_CASEFOLD flagÆvar Arnfjörð Bjarmason2010-10-061-0/+22
| * | Makefile & configure: add a NO_FNMATCH flagÆvar Arnfjörð Bjarmason2010-10-061-0/+6
* | | Interix: add configure checksMarkus Duft2010-10-281-0/+18
| |/ |/|
* | Merge branch 'po/etc-gitattributes'Junio C Hamano2010-09-291-1/+9
|\ \
| * | Add global and system-wide gitattributesPetr Onderka2010-09-011-1/+9
| |/
* | Merge branch 'ab/compat-regex'Junio C Hamano2010-09-031-0/+21
|\ \
| * | autoconf: regex library detection typofixJunio C Hamano2010-08-221-1/+1
| * | autoconf: don't use platform regex if it lacks REG_STARTENDJonathan Nieder2010-08-191-0/+21
| |/
* | compat: add strtok_r()Jonathan Nieder2010-08-141-0/+6
|/
* Merge branch 'gv/portable'Junio C Hamano2010-06-211-8/+68
|\
| * Allow disabling "inline"Gary V. Vaughan2010-05-311-0/+6
| * Some platforms lack socklen_t typeGary V. Vaughan2010-05-311-0/+6
| * Make NO_{INET_NTOP,INET_PTON} configured independentlyGary V. Vaughan2010-05-311-7/+30
| * Makefile: some platforms do not have hstrerror anywhereGary V. Vaughan2010-05-311-3/+14