aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf/m4
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* This file contains macros that allow us to incorporate the ltdl source intoReid Spencer2004-11-291-0/+430
* Get the cache variable name right.Reid Spencer2004-11-271-5/+5
* Cache the value of this test.Reid Spencer2004-11-252-16/+14
* Tidy up the indentation. Give the cache variable a proper name.Reid Spencer2004-11-251-19/+20
* Eliminate duplicate "checking" message.Reid Spencer2004-11-251-1/+1
* Make the check print something, give the cache var an llvm specific name.Reid Spencer2004-11-251-2/+1
* Make sure we test the right variable for the AC_DEFINEReid Spencer2004-10-281-1/+1
* It's spelled IEEEFPBrian Gaeke2004-10-281-1/+1
* Changes to support rand48 testsReid Spencer2004-10-274-32/+61
* Changes for libtool 1.5.10Reid Spencer2004-10-131-63/+64
* Updated the last two header files so that they are configured withJohn Criswell2004-09-243-9/+12
* Modified hash_map and hash_set configuration so that they are notJohn Criswell2004-09-242-18/+24
* Fix the program passed to AC_LANG_PROGRAM to be only the BODY of the mainReid Spencer2004-09-211-3/+2
* Correct the use AC_RUN_IFELSE to ensure it builds programs correctly byReid Spencer2004-09-202-14/+8
* Update the script to generate mklib instead of libtool.Reid Spencer2004-09-201-1/+1
* Numerous fixes to convert ~ into ; that (probably) occurred during dataReid Spencer2004-09-191-61/+45
* Bring the script out of the dark ages and into modern autoconfness.Reid Spencer2004-09-1912-124/+115
* Add our own version of libtool.m4 instead of relying on the installed one.Reid Spencer2004-09-191-0/+6010
* move AC_FUNC_ISINF and AC_FUNC_ISNAN to their own files.Reid Spencer2004-09-073-34/+42
* Individual autoconf function broken out of acincludes.m4. This changeReid Spencer2004-09-0715-0/+435