History log of /external/llvm/autoconf/m4/libtool.m4
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b0f6759ab93b42570d71665b13d24ca2c4a5f276 06-Aug-2012 Eric Christopher <echristo@apple.com> Add support for the OpenBSD for Bitrig.

Patch by David Hill.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161344 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/autoconf/m4/libtool.m4
360fa9a29d65b6c9b69fb2ba9712d69098cfca13 26-Oct-2011 Eric Christopher <echristo@apple.com> Handle newer cases for freebsd which is approaching 10.0 and not 1.0.

Patch by Dimitry Andric!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142995 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/autoconf/m4/libtool.m4
7a2bdde0a0eebcd2125055e0eacaca040f0b766c 15-Apr-2011 Chris Lattner <sabre@nondot.org> Fix a ton of comment typos found by codespell. Patch by
Luis Felipe Strano Moraes!



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129558 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/autoconf/m4/libtool.m4
856585b6d63de9706584c27683f48ae858a6ca3c 17-Sep-2007 Tanya Lattner <tonic@nondot.org> Fix broken default help strings for enable-shared, enable-static, and enable-fast-install. Regenerate configure script.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42066 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/autoconf/m4/libtool.m4
c9f1b2d4c67b0e8337d694b362aa36c6db9a519c 11-Apr-2007 Reid Spencer <rspencer@reidspencer.com> Hack the shared library extension for dylib. The existing code just looks
plain wrong since $module was never defined so we always get .so which is
broken on Darwin. Just force it to .dylib.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35873 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/autoconf/m4/libtool.m4
888fac77de643f4dca9a687f9ab8b456af83797b 09-Aug-2006 Evan Cheng <evan.cheng@apple.com> Recover the lost diff between 1.5 and 1.6.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29577 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/autoconf/m4/libtool.m4
a773bd54f32ceb55af08286fe00c6ec1b73e5b9a 04-Aug-2006 Reid Spencer <rspencer@reidspencer.com> Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6.
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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29529 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/autoconf/m4/libtool.m4
806103de1589b6ec78ca849fa32528c8fab0f1c2 19-Apr-2006 Chris Lattner <sabre@nondot.org> When on darwin, compiler_flags need to be percolated down to the 'gcc -r'
command line so that relinked .o files can be built universal.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27837 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/autoconf/m4/libtool.m4
38bfee4ba1cf5e6c9b68e6584b12db2524bb7353 13-Oct-2004 Reid Spencer <rspencer@reidspencer.com> Changes for libtool 1.5.10


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16945 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/autoconf/m4/libtool.m4
dad130f510afe715ada23b051cc5ab136b3d0f59 20-Sep-2004 Reid Spencer <rspencer@reidspencer.com> Update the script to generate mklib instead of libtool.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16421 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/autoconf/m4/libtool.m4
a8bcc120d4aba3dbe12e11f5fdc1841f48b649d7 20-Sep-2004 Reid Spencer <rspencer@reidspencer.com> Numerous fixes to convert ~ into ; that (probably) occurred during data
transmission.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16418 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/autoconf/m4/libtool.m4
12de17db02dca026fea1e2aee57ebdca97784292 20-Sep-2004 Reid Spencer <rspencer@reidspencer.com> Bring the script out of the dark ages and into modern autoconfness.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16415 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/autoconf/m4/libtool.m4
ed8624d58e7679724ee10633c3f6babefeda240e 19-Sep-2004 Reid Spencer <rspencer@reidspencer.com> Add our own version of libtool.m4 instead of relying on the installed one.
This is a potential version mismatch problem because this file came from
libtool 1.5.10. If you're running a different version of libtool, the
checks in this file may not be quite right. Having our own version of this
file violates the spirit of libtool and is only provided to change the name
of "libtool" to "mklib". This is done so that the name "libtool" does not
conflict with the "lib" directory when doing tab completion and your
$objdir == $srcdir.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16411 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/autoconf/m4/libtool.m4