summaryrefslogtreecommitdiffstats
path: root/llvm/autoconf/m4/single_cxx_check.m4
Commit message (Collapse)AuthorAgeFilesLines
* Remove autoconf supportChris Bieneman2016-01-261-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 autotoolsNAKAMURA Takumi2013-01-301-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 testsReid Spencer2004-10-271-11/+7
| | | | llvm-svn: 17284
* Bring the script out of the dark ages and into modern autoconfness.Reid Spencer2004-09-191-2/+2
| | | | llvm-svn: 16415
* move AC_FUNC_ISINF and AC_FUNC_ISNAN to their own files.Reid Spencer2004-09-071-34/+0
| | | | llvm-svn: 16224
* Individual autoconf function broken out of acincludes.m4. This changeReid Spencer2004-09-071-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
OpenPOWER on IntegriCloud