aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
Commit message (Expand)AuthorAgeFilesLines
...
* 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-244-14/+17
* Modified hash_map and hash_set configuration so that they are notJohn Criswell2004-09-243-20/+26
* Configure Datatypes.h.in with AC_CONFIG_HEADERS. This should prevent itJohn Criswell2004-09-241-14/+4
* Change the warning text so that NO warnings are permitted. This is now theReid Spencer2004-09-211-4/+4
* Don't attempt to (illegally) configure a subdir if we don't recognize it.Reid Spencer2004-09-211-1/+3
* Fix the program passed to AC_LANG_PROGRAM to be only the BODY of the mainReid Spencer2004-09-211-3/+2
* Use the right directory for the Java frontendAlkis Evlogimenos2004-09-201-1/+1
* Correct the use AC_RUN_IFELSE to ensure it builds programs correctly byReid Spencer2004-09-202-14/+8
* The problem with depending on the internal implementation of third partyReid Spencer2004-09-201-1/+1
* Update the script to generate mklib instead of libtool.Reid Spencer2004-09-201-1/+1
* Various minor cleanups and replacement of obsoleted macro names.Reid Spencer2004-09-191-14/+13
* Numerous fixes to convert ~ into ; that (probably) occurred during dataReid Spencer2004-09-191-61/+45
* Bring the script out of the dark ages and into modern autoconfness.Reid Spencer2004-09-1912-124/+115
* Make the "Warning" notice a LOT more prominent.Reid Spencer2004-09-191-1/+10
* Add in version dependency checks on all the tools we depend on. This isReid Spencer2004-09-191-6/+17
* Add our own version of libtool.m4 instead of relying on the installed one.Reid Spencer2004-09-191-0/+6010
* Update to latest versions of config.guess and config.sub fromBrian Gaeke2004-09-102-69/+194
* recognize MinGWBrian Gaeke2004-09-081-0/+4
* PAPI check has been moved to projects/reopt.Brian Gaeke2004-09-071-3/+0
* Removed this file as its contents are now in the m4 directory.Reid Spencer2004-09-071-6306/+0
* - Handle AC_CONFIG_SUBDIRS properly for existing "well known" projectsReid Spencer2004-09-071-73/+14
* - Perform all validity checks before doing anything.Reid Spencer2004-09-071-4/+5
* move AC_FUNC_ISINF and AC_FUNC_ISNAN to their own files.Reid Spencer2004-09-073-34/+42
* Individual autoconf function broken out of acincludes.m4. This changeReid Spencer2004-09-0715-0/+435
* 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 AC_MSG_CHECKING and AC_MSG_RESULT statements which were missingBrian Gaeke2004-07-211-0/+4
* Add check for finite(). Solaris doesn't have isinf, but it has finite...goBrian Gaeke2004-07-211-0/+4
* Add call to check for isinf().Brian Gaeke2004-07-211-0/+1
* Add support for checking for isinf().Brian Gaeke2004-07-211-0/+14
* 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
* Implement isnan check (AC_FUNC_ISNAN) in terms of three calls to a fairlyBrian Gaeke2004-06-221-0/+31
* Added the llvm/test/Programs/Makefile.test Makefile.John Criswell2004-06-221-1/+2
* Add AIX to the list of recognized operating systems.Misha Brukman2004-06-221-3/+3