This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
libstdc++ automake version
- From: François Dumont <frs dot dumont at gmail dot com>
- To: Paolo Carlini <paolo dot carlini at oracle dot com>, "libstdc++ at gcc dot gnu dot org" <libstdc++ at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 23 May 2014 22:32:13 +0200
- Subject: libstdc++ automake version
- Authentication-results: sourceware.org; auth=none
- References: <53712BC2 dot 4030507 at gmail dot com> <5371321F dot 8040203 at oracle dot com>
On 12/05/2014 22:42, Paolo Carlini wrote:
Hi,
On 05/12/2014 10:14 PM, François Dumont wrote:
Regarding Makefile.in I miss last time. I moved to a new system
lately, a Ubuntu based one, and still need to find out what version
of automake/autoreconf I need to install. For the moment I have
updated Makefile.in manually.
Isn't this clear enough
http://gcc.gnu.org/install/prerequisites.html
?
Paolo.
In fact not that much. It is saying:
"For directories that use automake, GCC requires the latest release in
the 1.11 series, which is currently 1.11.1. When regenerating a
directory to a newer version, please update all the directories using an
older 1.11 to the latest released version."
But now latest 1.11 version is at least 1.11.6, the version Ubuntu is
proposing when installing automake1.11 package. And considering all
impacts it has on the Makefile.in i guess it is not correct, is it ?
Looks like I will have to build automake 1.11.1 myself otherwise.
François