aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAge
...
* | build: don't duplicate substitution of make variablesStefano Lattarini2012-09-11
* | build: improve GIT_CONF_SUBST signatureStefano Lattarini2012-09-11
|/
* build: reconfigure automatically if configure.ac changesStefano Lattarini2012-07-19
* autoconf: use AC_CONFIG_COMMANDS instead of ad-hoc 'config.mak.append'Stefano Lattarini2012-07-19
* autoconf: remove few redundant semicolonsStefano Lattarini2012-07-19
* autoconf: remove some redundant shell indirectionsStefano Lattarini2012-07-19
* autoconf: GIT_CONF_APPEND_LINE -> GIT_CONF_SUBSTStefano Lattarini2012-07-19
* autoconf: GIT_CONF_APPEND_LINE: change signatureStefano Lattarini2012-07-19
* docs: drop asciidoc7compatible flagJeff King2012-05-30
* configure: be more idiomaticStefano Lattarini2012-03-26
* configure: avoid some code repetitions thanks to m4_{push,pop}defStefano Lattarini2012-03-26
* configure: move definitions of private m4 macros before AC_INIT invocationStefano Lattarini2012-03-26
* configure: allow user to prevent $PATH "sanitization" on SolarisStefano Lattarini2012-03-09
* Merge branch 'js/configure-libintl'Junio C Hamano2012-02-23
|\
| * configure: don't use -lintl when there is no gettext supportJohn Szakmeister2012-02-20
* | Makefile: introduce CHARSET_LIB to link with -lcharsetДилян Палаузов2012-02-13
|/
* i18n: add infrastructure for translating Git with gettextÆvar Arnfjörð Bjarmason2011-12-05
* configure: Check for libpcreMichał Kiedrowicz2011-05-09
* Improve test for pthreads flagGiuseppe Bilotta2011-03-28
* unbreak and eliminate NO_C99_FORMATJonathan Nieder2011-03-17
* configure: use AC_LANG_PROGRAM consistentlyRalf Wildenhues2011-02-14
* Merge branch 'jk/asciidoc-update'Junio C Hamano2010-12-12
|\
| * docs: default to more modern toolsetJeff King2010-11-24
* | Merge branch 'jj/icase-directory'Junio C Hamano2010-12-03
|\ \
| * | Makefile & configure: add a NO_FNMATCH_CASEFOLD flagÆvar Arnfjörð Bjarmason2010-10-06
| * | Makefile & configure: add a NO_FNMATCH flagÆvar Arnfjörð Bjarmason2010-10-06
* | | Interix: add configure checksMarkus Duft2010-10-28
| |/ |/|
* | Merge branch 'po/etc-gitattributes'Junio C Hamano2010-09-29
|\ \
| * | Add global and system-wide gitattributesPetr Onderka2010-09-01
| |/
* | Merge branch 'ab/compat-regex'Junio C Hamano2010-09-03
|\ \
| * | autoconf: regex library detection typofixJunio C Hamano2010-08-22
| * | autoconf: don't use platform regex if it lacks REG_STARTENDJonathan Nieder2010-08-19
| |/
* | compat: add strtok_r()Jonathan Nieder2010-08-14
|/
* Merge branch 'gv/portable'Junio C Hamano2010-06-21
|\
| * Allow disabling "inline"Gary V. Vaughan2010-05-31
| * Some platforms lack socklen_t typeGary V. Vaughan2010-05-31
| * Make NO_{INET_NTOP,INET_PTON} configured independentlyGary V. Vaughan2010-05-31
| * Makefile: some platforms do not have hstrerror anywhereGary V. Vaughan2010-05-31
| * Do not use "diff" found on PATH while building and installingGary V. Vaughan2010-05-31
| * Makefile: -lpthread may still be necessary when libc has only pthread stubsGary V. Vaughan2010-05-31
* | Merge branch 'cw/maint-exec-defpath'Junio C Hamano2010-05-21
|\ \ | |/ |/|
| * autoconf: Check if <paths.h> exists and set HAVE_PATHS_HJakub Narebski2010-04-15
* | Gitweb: add autoconfigure support for minifiersMark Rada2010-04-02
|/
* Merge branch 'bw/no-python-autoconf'Junio C Hamano2010-02-02
|\
| * configure: Allow --without-pythonBen Walton2010-02-01
| * configure: Allow GIT_ARG_SET_PATH to handle --without-PROGRAMBen Walton2010-02-01
* | Make NO_PTHREADS the sole thread configuration variableDan McGee2010-01-31
|/
* Merge branch 'sr/vcs-helper'Junio C Hamano2009-12-26
|\
| * Basic build infrastructure for Python scriptsJohan Herland2009-11-17
* | configure: add settings for gitconfig, editor and pagerBen Walton2009-11-04