On Mon, Jul 27, 2009 at 10:47:14AM +0200, Bart Van Assche wrote:
> Hello,
> 
> When I run aclocal -I m4 && libtoolize --copy && autoconf && autoheader on
> the Net-SNMP trunk I get the following warnings (autoconf version 2.63 / for
> the autogen.sh script, see also
> https://sourceforge.net/tracker/?func=detail&aid=2827646&group_id=12694&atid=312694
> ):
> 
> $ uname
> Linux
> $ svn info . | grep Revision
> Revision: 17701
> $ ./autogen.sh

I do not usually run autogen, I run autoreconf -iv

> running: aclocal -I m4
> running: libtoolize --copy
> *libtoolize: Remember to add `LT_INIT' to configure.ac.*

This warning is a bug - LT_INIT is in one of the configure.d/* files.

> running: autoconf
> running: autoheader
> *autoheader: WARNING: Using auxiliary files such as `acconfig.h',
> `config.h.bot'
> autoheader: WARNING: and `config.h.top', to define templates for `
> config.h.in'
> autoheader: WARNING: is deprecated and discouraged.
> autoheader:
> autoheader: WARNING: More sophisticated templates can also be produced, see
> the
> autoheader: WARNING: documentation.

I have done some of those but a few of the remaining ones are hard.

We have a big big piece of boilerplate in config.h.in that is to handle all
the compatibility stuff - this is not something I am looking forward to
moving and frankly I fail to see the advantage at the moment.

We have some that are generated during configure time, among them are
HAVE_MODULE_NAME and HAVE_TRANSPORT.

> Is anyone working on fixing these warnings ?

I am (mostly) not. Feel free to contribute.

/MF

------------------------------------------------------------------------------
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to