Add our own version of libtool.m4 instead of relying on the installed one.
authorReid Spencer <rspencer@reidspencer.com>
Sun, 19 Sep 2004 21:47:47 +0000 (21:47 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 19 Sep 2004 21:47:47 +0000 (21:47 +0000)
commited8624d58e7679724ee10633c3f6babefeda240e
treea46e470d684448756a603a332825e3c1125e05a1
parent57d43e1fc0f3e4337aab35b44f75ce0d0fcc3291
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
autoconf/m4/libtool.m4 [new file with mode: 0644]