summaryrefslogtreecommitdiff
path: root/autoconf/m4
Commit message (Expand)AuthorAge
* Add version, arch, system libs, and targets to Makefile.configNAKAMURA Takumi2014-02-09
* Fix for executing AutoRegen.sh. Revert a part of r187209.Patrik Hagglund2013-09-13
* Link with -rdynamic instead of -Wl,-export-dynamic.Bob Wilson2013-08-02
* Remove dead or useless header checks from cmake and autoconfReid Kleckner2013-07-26
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-26
* Don't define LTDL_SHLIBPATH_VAR.Rafael Espindola2013-06-11
* configure: when performing a compiler feature test for a -Wno-foo flag, attemptRichard Smith2013-02-08
* [autoconf] Fix m4 quoting for newer autotoolsNAKAMURA Takumi2013-01-30
* [autoconf] Fix 80+ and quoting.NAKAMURA Takumi2013-01-30
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-06
* Fix a typo (the the => the)Sylvestre Ledru2012-07-23
* Fix CXXFLAGS for huge_val.m4.Eric Christopher2012-04-02
* Add some fixes to the configure script for isInf and addEric Christopher2012-03-26
* configure: Don't require a perl interpreter to be present, LLVM's buildsystem...Benjamin Kramer2012-03-07
* Enable -Wcovered-switch-default again, but add -Werror to the checks to makeRafael Espindola2012-02-28
* Strip extraneous information, if present, from the linker version string onCharles Davis2012-02-28
* autoconf/m4/visibility_inlines_hidden.m4: Tweak for cygwin-g++-4.5.3. It fold...NAKAMURA Takumi2012-02-19
* Attempt #2 to fix mingw crossbuild. This time with more ugly hacks!Benjamin Kramer2011-12-22
* Make the -fvisibility-inlines-hidden check more thorough in a hopeless attemp...Benjamin Kramer2011-12-22
* Handle newer cases for freebsd which is approaching 10.0 and not 1.0.Eric Christopher2011-10-26
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* configure: Add detection of the linker version string.Daniel Dunbar2010-08-11
* Fix a spello affecting platforms where the configure check fails.Dan Gohman2010-06-01
* -retain-symbols-file is not what it seems. Update the makefilesDan Gohman2010-06-01
* Fix an autoconf bug: The second argument to AC_LANG_PROGRAM is code thatDan Gohman2010-04-25
* Add an autoconf check for -retain-symbols-file and conditionalizeDan Gohman2010-04-16
* Make sure we save CXXFLAGS before setting it as pedantic and regenerateEric Christopher2010-03-02
* Remove unneeded checks from configure.ac.Torok Edwin2010-01-26
* Fix autoconf 2.65 warning (don't use _cv_ inside AC_CACHE_VAL).Torok Edwin2010-01-26
* Add an autoconf test to check for optional compiler flags likeJulien Lerouge2009-10-26
* On Linux, uname -m reports the kernel type. Some Linux systems are 32-bit butNick Lewycky2009-09-29
* install-sh chmods to 0755 by default, and this causes 'git diff' to showTorok Edwin2009-08-28
* Revert r66765 and r66766. These were causing build failures on Darwin.Bill Wendling2009-03-12
* Set ARCH to x86 on mixed 32/64-bit Linux systems.Nick Lewycky2009-03-12
* Remove configurey-fu to autodetect hash_map and hash_set now that they areNick Lewycky2009-03-09
* Autodetect the availability of -export-dynamic in the linker.Nick Lewycky2009-03-05
* When looking for executable extensions, ignore .dSYM, as that's the debug inf...Jim Grosbach2008-09-26
* Reapply majority of r55557 but with the changes to compilation flagsDaniel Dunbar2008-09-02
* Revert r55557, it is causing linking failures on 32bit linux.Matthijs Kooijman2008-09-02
* Enable -fvisibility-inlines-hidden by default for compilers whichDaniel Dunbar2008-08-30
* Fix broken default help strings for enable-shared, enable-static, and enable-...Tanya Lattner2007-09-17
* Hack the shared library extension for dylib. The existing code just looksReid Spencer2007-04-11
* Fix a configure warning noticed by Duncan Sands.Reid Spencer2007-01-03
* Expose the sanity.Reid Spencer2006-12-04
* Make the huge_val test run a C++ program not CReid Spencer2006-11-03
* Add a check to see if HUGE_VAL is sane or not.Reid Spencer2006-11-03
* For PR738:Reid Spencer2006-08-24
* For PR876:Reid Spencer2006-08-14