aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Regenerated using autoconf-2.57.Brian Gaeke2004-04-131-19/+32
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12915 91177308-0d34-0410-b5e6-96231b3b80d8
* Regenerated using autoconf-2.57.Brian Gaeke2004-04-021-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12636 91177308-0d34-0410-b5e6-96231b3b80d8
* Modified the default pathname for Povray.John Criswell2004-02-261-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11881 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove .micro references as those files no longer exist and add some more ↵Alkis Evlogimenos2004-02-261-12/+12
| | | | | | recent Makefile additions to the list git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11866 91177308-0d34-0410-b5e6-96231b3b80d8
* Complete the SPEC_ROOT and USE_SPEC to SPEC2000_ROOT and USE_SPEC200 rename.Alkis Evlogimenos2004-02-251-9/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11853 91177308-0d34-0410-b5e6-96231b3b80d8
* Added the VTune tests.John Criswell2004-02-241-28/+34
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11809 91177308-0d34-0410-b5e6-96231b3b80d8
* Regenerated with autoconf-2.57.Brian Gaeke2004-02-231-4/+282
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11776 91177308-0d34-0410-b5e6-96231b3b80d8
* Regenerated with autoconf-2.57.Brian Gaeke2004-02-231-125/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11772 91177308-0d34-0410-b5e6-96231b3b80d8
* Regenerated using autoconf-2.57.Brian Gaeke2004-02-231-41/+40
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11760 91177308-0d34-0410-b5e6-96231b3b80d8
* Regenerated with autoconf-2.57.Brian Gaeke2004-02-231-20/+21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11749 91177308-0d34-0410-b5e6-96231b3b80d8
* Added an option for configuring Povray. By default, it should find my localJohn Criswell2004-02-201-29/+66
| | | | | | | installation of Povray (and not do anything for people who don't have it). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11680 91177308-0d34-0410-b5e6-96231b3b80d8
* Regenerated using autoconf-2.57.Brian Gaeke2004-02-201-2/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11656 91177308-0d34-0410-b5e6-96231b3b80d8
* Adjusted the default pathname to the SPEC95 benchmarks. The new directoryJohn Criswell2004-02-161-3/+3
| | | | | | | | has source code corrections and some input files pre-filtered for use with the LLVM test suite. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11498 91177308-0d34-0410-b5e6-96231b3b80d8
* Added check for target machine endian-ness and put the result intoJohn Criswell2004-02-131-1/+205
| | | | | | | Makefile.config (ENDIAN variable is set to big or little). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11398 91177308-0d34-0410-b5e6-96231b3b80d8
* Updated to handle the new SPEC95 configuration options.John Criswell2004-02-101-29/+71
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11298 91177308-0d34-0410-b5e6-96231b3b80d8
* Regenerated using autoconf-2.57.Brian Gaeke2004-01-221-1/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10962 91177308-0d34-0410-b5e6-96231b3b80d8
* Regenerated using autoconf-2.57 and autoheader-2.57.Brian Gaeke2004-01-211-3/+18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10934 91177308-0d34-0410-b5e6-96231b3b80d8
* Regenerated using autoconf-2.57.Brian Gaeke2004-01-161-1/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10900 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove configure support for endianness checking, the need for whichBrian Gaeke2004-01-151-209/+0
| | | | | | | Chris has helpfully expunged. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10873 91177308-0d34-0410-b5e6-96231b3b80d8
* Whoopsie. I should remember to use aclocal next time.Brian Gaeke2004-01-131-2/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10815 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove and/or shorten many comments in configure.ac.Brian Gaeke2004-01-131-1138/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | Remove checks for many common Unix programs. Our build process currently assumes they are there and makes no provisions for any other world-views. (We can add some of these checks back at some later time if it should prove useful, but right now, we do not need to check to see whether "rm" exists.) Remove checks for many common standard C headers and functions. We assume ISO/ANSI C++, and we always use the <cfoo> versions of ANSI C's <foo.h> headers, so these checks will not help anything. Edit configure's warning messages for clarity and content. Change checks for "optional" programs to default to using "true" instead of "false", so that a failure to find, e.g., etags, will be less likely to result in make failing. No longer shall we check for --enable-purify or --with-purify options. No longer shall we propagate these to the Makefiles. configure regenerated using autoconf-2.57. Please feel free to send me any questions or comments you have. :-) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10814 91177308-0d34-0410-b5e6-96231b3b80d8
* Modified the configure script so that it defines BISON as the bisonJohn Criswell2004-01-121-2/+3
| | | | | | | binary and YACC as bison -y. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10776 91177308-0d34-0410-b5e6-96231b3b80d8
* Updated from files in llvm/autoconf. This was done immediently followingJohn Criswell2003-12-301-38/+26
| | | | | | | the renaming of aclocal.m4 to acinclude.m4. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10656 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix help string for --enable-spec2000 optionAlkis Evlogimenos2003-12-201-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10564 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged in RELEASE_11.John Criswell2003-12-181-9/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10516 91177308-0d34-0410-b5e6-96231b3b80d8
* Updated configure script so that it does not configure llvm/projectJohn Criswell2003-12-121-1/+1
| | | | | | | directories that do not contain a configure script. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10437 91177308-0d34-0410-b5e6-96231b3b80d8
* Add check for pthread_mutex_lock() in -lpthread (or otherwise).Brian Gaeke2003-12-051-0/+111
| | | | | | | Regenerated configure w/ autoconf-2.57. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10293 91177308-0d34-0410-b5e6-96231b3b80d8
* Configure all project directories contained in llvm/projects.John Criswell2003-11-251-123/+39
| | | | | | | | The autoconf program will generate a warning about how we should use a literal in AC_CONFIG_SUBDIRS. This warning can be ignored. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10222 91177308-0d34-0410-b5e6-96231b3b80d8
* Added a pseudo-hack: The Makefile now copies Makefiles from source tree toJohn Criswell2003-11-251-838/+28
| | | | | | | | | object tree if it is missing. This means that new Makefiles should get picked up automagically, requiring less bothersome re-configuring after updates. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10209 91177308-0d34-0410-b5e6-96231b3b80d8
* Regenerated using autoconf-2.57Brian Gaeke2003-11-241-28/+76
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10191 91177308-0d34-0410-b5e6-96231b3b80d8
* Regenerated using autoconf-2.57Brian Gaeke2003-11-181-7/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10063 91177308-0d34-0410-b5e6-96231b3b80d8
* Added a check for the -R linker option.John Criswell2003-11-171-0/+50
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10056 91177308-0d34-0410-b5e6-96231b3b80d8
* Regenerated using autoconf-2.57.Brian Gaeke2003-11-171-34/+47
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10048 91177308-0d34-0410-b5e6-96231b3b80d8
* Regenerated with autoconf-2.57.Brian Gaeke2003-11-161-36/+94
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10025 91177308-0d34-0410-b5e6-96231b3b80d8
* Regenerated `configure' for adding Makefiles and test.in to FreeBenchMisha Brukman2003-11-121-28/+118
| | | | | | | benchmarks. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9942 91177308-0d34-0410-b5e6-96231b3b80d8
* Regenerated.Brian Gaeke2003-11-101-36/+210
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9850 91177308-0d34-0410-b5e6-96231b3b80d8
* Generated autoconf script for Chris.John Criswell2003-10-281-28/+40
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9554 91177308-0d34-0410-b5e6-96231b3b80d8
* Updated configure script.John Criswell2003-10-231-2/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9438 91177308-0d34-0410-b5e6-96231b3b80d8
* Someone forgot to commit an updated configure after adding tools/llvm-nm to ↵Alkis Evlogimenos2003-10-171-28/+34
| | | | | | configure.ac :-) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9189 91177308-0d34-0410-b5e6-96231b3b80d8
* Added autoconf support for the sample project.John Criswell2003-10-161-70/+37
| | | | | | | | | Fixed the header comment in Makefile.rules Changed all references to the echo program in Makefile.rules to the value found by autoconf. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9151 91177308-0d34-0410-b5e6-96231b3b80d8
* Added a macro and code that checks for the %a format string in sprintf().John Criswell2003-10-131-69/+82
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9089 91177308-0d34-0410-b5e6-96231b3b80d8
* Added the eon and perlbmk benchmarks.John Criswell2003-10-101-28/+40
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8995 91177308-0d34-0410-b5e6-96231b3b80d8
* Added 177.mesa to the list of Makefiles to propogate to the object root.John Criswell2003-10-091-86/+124
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8981 91177308-0d34-0410-b5e6-96231b3b80d8
* Renamed -use-spec to -use-spec2000.John Criswell2003-10-071-47/+52
| | | | | | | | The pathname to SPEC2000 is now given with the -use-spec2000 option. On our machines, SPEC2000 will be enabled by default. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8949 91177308-0d34-0410-b5e6-96231b3b80d8
* Switching over to the new test database.John Criswell2003-10-071-32/+38
| | | | | | | | Adding new qmt files should no longer be necessary. QMTest should know just "magically" know what sort of test each file is. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8945 91177308-0d34-0410-b5e6-96231b3b80d8
* regenerated using autoconf-2.57.Brian Gaeke2003-10-071-62/+66
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8917 91177308-0d34-0410-b5e6-96231b3b80d8
* Hand update the configure script for moved directoriesChris Lattner2003-10-061-32/+20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8886 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed the check for purify as we don't support its use at present.John Criswell2003-10-021-43/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8824 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed Makefile for CompileFail tests. They are now run by QMTest and areJohn Criswell2003-09-301-34/+28
| | | | | | | located under llvm/test/Regression/C++Frontend. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8791 91177308-0d34-0410-b5e6-96231b3b80d8
* Added conditional configuration of poolalloc.John Criswell2003-09-301-28/+37
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8765 91177308-0d34-0410-b5e6-96231b3b80d8