Autotools warnings

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Autotools warnings

Stefan Izota | eMAG, Dezvoltare Software
Hi,

I'm back to learning autotools. I attached a small patch that fixes two
autoreconf warnings:

configure.ac:389: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2730: _AC_RUN_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2749: AC_RUN_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
build-aux/libc-so-name.m4:11: GST_LIBC_SO_NAME is expanded from...
configure.ac:389: the top level

and

doc/Makefile.am:92: patsubst %, %/package.xml, $(^D: non-POSIX variable name
doc/Makefile.am:92: (probably a GNU make extension)

Regards,
Stefan



_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk

remove_few_autoreconf_warnings.patch (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Autotools warnings

Paolo Bonzini-2
On 01/24/2012 04:51 PM, Ștefan Izota wrote:

>
> configure.ac:389: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
> detected in body
> ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
> ../../lib/autoconf/general.m4:2730: _AC_RUN_IFELSE is expanded from...
> ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
> ../../lib/autoconf/general.m4:2749: AC_RUN_IFELSE is expanded from...
> ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
> ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
> ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
> build-aux/libc-so-name.m4:11: GST_LIBC_SO_NAME is expanded from...
> configure.ac:389: the top level

Thanks, I'm applying this one.  I think we have other GNU make
extensions, so it's better to disable the warnings. :)

Paolo

_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk