aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf/m4
Commit message (Expand)AuthorAgeFilesLines
* configure: Add detection of the linker version string.Daniel Dunbar2010-08-111-0/+21
* Fix a spello affecting platforms where the configure check fails.Dan Gohman2010-06-011-1/+1
* -retain-symbols-file is not what it seems. Update the makefilesDan Gohman2010-06-011-10/+13
* Fix an autoconf bug: The second argument to AC_LANG_PROGRAM is code thatDan Gohman2010-04-251-3/+3
* Add an autoconf check for -retain-symbols-file and conditionalizeDan Gohman2010-04-161-0/+43
* Make sure we save CXXFLAGS before setting it as pedantic and regenerateEric Christopher2010-03-021-0/+2
* Remove unneeded checks from configure.ac.Torok Edwin2010-01-266-121/+0
* Fix autoconf 2.65 warning (don't use _cv_ inside AC_CACHE_VAL).Torok Edwin2010-01-261-2/+2
* 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 showTorok Edwin2009-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
* Hack the shared library extension for dylib. The existing code just looksReid Spencer2007-04-111-1/+1
* Fix a configure warning noticed by Duncan Sands.Reid Spencer2007-01-031-0/+1
* Expose the sanity.Reid Spencer2006-12-041-0/+2
* Make the huge_val test run a C++ program not CReid Spencer2006-11-031-3/+3
* Add a check to see if HUGE_VAL is sane or not.Reid Spencer2006-11-031-0/+18
* For PR738:Reid Spencer2006-08-241-2/+3
* For PR876:Reid Spencer2006-08-141-1/+1
* For PR876:Reid Spencer2006-08-141-1/+1
* Recover the lost diff between 1.5 and 1.6.Evan Cheng2006-08-091-1/+1
* Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6.Reid Spencer2006-08-042-515/+894
* Remove an extraneous use of ${ac_exeext}. Patch by Anton Korobeynikov.Reid Spencer2006-07-261-1/+1
* For PR814:Reid Spencer2006-07-261-0/+42
* When on darwin, compiler_flags need to be percolated down to the 'gcc -r'Chris Lattner2006-04-191-1/+1
* Make it possible to default the llvm_src and llvm_obj variables based onReid Spencer2006-04-181-2/+2
* Update to llvm-config tool, by Erik Kidd:Reid Spencer2006-03-231-0/+16
* For PR678:Reid Spencer2005-12-221-2/+8
* Get rid of bash specific syntax for variable dereferencing, replacing itReid Spencer2005-07-251-22/+22
* Add a parameter to the FIND_STD_PROGRAM macro that allows an alternate nameReid Spencer2005-07-171-7/+13
* Add two new checks for use in LLVM configuration files:Reid Spencer2005-07-172-0/+134
* This macro cannot assume that the location of install-sh and mkinstalldirsReid Spencer2005-02-241-1/+3
* Add a new macro for configuring projects, LLVM_CONFIG_PROJECT. This macroReid Spencer2005-02-241-0/+14
* Fix a Bourne Shell syntax error in a testReid Spencer2004-12-291-1/+1
* Fix one of the names to not have a . in front of it.Reid Spencer2004-12-291-1/+1
* For PR351:Reid Spencer2004-12-271-0/+17
* Provide a value for HAVE_MMAP_ANONYMOUS variable, for consistency withReid Spencer2004-12-271-1/+1
* Minor syntactical change to make this a little easier to comprehend.Reid Spencer2004-12-131-5/+2
* Search for tclsh last so we don't find the FreeBSD warning script.Reid Spencer2004-12-021-1/+1
* * Make sure the cache variable gets cachedReid Spencer2004-12-021-33/+16
* Add a check for the tclsh program needed by dejagnu. This can have weirdReid Spencer2004-11-301-0/+56
* Converted with autoupdate for autoconf 2.50 -> 2.59 differences.Reid Spencer2004-11-291-12/+9