aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Improve warningAlkis Evlogimenos2004-09-271-2/+2
* Updated the last two header files so that they are configured withJohn Criswell2004-09-241-46/+74
* Modified hash_map and hash_set configuration so that they are notJohn Criswell2004-09-241-50/+102
* Configure Datatypes.h.in with AC_CONFIG_HEADERS. This should prevent itJohn Criswell2004-09-241-53/+33
* Fix a problem where the mmap_file test was generating an incorrect testReid Spencer2004-09-211-39/+33
* Change the name of the "known" module for Java from llvm-java to Java.Reid Spencer2004-09-201-4/+4
* Fix problems with AC_FUNC_MMAP_FILE and AC_LINK_USE_R that caused problemsReid Spencer2004-09-201-10/+34
* Allow the suffix for shared libraries to be obtained correctly so we canReid Spencer2004-09-201-1/+1
* Change to support creation of "mklib" instead of "libtool" in builddir.Reid Spencer2004-09-201-1/+1