Re: traditional awk: lazy splitting of $0?

2007-10-22 Thread Paul Eggert
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > Can I rely on the fact that splitting of $0 is done lazily? I vaguely recall that traditional Awk worked that way, yes. Sort of lazily, anyway: it split all of $0 if you accessed any $i where i>0. > works with Solaris 2.6 awk If it works with an aw

Question about AC_SEARCH_LIBS ([other-libraries] argument)

2007-10-22 Thread Daniel Leidert
Hi, The AC_SEARCH_LIBS accepts an argument to link with additional libraries given in that argument. Reading the code in autoconf/libs.m4 makes me think, that only the library, that contains the function I'm looking for, is added to LIBS if the test succeeeds. But even if [other-libraries] are giv

Re: Question about AC_SEARCH_LIBS ([other-libraries] argument)

2007-10-22 Thread Ralf Wildenhues
Hello Daniel * Daniel Leidert wrote on Tue, Oct 23, 2007 at 06:28:16AM CEST: > > The AC_SEARCH_LIBS accepts an argument to link with additional libraries > given in that argument. Reading the code in autoconf/libs.m4 makes me > think, that only the library, that contains the function I'm looking