Fix a bug in libtool's ltmain.sh. On Cygwin the "$output.exp" expression
authorReid Spencer <rspencer@reidspencer.com>
Fri, 24 Dec 2004 00:15:20 +0000 (00:15 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 24 Dec 2004 00:15:20 +0000 (00:15 +0000)
commite32beb78d5780fc05ff4e104f49e05c3d6c41f40
tree06dcc8c72b9399c13752d1c958e277d7cb259de9
parenta36c9a4dd3658061951364ee03e2e64735fa2aa2
Fix a bug in libtool's ltmain.sh. On Cygwin the "$output.exp" expression
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19123 91177308-0d34-0410-b5e6-96231b3b80d8
autoconf/README.TXT
autoconf/ltmain.sh