Re: Help with quotes needed

2000-09-05 Thread Akim Demaille
> "Pavel" == Pavel Roskin <[EMAIL PROTECTED]> writes: Pavel> Hello! This line needs to be rewritten so that it works both Pavel> with autoconf-2.13 and autoconf-2.49a and causes no warnings Pavel> from Autoconf: Pavel> AC_MSG_CHECKING(extra library \"$i\") Pavel> $i needs to be expanded, q

Re: Help with quotes needed

2000-09-01 Thread Pavel Roskin
Hello, Alexandre! > > This line needs to be rewritten so that it works both with autoconf-2.13 > > and autoconf-2.49a and causes no warnings from Autoconf: > > > AC_MSG_CHECKING(extra library \"$i\") > > It should work with both. What's the problem people are finding? This statement causes a

Re: Help with quotes needed

2000-09-01 Thread Alexandre Oliva
On Sep 1, 2000, Pavel Roskin <[EMAIL PROTECTED]> wrote: > This line needs to be rewritten so that it works both with autoconf-2.13 > and autoconf-2.49a and causes no warnings from Autoconf: > AC_MSG_CHECKING(extra library \"$i\") It should work with both. What's the problem people are finding

Help with quotes needed

2000-09-01 Thread Pavel Roskin
Hello! This line needs to be rewritten so that it works both with autoconf-2.13 and autoconf-2.49a and causes no warnings from Autoconf: AC_MSG_CHECKING(extra library \"$i\") $i needs to be expanded, quotes need to be printed. Is it possible at all, or there is no such thing as portable config