aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf/m4
Commit message (Expand)AuthorAgeFilesLines
* Add an autoconf test to check for optional compiler flags likeJulien Lerouge2009-10-261-0/+2
* On Linux, uname -m reports the kernel type. Some Linux systems are 32-bit butNick Lewycky2009-09-291-0/+17
* install-sh chmods to 0755 by default, and this causes 'git diff' to showEdwin Török2009-08-281-1/+1
* Revert r66765 and r66766. These were causing build failures on Darwin.Bill Wendling2009-03-121-17/+0
* Set ARCH to x86 on mixed 32/64-bit Linux systems.Nick Lewycky2009-03-121-0/+17
* Remove configurey-fu to autodetect hash_map and hash_set now that they areNick Lewycky2009-03-092-119/+0
* Autodetect the availability of -export-dynamic in the linker.Nick Lewycky2009-03-052-19/+41
* When looking for executable extensions, ignore .dSYM, as that's the debug inf...Jim Grosbach2008-09-261-1/+1
* Reapply majority of r55557 but with the changes to compilation flagsDaniel Dunbar2008-09-021-0/+22
* Revert r55557, it is causing linking failures on 32bit linux.Matthijs Kooijman2008-09-021-22/+0
* Enable -fvisibility-inlines-hidden by default for compilers whichDaniel Dunbar2008-08-301-0/+22
* Fix broken default help strings for enable-shared, enable-static, and enable-...Tanya Lattner2007-09-171-3/+3
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-1828-0/+7559