136 Commits (3174bc5ccfea34717a8dac2175c1951239a4985d)

Author SHA1 Message Date
Stefano Lattarini 8242ff470f build: reconfigure automatically if configure.ac changes 12 years ago
Stefano Lattarini ac5fc1c57f autoconf: use AC_CONFIG_COMMANDS instead of ad-hoc 'config.mak.append' 12 years ago
Stefano Lattarini c8e134a236 autoconf: remove few redundant semicolons 12 years ago
Stefano Lattarini 7f8cf48c4d autoconf: remove some redundant shell indirections 12 years ago
Stefano Lattarini 610473a6f7 autoconf: GIT_CONF_APPEND_LINE -> GIT_CONF_SUBST 12 years ago
Stefano Lattarini 390f4da8af autoconf: GIT_CONF_APPEND_LINE: change signature 12 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 14 years ago
Junio C Hamano 231682469b autoconf: regex library detection typofix 14 years ago
Jonathan Nieder a1e3b669fa autoconf: don't use platform regex if it lacks REG_STARTEND 14 years ago
Jonathan Nieder 78457bc0cc compat: add strtok_r() 14 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
Gary V. Vaughan 0a9b167ede Makefile: some platforms do not have hstrerror anywhere 15 years ago
Gary V. Vaughan d1b1a91946 Do not use "diff" found on PATH while building and installing 15 years ago
Gary V. Vaughan 48793cf46a Makefile: -lpthread may still be necessary when libc has only pthread stubs 15 years ago
Jakub Narebski bb15e38281 autoconf: Check if <paths.h> exists and set HAVE_PATHS_H 15 years ago
Mark Rada bb4bbf7582 Gitweb: add autoconfigure support for minifiers 15 years ago
Ben Walton dc78250f15 configure: Allow --without-python 15 years ago
Ben Walton f22cd7fcc5 configure: Allow GIT_ARG_SET_PATH to handle --without-PROGRAM 15 years ago
Dan McGee 7eb151d6e2 Make NO_PTHREADS the sole thread configuration variable 15 years ago
Johan Herland d4e1b47a92 Basic build infrastructure for Python scripts 15 years ago
Ben Walton 5ca5377da0 configure: add settings for gitconfig, editor and pager 15 years ago
Ben Walton d79d9e1337 configure: add macro to set arbitrary make variables 15 years ago
Nicolas Pitre 30ae47b4cc remove ARM and Mozilla SHA1 implementations 15 years ago
Brandon Casey 0ad8ff2cd1 configure.ac: properly unset NEEDS_SSL_WITH_CRYPTO when sha1 func is missing 16 years ago
Brandon Casey a1142892fd configure.ac: rework/fix the NEEDS_RESOLV and NEEDS_LIBGEN tests 16 years ago
Brandon Casey ecc395c112 Makefile: add NEEDS_LIBGEN to optionally add -lgen to compile arguments 16 years ago
Ralf Wildenhues 8fccb009fa configure: test whether -lresolv is needed 16 years ago
Marco Nelissen 934f82a7d4 fix handling of iconv configuration options 16 years ago
David Aguilar e1c0688692 compat: add a basename() compatibility function 16 years ago
David Aguilar 0620b39b3b compat: add a mkstemps() compatibility function 16 years ago
Ben Walton 1973b0d790 configure: rework pthread handling to allow for user defined flags 16 years ago
Ben Walton a8304f7a70 configure: make iconv tests aware of user arguments 16 years ago