Re: LT_AT_NOINST_EXEC_CHECK expands badly

2009-01-24 Thread Peter Rosin
Den 2009-01-24 10:00 skrev Ralf Wildenhues: Thanks, please apply. Done, thanks for the review! Cheers, Peter

Re: LT_AT_NOINST_EXEC_CHECK expands badly

2009-01-24 Thread Ralf Wildenhues
Hi Peter, * Peter Rosin wrote on Sat, Jan 24, 2009 at 12:13:50AM CET: >[ m4_ifval([$2], [test $lt_status != $2 && ])]dnl > > > I'm taking a wild guess here, but shouldn't that be $3 instead? Yes, it should. > 2009-01-24 Peter Rosin > > Expand exit status test in LT_AT_NOINST_EX

LT_AT_NOINST_EXEC_CHECK expands badly

2009-01-23 Thread Peter Rosin
Hi! I looked into a failure of the MSYS/MSVC branch and found that this line from tests/need-lib-prefix.at expands to the wrong thing: LT_AT_NOINST_EXEC_CHECK([./main], [-dlopen foo1.la -dlopen libfoo2.la], [], [expout], []) Among other things, I find this line in the generated te