aboutsummaryrefslogtreecommitdiff
path: root/autoconf
AgeCommit message (Expand)Author
2004-12-02Search for tclsh last so we don't find the FreeBSD warning script.Reid Spencer
2004-12-02* Make sure the cache variable gets cachedReid Spencer
2004-11-30Add a check for the tclsh program needed by dejagnu. This can have weirdReid Spencer
2004-11-29* Implement embedding libltdl into LLVM which required some rearranging.Reid Spencer
2004-11-29* Update instructions about upgrading libtoolReid Spencer
2004-11-29Converted with autoupdate for autoconf 2.50 -> 2.59 differences.Reid Spencer
2004-11-29This file contains macros that allow us to incorporate the ltdl source intoReid Spencer
2004-11-29* allow doxygen documentation to be enabled/disabled (default off)Reid Spencer
2004-11-27Remove a dead check at the end of the configure script that was a left overReid Spencer
2004-11-27Get the cache variable name right.Reid Spencer
2004-11-25Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now.Reid Spencer
2004-11-25Gack. Actually use the correct variable name in setting the JIT support.Reid Spencer
2004-11-25Fix the lib/System/platform link by using proper cached variable name.Reid Spencer
2004-11-25For PR256:Reid Spencer
2004-11-25Cache the value of this test.Reid Spencer
2004-11-25Tidy up the indentation. Give the cache variable a proper name.Reid Spencer
2004-11-25Eliminate duplicate "checking" message.Reid Spencer
2004-11-25Make the check print something, give the cache var an llvm specific name.Reid Spencer
2004-11-23Add the configurable configuration files for llvmc.Reid Spencer
2004-11-18Changes for testing presence of ltdl.h and lt_dlopen(), libtool functionsReid Spencer
2004-11-07Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. ThisReid Spencer
2004-10-28Added the poolalloc module to the list of projects to configure, if present.John Criswell
2004-10-28Make sure we test the right variable for the AC_DEFINEReid Spencer
2004-10-28It's spelled IEEEFPBrian Gaeke
2004-10-27Changes to support rand48 testsReid Spencer
2004-10-26Really get mkinstalldirs to shut up about what its doing .. who cares?Reid Spencer
2004-10-25Teach mkinstalldirs how to shut up about making directories.Reid Spencer
2004-10-25Add a check for the tar program.Reid Spencer
2004-10-22Remove automake support.Reid Spencer
2004-10-22We won't use automakeReid Spencer
2004-10-17Add runtime directoriesReid Spencer
2004-10-14Transfer Makefile.JIT into the build tree for JIT-enabling tools and examplesMisha Brukman
2004-10-13Set up BUILD_MODE based on the configuration so the default build modeReid Spencer
2004-10-13Save Reid's notes from bugzilla on the proper procedure to upgrade libtoolMisha Brukman
2004-10-13Changes for libtool 1.5.10Reid Spencer
2004-10-13Update for libtool 1.5.10Reid Spencer
2004-10-13Harden the version requirements to the set that actually works after threeReid Spencer
2004-10-10Directory changesReid Spencer
2004-10-10Ensure timestamp on saved contents of configure.ac is not changed.Reid Spencer
2004-10-08Add the --with-automake option to AutoRegen.sh and provide the automakeReid Spencer
2004-10-04Add checks for the ZLIB and BZIP2 header files, not just the libraries.Reid Spencer
2004-10-04Move the warning about no compression library down to the bottom, awayReid Spencer
2004-10-04Provide support for auto-detection and use of compression libraries.Reid Spencer
2004-10-02Add checks for bzip2 and libz for use with the Compression concept forReid Spencer
2004-09-27Improve warningAlkis Evlogimenos
2004-09-24Updated the last two header files so that they are configured withJohn Criswell
2004-09-24Modified hash_map and hash_set configuration so that they are notJohn Criswell
2004-09-24Configure Datatypes.h.in with AC_CONFIG_HEADERS. This should prevent itJohn Criswell
2004-09-21Change the warning text so that NO warnings are permitted. This is now theReid Spencer
2004-09-21Don't attempt to (illegally) configure a subdir if we don't recognize it.Reid Spencer