aboutsummaryrefslogtreecommitdiff
path: root/autoconf/m4
AgeCommit message (Expand)Author
2013-02-08configure: when performing a compiler feature test for a -Wno-foo flag, attemptRichard Smith
2013-01-30[autoconf] Fix m4 quoting for newer autotoolsNAKAMURA Takumi
2013-01-30[autoconf] Fix 80+ and quoting.NAKAMURA Takumi
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-08-06Add support for the OpenBSD for Bitrig.Eric Christopher
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-04-02Fix CXXFLAGS for huge_val.m4.Eric Christopher
2012-03-26Add some fixes to the configure script for isInf and addEric Christopher
2012-03-07configure: Don't require a perl interpreter to be present, LLVM's buildsystem...Benjamin Kramer
2012-02-28Enable -Wcovered-switch-default again, but add -Werror to the checks to makeRafael Espindola
2012-02-28Strip extraneous information, if present, from the linker version string onCharles Davis
2012-02-19autoconf/m4/visibility_inlines_hidden.m4: Tweak for cygwin-g++-4.5.3. It fold...NAKAMURA Takumi
2011-12-22Attempt #2 to fix mingw crossbuild. This time with more ugly hacks!Benjamin Kramer
2011-12-22Make the -fvisibility-inlines-hidden check more thorough in a hopeless attemp...Benjamin Kramer
2011-10-26Handle newer cases for freebsd which is approaching 10.0 and not 1.0.Eric Christopher
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2010-08-11configure: Add detection of the linker version string.Daniel Dunbar
2010-06-01Fix a spello affecting platforms where the configure check fails.Dan Gohman
2010-06-01-retain-symbols-file is not what it seems. Update the makefilesDan Gohman
2010-04-25Fix an autoconf bug: The second argument to AC_LANG_PROGRAM is code thatDan Gohman
2010-04-16Add an autoconf check for -retain-symbols-file and conditionalizeDan Gohman
2010-03-02Make sure we save CXXFLAGS before setting it as pedantic and regenerateEric Christopher
2010-01-26Remove unneeded checks from configure.ac.Torok Edwin
2010-01-26Fix autoconf 2.65 warning (don't use _cv_ inside AC_CACHE_VAL).Torok Edwin
2009-10-26Add an autoconf test to check for optional compiler flags likeJulien Lerouge
2009-09-29On Linux, uname -m reports the kernel type. Some Linux systems are 32-bit butNick Lewycky
2009-08-28install-sh chmods to 0755 by default, and this causes 'git diff' to showTorok Edwin
2009-03-12Revert r66765 and r66766. These were causing build failures on Darwin.Bill Wendling
2009-03-12Set ARCH to x86 on mixed 32/64-bit Linux systems.Nick Lewycky
2009-03-09Remove configurey-fu to autodetect hash_map and hash_set now that they areNick Lewycky
2009-03-05Autodetect the availability of -export-dynamic in the linker.Nick Lewycky
2008-09-26When looking for executable extensions, ignore .dSYM, as that's the debug inf...Jim Grosbach
2008-09-02Reapply majority of r55557 but with the changes to compilation flagsDaniel Dunbar
2008-09-02Revert r55557, it is causing linking failures on 32bit linux.Matthijs Kooijman
2008-08-30Enable -fvisibility-inlines-hidden by default for compilers whichDaniel Dunbar
2007-09-17Fix broken default help strings for enable-shared, enable-static, and enable-...Tanya Lattner
2007-04-11Hack the shared library extension for dylib. The existing code just looksReid Spencer
2007-01-03Fix a configure warning noticed by Duncan Sands.Reid Spencer
2006-12-04Expose the sanity.Reid Spencer
2006-11-03Make the huge_val test run a C++ program not CReid Spencer
2006-11-03Add a check to see if HUGE_VAL is sane or not.Reid Spencer
2006-08-24For PR738:Reid Spencer
2006-08-14For PR876:Reid Spencer
2006-08-14For PR876:Reid Spencer
2006-08-09Recover the lost diff between 1.5 and 1.6.Evan Cheng
2006-08-04Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6.Reid Spencer
2006-07-26Remove an extraneous use of ${ac_exeext}. Patch by Anton Korobeynikov.Reid Spencer
2006-07-26For PR814:Reid Spencer
2006-04-19When on darwin, compiler_flags need to be percolated down to the 'gcc -r'Chris Lattner