summaryrefslogtreecommitdiffstats
path: root/llvm/projects/sample/autoconf/ltmain.sh
Commit message (Collapse)AuthorAgeFilesLines
* Drop libtool from llvm.Rafael Espindola2014-02-281-6863/+0
| | | | | | | We were only using it so find the shared library extension and nm. There are simpler ways to do those things :-) llvm-svn: 202524
* Handle newer cases for freebsd which is approaching 10.0 and not 1.0.Eric Christopher2011-10-261-1/+1
| | | | | | Patch by Dimitry Andric! llvm-svn: 142995
* projects/sample: Import adapted form of current LLVM autoconf/Makefile setup ↵Daniel Dunbar2011-10-181-0/+6863
| | | | | | | | | | so that projects/sample is standalone and not tied to the LLVM build setup. - This currently just moves over all of the behavior from LLVM. Eventually all of the configure checks that are directly needed by the LLVM build setup should probably go away, and the project should manage their own configuration checks if necessary. - This is the 1st half of this work, the actual Makefile.common hasn't moved over yet. I've tried to stage this in such a way that incremental builds will properly reconfigure for most active developers (the Makefiles don't handle reconfiguring in a perfectly reliable way, and I haven't found an easy way to make them do so). llvm-svn: 142456
* Remove auxilliary files that are now picked up from llvm/autoconf. ThisReid Spencer2005-02-241-6290/+0
| | | | | | | | avoids version conflict problems with ltmain.sh (libtool), mkinstalldirs and install-sh. This prevents projects from becoming stale when the LLVM build system is upgraded or modified. llvm-svn: 20311
* Adding autoconf support for the sample project.John Criswell2003-10-161-0/+6290
llvm-svn: 9148
OpenPOWER on IntegriCloud