Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove autoconf support | Chris Bieneman | 2016-01-26 | 1 | -16/+0 |
| | | | | | | | | | | | | | | | | Summary: This patch is provided in preparation for removing autoconf on 1/26. The proposal to remove autoconf on 1/26 was discussed on the llvm-dev thread here: http://lists.llvm.org/pipermail/llvm-dev/2016-January/093875.html "I felt a great disturbance in the [build system], as if millions of [makefiles] suddenly cried out in terror and were suddenly silenced. I fear something [amazing] has happened." - Obi Wan Kenobi Reviewers: chandlerc, grosbach, bob.wilson, tstellarAMD, echristo, whitequark Subscribers: chfast, simoncook, emaste, jholewinski, tberghammer, jfb, danalbert, srhines, arsenm, dschuff, jyknight, dsanders, joker.eph, llvm-commits Differential Revision: http://reviews.llvm.org/D16471 llvm-svn: 258861 | ||||
* | [autoconf] Fix m4 quoting for newer autotools | NAKAMURA Takumi | 2013-01-30 | 1 | -7/+13 |
| | | | | | | | | | This simply fixes up quoting of macro invocations to appease newer versions of autotools. http://llvm-reviews.chandlerc.com/D332 Signed-off-by: Saleem Abdulrasool <compnerd@compnerd.org> llvm-svn: 173878 | ||||
* | Changes to support rand48 tests | Reid Spencer | 2004-10-27 | 1 | -11/+7 |
| | | | | llvm-svn: 17284 | ||||
* | Bring the script out of the dark ages and into modern autoconfness. | Reid Spencer | 2004-09-19 | 1 | -2/+2 |
| | | | | llvm-svn: 16415 | ||||
* | move AC_FUNC_ISINF and AC_FUNC_ISNAN to their own files. | Reid Spencer | 2004-09-07 | 1 | -34/+0 |
| | | | | llvm-svn: 16224 | ||||
* | Individual autoconf function broken out of acincludes.m4. This change | Reid Spencer | 2004-09-07 | 1 | -0/+48 |
per the recommended style guide for autoconf and so that individual autoconf functions can more easily be shared across projects. llvm-svn: 16223 |