test mode short-hands (was: libtool --mode=execute gdb)

2009-01-29 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Sat, Jan 24, 2009 at 03:52:49PM CET: > Please note that there is an alternative short-hand, in that you > can use (among others) the following equivalently: > libtool --mode=execute PROG [ARGS]... > libtoolexecute PROG [ARGS]... > libtoolexe PROG

Re: libtool --mode=execute gdb

2009-01-24 Thread Ralf Wildenhues
* Bruno Haible wrote on Sat, Jan 24, 2009 at 06:02:52PM CET: > Ralf Wildenhues wrote: > > That let me check in more detail. > > Mode inference was removed here: > > > > and deprecated here: > >

Re: libtool --mode=execute gdb

2009-01-24 Thread Bruno Haible
Ralf Wildenhues wrote: > That let me check in more detail. > Mode inference was removed here: > > and deprecated here: > The removal did not apply to

Re: libtool --mode=execute gdb

2009-01-24 Thread Ralf Wildenhues
* Bruno Haible wrote on Tue, Jan 20, 2009 at 11:36:18PM CET: > Thanks for this practical shorthand re-introduction! Well, I was at least a bit hasty. > > the requirement for a mode seems > > to have been present for at least 10 years. > > I could use "libtool gdb" in version 1.5.x; only since ve

Re: libtool --mode=execute gdb

2009-01-20 Thread Bruno Haible
Therefore... > +AT_CHECK([$LIBTOOL --mode=execute gdb /bin/ls [ignore], [ignore]) > +AT_CHECK([$LIBTOOL gdb /bin/ls