summaryrefslogtreecommitdiffstats
path: root/llvm/autoconf/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* Make the symbolic link using the correct variable!Reid Spencer2004-12-241-2/+2
| | | | llvm-svn: 19136
* For PR351:Reid Spencer2004-12-241-15/+47
| | | | | | | Create new variables LLVM_ON_UNIX and LLVM_ON_WIN32 so we can start getting rid of reliance upon a symbolic link to switch implementations in lib/System llvm-svn: 19131
* Change llvmgcc/llvmg++ to llvm-gcc and llvm-g++ respectively.Reid Spencer2004-12-241-3/+3
| | | | llvm-svn: 19125
* Update the amd64 target detection checks.Reid Spencer2004-12-231-6/+6
| | | | | | Patch contributed by Markus F.X.J. Oberhumer. llvm-svn: 19118
* Added support for detection of amd64 targets.Reid Spencer2004-12-231-1/+3
| | | | llvm-svn: 19113
* For PR432:Reid Spencer2004-12-221-42/+13
| | | | | | | | * Remove --with-llvmgccdir, not needed any more * Search path for llvm-gcc and llvm-gxx * Compute LLVMGCCDIR based on install path of llvm-gcc llvm-svn: 19093
* For PR351:Reid Spencer2004-12-201-2/+3
| | | | | | | * Add checks for sbrk and getpagesize functions * Alphebetize the checks for functions llvm-svn: 19052
* Add CMP and CP configuration variables for the unix cmp and cp programs.Reid Spencer2004-12-161-0/+2
| | | | llvm-svn: 18990
* Remove LLVMGCCDIR from the set of defines.Reid Spencer2004-12-151-2/+0
| | | | llvm-svn: 18970
* Don't put newlines in AC macros that can't handle them!Reid Spencer2004-12-151-3/+2
| | | | llvm-svn: 18952
* Add some system specific functions we useReid Spencer2004-12-151-1/+2
| | | | llvm-svn: 18945
* Get LLVMGCCDIR into the #definesReid Spencer2004-12-131-0/+3
| | | | llvm-svn: 18845
* More QMTest cruft gone!Reid Spencer2004-12-091-2/+0
| | | | llvm-svn: 18694
* Remove last remnants of Python/QMTest supportReid Spencer2004-12-081-35/+27
| | | | llvm-svn: 18672
* Add a check for the tclsh program needed by dejagnu. This can have weirdReid Spencer2004-11-301-0/+1
| | | | | | | | names that have version numbers in it so this macro, DJ_AC_PATH_TCLSH will make the necessary checks. The makefile variable TCLSH is set to the path found. llvm-svn: 18382
* * Implement embedding libltdl into LLVM which required some rearranging.Reid Spencer2004-11-291-18/+12
| | | | llvm-svn: 18349
* * allow doxygen documentation to be enabled/disabled (default off)Reid Spencer2004-11-291-10/+35
| | | | | | | | | * organize programs we test for properly * add new programs needed for documentation generation * Adjust install paths so llvm stuff doesn't muck up /usr/local or /usr if $prefix is set to those. llvm-svn: 18327
* Remove a dead check at the end of the configure script that was a left overReid Spencer2004-11-271-9/+0
| | | | | | | from the bzip2 support. This dead check produced the error: test: -ne: unary operator expected llvm-svn: 18289
* Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now.Reid Spencer2004-11-251-19/+0
| | | | llvm-svn: 18254
* Gack. Actually use the correct variable name in setting the JIT support.Reid Spencer2004-11-251-1/+1
| | | | llvm-svn: 18240
* Fix the lib/System/platform link by using proper cached variable name.Reid Spencer2004-11-251-2/+2
| | | | llvm-svn: 18233
* For PR256:Reid Spencer2004-11-251-295/+399
| | | | | | | | | | * cache more values * standardize cache value names * organize configure script per autoconf recommendations (10 sections) * Eliminate some redundancies and complexities in the script * Provide better documentation in the script. llvm-svn: 18232
* Add the configurable configuration files for llvmc.Reid Spencer2004-11-231-1/+2
| | | | llvm-svn: 18190
* Changes for testing presence of ltdl.h and lt_dlopen(), libtool functionsReid Spencer2004-11-181-9/+19
| | | | | | for cross-platform dynamic loading of shared objects. llvm-svn: 17950
* Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. ThisReid Spencer2004-11-071-4/+6
| | | | | | | tool runs Deja-gnu test suites. The 'make' variable RUNTEST is now set automatically in the Makefile.config file. llvm-svn: 17599
* Added the poolalloc module to the list of projects to configure, if present.John Criswell2004-10-281-0/+1
| | | | llvm-svn: 17319
* Changes to support rand48 testsReid Spencer2004-10-271-1/+2
| | | | llvm-svn: 17284
* Add a check for the tar program.Reid Spencer2004-10-251-0/+1
| | | | llvm-svn: 17208
* Transfer Makefile.JIT into the build tree for JIT-enabling tools and examplesMisha Brukman2004-10-141-0/+1
| | | | llvm-svn: 16990
* Add checks for the ZLIB and BZIP2 header files, not just the libraries.Reid Spencer2004-10-041-4/+10
| | | | llvm-svn: 16669
* Move the warning about no compression library down to the bottom, awayReid Spencer2004-10-041-7/+9
| | | | | | | | from the fray, so it gets noticed. This commit is made without the corresponding configure script commit because it doesn't affect functionality and we don't want to force everyone into another reconfigure llvm-svn: 16657
* Provide support for auto-detection and use of compression libraries.Reid Spencer2004-10-041-0/+2
| | | | llvm-svn: 16643
* Add checks for bzip2 and libz for use with the Compression concept forReid Spencer2004-10-021-0/+16
| | | | | | lib/System and the compressing llvm archiver. llvm-svn: 16634
* Improve warningAlkis Evlogimenos2004-09-271-1/+1
| | | | llvm-svn: 16520
* Updated the last two header files so that they are configured withJohn Criswell2004-09-241-5/+5
| | | | | | | AC_CONFIG_HEADERS. This should prevent LLVM from needlessly re-compiling on a re-configure. llvm-svn: 16510
* Modified hash_map and hash_set configuration so that they are notJohn Criswell2004-09-241-2/+2
| | | | | | regenerated on every run of configure. llvm-svn: 16509
* Configure Datatypes.h.in with AC_CONFIG_HEADERS. This should prevent itJohn Criswell2004-09-241-14/+4
| | | | | | | from being re-generated if the new version is identical to the old version. Hence, it should save us some recompiling after re-configures. llvm-svn: 16506
* Don't attempt to (illegally) configure a subdir if we don't recognize it.Reid Spencer2004-09-211-1/+3
| | | | | | | | Instead just create a warning message that says the directory cannot be configured because it isn't recognized. This also gets rid of a bunch of warning messages from the auto* tools. llvm-svn: 16463
* Use the right directory for the Java frontendAlkis Evlogimenos2004-09-201-1/+1
| | | | llvm-svn: 16448
* The problem with depending on the internal implementation of third partyReid Spencer2004-09-201-1/+1
| | | | | | tools is that you break when they change. This is a case in point. llvm-svn: 16424
* Various minor cleanups and replacement of obsoleted macro names.Reid Spencer2004-09-191-14/+13
| | | | llvm-svn: 16419
* recognize MinGWBrian Gaeke2004-09-081-0/+4
| | | | llvm-svn: 16254
* PAPI check has been moved to projects/reopt.Brian Gaeke2004-09-071-3/+0
| | | | llvm-svn: 16237
* - Handle AC_CONFIG_SUBDIRS properly for existing "well known" projectsReid Spencer2004-09-071-73/+14
| | | | | | | | | while still retaining the ability to configure unknown ones. - Excise crud left over from when test/Projects was still part of the main LLVM module. These removed tests are now all in llvm-test/autoconf/configure.ac llvm-svn: 16230
* Remove configuration of test/Programs/* Makefiles.Reid Spencer2004-09-051-39/+0
| | | | llvm-svn: 16186
* Don't just assume that either uint64_t or u_int64_t is available. Instead,Reid Spencer2004-09-021-2/+3
| | | | | | | give preference to uint64_t if it exists. If not, check for u_int64_t. If that doesn't exist either, then error out. llvm-svn: 16149
* Added a check for u_int64_t, which is used by Interix.John Criswell2004-09-021-0/+1
| | | | llvm-svn: 16145
* Changes For Bug 352Reid Spencer2004-09-011-7/+7
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* Add support for Interix and FreeBSDReid Spencer2004-08-311-2/+2
| | | | llvm-svn: 16126
* Fix a "test" botch.Reid Spencer2004-08-311-25/+44
| | | | | | | Alphabetize the platform list Install some AC_MSG_CHECKING/AC_MSG_RESULT pairs. llvm-svn: 16122
OpenPOWER on IntegriCloud