This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Analysis of remaining xm-host headers
>>>>> "Philipp" == Philipp Thomas <pthomas@suse.de> writes:
>> Java requires a slightly different version of automake.
>> Don't re-run automake there.
Philipp> I didn't re-run automake, at least not directly. It happened
Philipp> when configuring/bootstrapping but I haven't checked what
Philipp> triggered the automake rerun. Could it be that I configure
Philipp> with --enable-maintainer-mode in order to get gcc.pot
Philipp> regenerated?
In this case you should use the gcc_update script.
It should touch the appropriate files so that they won't be
regenerated.
Tom