aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2023-11-11global: convert trivial usages of `test <expr> -a/-o <expr>`Patrick Steinhardt1-1/+1
2023-07-19configure.ac: always save NO_ICONV to config.statusAndreas Herrmann1-1/+2
2023-07-19configure.ac: don't overwrite NO_CURL optionAndreas Herrmann1-0/+4
2023-07-19configure.ac: don't overwrite NO_EXPAT optionAndreas Herrmann1-0/+4
2022-08-31Makefile + hash.h: remove PPC_SHA1 implementationÆvar Arnfjörð Bjarmason1-3/+0
2022-05-10Merge branch 'ab/misc-cleanup'Junio C Hamano1-3/+0
2022-04-06configure.ac: fix HAVE_SYNC_FILE_RANGE definitionAdam Dinwoodie1-1/+1
2022-04-01configure.ac: remove USE_PIC commentÆvar Arnfjörð Bjarmason1-3/+0
2022-03-10core.fsyncmethod: add writeout-only modeNeeraj Singh1-0/+8
2022-01-26compat: auto-detect if zlib has uncompress2()Ævar Arnfjörð Bjarmason1-13/+0
2021-12-15Merge branch 'hn/reftable'Junio C Hamano1-0/+13
2021-10-21git-sh-setup: remove "sane_grep", it's not needed anymoreÆvar Arnfjörð Bjarmason1-8/+0
2021-10-08Provide zlib's uncompress2 from compat/zlib-compat.cHan-Wen Nienhuys1-0/+13
2021-01-23Remove support for v1 of the PCRE libraryÆvar Arnfjörð Bjarmason1-43/+8
2019-12-01Merge branch 'dd/sequencer-utf8'Junio C Hamano1-0/+49
2019-11-11configure.ac: define ICONV_OMITS_BOM if necessaryDoan Tran Cong Danh1-0/+49
2019-11-10Fix spelling errors in code commentsElijah Newren1-1/+1
2019-06-07configure: Detect linking style for HP aCC on HP-UXMichael Osipov1-2/+12
2019-04-19autoconf: #include <libintl.h> when checking for gettext()Vadim Kochan1-3/+13
2018-11-19Merge branch 'dd/poll-dot-h'Junio C Hamano1-0/+6
2018-11-14git-compat-util: prefer poll.h to sys/poll.hĐoàn Trần Công Danh1-0/+6
2018-11-05build: link with curl-defined linker flagsJames Knight1-10/+7
2018-04-25Merge branch 'es/fread-reads-dir-autoconf-fix'Junio C Hamano1-1/+1
2018-04-09configure.ac: fix botched FREAD_READS_DIRECTORIES checkEric Sunshine1-1/+1
2018-03-14Makefile: make USE_LIBPCRE=YesPlease mean v2, not v1Ævar Arnfjörð Bjarmason1-13/+13
2018-03-14configure: detect redundant --with-libpcre & --with-libpcre1Ævar Arnfjörð Bjarmason1-0/+4
2018-03-14configure: fix a regression in PCRE v1 detectionÆvar Arnfjörð Bjarmason1-2/+2
2017-12-28Makefile: NO_OPENSSL=1 should no longer imply BLK_SHA1=1Ævar Arnfjörð Bjarmason1-1/+0
2017-06-22Merge branch 'nd/fopen-errors'Junio C Hamano1-2/+2
2017-06-15configure.ac: loosen FREAD_READS_DIRECTORIES test programJeff King1-2/+2
2017-06-02grep: add support for PCRE v2Ævar Arnfjörð Bjarmason1-12/+65
2017-05-21Makefile & configure: reword inaccurate comment about PCREÆvar Arnfjörð Bjarmason1-4/+8
2017-02-28wrapper.c: remove unused gitmkstemps() functionRamsay Jones1-6/+0
2016-10-17Merge branch 'js/regexec-buf'Junio C Hamano1-6/+7
2016-10-10configure.ac: improve description of NO_REGEX testJakub Narębski1-6/+7
2016-10-10Merge branch 'dp/autoconf-curl-ssl'Junio C Hamano1-10/+11
2016-07-25Merge branch 'ew/autoconf-pthread'Junio C Hamano1-0/+5
2016-07-18configure.ac: stronger test for pthread linkageEric Wong1-0/+5
2016-06-28./configure.ac: detect SSL in libcurl using curl-configДилян Палаузов1-10/+11
2016-05-06Merge branch 'ky/imap-send-openssl-1.1.0' into maintJunio C Hamano1-4/+0
2016-04-22Merge branch 'ky/imap-send-openssl-1.1.0'Junio C Hamano1-4/+0
2016-04-08configure: remove checking for HMAC_CTX_cleanupKazuki Yamaguchi1-4/+0
2016-03-16Merge branch 'jc/sane-grep'Junio C Hamano1-0/+7
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
2011-12-05i18n: add infrastructure for translating Git with gettextÆvar Arnfjörð Bjarmason1-0/+19
2011-05-09configure: Check for libpcreMichał Kiedrowicz1-0/+40
2011-03-28Improve test for pthreads flagGiuseppe Bilotta1-0/+2
2011-03-17unbreak and eliminate NO_C99_FORMATJonathan Nieder1-24/+0
2011-02-14configure: use AC_LANG_PROGRAM consistentlyRalf Wildenhues1-37/+19
2010-12-12Merge branch 'jk/asciidoc-update'Junio C Hamano1-6/+6
2010-12-03Merge branch 'jj/icase-directory'Junio C Hamano1-0/+28
2010-11-24docs: default to more modern toolsetJeff King1-6/+6
2010-10-28Interix: add configure checksMarkus Duft1-0/+18
2010-10-06Makefile & configure: add a NO_FNMATCH_CASEFOLD flagÆvar Arnfjörð Bjarmason1-0/+22
2010-10-06Makefile & configure: add a NO_FNMATCH flagÆvar Arnfjörð Bjarmason1-0/+6
2010-09-29Merge branch 'po/etc-gitattributes'Junio C Hamano1-1/+9
2010-09-03Merge branch 'ab/compat-regex'Junio C Hamano1-0/+21
2010-09-01Add global and system-wide gitattributesPetr Onderka1-1/+9
2010-08-22autoconf: regex library detection typofixJunio C Hamano1-1/+1
2010-08-19autoconf: don't use platform regex if it lacks REG_STARTENDJonathan Nieder1-0/+21
2010-08-14compat: add strtok_r()Jonathan Nieder1-0/+6
2010-06-21Merge branch 'gv/portable'Junio C Hamano1-8/+68
2010-05-31Allow disabling "inline"Gary V. Vaughan1-0/+6
2010-05-31Some platforms lack socklen_t typeGary V. Vaughan1-0/+6
2010-05-31Make NO_{INET_NTOP,INET_PTON} configured independentlyGary V. Vaughan1-7/+30
2010-05-31Makefile: some platforms do not have hstrerror anywhereGary V. Vaughan1-3/+14
2010-05-31Do not use "diff" found on PATH while building and installingGary V. Vaughan1-0/+1
2010-05-31Makefile: -lpthread may still be necessary when libc has only pthread stubsGary V. Vaughan1-2/+15
2010-05-21Merge branch 'cw/maint-exec-defpath'Junio C Hamano1-0/+6
2010-04-15autoconf: Check if <paths.h> exists and set HAVE_PATHS_HJakub Narebski1-0/+6
2010-04-02Gitweb: add autoconfigure support for minifiersMark Rada1-0/+20
2010-02-02Merge branch 'bw/no-python-autoconf'Junio C Hamano1-3/+14
2010-02-01configure: Allow --without-pythonBen Walton1-1/+1
2010-02-01configure: Allow GIT_ARG_SET_PATH to handle --without-PROGRAMBen Walton1-2/+13
2010-01-31Make NO_PTHREADS the sole thread configuration variableDan McGee1-7/+2
2009-12-26Merge branch 'sr/vcs-helper'Junio C Hamano1-0/+3
2009-11-17Basic build infrastructure for Python scriptsJohan Herland1-0/+3
2009-11-04configure: add settings for gitconfig, editor and pagerBen Walton1-0/+23
2009-11-04configure: add macro to set arbitrary make variablesBen Walton1-0/+20
2009-08-18remove ARM and Mozilla SHA1 implementationsNicolas Pitre1-9/+1
2009-07-22configure.ac: properly unset NEEDS_SSL_WITH_CRYPTO when sha1 func is missingv1.6.4-rc2Brandon Casey1-3/+2
2009-07-22configure.ac: rework/fix the NEEDS_RESOLV and NEEDS_LIBGEN testsBrandon Casey1-2/+2
2009-07-10Makefile: add NEEDS_LIBGEN to optionally add -lgen to compile argumentsBrandon Casey1-0/+6
2009-06-20Merge branch 'mn/maint-iconv-autoconf'Junio C Hamano1-0/+8
2009-06-13Merge branch 'bc/solaris'Junio C Hamano1-0/+9
2009-06-10configure: test whether -lresolv is neededRalf Wildenhues1-0/+9
2009-06-08fix handling of iconv configuration optionsMarco Nelissen1-0/+8
2009-05-31compat: add a basename() compatibility functionDavid Aguilar1-0/+6
2009-05-31compat: add a mkstemps() compatibility functionDavid Aguilar1-0/+7
2009-03-12configure: rework pthread handling to allow for user defined flagsBen Walton1-15/+74
2009-03-12configure: make iconv tests aware of user argumentsBen Walton1-14/+34
2009-03-12configure: asciidoc version test cleanupBen Walton1-1/+1
2009-03-12configure: wrap some library tests with GIT_STASH_FLAGSBen Walton1-1/+35
2009-03-12configure: add macros to stash FLAG variablesBen Walton1-0/+26
2009-03-12configure: reorganize flow of argument checksBen Walton1-87/+87
2009-03-12configure: ensure settings from user are also usable in the scriptBen Walton1-0/+11
2009-01-21Fix naming scheme for configure cache variables.Ralf Wildenhues1-9/+9
2009-01-17Merge branch 'ds/uintmax-config'Junio C Hamano1-1/+5
2009-01-05configure clobbers LDFLAGSPaul Jarc1-2/+2
2008-12-02autoconf: Enable threaded delta search when pthreads are supportedDavid M. Syzdek1-1/+5
2008-12-02Makefile: introduce NO_PTHREADSJunio C Hamano1-0/+5
2008-11-12Merge branch 'ds/uintmax-config' (early part)Junio C Hamano1-0/+24
2008-11-09Add autoconf tests for pthreadsDavid M. Syzdek1-0/+16
2008-11-02autoconf: Add link tests to each AC_CHECK_FUNC() testDavid M. Syzdek1-9/+19
2008-11-02Build: add NO_UINTMAX_T to support ancient systemsDavid M. Syzdek1-0/+8
2008-08-17configure: auto detect dynamic library path switchesGiovanni Funchal1-0/+32
2008-06-15Consistency: Use "libcurl" instead of "cURL library" and "curl"Johan Herland1-1/+1
2008-03-11autoconf: Test FREAD_READS_DIRECTORIESMichal Rokos1-0/+20
2008-03-05Add compat/snprintf.c for systems that return bogusMichal Rokos1-0/+34
2008-01-25autoconf: define NO_SYS_SELECT_H on systems without <sys/select.h>.Jakub Narebski1-0/+6
2008-01-17autoconf: Add checking for unsetenv functionJakub Narebski1-0/+6
2007-12-11autoconf: Check asciidoc version to automatically set ASCIIDOC8Jakub Narebski1-0/+21
2007-12-06autoconf: Add test for OLD_ICONV (squelching compiler warning)Jakub Narebski1-0/+22
2007-11-30Merge branch 'maint'Junio C Hamano1-1/+1
2007-11-30Replace the word 'update-cache' by 'update-index' everywhereJohannes Schindelin1-1/+1
2007-11-20autoconf: Add tests for memmem, strtoumax and mkdtemp functionsJakub Narebski1-0/+18
2007-11-07Merge branch 'ds/maint-deflatebound'Junio C Hamano1-0/+20
2007-11-07Fix minor nits in configure.acRalf Wildenhues1-3/+3
2007-11-07Improve accuracy of check for presence of deflateBound.David Symonds1-0/+20
2007-10-02the ar tool is called gar on some systemsRobert Schiele1-1/+1
2007-07-31make the name of the library directory a config optionRobert Schiele1-0/+11
2007-07-31add option to find zlib in custom pathRobert Schiele1-0/+3
2007-03-31Eliminate checks of user-specified Tcl/Tk interpreter.Eygene Ryabinkin1-3/+1
2007-03-31Add --with-tcltk and --without-tcltk to configure.Eygene Ryabinkin1-0/+26
2007-02-18New autoconf test for iconvFredrik Kuivinen1-6/+25
2006-12-22Remove NO_ACCURATE_DIFF options from build systemsEric Wong1-3/+0
2006-12-19Remove COLLISION_CHECK from Makefile since it's not used.Brian Gernhardt1-4/+0
2006-11-21remove merge-recursive-oldJunio C Hamano1-39/+0
2006-09-30Merge branch 'jc/gitpm'Junio C Hamano1-1/+1
2006-09-29Remove -fPIC which was only needed for Git.xsJunio C Hamano1-7/+0
2006-09-24Deprecate merge-recursive.pyJunio C Hamano1-2/+0
2006-09-07autoconf: Add support for setting NO_ICONV and ICONVDIRJakub Narebski1-1/+12
2006-09-07autoconf: Set NO_ICONV if iconv is found neither in libc, nor in libiconvJakub Narebski1-2/+5
2006-09-05autoconf: Fix copy'n'paste errorJakub Narebski1-1/+1
2006-09-04autoconf: Quote AC_CACHE_CHECK argumentsJakub Narebski1-4/+4
2006-09-04autoconf: Check for subprocess.pyJakub Narebski1-0/+10
2006-09-04autoconf: Add -liconv to LIBS when NEEDS_LIBICONVJakub Narebski1-0/+1
2006-08-15Fix compilation with Sun CCDennis Stosberg1-1/+8
2006-08-15Fix detection of ipv6 on SolarisDennis Stosberg1-0/+1
2006-08-15Look for sockaddr_storage in sys/socket.hDennis Stosberg1-2/+4
2006-08-08autoconf: Add support for setting CURLDIR, OPENSSLDIR, EXPATDIRJakub Narebski1-57/+101
2006-08-08autoconf: It is --without-python, not --no-pythonJakub Narebski1-1/+1
2006-08-08autoconf: Move variables which we always set to config.mak.inJakub Narebski1-31/+44
2006-08-08autoconf: Improvements in NO_PYTHON/PYTHON_PATH handlingJakub Narebski1-6/+9
2006-08-08autoconf: Error out on --without-shell and --without-perlJakub Narebski1-1/+1
2006-08-08autoconf: Add configure target to main MakefileJakub Narebski1-1/+1
2006-08-07autoconf: Unset NO_STH and NEED_STH when it is detected not neededJakub Narebski1-16/+31
2006-08-04autoconf: NO_IPV6Junio C Hamano1-2/+8
2006-08-04autoconf: Set NEEDS_LIBICONV unconditionally if there is no iconv in libcJakub Narebski1-2/+1
2006-08-04autoconf: fix NEEDS_SSL_WITH_CRYPTOJunio C Hamano1-2/+2
2006-08-04Copy description of new build configuration variables to configure.acJakub Narebski1-0/+12