Hi-
I have this snippet of autoconf file that generates a warning.
AC_INIT([blammo],[0.0])
pkgsitedir="$datadir/$PACKAGE_NAME"
AC_MSG_WARN([]
[The modules will be installed in ${pkgsitedir}.])
When I run it, I get the text
configure: WARNING:
The modules will be
* Mike Gran wrote on Wed, Jan 19, 2011 at 06:26:24PM CET:
> pkgsitedir="$datadir/$PACKAGE_NAME"
> AC_MSG_WARN([]
>[The modules will be installed in ${pkgsitedir}.])
>
> When I run it, I get the text
>
> configure: WARNING:
>The modules will be installed in ${datarootdi
Mike,
On 01/19/2011 11:43 PM, Ralf Wildenhues wrote:
> * Mike Gran wrote on Wed, Jan 19, 2011 at 06:26:24PM CET:
>> pkgsitedir="$datadir/$PACKAGE_NAME"
>> AC_MSG_WARN([]
>>[The modules will be installed in ${pkgsitedir}.])
>>
>> When I run it, I get the text
>>
>> configure: WA