> "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
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
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
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