summaryrefslogtreecommitdiff
path: root/autoconf/m4
AgeCommit message (Expand)AuthorFilesLines
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
2005-07-25Get rid of bash specific syntax for variable dereferencing, replacing itReid Spencer1-22/+22
2005-07-17Add a parameter to the FIND_STD_PROGRAM macro that allows an alternate nameReid Spencer1-7/+13
2005-07-17Add two new checks for use in LLVM configuration files:Reid Spencer2-0/+134
2005-02-24This macro cannot assume that the location of install-sh and mkinstalldirsReid Spencer1-1/+3
2005-02-24Add a new macro for configuring projects, LLVM_CONFIG_PROJECT. This macroReid Spencer1-0/+14
2004-12-29Fix a Bourne Shell syntax error in a testReid Spencer1-1/+1
2004-12-29Fix one of the names to not have a . in front of it.Reid Spencer1-1/+1
2004-12-27For PR351:Reid Spencer1-0/+17
2004-12-27Provide a value for HAVE_MMAP_ANONYMOUS variable, for consistency withReid Spencer1-1/+1
2004-12-13Minor syntactical change to make this a little easier to comprehend.Reid Spencer1-5/+2
2004-12-02Search for tclsh last so we don't find the FreeBSD warning script.Reid Spencer1-1/+1
2004-12-02* Make sure the cache variable gets cachedReid Spencer1-33/+16
2004-11-30Add a check for the tclsh program needed by dejagnu. This can have weirdReid Spencer1-0/+56
2004-11-29Converted with autoupdate for autoconf 2.50 -> 2.59 differences.Reid Spencer1-12/+9