summaryrefslogtreecommitdiff
path: root/autoconf/m4
AgeCommit message (Expand)AuthorFilesLines
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru1-1/+1
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru1-1/+1
2012-08-06Add support for the OpenBSD for Bitrig.Eric Christopher1-5/+5
2012-07-23Fix a typo (the the => the)Sylvestre Ledru3-3/+3
2012-04-02Fix CXXFLAGS for huge_val.m4.Eric Christopher1-1/+1
2012-03-26Add some fixes to the configure script for isInf and addEric Christopher2-2/+2
2012-03-07configure: Don't require a perl interpreter to be present, LLVM's buildsystem...Benjamin Kramer1-16/+0
2012-02-28Enable -Wcovered-switch-default again, but add -Werror to the checks to makeRafael Espindola1-1/+1
2012-02-28Strip extraneous information, if present, from the linker version string onCharles Davis1-1/+1
2012-02-19autoconf/m4/visibility_inlines_hidden.m4: Tweak for cygwin-g++-4.5.3. It fold...NAKAMURA Takumi1-1/+1
2011-12-22Attempt #2 to fix mingw crossbuild. This time with more ugly hacks!Benjamin Kramer1-2/+2
2011-12-22Make the -fvisibility-inlines-hidden check more thorough in a hopeless attemp...Benjamin Kramer1-1/+3
2011-10-26Handle newer cases for freebsd which is approaching 10.0 and not 1.0.Eric Christopher1-6/+6
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner2-2/+2
2010-08-11configure: Add detection of the linker version string.Daniel Dunbar1-0/+21
2010-06-01Fix a spello affecting platforms where the configure check fails.Dan Gohman1-1/+1
2010-06-01-retain-symbols-file is not what it seems. Update the makefilesDan Gohman1-10/+13
2010-04-25Fix an autoconf bug: The second argument to AC_LANG_PROGRAM is code thatDan Gohman1-3/+3
2010-04-16Add an autoconf check for -retain-symbols-file and conditionalizeDan Gohman1-0/+43
2010-03-02Make sure we save CXXFLAGS before setting it as pedantic and regenerateEric Christopher1-0/+2
2010-01-26Remove unneeded checks from configure.ac.Torok Edwin6-121/+0
2010-01-26Fix autoconf 2.65 warning (don't use _cv_ inside AC_CACHE_VAL).Torok Edwin1-2/+2
2009-10-26Add an autoconf test to check for optional compiler flags likeJulien Lerouge1-0/+2
2009-09-29On Linux, uname -m reports the kernel type. Some Linux systems are 32-bit butNick Lewycky1-0/+17
2009-08-28install-sh chmods to 0755 by default, and this causes 'git diff' to showTorok Edwin1-1/+1
2009-03-12Revert r66765 and r66766. These were causing build failures on Darwin.Bill Wendling1-17/+0
2009-03-12Set ARCH to x86 on mixed 32/64-bit Linux systems.Nick Lewycky1-0/+17
2009-03-09Remove configurey-fu to autodetect hash_map and hash_set now that they areNick Lewycky2-119/+0
2009-03-05Autodetect the availability of -export-dynamic in the linker.Nick Lewycky2-19/+41
2008-09-26When looking for executable extensions, ignore .dSYM, as that's the debug inf...Jim Grosbach1-1/+1
2008-09-02Reapply majority of r55557 but with the changes to compilation flagsDaniel Dunbar1-0/+22
2008-09-02Revert r55557, it is causing linking failures on 32bit linux.Matthijs Kooijman1-22/+0
2008-08-30Enable -fvisibility-inlines-hidden by default for compilers whichDaniel Dunbar1-0/+22
2007-09-17Fix broken default help strings for enable-shared, enable-static, and enable-...Tanya Lattner1-3/+3
2007-04-11Hack the shared library extension for dylib. The existing code just looksReid Spencer1-1/+1
2007-01-03Fix a configure warning noticed by Duncan Sands.Reid Spencer1-0/+1
2006-12-04Expose the sanity.Reid Spencer1-0/+2
2006-11-03Make the huge_val test run a C++ program not CReid Spencer1-3/+3
2006-11-03Add a check to see if HUGE_VAL is sane or not.Reid Spencer1-0/+18
2006-08-24For PR738:Reid Spencer1-2/+3
2006-08-14For PR876:Reid Spencer1-1/+1
2006-08-14For PR876:Reid Spencer1-1/+1
2006-08-09Recover the lost diff between 1.5 and 1.6.Evan Cheng1-1/+1
2006-08-04Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6.Reid Spencer2-515/+894
2006-07-26Remove an extraneous use of ${ac_exeext}. Patch by Anton Korobeynikov.Reid Spencer1-1/+1
2006-07-26For PR814:Reid Spencer1-0/+42
2006-04-19When on darwin, compiler_flags need to be percolated down to the 'gcc -r'Chris Lattner1-1/+1
2006-04-18Make it possible to default the llvm_src and llvm_obj variables based onReid Spencer1-2/+2
2006-03-23Update to llvm-config tool, by Erik Kidd:Reid Spencer1-0/+16
2005-12-22For PR678:Reid Spencer1-2/+8