summaryrefslogtreecommitdiff
path: root/autoconf
AgeCommit message (Expand)AuthorFilesLines
2005-03-17Recognize an IA64 when we see oneMisha Brukman1-0/+1
2005-02-24Add a call to AC_CONFIG_COMMANDS to ensure that llvm_src is set properlyReid Spencer1-0/+1
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
2005-02-16Remove the "pax" program from the list of those needed to support LLVM.Reid Spencer1-1/+0
2005-02-11The pool allocator is now the llvm-poolalloc module in public CVSChris Lattner1-1/+1
2005-01-24let configure recognize AlphasAndrew Lenharth1-0/+1
2005-01-24Mark CVS versions different from releasesMisha Brukman1-1/+1
2005-01-22We're working towards LLVM 1.5 now so bump the version number. This changeReid Spencer1-1/+1
2005-01-16Fix llvm-java project autconfiguration.Alkis Evlogimenos1-1/+1
2005-01-16Provide support for HP/UX aCC compiler's variant of hash_map and hash_setReid Spencer1-0/+1
2005-01-05The Java project now lives under projects/llvm-java.Alkis Evlogimenos1-1/+1
2004-12-31For PR351:Reid Spencer1-0/+4
2004-12-31For PR351:Reid Spencer1-2/+2
2004-12-29* Fix a bug in an m4 macro that used an incorrect test operatorReid Spencer1-1/+6
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-28Make the x86_64 target names match between def and use. Thanks Misha.Reid Spencer1-1/+1
2004-12-28Make the 64-bit x86 target named "x86_64" instead of "AMD64".Reid Spencer1-2/+2
2004-12-27Don't create symbolic links for lib/System any more. It doesn't need them.Reid Spencer1-5/+0
2004-12-27For PR351:Reid Spencer1-2/+5
2004-12-27For PR351:Reid Spencer1-0/+17
2004-12-27Oops, reverse the logic on a test for WITH_LLVMGCCDIR to make it defineReid Spencer1-1/+1
2004-12-27Provide a value for HAVE_MMAP_ANONYMOUS variable, for consistency withReid Spencer1-1/+1
2004-12-25For PR351:Reid Spencer1-14/+30
2004-12-24Make the symbolic link using the correct variable!Reid Spencer1-2/+2
2004-12-24For PR351:Reid Spencer1-15/+47
2004-12-24Change llvmgcc/llvmg++ to llvm-gcc and llvm-g++ respectively.Reid Spencer1-3/+3
2004-12-24Fix a bug in libtool's ltmain.sh. On Cygwin the "$output.exp" expressionReid Spencer2-12/+13
2004-12-23Update the amd64 target detection checks.Reid Spencer1-6/+6
2004-12-23Added support for detection of amd64 targets.Reid Spencer1-1/+3
2004-12-22For PR432:Reid Spencer1-42/+13
2004-12-22Get rid of old automake stuffReid Spencer1-11/+2
2004-12-22Ignore generated filesMisha Brukman1-0/+2
2004-12-20For PR351:Reid Spencer1-2/+3
2004-12-16Add CMP and CP configuration variables for the unix cmp and cp programs.Reid Spencer1-0/+2
2004-12-15Remove LLVMGCCDIR from the set of defines.Reid Spencer1-2/+0
2004-12-15Don't put newlines in AC macros that can't handle them!Reid Spencer1-3/+2
2004-12-15Add some system specific functions we useReid Spencer1-1/+2
2004-12-13Minor syntactical change to make this a little easier to comprehend.Reid Spencer1-5/+2
2004-12-13Get LLVMGCCDIR into the #definesReid Spencer1-0/+3
2004-12-09More QMTest cruft gone!Reid Spencer1-2/+0
2004-12-08Remove last remnants of Python/QMTest supportReid Spencer1-35/+27
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 Spencer2-0/+57
2004-11-29* Implement embedding libltdl into LLVM which required some rearranging.Reid Spencer1-18/+12
2004-11-29* Update instructions about upgrading libtoolReid Spencer1-8/+35
2004-11-29Converted with autoupdate for autoconf 2.50 -> 2.59 differences.Reid Spencer1-12/+9
2004-11-29This file contains macros that allow us to incorporate the ltdl source intoReid Spencer1-0/+430