summaryrefslogtreecommitdiff
path: root/autoconf
Commit message (Expand)AuthorAge
* Add in version dependency checks on all the tools we depend on. This isReid Spencer2004-09-19
* Add our own version of libtool.m4 instead of relying on the installed one.Reid Spencer2004-09-19
* Update to latest versions of config.guess and config.sub fromBrian Gaeke2004-09-10
* recognize MinGWBrian Gaeke2004-09-08
* PAPI check has been moved to projects/reopt.Brian Gaeke2004-09-07
* Removed this file as its contents are now in the m4 directory.Reid Spencer2004-09-07
* - Handle AC_CONFIG_SUBDIRS properly for existing "well known" projectsReid Spencer2004-09-07
* - Perform all validity checks before doing anything.Reid Spencer2004-09-07
* move AC_FUNC_ISINF and AC_FUNC_ISNAN to their own files.Reid Spencer2004-09-07
* Individual autoconf function broken out of acincludes.m4. This changeReid Spencer2004-09-07
* Remove configuration of test/Programs/* Makefiles.Reid Spencer2004-09-05
* Don't just assume that either uint64_t or u_int64_t is available. Instead,Reid Spencer2004-09-02
* Added a check for u_int64_t, which is used by Interix.John Criswell2004-09-02
* Changes For Bug 352Reid Spencer2004-09-01
* Add support for Interix and FreeBSDReid Spencer2004-08-31
* Fix a "test" botch.Reid Spencer2004-08-31
* Recognize Interix systems as if they were SunOS and make sure we don'tReid Spencer2004-08-31
* Create a link from $BUILD_OBJ_ROOT/lib/System/platform toReid Spencer2004-08-29
* Ensure that the examples get built.Reid Spencer2004-08-24
* Actually name the #define correctly.Reid Spencer2004-08-20
* Change version 1.3 -> 1.4Reid Spencer2004-08-20
* Change the package identification to use one less level of quoting so thatReid Spencer2004-08-04
* Revised the generation of files so that they follow the newer autoconfJohn Criswell2004-07-23
* Add AC_MSG_CHECKING and AC_MSG_RESULT statements which were missingBrian Gaeke2004-07-21
* Add check for finite(). Solaris doesn't have isinf, but it has finite...goBrian Gaeke2004-07-21
* Add call to check for isinf().Brian Gaeke2004-07-21
* Add support for checking for isinf().Brian Gaeke2004-07-21
* Added support for stdint.h. It is now automatically included byJohn Criswell2004-07-19
* Call custom check (AC_FUNC_ISNAN) instead of using the generic function check.Brian Gaeke2004-06-22
* Implement isnan check (AC_FUNC_ISNAN) in terms of three calls to a fairlyBrian Gaeke2004-06-22
* Added the llvm/test/Programs/Makefile.test Makefile.John Criswell2004-06-22
* Add AIX to the list of recognized operating systems.Misha Brukman2004-06-22
* Added checks for mkstemp and getrusage.John Criswell2004-06-07
* Recognize cygwinChris Lattner2004-06-02
* Added a check for a new header file.John Criswell2004-05-27
* Only give warnings if the user doesn't have mmap(). This is pretty muchJohn Criswell2004-05-27
* Refactor external benchmark checking stuff into one hairyBrian Gaeke2004-04-16
* We are now on LLVM 1.3Chris Lattner2004-04-14
* Rewrite POV-Ray check as per PR301Brian Gaeke2004-04-13
* check for isatty functionBrian Gaeke2004-04-02
* Modified the default pathname for Povray.John Criswell2004-02-26
* Remove .micro references as those files no longer exist and add some more rec...Alkis Evlogimenos2004-02-26
* Fix bugs found with recent addition of assertions inAlkis Evlogimenos2004-02-25
* small portability fix.Brian Gaeke2004-02-24
* Added the VTune tests.John Criswell2004-02-24
* Add SUBSTing checks for sys/types.h and inttypes.h; add DataTypes.h to AC_OUT...Brian Gaeke2004-02-23
* Change test for pthreads to use AC_SUBST; add ThreadSupport.h as an AC_OUTPUT.Brian Gaeke2004-02-23
* Remove check for slistBrian Gaeke2004-02-23
* Add include/Support/hash_map and include/Support/hash_set as AC_OUTPUT files.Brian Gaeke2004-02-23
* Move HASH_* checks to using AC_SUBST instead of AC_DEFINE. Tighten up some wh...Brian Gaeke2004-02-23