aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Get LLVMGCCDIR into the #definesReid Spencer2004-12-131-0/+3
* More QMTest cruft gone!Reid Spencer2004-12-091-2/+0
* Remove last remnants of Python/QMTest supportReid Spencer2004-12-081-35/+27
* Add a check for the tclsh program needed by dejagnu. This can have weirdReid Spencer2004-11-301-0/+1
* * Implement embedding libltdl into LLVM which required some rearranging.Reid Spencer2004-11-291-18/+12
* * allow doxygen documentation to be enabled/disabled (default off)Reid Spencer2004-11-291-10/+35
* Remove a dead check at the end of the configure script that was a left overReid Spencer2004-11-271-9/+0
* Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now.Reid Spencer2004-11-251-19/+0
* Gack. Actually use the correct variable name in setting the JIT support.Reid Spencer2004-11-251-1/+1
* Fix the lib/System/platform link by using proper cached variable name.Reid Spencer2004-11-251-2/+2
* For PR256:Reid Spencer2004-11-251-295/+399
* Add the configurable configuration files for llvmc.Reid Spencer2004-11-231-1/+2
* Changes for testing presence of ltdl.h and lt_dlopen(), libtool functionsReid Spencer2004-11-181-9/+19
* Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. ThisReid Spencer2004-11-071-4/+6
* Added the poolalloc module to the list of projects to configure, if present.John Criswell2004-10-281-0/+1
* Changes to support rand48 testsReid Spencer2004-10-271-1/+2
* Add a check for the tar program.Reid Spencer2004-10-251-0/+1
* Transfer Makefile.JIT into the build tree for JIT-enabling tools and examplesMisha Brukman2004-10-141-0/+1
* Add checks for the ZLIB and BZIP2 header files, not just the libraries.Reid Spencer2004-10-041-4/+10
* Move the warning about no compression library down to the bottom, awayReid Spencer2004-10-041-7/+9
* Provide support for auto-detection and use of compression libraries.Reid Spencer2004-10-041-0/+2
* Add checks for bzip2 and libz for use with the Compression concept forReid Spencer2004-10-021-0/+16
* Improve warningAlkis Evlogimenos2004-09-271-1/+1
* Updated the last two header files so that they are configured withJohn Criswell2004-09-241-5/+5
* Modified hash_map and hash_set configuration so that they are notJohn Criswell2004-09-241-2/+2
* Configure Datatypes.h.in with AC_CONFIG_HEADERS. This should prevent itJohn Criswell2004-09-241-14/+4
* Don't attempt to (illegally) configure a subdir if we don't recognize it.Reid Spencer2004-09-211-1/+3
* Use the right directory for the Java frontendAlkis Evlogimenos2004-09-201-1/+1
* The problem with depending on the internal implementation of third partyReid Spencer2004-09-201-1/+1
* Various minor cleanups and replacement of obsoleted macro names.Reid Spencer2004-09-191-14/+13
* recognize MinGWBrian Gaeke2004-09-081-0/+4
* PAPI check has been moved to projects/reopt.Brian Gaeke2004-09-071-3/+0
* - Handle AC_CONFIG_SUBDIRS properly for existing "well known" projectsReid Spencer2004-09-071-73/+14
* Remove configuration of test/Programs/* Makefiles.Reid Spencer2004-09-051-39/+0
* Don't just assume that either uint64_t or u_int64_t is available. Instead,Reid Spencer2004-09-021-2/+3
* Added a check for u_int64_t, which is used by Interix.John Criswell2004-09-021-0/+1
* Changes For Bug 352Reid Spencer2004-09-011-7/+7
* Add support for Interix and FreeBSDReid Spencer2004-08-311-2/+2
* Fix a "test" botch.Reid Spencer2004-08-311-25/+44
* Recognize Interix systems as if they were SunOS and make sure we don'tReid Spencer2004-08-311-0/+9
* Create a link from $BUILD_OBJ_ROOT/lib/System/platform toReid Spencer2004-08-291-15/+31
* Ensure that the examples get built.Reid Spencer2004-08-241-0/+1
* Actually name the #define correctly.Reid Spencer2004-08-201-1/+1
* Change version 1.3 -> 1.4Reid Spencer2004-08-201-1/+35
* Change the package identification to use one less level of quoting so thatReid Spencer2004-08-041-1/+1
* Revised the generation of files so that they follow the newer autoconfJohn Criswell2004-07-231-7/+12
* Add call to check for isinf().Brian Gaeke2004-07-211-0/+1
* Added support for stdint.h. It is now automatically included byJohn Criswell2004-07-191-0/+5
* Call custom check (AC_FUNC_ISNAN) instead of using the generic function check.Brian Gaeke2004-06-221-1/+3
* Added the llvm/test/Programs/Makefile.test Makefile.John Criswell2004-06-221-1/+2