summaryrefslogtreecommitdiff
path: root/Makefile.config.in
AgeCommit message (Expand)AuthorFilesLines
2005-04-22Two changes:Reid Spencer1-3/+5
2005-02-24For PR528:Reid Spencer1-4/+0
2005-02-16Remove the "pax" program from the list of those needed to support LLVM.Reid Spencer1-1/+0
2005-01-16Don't confuse the LLVM_OBJ_DIR and the PROJ_OBJ_DIR because there might beReid Spencer1-1/+1
2005-01-16Several changes:Reid Spencer1-87/+77
2004-12-31For PR351:Reid Spencer1-0/+4
2004-12-22For PR432:Reid Spencer1-7/+9
2004-12-16Add CMP and CP configuration variables for the unix cmp and cp programs.Reid Spencer1-0/+2
2004-12-13More properly name bytecode_libdir cferuntime_libdir. This is only theReid Spencer1-1/+1
2004-12-08Remove last remnants of Python/QMTest supportReid Spencer1-1/+0
2004-11-30Add a check for the tclsh program needed by dejagnu. This can have weirdReid Spencer1-0/+1
2004-11-29* Get additional configured values into the makefilesReid Spencer1-31/+54
2004-11-25Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now.Reid Spencer1-4/+0
2004-11-07Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. ThisReid Spencer1-0/+3
2004-11-07Add TARGET_TRIPLEReid Spencer1-0/+3
2004-10-30Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer1-1/+1
2004-10-25New Makefile Features:Reid Spencer1-10/+16
2004-10-22Remove the unused SourceDir variable (use BUILD_SRC_DIR)Reid Spencer1-5/+0
2004-10-04Fix typo in makefile variable name that prevents zlib from being recognizedReid Spencer1-1/+1
2004-10-04Provide support for auto-detection and use of compression libraries.Reid Spencer1-0/+4
2004-09-07PAPI is not used here.Brian Gaeke1-4/+0
2004-09-07Remove variables and tests that were specific to the now defunctReid Spencer1-31/+0
2004-08-02Set a variable so that we can find the python interpreter.John Criswell1-0/+3
2004-06-17Since the Great LLVM Tool Renaming(tm), we no longer have collisions between ourMisha Brukman1-6/+1
2004-06-01Added the EXEEXT variable so that Makefiles can figure out what extensionJohn Criswell1-0/+3
2004-04-24Standardize header comments of top-level Makefiles.Misha Brukman1-2/+9
2004-03-10Fix up a seriously outdated comment.Brian Gaeke1-2/+2
2004-02-25Fix typo. I wonder how this actually worked.Alkis Evlogimenos1-1/+1
2004-02-25Complete the SPEC_ROOT and USE_SPEC to SPEC2000_ROOT and USE_SPEC200 rename.Alkis Evlogimenos1-6/+4
2004-02-20Added the POVRAY_ROOT to locate Povray.John Criswell1-0/+4
2004-02-13Added check for target machine endian-ness and put the result intoJohn Criswell1-0/+3
2004-02-10Added support for configuring SPEC95.John Criswell1-0/+2
2004-01-22Move bytecode_libdir def'n to Makefile.config.in from Makefile.rules, so itBrian Gaeke1-0/+1
2004-01-22Get autoconf'd ETAGSFLAGS value from configure.Brian Gaeke1-0/+1
2004-01-21Get SHLIBEXT variable from configure script.Brian Gaeke1-0/+3
2004-01-16Remove some whitespace and fix up some comments.Brian Gaeke1-69/+9
2004-01-13Remove and/or shorten many comments in configure.ac.Brian Gaeke1-17/+6
2004-01-12The configure script now defines BISON as the name of the bison program andJohn Criswell1-1/+2
2003-12-10Add installation directories and commands, standardly provided by configure.Brian Gaeke1-0/+20
2003-09-11Fixed SPEC so that it would run correctly with the new autoconf-style objectJohn Criswell1-0/+7
2003-09-06Checkin of autoconf-style object root.John Criswell1-1/+65
2003-07-22Updated to use files within the autoconf subdirectory.John Criswell1-1/+1
2003-07-02The word `open' was really intended to be `option'.Misha Brukman1-1/+1
2003-07-02Removed the --enable-profiling option.John Criswell1-1/+0
2003-07-02Removed the CPPFLAGS and CFLAGS variables since the -DHAVE_CONFIG_H messesJohn Criswell1-2/+7
2003-07-01Added the ARCH variable so that some of the Makefiles can perform actions basedJohn Criswell1-0/+5
2003-07-01The Makefile now adds autoconf information to the compiler and linker flagJohn Criswell1-4/+4
2003-06-30Fix verbose support bugChris Lattner1-1/+0
2003-06-30Removed the LIBS environment variable as it interferes with the tests andJohn Criswell1-1/+5
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell1-0/+159