From: Charles Wilson Date: Fri, 8 Oct 2004 16:16:10 +0000 (+0000) Subject: * tests/pdemo-inst.test: pdemo-inst should depend on pdemo-make. X-Git-Tag: release-2-1b~920 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56295ae2e9b7040289764949174562ba903698e5;p=thirdparty%2Flibtool.git * tests/pdemo-inst.test: pdemo-inst should depend on pdemo-make. * config/ltmain.m4sh: Windows and Cygwin reserve the .lnk extension to represent shortcuts. Use the extension ".lnkscript" rather than ".lnk" for the piecewise linking ld script in order to avoid the conflict. --- diff --git a/ChangeLog b/ChangeLog index d9f299b1e..ad80bb578 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-10-08 Charles Wilson + + * tests/pdemo-inst.test: pdemo-inst should depend on pdemo-make. + * config/ltmain.m4sh: Windows and Cygwin reserve the .lnk + extension to represent shortcuts. Use the extension ".lnkscript" + rather than ".lnk" for the piecewise linking ld script in order to + avoid the conflict. + 2004-10-07 Ralf Wildenhues * libltdl/ltdl.c (lt_dlexit, lt_dlpath_insertdir): Fix memleaks, @@ -41,6 +49,7 @@ * config/ltmain.m4sh [darwin]: Make the -dylib_file flag work on older darwins too. Reported by Christoph Egger. +>>>>>>> 1.1681 2004-10-05 Gary V. Vaughan * configure.ac: Bumped version to 2.1a. diff --git a/config/ltmain.m4sh b/config/ltmain.m4sh index d5f1ce87c..28ec84976 100644 --- a/config/ltmain.m4sh +++ b/config/ltmain.m4sh @@ -4994,7 +4994,7 @@ EOF k=1 if test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then - output=${output_objdir}/${output_la}.lnk + output=${output_objdir}/${output_la}.lnkscript func_echo "creating GNU ld script: $output" $ECHO 'INPUT (' > $output for obj in $save_libobjs diff --git a/tests/pdemo-inst.test b/tests/pdemo-inst.test index 747e1be5e..a2571968b 100755 --- a/tests/pdemo-inst.test +++ b/tests/pdemo-inst.test @@ -23,10 +23,10 @@ . ./defs || exit 1 -func_require "demo-make" "demo/hell$EXEEXT" +func_require "pdemo-make" "demo/hell$EXEEXT" func_mkprefixdir -func_cd "demo" +func_cd "pdemo" func_make "install" func_exec_init "installed" func_exec "$prefix/bin/hell_static" 'Welcome to GNU Hell'