aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
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 missingBrandon 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
2006-08-04autoconf: Typo cleanup, reordering etc.Jakub Narebski1-20/+23
2006-08-04autoconf: Check for ll hh j z t size specifiers introduced by C99Jakub Narebski1-0/+21
2006-08-02autoconf: Add support for setting PYTHON_PATH or NO_PYTHONJakub Narebski1-0/+22
2006-08-02autoconf: Move site configuration section earlier in configure.acJakub Narebski1-50/+50
2006-08-02autoconf: Add support for setting SHELL_PATH and PERL_PATHJakub Narebski1-2/+33
2006-07-14Quote all calls to GIT_CONF_APPEND_LINEPavel Roskin1-12/+12
2006-07-09Typofix in configure.ac comment.Pavel Roskin1-1/+1
2006-07-09configure.ac vertical whitespace usage cleanupJakub Narebski1-14/+15
2006-07-09autoconf: Checks for some programsJakub Narebski1-0/+7
2006-07-09autoconf: Checks for librariesJakub Narebski1-7/+21
2006-07-09autoconf: Checks for some library functions.Jakub Narebski1-3/+12
2006-07-09autoconf: Checks for typedefs, structures, and compiler characteristics.Jakub Narebski1-2/+13
2006-07-09autoconf: Preparing the way for autodetectionJakub Narebski1-1/+16
2006-07-09Copy description of build configuration variables to configure.acJakub Narebski1-1/+113
2006-07-02autoconf: Use autoconf to write installation directories to config.mak.autogenJakub Narebski1-0/+14