aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Remove the "pax" program from the list of those needed to support LLVM.Reid Spencer2005-02-161-80/+39
* The pool allocator is now the llvm-poolalloc module in public CVSChris Lattner2005-02-111-3/+3
* let configure recognize AlphasAndrew Lenharth2005-01-241-0/+1
* Fix llvm-java project autconfiguration.Alkis Evlogimenos2005-01-161-1/+1
* Provide support for HP/UX aCC compiler's variant of hash_map and hash_setReid Spencer2005-01-161-2/+153
* Correctly update configure to configure the llvm-java projectAlkis Evlogimenos2005-01-141-2/+2
* The Java project now lives under projects/llvm-java.Alkis Evlogimenos2005-01-051-1/+1
* For PR351:Reid Spencer2004-12-311-30/+40
* For PR351:Reid Spencer2004-12-311-3/+4
* * Fix a bug in an m4 macro that used an incorrect test operatorReid Spencer2004-12-291-4/+12
* Make the x86_64 target names match between def and use. Thanks Misha.Reid Spencer2004-12-281-1/+1
* Make the 64-bit x86 target named "x86_64" instead of "AMD64".Reid Spencer2004-12-281-2/+2
* Don't create symbolic links for lib/System any more. It doesn't need them.Reid Spencer2004-12-271-175/+29
* For PR351:Reid Spencer2004-12-271-3/+127
* For PR351:Reid Spencer2004-12-251-367/+636
* Make the symbolic link using the correct variable!Reid Spencer2004-12-241-2/+2
* For PR351:Reid Spencer2004-12-241-50/+87
* Update the amd64 target detection checks.Reid Spencer2004-12-231-6/+6
* Added support for detection of amd64 targets.Reid Spencer2004-12-231-30/+33
* For PR432:Reid Spencer2004-12-221-92/+130
* For PR351:Reid Spencer2004-12-201-2/+105
* Add CMP and CP configuration variables for the unix cmp and cp programs.Reid Spencer2004-12-161-30/+112
* Remove LLVMGCCDIR from the set of defines.Reid Spencer2004-12-151-5/+0
* Don't put newlines in AC macros that can't handle them!Reid Spencer2004-12-151-4/+3
* Add some system specific functions we useReid Spencer2004-12-151-1/+5
* Get LLVMGCCDIR into the #definesReid Spencer2004-12-131-31/+35
* More QMTest cruft gone!Reid Spencer2004-12-091-12/+0
* Remove last remnants of Python/QMTest supportReid Spencer2004-12-081-151/+54
* Search for tclsh last so we don't find the FreeBSD warning script too earlyReid Spencer2004-12-021-1/+1
* Fix the tclsh test to find tclsh8.[34] and tclsh8.[34].X as well.Reid Spencer2004-12-021-68/+59
* Add a check for the tclsh program needed by dejagnu. This can have weirdReid Spencer2004-11-301-30/+130
* * Implement embedding libltdl into LLVM which required some rearranging.Reid Spencer2004-11-291-1647/+5224
* * allow doxygen documentation to be enabled/disabled (default off)Reid Spencer2004-11-291-32/+423
* Remove a dead check at the end of the configure script that was a left overReid Spencer2004-11-271-18/+7
* Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now.Reid Spencer2004-11-251-168/+1
* Gack. Actually use the correct variable name in setting the JIT support.Reid Spencer2004-11-251-1/+1
* Fix the lib/System/platform link by using proper cached variable name.Reid Spencer2004-11-251-2/+2
* For PR256:Reid Spencer2004-11-251-1715/+2923
* Add the configurable configuration files for llvmc.Reid Spencer2004-11-231-1/+5
* Changes for testing presence of ltdl.h and lt_dlopen(), libtool functionsReid Spencer2004-11-181-309/+148
* Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. ThisReid Spencer2004-11-071-5/+48
* Added the poolalloc module to the list of projects to configure, if present.John Criswell2004-10-281-28/+33
* Regenerated after fixing typo.Brian Gaeke2004-10-281-2/+2
* Changes to support rand48 testsReid Spencer2004-10-271-52/+176
* Add a check for the tar program.Reid Spencer2004-10-251-1/+42
* Add Makefile.JIT to the list of Makefiles transferred to the build dir to giveMisha Brukman2004-10-141-28/+34
* Resolution to PR451.Reid Spencer2004-10-131-133/+157
* Add checks for the ZLIB and BZIP2 header files, not just the libraries.Reid Spencer2004-10-041-13/+324
* Provide support for auto-detection and use of compression libraries.Reid Spencer2004-10-041-1/+7
* Add checks for bzip2 and libz for use with the Compression concept forReid Spencer2004-10-021-0/+164