summaryrefslogtreecommitdiff
path: root/config.mak.in
AgeCommit message (Expand)Author
2013-04-01Merge branch 'jc/remove-export-from-config-mak-in'Junio C Hamano
2013-03-05Fix `make install` when configured with autoconfKirill Smelkov
2013-02-25Merge branch 'ct/autoconf-htmldir'Junio C Hamano
2013-02-19Bugfix: undefined htmldir in config.mak.autogenJiang Xin
2013-02-08Merge branch 'ct/autoconf-htmldir'Junio C Hamano
2013-02-04config.mak.in: remove unused definitionsJunio C Hamano
2013-02-03Honor configure's htmldir switchChristoph J. Thompson
2012-12-10Makefile: whitespace style fixes in macro definitionsStefano Lattarini
2012-09-11build: don't duplicate substitution of make variablesStefano Lattarini
2012-05-30docs: drop asciidoc7compatible flagJeff King
2012-02-13Makefile: introduce CHARSET_LIB to link with -lcharsetДилян Палаузов
2011-12-06i18n: add infrastructure for translating Git with gettextÆvar Arnfjörð Bjarmason
2011-05-31Merge branch 'kk/maint-prefix-in-config-mak'Junio C Hamano
2011-05-27config.mak.in: allow "configure --sysconfdir=/else/where"Junio C Hamano
2011-05-09configure: Check for libpcreMichał Kiedrowicz
2011-03-17unbreak and eliminate NO_C99_FORMATJonathan Nieder
2010-12-13Merge branch 'jk/asciidoc-update'Junio C Hamano
2010-12-04Merge branch 'jj/icase-directory'Junio C Hamano
2010-11-24docs: default to more modern toolsetJeff King
2010-10-06Makefile & configure: add a NO_FNMATCH_CASEFOLD flagÆvar Arnfjörð Bjarmason
2010-10-06Makefile & configure: add a NO_FNMATCH flagÆvar Arnfjörð Bjarmason
2010-09-03Merge branch 'ab/compat-regex'Junio C Hamano
2010-08-19autoconf: don't use platform regex if it lacks REG_STARTENDJonathan Nieder
2010-08-15compat: add strtok_r()Jonathan Nieder
2010-06-21Merge branch 'gv/portable'Junio C Hamano
2010-06-01Allow disabling "inline"Gary V. Vaughan
2010-06-01Some platforms lack socklen_t typeGary V. Vaughan
2010-06-01Make NO_{INET_NTOP,INET_PTON} configured independentlyGary V. Vaughan
2010-06-01Makefile: some platforms do not have hstrerror anywhereGary V. Vaughan
2010-05-31Do not use "diff" found on PATH while building and installingGary V. Vaughan
2010-05-31Makefile: -lpthread may still be necessary when libc has only pthread stubsGary V. Vaughan
2010-05-31Makefile: pass CPPFLAGS through to fllow customizationGary V. Vaughan
2010-04-15autoconf: Check if <paths.h> exists and set HAVE_PATHS_HJakub Narebski
2010-01-31Make NO_PTHREADS the sole thread configuration variableDan McGee
2009-07-23configure.ac: rework/fix the NEEDS_RESOLV and NEEDS_LIBGEN testsBrandon Casey
2009-06-13Merge branch 'bc/solaris'Junio C Hamano
2009-06-10configure: test whether -lresolv is neededRalf Wildenhues
2009-06-01compat: add a basename() compatibility functionDavid Aguilar
2009-06-01compat: add a mkstemps() compatibility functionDavid Aguilar
2009-02-05config.mak.in: define paths without trailing slashPascal Obry
2008-12-03autoconf: Enable threaded delta search when pthreads are supportedDavid M. Syzdek
2008-12-02Makefile: introduce NO_PTHREADSJunio C Hamano
2008-11-09Add autoconf tests for pthreadsDavid M. Syzdek
2008-11-02Build: add NO_UINTMAX_T to support ancient systemsDavid M. Syzdek
2008-09-08Merge branch 'jc/cc-ld-dynpath'Junio C Hamano
2008-08-22config.mak.in: Pass on LDFLAGS from configureNeil Roberts
2008-08-18configure: auto detect dynamic library path switchesGiovanni Funchal
2008-06-19Move all dashed-form commands to libexecdirNguyễn Thái Ngọc Duy
2008-03-11autoconf: Test FREAD_READS_DIRECTORIESMichal Rokos
2008-03-05Add compat/snprintf.c for systems that return bogusMichal Rokos