This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: latest autotools still can't handle libstdc++-v3


On Fri, 2004-03-19 at 07:42, Phil Edwards wrote:
> I have a patch for the dg-iconv test, but can't regenerate the files:
> 
> configure.ac: 7: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
> aclocal.m4: 373: `jm_MAINTAINER_MODE' is obsolete; use `AM_MAINTAINER_MODE'
> automake: configure.ac: `PACKAGE' not defined in `configure.ac'
> testsuite/Makefile.am:55: GLIBCXX_TEST_ABI does not appear in AM_CONDITIONAL
> testsuite/Makefile.am:65: GLIBCXX_TEST_WCHAR_T does not appear in AM_CONDITIONAL
> testsuite/Makefile.am:125: GLIBCXX_TEST_ABI does not appear in AM_CONDITIONAL
> 
> are the automake errors.
Which versions of automake/autoconf are you using?

With vanilla FSF autoconf-2.59 and automake-1.8.2, I see this on CVS-head:

[libstdc++-v3] # autoreconf
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: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
autoheader: WARNING: `acconfig.h':
autoheader:
autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader:             [Define if a function `main' is needed.])
autoheader:
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.

I see many more warnings, primarily autoconf warnings on using obsolete
constructs, if using autoreconf -Wall.

Ralf



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]