aboutsummaryrefslogtreecommitdiff
path: root/autoconf
AgeCommit message (Expand)Author
2003-09-29Moved llvm/lib/Support to llvm/support/lib/Support.John Criswell
2003-09-26Moved llvm/test/Programs/SingleSource/Regression around a bit to supportJohn Criswell
2003-09-26Added llvm/test/Programs/SingleSource/Regression/Makefile.John Criswell
2003-09-23If we fail to find python or qmtest, give a warning message instead of anJohn Criswell
2003-09-23Added code that stops the configure script if a needed program is not found.John Criswell
2003-09-16`link' is now `llvm-link'. Also alphabetized the tools for easy reference.Misha Brukman
2003-09-16Have the configure script put llvm.py into the object root.John Criswell
2003-09-15Removed llvm/tools/as, llvm/tools/dis, and runtime/GCCLibraries/libexception.John Criswell
2003-09-15Modified the checks slightly so that one can re-configure LLVM withoutJohn Criswell
2003-09-15Added code that verifies that the source directory has not been configuredJohn Criswell
2003-09-13Configure the llvm-ar directoryChris Lattner
2003-09-12Caught a few misses in the last modification.John Criswell
2003-09-12Updated for the re-organization of llvm/test/Programs/MultiSource.John Criswell
2003-09-11Added the SetjmpLongjmp Makefile.John Criswell
2003-09-11Fixed SPEC so that it would run correctly with the new autoconf-style objectJohn Criswell
2003-09-10Updated to reflect the new locations of SingleSource tests.John Criswell
2003-09-10Add missing runtime directoriesChris Lattner
2003-09-09Removed Makefiles for directories that no longer exist.John Criswell
2003-09-06Checkin of autoconf-style object root.John Criswell
2003-08-25Added code to check for python and qmtest.John Criswell
2003-08-14I just moved papi to a new directoryChris Lattner
2003-07-31Removed the -only-static option as it is no longer required (and didn't workJohn Criswell
2003-07-31Changed the default location of OBJ_ROOT to follow these rules:John Criswell
2003-07-29Enable JIT when the platform supports it.John Criswell
2003-07-23Renamed libtool to mklib for your tab completion pleasure.John Criswell
2003-07-22Fixed the enable/disable options. The AC_ARG_ENABLE macro does not performJohn Criswell
2003-07-22These are the autoconf files in their new home.John Criswell