163 Commits (11c6659d85d72273a4161c8779123147b52fbcb2)

Author SHA1 Message Date
Kyle J. McKay 9529080de2 configure: support HAVE_BSD_SYSCTL option 10 years ago
Reuben Hawkins 88e011814b configure.ac: check for HMAC_CTX_cleanup 10 years ago
Reuben Hawkins a6c3c638ac configure.ac: check for clock_gettime and CLOCK_MONOTONIC 10 years ago
Reuben Hawkins 8bd2c972b1 configure.ac: check 'tv_nsec' field in 'struct stat' 10 years ago
David Michael d543d9c0f4 compat: convert modes to use portable file type values 10 years ago
Jonas 'Sortie' Termansen a6fd4fb55d autoconf: check for setitimer() 11 years ago
Jonas 'Sortie' Termansen 6441090cf2 autoconf: check for struct itimerval 11 years ago
Kirill Smelkov 61f76a3612 Portable alloca for Git 11 years ago
Dmitry Marakasov 62fb6d03da configure.ac: link with -liconv for locale_charset() 11 years ago
Nguyễn Thái Ngọc Duy 70a8fc999d stop using fnmatch (either native or compat) 11 years ago
Stefano Lattarini 94b540479a configure: fix option help message for --disable-pthreads 12 years ago
Erik Faye-Lund 13a2319919 Revert "compat: add strtok_r()" 12 years ago
Junio C Hamano b2d05e0653 git-compat-util.h: do not #include <sys/param.h> by default 12 years ago
David Michael b3e103dabe Generalize the inclusion of strings.h 12 years ago
David Michael 110d698546 Detect when the passwd struct is missing pw_gecos 12 years ago
David Michael 6ede720529 Support builds when sys/param.h is missing 12 years ago
Max Horn e0a5227930 configure.ac: fix pthreads detection on Mac OS X 12 years ago
Stefano Lattarini 49aeead2ae configure: fix some output message 12 years ago
Øyvind A. Holm 9979a507c5 configure.ac: Add missing comma to CC_LD_DYNPATH 12 years ago
Stefano Lattarini 40bfbde9da build: don't duplicate substitution of make variables 13 years ago
Stefano Lattarini 3a34c2bf62 build: improve GIT_CONF_SUBST signature 13 years ago
Stefano Lattarini 8242ff470f build: reconfigure automatically if configure.ac changes 13 years ago
Stefano Lattarini ac5fc1c57f autoconf: use AC_CONFIG_COMMANDS instead of ad-hoc 'config.mak.append' 13 years ago
Stefano Lattarini c8e134a236 autoconf: remove few redundant semicolons 13 years ago
Stefano Lattarini 7f8cf48c4d autoconf: remove some redundant shell indirections 13 years ago
Stefano Lattarini 610473a6f7 autoconf: GIT_CONF_APPEND_LINE -> GIT_CONF_SUBST 13 years ago
Stefano Lattarini 390f4da8af autoconf: GIT_CONF_APPEND_LINE: change signature 13 years ago
Jeff King bf17126211 docs: drop asciidoc7compatible flag 13 years ago
Stefano Lattarini 5b2d131419 configure: be more idiomatic 13 years ago
Stefano Lattarini 99cccefbe0 configure: avoid some code repetitions thanks to m4_{push,pop}def 13 years ago
Stefano Lattarini e9e8c8090e configure: move definitions of private m4 macros before AC_INIT invocation 13 years ago
Stefano Lattarini 213639494e configure: allow user to prevent $PATH "sanitization" on Solaris 13 years ago
John Szakmeister a8356d43e3 configure: don't use -lintl when there is no gettext support 13 years ago
Дилян Палаузов b5225286b2 Makefile: introduce CHARSET_LIB to link with -lcharset 13 years ago
Ævar Arnfjörð Bjarmason 5e9637c629 i18n: add infrastructure for translating Git with gettext 13 years ago
Michał Kiedrowicz a119f91e57 configure: Check for libpcre 14 years ago
Giuseppe Bilotta cea13a8d68 Improve test for pthreads flag 14 years ago
Jonathan Nieder 28bd70d811 unbreak and eliminate NO_C99_FORMAT 14 years ago
Ralf Wildenhues 1e58dba142 configure: use AC_LANG_PROGRAM consistently 14 years ago
Jeff King 79c461d5b1 docs: default to more modern toolset 14 years ago
Markus Duft 25fe66f84c Interix: add configure checks 14 years ago
Ævar Arnfjörð Bjarmason 4de066b6f1 Makefile & configure: add a NO_FNMATCH_CASEFOLD flag 14 years ago
Ævar Arnfjörð Bjarmason f3f3d9366e Makefile & configure: add a NO_FNMATCH flag 14 years ago
Petr Onderka 6df42ab984 Add global and system-wide gitattributes 15 years ago
Junio C Hamano 231682469b autoconf: regex library detection typofix 15 years ago
Jonathan Nieder a1e3b669fa autoconf: don't use platform regex if it lacks REG_STARTEND 15 years ago
Jonathan Nieder 78457bc0cc compat: add strtok_r() 15 years ago
Gary V. Vaughan f9f33cdc78 Allow disabling "inline" 15 years ago
Gary V. Vaughan e88a135bc5 Some platforms lack socklen_t type 15 years ago
Gary V. Vaughan 5a857c74ba Make NO_{INET_NTOP,INET_PTON} configured independently 15 years ago