aboutsummaryrefslogtreecommitdiff
path: root/autoconf
AgeCommit message (Expand)Author
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
2004-09-21Fix the program passed to AC_LANG_PROGRAM to be only the BODY of the mainReid Spencer
2004-09-20Use the right directory for the Java frontendAlkis Evlogimenos
2004-09-20Correct the use AC_RUN_IFELSE to ensure it builds programs correctly byReid Spencer
2004-09-20The problem with depending on the internal implementation of third partyReid Spencer
2004-09-20Update the script to generate mklib instead of libtool.Reid Spencer
2004-09-19Various minor cleanups and replacement of obsoleted macro names.Reid Spencer
2004-09-19Numerous fixes to convert ~ into ; that (probably) occurred during dataReid Spencer
2004-09-19Bring the script out of the dark ages and into modern autoconfness.Reid Spencer
2004-09-19Make the "Warning" notice a LOT more prominent.Reid Spencer
2004-09-19Add in version dependency checks on all the tools we depend on. This isReid Spencer
2004-09-19Add our own version of libtool.m4 instead of relying on the installed one.Reid Spencer
2004-09-10Update to latest versions of config.guess and config.sub fromBrian Gaeke
2004-09-08recognize MinGWBrian Gaeke
2004-09-07PAPI check has been moved to projects/reopt.Brian Gaeke
2004-09-07Removed this file as its contents are now in the m4 directory.Reid Spencer
2004-09-07- Handle AC_CONFIG_SUBDIRS properly for existing "well known" projectsReid Spencer