Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove autoconf support | Chris Bieneman | 2016-01-26 | 1 | -14/+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 | ||||
* | Now that we don't use libtool, we don't need to upgrade it :-) | Rafael Espindola | 2014-03-05 | 1 | -35/+0 |
| | | | | | | Thanks to Patrik Hägglund H for noticing it! llvm-svn: 203019 | ||||
* | Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6. | Reid Spencer | 2006-08-04 | 1 | -8/+17 |
| | | | | | | | | | Update ltld.[ch] to version 1.5.22. Correct the notes about updating these tools (autoconf/README.TXT) Add configure options for getting the correct option for including a whole archive when linking. llvm-svn: 29529 | ||||
* | Fix a bug in libtool's ltmain.sh. On Cygwin the "$output.exp" expression | Reid Spencer | 2004-12-24 | 1 | -9/+10 |
| | | | | | | | | expands to a full path name. Substitute $outputname.exp" instead and it makes a viable temporary file name. This gets around the problem with lli on Cygwin linking but not having any "C" library functions linked into it. llvm-svn: 19123 | ||||
* | * Update instructions about upgrading libtool | Reid Spencer | 2004-11-29 | 1 | -8/+35 |
| | | | | | | * Add instructions about upgrading autoconf llvm-svn: 18348 | ||||
* | Save Reid's notes from bugzilla on the proper procedure to upgrade libtool | Misha Brukman | 2004-10-13 | 1 | -0/+12 |
llvm-svn: 16947 |