mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-18 14:16:00 +08:00
* ltmain.in (outputname): When generating the executable wrapper
script, $outputname already has the $exeext suffix, so we needn't add it again.
This commit is contained in:
parent
db655ec51b
commit
b9f8b2e6c7
@ -1,3 +1,9 @@
|
|||||||
|
1999-06-18 Gary V. Vaughan <gary@oranda.demon.co.uk>
|
||||||
|
|
||||||
|
* ltmain.in (outputname): When generating the executable wrapper
|
||||||
|
script, $outputname already has the $exeext suffix, so we needn't
|
||||||
|
add it again.
|
||||||
|
|
||||||
1999-06-16 Gary V. Vaughan <gary@oranda.demon.co.uk>
|
1999-06-16 Gary V. Vaughan <gary@oranda.demon.co.uk>
|
||||||
|
|
||||||
* libltdl/configure.in (ac_cv_lib_dl_dlopen): missing "x" in test
|
* libltdl/configure.in (ac_cv_lib_dl_dlopen): missing "x" in test
|
||||||
|
@ -3466,7 +3466,7 @@ else
|
|||||||
|
|
||||||
if test "$fast_install" = yes; then
|
if test "$fast_install" = yes; then
|
||||||
echo >> $output "\
|
echo >> $output "\
|
||||||
program=lt-'$outputname$exeext'
|
program=lt-'$outputname'
|
||||||
progdir=\"\$thisdir/$objdir\"
|
progdir=\"\$thisdir/$objdir\"
|
||||||
|
|
||||||
if test ! -f \"\$progdir/\$program\" || \\
|
if test ! -f \"\$progdir/\$program\" || \\
|
||||||
|
Loading…
Reference in New Issue
Block a user