aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
Commit message (Expand)AuthorAgeFilesLines
* Recognize an IA64 when we see oneMisha Brukman2005-03-171-0/+1
* Add a call to AC_CONFIG_COMMANDS to ensure that llvm_src is set properlyReid Spencer2005-02-241-0/+1
* 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
* Remove the "pax" program from the list of those needed to support LLVM.Reid Spencer2005-02-161-1/+0
* The pool allocator is now the llvm-poolalloc module in public CVSChris Lattner2005-02-111-1/+1
* let configure recognize AlphasAndrew Lenharth2005-01-241-0/+1
* Mark CVS versions different from releasesMisha Brukman2005-01-241-1/+1
* We're working towards LLVM 1.5 now so bump the version number. This changeReid Spencer2005-01-221-1/+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-0/+1
* The Java project now lives under projects/llvm-java.Alkis Evlogimenos2005-01-051-1/+1
* For PR351:Reid Spencer2004-12-311-0/+4
* For PR351:Reid Spencer2004-12-311-2/+2
* * Fix a bug in an m4 macro that used an incorrect test operatorReid Spencer2004-12-291-1/+6
* 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
* 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-5/+0
* For PR351:Reid Spencer2004-12-271-2/+5
* For PR351:Reid Spencer2004-12-271-0/+17
* Oops, reverse the logic on a test for WITH_LLVMGCCDIR to make it defineReid Spencer2004-12-271-1/+1
* Provide a value for HAVE_MMAP_ANONYMOUS variable, for consistency withReid Spencer2004-12-271-1/+1
* For PR351:Reid Spencer2004-12-251-14/+30
* Make the symbolic link using the correct variable!Reid Spencer2004-12-241-2/+2
* For PR351:Reid Spencer2004-12-241-15/+47
* Change llvmgcc/llvmg++ to llvm-gcc and llvm-g++ respectively.Reid Spencer2004-12-241-3/+3
* Fix a bug in libtool's ltmain.sh. On Cygwin the "$output.exp" expressionReid Spencer2004-12-242-12/+13
* Update the amd64 target detection checks.Reid Spencer2004-12-231-6/+6
* Added support for detection of amd64 targets.Reid Spencer2004-12-231-1/+3
* For PR432:Reid Spencer2004-12-221-42/+13
* Get rid of old automake stuffReid Spencer2004-12-221-11/+2
* Ignore generated filesMisha Brukman2004-12-221-0/+2
* For PR351:Reid Spencer2004-12-201-2/+3
* Add CMP and CP configuration variables for the unix cmp and cp programs.Reid Spencer2004-12-161-0/+2
* Remove LLVMGCCDIR from the set of defines.Reid Spencer2004-12-151-2/+0
* Don't put newlines in AC macros that can't handle them!Reid Spencer2004-12-151-3/+2
* Add some system specific functions we useReid Spencer2004-12-151-1/+2
* Minor syntactical change to make this a little easier to comprehend.Reid Spencer2004-12-131-5/+2
* Get LLVMGCCDIR into the #definesReid Spencer2004-12-131-0/+3
* More QMTest cruft gone!Reid Spencer2004-12-091-2/+0
* Remove last remnants of Python/QMTest supportReid Spencer2004-12-081-35/+27
* 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-302-0/+57
* * Implement embedding libltdl into LLVM which required some rearranging.Reid Spencer2004-11-291-18/+12
* * Update instructions about upgrading libtoolReid Spencer2004-11-291-8/+35
* 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